@charset "UTF-8";

/*
Theme Name: Playrex
Theme URI: https://wordpress.vecurosoft.com/playrex/
Description: Playrex – Esports And Gaming Wordpress Theme
Author: Vecurosoft
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Heres
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
    1.8. Switch Plate
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
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. About
    4.11. Match
    4.12. Price Package
    4.13. CTA
    4.14. Player
    4.15. Team
    4.16. Counter
    4.17. Gallery
    4.18. Form Styles
    4.19. Process
    4.20. Testimonial
    4.21. Tournament
    4.22. Video
    4.23. Simple Sections
    4.24. Features
    4.25. FAQ
    4.26. Popup Side Menu
    4.27. Wocommerce
    4.28. Products
    4.29. Cart
    4.30. Checkout
    4.31. Wishlist
    4.32. Popup Search
05. New Styles
    05.1. Headers
    05.2. Footer
    06.3. Video
05. Spacing
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #F2003A;
  --body-bg: #ffffff;
  --body-color: #878D97;
  --title-color: #1A1A1A;
  --vs-secondary-color: #220874;
  --smoke-color: #EFF1F5;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E0E0E0;
  --title-font: "Barlow", sans-serif;
  --body-font: "Barlow", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/* Dark Mode Styles */
.dark-mode {
  --body-bg: #020013;
  --body-color: #D7D7D7;
  --title-color: #FFFFFF;
  --smoke-color: #140f38;
  --light-color: #0F0C2B;
  --border-color: #2F2C43;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 28px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.dark-mode {
  background-color: var(--body-bg);
}

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

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

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(--border-color);
}

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

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  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 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

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: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 36px;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Dark Mode Styles */
.dark-mode pre {
  color: #b9b9b9;
  background-color: var(--smoke-color);
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
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: var(--theme-color);
}

.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: var(--theme-color);
  border-color: var(--theme-color);
}

.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;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
}

ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}

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

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 110px);
  border: 1px solid var(--border-color);
  height: 60px;
  padding-left: 20px;
  border-radius: 0;
}

.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 110px;
  border: none;
  height: 60px;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 700;
  background-color: var(--theme-color);
}

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

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% - 110px);
  border: 1px solid var(--border-color);
  height: 60px;
  padding-left: 30px;
}

.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 110px;
  border: none;
  height: 60px;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 700;
  background-color: var(--theme-color);
}

.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.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(--black-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: var(--theme-color);
  border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
  background-color: var(--theme-color);
  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);
  border: none !important;
}

.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: var(--theme-color);
  z-index: 1;
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: uppercase;
  padding: 8px 18px;
  font-weight: 700;
}

.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: var(--light-color);
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
}

.vs-search .search-grid-content {
  padding: 30px 30px 21px 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: var(--theme-color);
}

.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 i {
  margin-right: 7px;
}

.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%;
    margin-bottom: 20px;
  }

  .wp-block-latest-comments {
    padding-left: 10px;
  }

  .page--content.clearfix+.vs-comment-form {
    margin-top: 24px;
  }
}

/* Dark Mode Styles */
.dark-mode .wp-block-media-text.has-background,
.dark-mode .wp-block-group.has-background {
  --body-color: #878D97;
}

.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #222222;
}

/*------------------- 1.8. Switch Plate -------------------*/
.switch-plate {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.switch-btn {
  display: block;
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  line-height: 1;
  font-size: 18px;
  padding: 15px 13px;
  border-radius: 7px 0 0 7px;
  margin-bottom: 10px;
  border: none;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  font-weight: 600;
  transition: all ease 0.4s;
  /* Small devices */
}

.switch-btn i {
  margin-bottom: 7px;
  color: var(--theme-color);
  transition: all ease 0.4s;
}

.switch-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.switch-btn:hover i {
  color: var(--white-color);
}

.switch-btn:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .switch-btn {
    font-size: 14px;
    padding: 11px 9px;
  }
}

/*=================================
    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 (min-width: 1300px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 45px 0 30px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--body-bg);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}

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

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

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

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

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

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  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='%23343a40' 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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

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

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

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

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

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

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

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.4em;
  line-height: 18.95px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--body-bg);
  color: transparent;
  transition: all 0.2s ease;
}

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

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: 21px;
  font-size: 16px;
  color: #a0abb4;
}

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

textarea.is-invalid,
select.is-invalid,
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;
}

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

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;
  margin: 0;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 4px;
}

.form-messages>pre:last-child {
  margin-bottom: 0;
}

.form-messages>pre:first-of-type {
  margin-top: 0;
}

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

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

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

/* Dark Mode Styles */
.dark-mode .form-select,
.dark-mode select {
  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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

[dir=rtl] .form-group,
[dir=rtl] .form-control {
  text-align: right;
}

[dir=rtl] select,
[dir=rtl] .form-control,
[dir=rtl] .form-select,
[dir=rtl] textarea,
[dir=rtl] input {
  background-position: left 25px center;
  text-align: right;
  padding-left: 45px;
  padding-right: 30px;
}

[dir=rtl] input[type=checkbox]~label {
  padding-left: 0;
  padding-right: 30px;
}

[dir=rtl] input[type=checkbox]~label::before {
  right: 0;
  left: unset;
}

/*------------------- 2.4. Slick Slider -------------------*/
.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);
}

.row>.slick-list {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 60px;
  height: 15px;
  line-height: 0;
  border: 3px solid var(--title-color);
  background-color: var(--dots-bg, transparent);
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  position: absolute;
  background-color: var(--black-color);
  top: 50%;
  border: none;
  left: var(--pos-x, -150px);
  width: var(--icon-size, 84px);
  height: var(--icon-size, 120px);
  font-size: var(--icon-font-size, 24px);
  margin-top: calc(var(--icon-size, 120px) / -2);
  z-index: 2;
  border-radius: 0;
  color: var(--white-color);
}

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

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

.slick-arrow:hover {
  background-color: var(--theme-color);
  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;
}

.slick-3d-active {
  margin-left: 0;
  margin-right: 0;
}

.slick-3d-active .slick-list {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
  padding-left: 37.5% !important;
  padding-right: 37.5% !important;
}

.slick-3d-active .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2,
.slick-3d-active .slick-3d-next3,
.slick-3d-active .slick-3d-prev3 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  transform: translate3d(118%, 0, -25px);
  z-index: 1;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  transform: translate3d(278%, 0, -65px);
  z-index: 0;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-next3 {
  opacity: 0;
  transform: translate3d(418%, 0, -80px);
  z-index: 0;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  transform: translate3d(-118%, 0, -25px);
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  transform: translate3d(-278%, 0, -65px);
}

.slick-3d-active .slick-3d-prev3 {
  opacity: 0;
  transform: translate3d(-418%, 0, -80px);
}

.slick-arrow2 {
  border: none;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background-color: #f2f2f2;
  color: #000000;
  padding: 35px 82.5px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --pos-x: -20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --pos-x: 40px;
  }

  .slick-arrow2 {
    font-size: 18px;
    padding: 28px 35px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .slick-arrow2 {
    font-size: 16px;
    padding: 20px 30px;
  }
}

/* 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;
  }

  .slick-3d-active .slick-list {
    padding-left: 32% !important;
    padding-right: 32% !important;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .slick-3d-active .slick-list {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}

/* Dark Mode Styles */
.dark-mode .slick-arrow {
  color: #fff;
  background-color: #000000;
  border: 3px solid #3b3b3b;
}

.dark-mode .slick-arrow:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: transparent;
}

.dark-mode .slick-dots .slick-active button,
.dark-mode .slick-dots button:hover {
  background-color: var(--white-color);
  border-color: var(--white-color);
}

[dir=rtl] .slick-dots li {
  margin-left: 7px;
  margin-right: 0;
}

[dir=rtl] .slick-dots li:last-child {
  margin: 0;
}

[dir=rtl] .slick-arrow.slick-next {
  left: var(--pos-x, -150px);
  right: auto;
}

[dir=rtl] .slick-arrow.slick-prev {
  right: var(--pos-x, -150px);
  left: auto;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
  --body-bg: #020013;
  --body-color: #d7d7d7;
  --title-color: #ffffff;
  --smoke-color: #140f38;
  --border-color: #2f2c43;
}

.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 30px;
  display: block;
  text-align: center;
  background-color: var(--vs-secondary-color);
}

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

.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

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

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--body-bg);
  border-right: 3px solid var(--theme-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;
}

@media (max-width: 782px) {
  .logged-in .vs-menu-wrapper {
    top: 46px;
  }
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
  background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}

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

.vs-mobile-menu ul li {
  border-bottom: 1px solid var(--border-color);
  list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

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

.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

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

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

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

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

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

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
  border-radius: 50%;
}

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

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
  content: "\f068";
}

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

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

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  transition: all ease 0.4s;
}

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

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }

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

[dir=rtl] .vs-mobile-menu ul li a::before {
  content: "\f104";
  margin-left: 10px;
}

[dir=rtl] .vs-mobile-menu ul li a {
  text-align: right;
}

[dir=rtl] .vs-mobile-menu ul li.vs-item-has-children>a {
  text-align: right;
}

[dir=rtl] .vs-mobile-menu ul li.vs-item-has-children>a .vs-mean-expand {
  right: unset;
  left: 0;
}

[dir=rtl] .vs-menu-wrapper .vs-menu-area {
  right: -10%;
  left: unset;
}

[dir=rtl] .vs-menu-wrapper .vs-menu-toggle {
  left: 10px;
  right: unset;
}

[dir=rtl] .vs-menu-wrapper.vs-body-visible .vs-menu-area {
  right: 0;
  left: unset;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--body-bg);
}

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

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

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

.loader {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--theme-color) var(--theme-color) transparent transparent;
  box-sizing: border-box;
  animation: rotationloader 1.5s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #bfe603 #bfe603;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBackloader 0.7s linear infinite;
  transform-origin: center center;
}

.loader::before {
  width: 94px;
  height: 94px;
  border-color: var(--theme-color) var(--theme-color) transparent transparent;
  animation: rotationloader 2s linear infinite;
}

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

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

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

  100% {
    transform: rotate(-360deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 42px;
  z-index: 1;
}

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

.vs-btn>i:not(.fas.fa-envelope) {
  vertical-align: middle;
}

.vs-btn:after,
.vs-btn:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: var(--black-color);
  z-index: -1;
  transition: all ease 0.4s;
}

.vs-btn:before {
  width: 14px;
  height: 14px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.vs-btn:after {
  width: 6px;
  height: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

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

.vs-btn:hover:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 1;
  visibility: visible;
}

.vs-btn.style3,
.vs-btn.style2 {
  color: var(--theme-color);
  border: 1px solid var(--border-color);
  background-color: transparent;
}

.vs-btn.style3:after,
.vs-btn.style3:before,
.vs-btn.style2:after,
.vs-btn.style2:before {
  background-color: var(--theme-color);
}

.vs-btn.style3:hover,
.vs-btn.style2:hover {
  color: var(--white-color);
}

.vs-btn.style3 {
  color: var(--white-color);
  border-color: var(--white-color);
}

.vs-btn.style3:after,
.vs-btn.style3::before {
  background-color: var(--white-color);
}

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

.vs-btn.style4 {
  background-color: var(--white-color);
  color: var(--black-color);
}

.vs-btn.style4:hover {
  color: var(--white-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 55px);
  height: var(--btn-size, 78px);
  line-height: var(--btn-size, 76px);
  background-color: var(--icon-bg, var(--body-bg));
  color: var(--title-color);
  border: 2px solid var(--border-color);
  text-align: center;
  padding: 0;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.icon-btn.style2 {
  background-color: transparent;
  --btn-size: 60px;
  line-height: 55px;
  font-size: 18px;
}

.icon-btn.style2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  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-secondary-color);
  color: var(--white-color);
}

.play-btn.style2 i {
  background-color: transparent;
  color: var(--white-color);
  --icon-size: 150px;
  --icon-font-size: 30px;
  border: 1px solid var(--white-color);
}

.play-btn.style2:after,
.play-btn.style2:before {
  background-color: transparent;
  border: 2px solid var(--white-color);
}

.play-btn.style2:hover i {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.play-btn.style2:hover::before,
.play-btn.style2:hover::after {
  border-color: var(--theme-color);
}

.play-btn.style3 i {
  --icon-size: 110px;
  --icon-font-size: 28px;
}

.play-btn.style3:after {
  display: none;
}

.play-btn.style3:before {
  top: var(--border-gap, -15px);
  right: var(--border-gap, -15px);
  bottom: var(--border-gap, -15px);
  left: var(--border-gap, -15px);
  animation: none;
  border: 3px dashed var(--theme-color);
  transform: scale(1.3);
  background-color: transparent;
  animation: rotate 25s infinite linear;
}

.ls-layer .play-btn {
  font-size: 18px;
}

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

.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: var(--theme-color);
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.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: var(--theme-color);
  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: var(--body-bg);
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--vs-secondary-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.style2 i {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }

  .play-btn.style3 {
    --border-gap: -8px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }

  .play-btn.style2 i {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }

  .play-btn.style3 i {
    --icon-size: 70px;
    --icon-font-size: 20px;
  }

  .scrollToTop {
    right: 20px;
  }

  .scrollToTop.show {
    bottom: 20px;
  }
}

/* Dark Mode Styles */
.dark-mode .vs-btn.style2 {
  border-color: var(--white-color);
  color: var(--white-color);
}

.dark-mode .vs-btn.style2::before {
  background-color: var(--white-color);
}

[dir=rtl] .vs-btn>i {
  margin-right: unset;
  margin-left: 8px;
}

[dir=rtl] .vs-btn::before,
[dir=rtl] .vs-btn::after {
  left: 5px;
  right: unset;
}

[dir=rtl] .vs-btn::before {
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}

[dir=rtl] .scrollToTop {
  right: unset;
  left: 60px;
}

/*------------------- 3.3. Titles -------------------*/
.sec-title2,
.sec-title {
  font-size: 60px;
  margin: -0.33em 0 17px 0;
  text-transform: uppercase;
}

.sec-title2 {
  text-transform: none;
}

.sec-subtitle {
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 700;
  display: block;
  margin: -0.4em 0 27px 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 22px);
  position: relative;
}

.sec-line {
  display: inline-block;
  height: 22px;
  width: 152px;
  background-color: var(--theme-color);
  clip-path: path("M 90.552 11.123 L 152 22 L 76.112 22 L 75.888 22 L 0 22 L 61.448 11.123 L 57.521 4.449 L 75.801 0.095 L 75.801 0 L 76 0.047 L 76.199 0 L 76.199 0.095 L 94.479 4.449 L 90.552 11.123 Z");
  margin-bottom: 13px;
}

.sec-btns {
  margin-bottom: var(--section-title-space);
}

.sec-btns .icon-btn {
  margin-right: 5px;
}

.sec-btns .icon-btn:last-child {
  margin-right: 0;
}

.sec-bottom-btns {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.vs-carousel+.sec-bottom-btns {
  margin-top: 10px;
}

.related-products-title,
.review-form .comment-respond .blog-inner-title,
.woocommerce-Reviews-title,
.sec-subtitle3,
.sec-subtitle2 {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--title-font);
  color: var(--title-color);
  padding: 0 0 9px 0;
  margin: 0 0 33px 0;
}

.related-products-title:before,
.review-form .comment-respond .blog-inner-title:before,
.woocommerce-Reviews-title:before,
.sec-subtitle3:before,
.sec-subtitle2:before {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  display: inline-block;
}

.related-products-title,
.review-form .comment-respond .blog-inner-title,
.woocommerce-Reviews-title,
.sec-subtitle3 {
  font-size: 30px;
  padding: 0 0 12px 0;
  margin: -0.1em 0 33px 0;
  letter-spacing: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .sec-title2,
  .sec-title {
    font-size: 48px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .sec-title2,
  .sec-title {
    font-size: 42px;
  }

  .sec-bottom-btns {
    margin-top: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .related-products-title,
  .review-form .comment-respond .blog-inner-title,
  .woocommerce-Reviews-title,
  .sec-subtitle3 {
    font-size: 26px;
  }

  .sec-title2,
  .sec-title {
    font-size: 36px;
  }

  .sec-subtitle {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .sec-bottom-btns {
    margin-top: 10px;
  }

  .sec-btns {
    margin-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .sec-title2,
  .sec-title {
    font-size: 30px;
  }

  .sec-subtitle {
    letter-spacing: 0;
  }

  .related-products-title,
  .review-form .comment-respond .blog-inner-title,
  .woocommerce-Reviews-title,
  .sec-subtitle3 {
    font-size: 22px;
  }
}

[dir=rtl] .related-products-title::before,
[dir=rtl] .review-form .comment-respond .blog-inner-title::before,
[dir=rtl] .woocommerce-Reviews-title::before,
[dir=rtl] .sec-subtitle3::before,
[dir=rtl] .sec-subtitle2::before {
  left: unset;
  right: 0;
}

[dir=rtl] .sec-btns {
  direction: ltr;
}

[dir=rtl] .title-area {
  text-align: right;
}

/*------------------- 3.4. Common -------------------*/
.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);
}

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

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

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

.fa,
.far,
.fas {
  font-family: var(--icon-font) !important;
}

.media-body {
  flex: 1;
}

.shape-control1 .elementor-background-overlay {
  /* Hight Resoulation devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (min-width: 1922px) {
  .shape-control1 .elementor-background-overlay {
    max-width: 53%;
    left: auto;
    right: 0;
    background-position: left center !important;
  }
}

@media (max-width: 1500px) {
  .shape-control1 .elementor-background-overlay {
    max-width: 48%;
    left: auto;
    right: 0;
    background-position: left center !important;
  }
}

@media (max-width: 1399px) {
  .shape-control1 .elementor-background-overlay {
    max-width: 53%;
  }
}

@media (max-width: 1199px) {
  .shape-control1 .elementor-background-overlay {
    display: none;
  }
}

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

.sec-wrap1 {
  position: relative;
  padding-bottom: 235px;
  padding-top: 29px;
}

.sec-wrap3-1.background-image {
  background-position: bottom left;
}

.body-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-color: var(--theme-color);
  -webkit-clip-path: url(#body-clip1);
  clip-path: url(#body-clip1);
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0;
}

@media (min-width: 1921px) {
  .d-hd-none {
    display: none !important;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-wrap1 {
    padding-bottom: 140px;
  }

  .body-shape1 {
    height: 130px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sec-wrap1 {
    padding-bottom: 80px;
  }

  .body-shape1 {
    height: 80px;
  }
}

[dir=rtl] .sidebox-title::before {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .divider-title:not(:last-child)::before {
  left: unset;
  right: 0;
}

[dir=rtl] .custom-links a::before {
  content: "\f104";
  margin-right: 0px;
  margin-left: 10px;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

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

.fs-20 {
  font-size: 20px;
}

/* Small devices */
@media (max-width: 767px) {

  .fs-20,
  .fs-md {
    font-size: 16px;
  }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-vs-light {
  background-color: var(--light-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

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

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 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%);
}

[data-overlay] {
  position: relative;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  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);
}

.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 rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}

@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;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_nav_menu>ul,
.widget_pages>ul,
.widget_archive>ul,
.widget_categories>ul {
  margin: 0 0 -10px 0;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--smoke-color);
  padding: 22px 60px 20px 30px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
  border-radius: 0;
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: var(--vs-secondary-color);
}

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

.widget_nav_menu li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
  width: 40px;
  height: 40px;
  line-height: 35.5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  background-color: transparent;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  border: 1px solid var(--theme-color);
  transition: all ease 0.4s;
  border-radius: 0;
}

.widget_nav_menu li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

.widget_meta ul {
  margin: -0.5em 0 -10px 0;
  padding: 0;
  list-style-type: none;
}

.widget_meta li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 11px;
  margin-bottom: 12px;
}

.widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.widget_meta a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  position: relative;
}

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

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

/* Large devices */
@media (max-width: 1199px) {

  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }

  .widget_nav_menu li>span,
  .widget_pages li>span,
  .widget_archive li>span,
  .widget_categories li>span {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 14px;
  }
}

[dir=rtl] .widget_nav_menu li>span,
[dir=rtl] .widget_pages li>span,
[dir=rtl] .widget_archive li>span,
[dir=rtl] .widget_categories li>span {
  left: 10px;
  right: unset;
}

[dir=rtl] .widget_nav_menu a,
[dir=rtl] .widget_pages a,
[dir=rtl] .widget_archive a,
[dir=rtl] .widget_categories a {
  padding-left: 60px;
  padding-right: 30px;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  border: 1px solid var(--border-color);
  position: relative;
  margin-bottom: 40px;
}

.widget form {
  line-height: 0;
}

.widget select,
.widget input {
  height: 60px;
  border: none;
  border-radius: 0;
}

.widget select,
.widget select:focus,
.widget input,
.widget input:focus {
  background-color: var(--input-bg, #f0f4f5);
  --body-color: #1a1a1a;
}

.widgettitle,
.sidebar-area .wp-block-group__inner-container>h2,
.widget_search .wp-block-search__label:not(.screen-reader-text),
.widget_title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin: -0.2em 0 30px 0;
  padding: 0 0 13px 0;
  font-family: var(--title-font);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
}

.widgettitle:before,
.sidebar-area .wp-block-group__inner-container>h2:before,
.widget_search .wp-block-search__label:not(.screen-reader-text):before,
.widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 85px;
  background-color: var(--theme-color);
}

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

.widget .search-form input {
  padding-right: 70px;
}

.widget .search-form button {
  border: none;
  background-color: transparent;
  padding: 4px 0 4px 20px;
  line-height: 1;
  color: var(--title-color);
  border-left: 1px solid var(--border-color);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.widget .search-form button:hover {
  color: var(--theme-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 2px solid var(--border-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 22px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.wp-block-tag-cloud a:before,
.tagcloud a:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  background-color: var(--black-color);
  width: 9px;
  height: 8px;
  z-index: -1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all ease 0.4s;
}

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

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

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

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

.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
}

.recent-post .media-img img {
  width: 100%;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px 0;
}

.recent-post .recent-post-meta {
  margin-bottom: 2px;
}

.recent-post .recent-post-meta a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--theme-color);
}

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

.sidebar-gallery:not(.vs-carousel) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

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

.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: var(--white-color);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}

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

.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(--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: var(--theme-color);
}

.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--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(--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(--border-color);
  text-align: center;
  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: var(--theme-color);
}

.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 figure.wp-block-gallery.has-nested-images {
  margin-bottom: 0;
}

.sidebar-area .comment-list ul {
  padding: 0;
  margin: -0.4em 0 0 0;
  list-style-type: none;
}

.sidebar-area .comment-list li {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 18px;
  padding-bottom: 17px;
}

.sidebar-area .comment-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.2em;
}

.sidebar-area .comment-list .comment-author {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
}

.sidebar-area .comment-list .comment-text {
  color: var(--body-color);
  font-size: 18px;
}

.sidebar-area .comment-list .comment-text:hover {
  color: var(--theme-color);
}

.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 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 var(--border-color);
  padding-bottom: 20px;
}

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

.sidebar-area .wp-block-search .wp-block-search__input {
  border: none;
}

.recent-product {
  display: flex;
}

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

.post-list ol {
  counter-reset: item;
  list-style: none;
  margin: -0.4em 0 0 0;
  padding: 0;
}

.post-list li {
  counter-increment: item;
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 13px 30px;
  border-bottom: 1px solid var(--border-color);
}

.post-list li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 700;
}

.post-list li:last-child {
  margin-bottom: -0.35em;
  padding-bottom: 0;
  border-bottom: none;
}

.post-list li a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.post-list li a:hover {
  color: var(--theme-color);
}

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

.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: var(--theme-color);
  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;
}

.widget_recent_comments ul {
  margin: -0.2em 0 -0.2em 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments a {
  color: var(--body-color);
  position: relative;
}

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

.widget_recent_comments li {
  padding-left: 30px;
  position: relative;
}

.widget_recent_comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_entries ul {
  margin: -0.2em 0 0 0;
  padding: 0;
  list-style: none;
}

.widget_recent_entries ul li>a {
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: block;
  font-family: var(--title-font);
}

.widget_recent_entries ul li>a:hover {
  color: var(--theme-color);
}

.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}

.widget_rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 4px;
}

.widget_rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

.widget_rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

.widget_rss ul cite:before {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

.widget_rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .recent-post {
    display: block;
  }

  .recent-post .media-img {
    margin-bottom: 13px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }

  .recent-post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
}

/* 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;
  }

  .post-list li {
    padding-left: 20px;
  }

  .post-list li::before {
    font-size: 16px;
  }

  .post-list li a {
    font-size: 16px;
  }

  .widgettitle,
  .sidebar-area .wp-block-group__inner-container>h2,
  .widget_search .wp-block-search__label:not(.screen-reader-text),
  .widget_title {
    font-size: 22px;
  }

  .sidebar-area .comment-list .comment-author {
    font-size: 18px;
  }

  .sidebar-area .comment-list .comment-text {
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .recent-post {
    display: block;
  }

  .recent-post .media-img {
    margin-bottom: 13px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}

/* Dark Mode Styles */
.dark-mode .widget select,
.dark-mode .widget input {
  --input-bg: var(--light-color);
  --body-color: var(--white-color);
}

.dark-mode .wp-block-tag-cloud a:before,
.dark-mode .tagcloud a:before {
  background-color: var(--white-color);
}

.dark-mode .wp-block-calendar,
.dark-mode .calendar_wrap {
  background-color: var(--light-color);
}

.dark-mode .wp-block-calendar thead,
.dark-mode .calendar_wrap thead {
  background-color: var(--smoke-color);
}

.dark-mode .wp-block-calendar th,
.dark-mode .calendar_wrap th {
  color: var(--white-color);
  border-color: var(--border-color);
}

.dark-mode .wp-block-calendar td,
.dark-mode .calendar_wrap td {
  color: #b9b9b9;
  border-color: var(--border-color);
}

.dark-mode .wp-block-calendar caption,
.dark-mode .calendar_wrap caption {
  background-color: #080052;
}

.dark-mode .wp-block-calendar #today,
.dark-mode .calendar_wrap #today {
  background-color: #080052;
  border-color: var(--border-color);
}

[dir=rtl] .widgettitle::before,
[dir=rtl] .sidebar-area .wp-block-group__inner-container>h2::before,
[dir=rtl] .widget_search .wp-block-search__label:not(.screen-reader-text)::before,
[dir=rtl] .widget_title::before {
  left: unset;
  right: 0;
}

[dir=rtl] .wp-block-tag-cloud a,
[dir=rtl] .tagcloud a {
  margin-left: 5px;
  margin-right: 0;
}

[dir=rtl] .share-links .social-links li {
  margin-left: 4px;
  margin-right: 0;
}

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

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

.footer-widget .widget_title {
  font-size: 24px;
  border: none;
  text-transform: uppercase;
  margin-bottom: 33px;
  padding-bottom: 15px;
}

.footer-widget .widget_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--theme-color);
}

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

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -0.25em;
}

.footer-widget.widget_meta ul ul,
.footer-widget.widget_pages ul ul,
.footer-widget.widget_archive ul ul,
.footer-widget.widget_categories ul ul,
.footer-widget.widget_nav_menu ul ul {
  margin-top: 0;
}

.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: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.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 {
  content: "\f105";
  font-family: var(--icon-font);
  margin-right: 10px;
}

.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: var(--theme-color);
}

.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-menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-widget .footer-menu a {
  font-size: 18px;
}

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

.footer-social-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-social-links li {
  display: inline-block;
  margin-right: 10px;
}

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

.footer-social-links a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  border: none;
  border-radius: 50%;
}

.footer-social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.footer-social a {
  display: inline-block;
  border: 2px solid var(--border-color);
  color: var(--title-color);
  width: 67px;
  height: 67px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 7px;
}

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

.footer-social a.active,
.footer-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.footer-social a.active:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.footer-location {
  max-width: 300px;
  margin: -0.6em 0 14px 0;
}

.footer-contact-label {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 2px;
}

.footer-contact-info {
  margin-bottom: 12px;
}

.footer-contact-info:last-child {
  margin-bottom: 0;
}

.footer-media {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}

.footer-media:first-child {
  margin-top: -0.45em;
}

.footer-media .media-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  margin-right: 15px;
  font-size: 18px;
  transition: all ease 0.4s;
}

.footer-media .media-title {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 2px;
  font-size: 18px;
}

.footer-media .media-info {
  margin: 0;
  font-size: 18px;
}

.footer-media:hover .media-icon {
  background-color: var(--vs-secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }

  .footer-widget .widget_title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .footer-widget .footer-menu a {
    font-size: 16px;
  }

  .footer-social a {
    width: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 16px;
  }

  .footer-media .media-info {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}

/* Dark Mode Styles */
.dark-mode .footer-social a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white-color);
}

[dir=rtl] .footer-widget .widget_title::before {
  right: 0;
  left: unset;
}

[dir=rtl] .footer-media .media-icon {
  background-color: var(--theme-color);
  margin-right: 0;
  margin-left: 15px;
}

[dir=rtl] .footer-social-links li {
  margin-left: 10px;
  margin-right: 0;
}

/*------------------- 4.2. Header  -------------------*/
header.header,
.vs-header {
  position: relative;
  z-index: 41;
}

header.header .cart-icon {
  display: inline-block;
}

.header-logo {
  max-width: 270px;
  padding: 15px 0;
}

.header-default .icon-btn {
  --btn-size: 60px;
  font-size: 20px;
  line-height: 56px;
}

.header-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
  top: 0;
}

.offvanvas-bg-wrapper .header-icons.style2 button {
  margin: 0px 0px 0px 0px;
  padding: 44px 30px 44px 30px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: transparent;
  color: var(--white-color);
  display: inline-block;
}

.offvanvas-bg-wrapper .header-icons.style2 button:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--title-color);
  text-transform: uppercase;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin: 0 16px;
}

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

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

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}

.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: 100%;
  left: 0;
  background-color: var(--body-bg);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  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;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 30px;
  width: 1px;
  background-color: var(--border-color);
  height: calc(100% - 65px);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}

.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.8em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--body-bg);
  box-shadow: inset 0px 2px 4px 0px rgba(242, 0, 58, 0.4);
}

.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 ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}

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

.main-menu ul.mega-menu>li>a {
  display: block;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-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: var(--theme-color);
}

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

.menu-style1>ul>li>a {
  padding: 41px 0;
}

.menu-style2>ul>li>a {
  padding: 41px 0;
}

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

.header-links li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 46px 0 0;
  line-height: 23px;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
  font-size: 20px;
}

.header-links a {
  color: inherit;
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links.style-white i,
.header-links.style-white li {
  color: var(--white-color);
  border-color: #558EFF;
}

.header-links.style2 i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.header-links.style2 i:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.header-links.style2 li {
  color: var(--white-color);
}

.header-links.style2 a:hover {
  text-decoration: underline;
  color: var(--white-color);
}

.header-social {
  display: flex;
  align-items: center;
}

.header-social .social-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-right: 20px;
  color: var(--title-color);
}

.header-social a {
  display: inline-block;
  width: var(--icon-size, 70px);
  height: var(--icon-size, 70px);
  line-height: var(--icon-size, 70px);
  text-align: center;
  color: var(--title-color);
  border-left: 1px solid var(--border-color);
  margin-left: -1px;
  font-size: var(--icon-font-size, 20px);
}

.header-social a:last-child {
  border-right: 1px solid var(--border-color);
}

.header-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.header-social.style2 .social-title {
  color: var(--white-color);
}

.header-social.style2 a {
  --icon-size: 54px;
  --icon-font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  margin-right: 7px;
  margin-left: 0;
}

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

.header-social.style2 a:hover {
  border-color: transparent;
}

.header-strem-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px 43px;
  position: relative;
  z-index: 1;
}

.header-strem-btn:after,
.header-strem-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  background-color: var(--vs-secondary-color);
  display: block;
  z-index: -1;
  transition: all ease 0.3s;
  border-radius: 0 0 100% 0;
}

.header-strem-btn:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 100% 0 0 0;
}

.header-strem-btn:hover {
  color: var(--white-color);
}

.header-strem-btn:hover:after,
.header-strem-btn:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.header-icons {
  height: 100%;
  display: flex;
}

.header-icons button,
.header-icons a {
  border: none;
  background-color: transparent;
  height: 100%;
  display: inline-flex;
  border-left: 1px solid var(--border-color);
  align-items: center;
  vertical-align: middle;
  font-size: 25px;
  color: var(--title-color);
  padding: 30px;
}

.header-icons button img,
.header-icons a img {
  transition: all ease 0.4s;
  filter: none;
}

.header-icons button:hover,
.header-icons a:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  border-color: transparent;
}

.header-icons button:hover img,
.header-icons a:hover img {
  filter: brightness(0) invert(1);
}

.header-icons.style3,
.header-icons.style2 {
  height: auto;
}

.header-icons.style3 button,
.header-icons.style3 a,
.header-icons.style2 button,
.header-icons.style2 a {
  padding: 0;
  border: none;
  margin-right: 30px;
  width: auto;
  height: auto;
}

.header-icons.style3 button:last-child,
.header-icons.style3 a:last-child,
.header-icons.style2 button:last-child,
.header-icons.style2 a:last-child {
  margin-right: 0;
}

.header-icons.style3 button:hover,
.header-icons.style3 a:hover,
.header-icons.style2 button:hover,
.header-icons.style2 a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.header-icons.style3 button:hover img,
.header-icons.style3 a:hover img,
.header-icons.style2 button:hover img,
.header-icons.style2 a:hover img {
  filter: none;
}

.header-icons.style3 a,
.header-icons.style3 button {
  color: var(--white-color);
}

.header-icons.style3 a img,
.header-icons.style3 button img {
  filter: brightness(0) invert(1);
}

.header-logo2 {
  position: relative;
  z-index: 1;
  padding: 0 36px;
}

.header-logo2:before {
  content: "";
  position: absolute;
  left: 0;
  top: -55px;
  right: 0;
  bottom: -65px;
  background-color: var(--theme-color);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 20px), 0 100%);
}

.header-layout1 .header-logo {
  border-right: 1px solid var(--border-color);
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-layout1 .header-top {
  padding-left: 60px;
  border-bottom: 1px solid var(--border-color);
}

.header-layout1 .menu-area {
  padding-left: 60px;
}

.header-layout2 .header-top-text {
  color: var(--white-color);
  margin: 0;
}

.header-layout2 .header-top {
  background-color: var(--theme-color);
  padding: 10px 0;
}

.header-layout2 .menu-area {
  position: relative;
}

.header-layout2 .header-shape1 {
  background-color: var(--theme-color);
  height: 74px;
  width: 720px;
  clip-path: path("M 0 73.999 L 176.495 59.033 L 139.381 36.583 L 720 -0.001 L 0.825 -0.001");
  position: absolute;
  left: -1px;
  top: -19px;
}

.header-layout3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.header-layout3 .header-top {
  padding: 7.5px 0;
}

.header-layout3 .menu-area {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2 .header-shape1 {
    display: none;
  }

  .header-layout3 {
    position: relative;
    background-color: var(--vs-secondary-color);
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu>ul>li {
    margin: 0 14px;
  }

  .main-menu>ul>li>a {
    font-size: 14px;
  }

  .header-logo2 {
    padding: 10px 20px;
    max-width: 140px;
  }

  .header-logo2:before {
    top: 0;
    bottom: 0;
    clip-path: none;
  }

  .header-default .menu-style1>ul>li {
    margin: 0 10px;
  }

  .header-default .menu-style1>ul>li>a {
    font-size: 14px;
  }

  .header-default .icon-btn {
    --btn-size: 50px;
    line-height: 45px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .main-menu ul.sub-menu {
    left: auto;
    right: -27px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout3 .menu-area {
    overflow: hidden;
  }

  .header-logo2 {
    max-width: 130px;
    padding: 15px;
  }

  .header-logo2:before {
    clip-path: none;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    left: auto;
  }

  .header-layout1 .header-top {
    padding: 20px 0;
    text-align: center;
  }

  .header-links li {
    margin: 0px 25px 0 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-logo {
    max-width: 180px;
  }

  .header-logo2 {
    max-width: 110px;
    padding: 15px 13px 15px 13px;
  }

  .header-layout3 .header-top {
    padding: 15px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-links li {
    display: block;
    margin: 0 0 10px 0;
  }

  .header-links li:last-child {
    margin-bottom: 0;
  }

  .header-links.style2 i {
    width: auto;
    height: auto;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
  }
}

/* Dark Mode Styles */
.dark-mode .header-icons img {
  filter: brightness(0) invert(1);
}

.dark-mode .will-sticky .sticky-active {
  background-color: #121212;
  box-shadow: none;
}

.dark-mode .vs-header {
  --border-color: #191919;
}

.dark-mode .main-menu ul.sub-menu li a:before,
.dark-mode .main-menu ul.sub-menu:before {
  background-color: #320000;
}

[dir=rtl] .header-links li {
  margin: 0 0px 0 46px;
}

[dir=rtl] .header-links i {
  margin: 0 0 0 10px;
}

[dir=rtl] .main-menu ul.sub-menu {
  left: unset;
  right: -27px;
}

[dir=rtl] .main-menu ul.sub-menu::before {
  left: unset;
  right: 34px;
}

[dir=rtl] .main-menu ul.sub-menu li a {
  padding-left: unset;
  padding-right: 21px;
  text-align: right;
}

[dir=rtl] .main-menu ul.sub-menu li a::before {
  left: unset;
  right: 0;
}

[dir=rtl] .main-menu ul .menu-item-has-children>a::after {
  display: none;
}

[dir=rtl] .main-menu ul .menu-item-has-children>a::before {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-right: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 80px;
  padding-bottom: 20px;
}

.copyright-wrap {
  text-align: center;
  padding: 29px 0;
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.copyright-text a {
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-menu ul {
  margin: 0;
}

.copyright-menu li {
  margin-right: 20px;
  display: inline-block;
}

.copyright-menu a {
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
}

.copyright-menu a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  background-color: #000A1F;
  --body-color: #fff;
  --title-color: #fff;
}

.footer-layout1 .widget-area {
  text-align: center;
  padding-bottom: 0;
}

.footer-layout1 .copyright-wrap {
  padding-top: 20px;
  padding-bottom: 67px;
}

.footer-layout1 .sidebar-gallery {
  max-width: 880px;
  margin: 0 auto 40px auto;
}

.footer-layout1 .footer-text {
  font-size: 20px;
  max-width: 550px;
  margin: 0 auto 20px auto;
}

.footer-layout2 {
  background-color: var(--vs-secondary-color);
  --title-color: #fff;
  --body-color: #fff;
  font-size: 18px;
}

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

.footer-layout2 .copyright-wrap {
  background-color: rgba(0, 0, 0, 0.15);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout2 {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .footer-layout1 .footer-text {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .copyright-menu a {
    font-size: 14px;
  }

  .copyright-menu li {
    margin-right: 15px;
  }

  .copyright-menu a {
    font-size: 14px;
  }
}

[dir=rtl] .widget_nav_menu a::before {
  display: none;
}

[dir=rtl] .widget_nav_menu a::after {
  content: "\f104";
  font-family: var(--icon-font);
  margin-left: 10px;
  margin-right: 0;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 27px 0 -0.5em 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

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

.breadcumb-menu li:after {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 20px;
  margin-right: 18px;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  word-break: break-word;
  white-space: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--title-font);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.breadcumb-menu .fa-home-lg {
  margin-right: 10px;
}

.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-menu-wrap {
  min-height: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.27em 0 -0.2em 0;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcumb-subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0;
}

.breadcumb-content {
  padding: 130px 0 130px 0;
}

.breadcumb-wrapper {
  padding-bottom: 0.1px;
  overflow: hidden;
  position: relative;
  background-color: var(--vs-secondary-color);
  background-size: contain;
  /* Hight Resoulation devices */
}

@media (min-width: 1922px) {
  .breadcumb-wrapper {
    background-size: cover;
    background-position: center top;
  }
}

@media (max-width: 1850px) {
  .breadcumb-wrapper {
    background-size: cover;
    background-position: center center;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .breadcumb-title {
    font-size: 60px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .breadcumb-title {
    font-size: 48px;
  }

  .breadcumb-subtitle {
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-top: 10px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 40px;
  }

  .breadcumb-menu {
    margin: 17px 0 -0.5em 0;
  }

  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    text-align: center;
    background-position: left center;
  }

  .breadcumb-content {
    padding: 90px 0 90px 0;
  }

  .breadcumb-menu-wrap {
    justify-content: center;
    text-align: center;
    margin-top: 40px;
  }

  .breadcumb-title {
    font-size: 36px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 32px;
  }

  .breadcumb-subtitle {
    letter-spacing: 0;
    font-size: 16px;
  }
}

[dir=rtl] .breadcumb-menu li::after {
  display: none;
}

[dir=rtl] .breadcumb-menu li::before {
  content: "\f104";
  font-family: var(--icon-font);
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 20px;
  margin-right: 18px;
}

[dir=rtl] .breadcumb-menu li:last-child::before {
  display: none;
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 30px;
}

.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-pagination span,
.vs-pagination a {
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  min-width: 50px;
  min-height: 50px;
  line-height: 48px;
  padding: 0 15px;
  z-index: 1;
  border: 1px solid var(--border-color);
  text-transform: uppercase;
}

.vs-pagination span i,
.vs-pagination a i {
  margin-left: 7px;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.vs-pagination li.next a,
.vs-pagination li.prev a {
  padding: 0 25px;
}

.vs-pagination li.next a:before,
.vs-pagination li.prev a:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: var(--black-color);
  width: 15px;
  height: 11px;
  z-index: -1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.vs-pagination li.prev {
  margin-right: 0;
}

.vs-pagination li.next {
  margin-left: 0;
}

/* Small devices */
@media (max-width: 767px) {

  .vs-pagination span,
  .vs-pagination a {
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
  }

  .vs-pagination li.next a,
  .vs-pagination li.prev a {
    padding: 0 10px;
  }
}

/* Dark Mode Styles */
.dark-mode .vs-pagination li.next a:before,
.dark-mode .vs-pagination li.prev a:before {
  background-color: var(--white-color);
}

/*------------------- 4.6. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 50px 60px 50px 60px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-color: var(--theme-color);
}

blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: normal;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote.is-style-large:before,
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  color: var(--theme-color);
}

blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}

blockquote.wp-block-quote p a,
blockquote.wp-block-quote.is-style-large p a,
blockquote p a {
  color: inherit;
}

blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 2px;
  font-style: normal;
  color: var(--theme-color);
}

blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

.wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
}

blockquote.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-pullquote blockquote cite {
  text-align: center;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote.is-style-solid-color cite {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-block-pullquote {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}

blockquote.wp-block-quote.has-text-align-right {
  border-right-color: var(--theme-color);
  padding: 50px 60px 50px 60px;
}

blockquote.wp-block-quote.has-text-align-right::before {
  left: 40px;
  right: auto;
  transform: rotate(180deg);
}

blockquote.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
  font-weight: 600;
}

blockquote.wp-block-quote.has-text-align-right cite:before {
  left: auto;
  right: 0;
  bottom: 5px;
}

blockquote.vs-quote {
  border: 5px solid var(--theme-color);
  background-color: transparent;
  padding: 36px 60px 36px 160px;
}

blockquote.vs-quote:before {
  content: "\f10d";
  font-size: 6rem;
  font-weight: 300;
  right: auto;
  bottom: auto;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
  opacity: 0.2;
}

blockquote.vs-quote p {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 23px;
  font-size: 18px;
  color: var(--body-color);
}

.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: var(--body-color);
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.meta-box {
  background-color: var(--theme-color);
  padding: 4px 20px;
}

.meta-box a {
  display: inline-block;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.meta-box a:not(:last-child):after {
  content: "-";
  display: inline-block;
  margin: 0 7px 0 6px;
  color: var(--white-color);
}

.meta-box a:hover {
  color: var(--vs-secondary-color);
}

.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: var(--theme-color);
}

.blog-category a:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  border-color: var(--vs-secondary-color);
}

.blog-category .blog-title.h5 {
  font-size: 20px;
}

.blog-title a {
  color: inherit;
}

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

.vs-blog {
  margin-bottom: 30px;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 8px 15px 8px 0;
  display: inline-block;
}

.share-links {
  margin: 50px 0 50px 0;
  padding: 17px 30px;
  background-color: var(--light-color);
}

.share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}

.share-links .tagcloud {
  display: inline-block;
}

.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}

.share-links .social-links li:last-child {
  margin-right: 0;
}

.share-links .social-links a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.share-links .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.comment-respond .form-title>h3,
.blog-inner-title {
  margin: -0.2em 0 40px 0;
  width: max-content;
  border-bottom: 3px solid var(--theme-color);
  line-height: 1;
  font-size: 30px;
  padding-bottom: 5px;
}

.blog-single {
  position: relative;
  margin-bottom: 60px;
}

.blog-single .vs-btn {
  padding: 14px 28px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.blog-single .blog-meta {
  margin-bottom: 17px;
}

.blog-single .blog-meta>span,
.blog-single .blog-meta>a {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 8px 21px;
  margin-bottom: 0;
  transition: all ease 0.4s;
}

.blog-single .blog-meta>span i,
.blog-single .blog-meta>a i {
  margin-right: 7px;
  color: inherit;
}

.blog-single .blog-meta>span a,
.blog-single .blog-meta>a a {
  color: inherit;
  font-size: inherit;
}

.blog-single .blog-meta>span:hover,
.blog-single .blog-meta>a:hover {
  background-color: var(--vs-secondary-color);
}

.blog-single .blog-title {
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 40px;
}

.blog-single .blog-inner-author {
  color: var(--body-color);
  font-family: var(--title-font);
  margin-bottom: 17px;
}

.blog-single .blog-inner-author img {
  width: 60px;
  margin-right: 10px;
  border-radius: 50%;
}

.blog-single .blog-inner-author a {
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 700;
  color: var(--body-color);
}

.blog-single .blog-inner-author a:hover {
  color: var(--theme-color);
}

.blog-single .blog-text {
  margin-bottom: 32px;
}

.blog-single .blog-video,
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
  margin-bottom: 30px;
}

.blog-single .blog-video,
.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 0;
  font-size: 16px;
}

.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  --icon-font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single .blog-content {
  overflow: hidden;
}

.blog-single:not(.has-post-thumbnail):not(.format-audio):not(.format-video) .blog-content {
  padding: 40px;
  border: 1px solid var(--border-color);
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-single .blog-content {
  padding: 0 !important;
  border: none !important;
}

.blog-style1 .blog-img {
  position: relative;
  margin: 0 0 20px 20px;
}

.blog-style1 .meta-box {
  position: absolute;
  left: -20px;
  bottom: 20px;
}

.blog-style1 .blog-content {
  margin: 0 0 0 20px;
}

.blog-style1 .blog-title {
  font-weight: 600;
}

.blog-style1 .blog-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
}

.blog-style1 .blog-btn i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  margin: 0 0 0 10px;
  transition: all ease 0.4s;
}

.blog-style1 .blog-btn:hover {
  color: var(--theme-color);
}

.blog-style1 .blog-btn:hover i {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.blog-style2 {
  border: 3px solid var(--border-color);
  margin: 90px 0 30px 50px;
  transition: all ease 0.4s;
}

.blog-style2 .blog-img {
  margin: -90px 0 35px -50px;
  width: 100%;
}

.blog-style2 .blog-category {
  margin-bottom: 4px;
}

.blog-style2 .blog-category a {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--theme-color);
  text-transform: uppercase;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}

.blog-style2 .blog-category a:hover {
  color: var(--title-color);
}

.blog-style2 .blog-title {
  font-size: 22px;
  margin-bottom: 12px;
}

.blog-style2 .blog-meta {
  margin-top: 22px;
  padding: 15px 0;
  border-top: 3px solid var(--border-color);
  transition: all ease 0.4s;
}

.blog-style2 .blog-meta a {
  font-size: 16px;
  font-weight: 700;
}

.blog-style2 .blog-content {
  padding: 0 40px;
}

.blog-style2:hover {
  border-color: var(--vs-secondary-color);
}

.blog-style2:hover .blog-meta {
  border-top-color: var(--vs-secondary-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-style2 {
    margin: 50px 0 30px 30px;
  }

  .blog-style2 .blog-content {
    padding: 0 30px;
  }

  .blog-style2 .blog-img {
    margin: -50px 0 30px -30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 18px;
    padding: 23px 30px 26px 30px;
  }

  blockquote.vs-quote {
    padding: 26px 60px 26px 130px;
  }

  blockquote.vs-quote p {
    font-size: 20px;
    line-height: 30px;
  }

  blockquote.vs-quote:before {
    font-size: 5rem;
    left: 25px;
  }

  .meta-box a {
    font-size: 12px;
  }

  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }

  .blog-single .blog-title {
    font-size: 30px;
  }

  .blog-style1 .blog-title {
    font-size: 22px;
  }

  .blog-style1 .blog-img {
    margin-left: 0;
  }

  .blog-style1 .meta-box {
    position: absolute;
    left: 0;
    bottom: 10px;
  }

  .blog-style1 .blog-btn {
    font-size: 14px;
  }

  .blog-style1 .blog-btn i {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    padding: 23px 15px 26px 15px;
  }

  blockquote:before {
    right: 30px;
    bottom: 30px;
    font-size: 2rem;
  }

  blockquote cite {
    margin-top: 17px;
    font-size: 14px;
  }

  blockquote cite::before {
    bottom: 6px;
  }

  blockquote.vs-quote {
    padding: 26px 20px 26px 20px;
  }

  blockquote.vs-quote:before {
    content: "\f10e";
    left: auto;
    top: auto;
    transform: none;
    right: 20px;
    bottom: 20px;
  }

  blockquote.vs-quote p {
    font-size: 18px;
  }

  .share-links {
    padding: 17px 20px;
  }

  .comment-respond .form-title>h3,
  .blog-inner-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }

  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }

  .blog-single:not(.has-post-thumbnail) .blog-content {
    padding: 40px 20px;
  }

  .blog-single .blog-img .slick-arrow {
    --pos-x: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.6;
  }

  .blog-single .blog-meta>span:not(:last-child):after,
  .blog-single .blog-meta a:not(:last-child):after {
    content: "";
    margin: 0 10px 0 14px;
  }

  .blog-details:not(.has-post-thumbnail) .blog-content {
    padding: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-style2 {
    margin: 0 0 30px 0;
  }

  .blog-style2 .blog-content {
    padding: 0 20px;
  }

  .blog-style2 .blog-img {
    margin: 0 0 30px 0;
  }
}

/* Dark Mode Styles */
.dark-mode .wp-block-pullquote.is-style-solid-color blockquote.has-very-dark-gray-color {
  color: #919191;
}

[dir=rtl] .blog-meta span i,
[dir=rtl] .blog-meta a i {
  margin-left: 10px;
  margin-right: 0px;
}

[dir=rtl] .blog-meta span,
[dir=rtl] .blog-meta a {
  margin-left: 23px;
  margin-right: 0;
}

[dir=rtl] .blog-single .blog-inner-author img {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .share-links-title {
  margin-left: 15px;
  margin-right: 0;
}

/*------------------- 4.7. Comments  -------------------*/
.vs-comment-form {
  margin: var(--blog-space-y, 40px) 0 30px 0;
  background-color: var(--light-color);
}

.vs-comment-form .comment-respond {
  background-color: transparent;
}

.comment-respond {
  position: relative;
  background-color: var(--smoke-color);
  padding: 40px;
}

.comment-respond .must-log-in {
  margin: 25px 0 0 0;
  padding: 10px 20px;
  background-color: var(--black-color);
  color: var(--white-color);
}

.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
  margin-bottom: 25px;
}

.comment-respond .row {
  --bs-gutter-x: 20px;
}

.comment-respond .form-control {
  border: 1px solid var(--border-color);
  font-size: 16px;
  color: var(--title-color);
  background-color: transparent;
}

.comment-respond .form-control::-moz-placeholder {
  color: var(--title-color);
}

.comment-respond .form-control::-webkit-input-placeholder {
  color: var(--title-color);
}

.comment-respond .form-control:-ms-input-placeholder {
  color: var(--title-color);
}

.comment-respond .form-control::placeholder {
  color: var(--title-color);
}

.comment-respond .form-group i {
  color: var(--theme-color);
}

.comment-respond input[type=checkbox]~label:before {
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
  border-radius: 0;
  top: 5.5px;
}

.comment-respond input[type=checkbox]:checked~label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}

.comment-respond .form-title h3 {
  margin: -0.2em 0 10px 0;
  line-height: 1;
  font-size: 30px;
}

.comment-respond .comment-notes,
.comment-respond p.logged-in-as,
.comment-respond .form-text {
  margin-bottom: 25px;
  font-size: 16px;
  color: var(--body-color);
}

.vs-comments-wrap {
  padding: 40px 40px 10px 40px;
  margin: 50px 0;
  background-color: var(--light-color);
}

.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 .vs-post-comment {
  padding: 30px 30px 25px 30px;
  position: relative;
  display: flex;
  margin: 30px 0 30px 0;
  position: relative;
  border: 1px solid var(--border-color);
}

.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: 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: 130px;
  height: 130px;
  margin-right: 25px;
  background-color: var(--smoke-color);
}

.vs-comments-wrap .comment-avater img {
  width: 100%;
}

.vs-comments-wrap .comment-content {
  flex: 1;
  align-self: center;
}

.vs-comments-wrap .commented-on {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--body-color);
  display: inline-block;
  text-decoration: underline;
  position: relative;
  top: -2px;
}

.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.7rem;
}

.vs-comments-wrap .name {
  margin: -0.25em 10px 2px 0;
  font-size: 24px;
  display: inline-block;
}

.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}

.vs-comments-wrap .text {
  color: var(--body-color);
  margin-bottom: 0;
}

.vs-comments-wrap .text:last-of-type {
  margin-bottom: -0.25em;
}

.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 40px;
}

.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: -1px;
  top: -1px;
  line-height: 1;
}

.vs-comments-wrap .comment-reply-login,
.vs-comments-wrap .replay-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 15px;
}

.vs-comments-wrap .comment-reply-login:hover,
.vs-comments-wrap .replay-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-comments-wrap .star-rating {
  margin: 5px 0 10px 0;
}

.vs-comments-wrap .star-rating:before {
  color: var(--theme-color);
  font-weight: 400;
}

.vs-comments-wrap .star-rating span:before {
  color: var(--theme-color);
}

.vs-comments-wrap .review .comment-avater {
  width: 170px;
  height: auto;
}

.woocommerce-Reviews .vs-comments-wrap {
  padding: 0;
  background-color: transparent;
  margin: 0 0 50px 0;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 40px;
}

.woocommerce-Reviews .rating-select {
  margin-bottom: 20px;
}

.woocommerce-Reviews .form-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 24px;
  padding: 0 0 12px 0;
  margin: -0.25em 0 25px 0;
}

.woocommerce-Reviews .form-title:before {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  display: inline-block;
}

.woocommerce-Reviews .form-group:last-of-type {
  margin-bottom: 0;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .comment-section {
    padding: 40px 40px 0px 40px;
  }

  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px 30px 30px;
    margin: 30px 0 30px 0;
  }

  .vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }

  .vs-comments-wrap .name {
    margin: -0.1em 15px 0 0;
    font-size: 20px;
  }

  .comment-respond {
    padding: 30px;
  }

  .comment-respond .form-control {
    height: 60px;
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap {
    padding: 40px 30px 10px 30px;
  }

  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px;
  }

  .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 .comment-content {
    flex: 1;
    align-self: center;
    padding: 0;
  }

  .vs-comments-wrap .review .vs-post-comment {
    padding: 30px;
  }

  .vs-comments-wrap .reply_and_edit {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 10px;
  }

  .comment-respond .form-text {
    font-size: 14px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap {
    padding: 40px 20px 10px 20px;
  }

  .vs-comments-wrap .children {
    margin-left: 20px;
  }

  .vs-comments-wrap .name {
    margin: -0.1em 0 7px 0;
    font-size: 20px;
    display: block;
  }

  .vs-comments-wrap .review-rating {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px 0 10px 0;
    width: max-content;
  }

  .vs-comments-wrap .review .vs-post-comment {
    padding: 30px 20px;
  }

  .comment-respond {
    padding: 40px 20px 40px 20px;
  }

  .comment-respond textarea,
  .comment-respond input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .comment-respond label {
    font-size: 14px;
  }

  .comment-section {
    padding: 40px 20px 0px 20px;
  }
}

/* Dark Mode Styles */
.dark-mode .vs-comments-wrap blockquote {
  background-color: var(--smoke-color);
}

.dark-mode .vs-comments-wrap pre {
  color: #b9b9b9;
  background-color: var(--smoke-color);
}

[dir=rtl] .vs-comments-wrap .review .comment-avater {
  margin-left: 25px;
  margin-right: 0;
}

[dir=rtl] .vs-comments-wrap .name {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .vs-comments-wrap .comment-avater {
  margin-left: 25px;
  margin-right: 0;
}

[dir=rtl] .vs-comments-wrap .reply_and_edit {
  right: unset;
  left: -1px;
}

[dir=rtl] .vs-comments-wrap .commented-on i {
  margin-left: 7px;
  margin-right: 0;
}

[dir=rtl] .woocommerce-Reviews .form-title::before {
  left: unset;
  right: 0;
}

/*------------------- 4.8. Hero Area  -------------------*/
.ls-btn-group .vs-btn {
  margin-right: 20px;
}

.ls-btn-group .vs-btn:last-child {
  margin-right: 1px;
}

.ls-layer .body-shape1 {
  height: 100%;
}

.ls-layout3 .ls-btn-group,
.ls-layout4 .ls-btn-group,
.ls-layout5 .ls-btn-group {
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  gap: 5px;
}

.ls-layout3 .ls-btn-group .vs-btn.style1,
.ls-layout4 .ls-btn-group .vs-btn.style1,
.ls-layout5 .ls-btn-group .vs-btn.style1 {
  margin-right: 20px;
}

.ls-center-def .ls-btn-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .ls-btn-group .vs-btn {
    padding: 17px 27px;
  }
}

@media (max-width: 767px) {
  .ls-btn-group .vs-btn {
    padding: 12px 18px;
    font-size: 12px;
    margin-right: 15px;
  }

  .ls-btn-group .vs-btn:before {
    width: 10px;
    height: 10px;
    right: 3px;
    bottom: 3px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .ls-layout3 .ls-btn-group .vs-btn,
  .ls-layout4 .ls-btn-group .vs-btn,
  .ls-layout5 .ls-btn-group .vs-btn {
    padding: 18px 35px;
    min-width: max-content;
    height: auto;
    width: auto;
    line-height: 1;
  }

  .ls-layout3 .ls-btn-group .vs-btn:before,
  .ls-layout4 .ls-btn-group .vs-btn:before,
  .ls-layout5 .ls-btn-group .vs-btn:before {
    transform: skewX(0);
  }

  .ls-layout3 .ls-btn-group .vs-btn.style1,
  .ls-layout4 .ls-btn-group .vs-btn.style1,
  .ls-layout5 .ls-btn-group .vs-btn.style1 {
    margin-right: 10px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .ls-layout3 .ls-btn-group .vs-btn,
  .ls-layout4 .ls-btn-group .vs-btn,
  .ls-layout5 .ls-btn-group .vs-btn {
    font-size: 12px;
    padding: 14px 30px;
    margin-right: 10px;
  }

  .ls-layout3 .ls-btn-group .vs-btn:last-child,
  .ls-layout4 .ls-btn-group .vs-btn:last-child,
  .ls-layout5 .ls-btn-group .vs-btn:last-child {
    margin-right: 0;
  }

  .ls-center-xs {
    position: relative;
  }

  .ls-center-xs .ls-btn-group {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

[dir=rtl] .ls-layout3 .ls-btn-group .vs-btn i,
[dir=rtl] .ls-layout4 .ls-btn-group .vs-btn i,
[dir=rtl] .ls-layout5 .ls-btn-group .vs-btn i {
  margin-right: 8px;
  margin-left: 0px;
}

/*------------------- 4.9. Error  -------------------*/
.vs-error-wrapper {
  background-color: var(--theme-color);
}

.error-number {
  font-size: 250px;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin: -0.26em 0 0 0;
  color: var(--white-color);
}

.error-number .zero {
  color: var(--theme-color);
  font-size: 1.4em;
}

.error-title {
  text-transform: uppercase;
  font-size: 50px;
  margin: -0.3em 0 5px 0;
  color: var(--white-color);
}

.error-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 40px;
}

.error-content {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 90px 0;
}

.search-inline {
  position: relative;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 650px;
}

.search-inline input {
  background-color: transparent;
  border: 2px solid var(--white-color);
  border-radius: 0;
  height: 66px;
  padding: 0 0 0 40px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}

.search-inline input::-moz-placeholder {
  color: var(--white-color);
}

.search-inline input::-webkit-input-placeholder {
  color: var(--white-color);
}

.search-inline input:-ms-input-placeholder {
  color: var(--white-color);
}

.search-inline input::placeholder {
  color: var(--white-color);
}

.search-inline input:focus {
  background-color: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
}

.search-inline button {
  position: absolute;
  right: 9px;
  top: 8px;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.search-inline button:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .error-content {
    padding: 80px 30px;
  }

  .error-number {
    font-size: 180px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    font-size: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-content {
    padding: 50px 20px;
  }

  .error-number {
    font-size: 110px;
    margin-bottom: 15px;
  }

  .error-title {
    font-size: 26px;
  }

  .error-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .error-content {
    padding: 80px 20px;
  }

  .search-inline input {
    padding: 0 0 0 25px;
    font-size: 16px;
    font-size: 14px;
  }
}

/*------------------- 4.10. About  -------------------*/
.list-style1 ul {
  margin: 0 0 40px 0;
}

.list-style1 li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 27px;
}

.list-style1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
}

.list-style2 ul {
  margin: 0 0 0 30px 0;
}

.list-style2 li {
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 8px;
  position: relative;
  padding-left: 40px;
}

.list-style2 li>img {
  position: absolute;
  left: 0;
  top: 1px;
}

.list-style2.layout2 li {
  font-weight: 400;
}

.about-box1 {
  margin-bottom: 30px;
}

.about-box1 .about-text {
  max-width: 260px;
  font-size: 18px;
}

.about-box1 .list-style2 {
  margin-top: 8px;
}

.img-box1 {
  margin: 0 -190px 30px -75px;
}

.img-box2 {
  position: relative;
  margin: -20px 0 30px 0;
  padding: 0 0 200px 0;
}

.img-box2 .img-2 {
  position: absolute;
  left: -95px;
  top: 0;
}

.img-box3 {
  margin: 0 0 30px 0;
  position: relative;
}

.img-box3 .img-1 {
  overflow: hidden;
}

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

.img-box3:hover .img-1 img {
  transform: scale(1.15);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-box1 {
    margin: 0 0 40px 0;
  }

  .about-box1 .about-text {
    max-width: 100%;
  }

  .about-box1 .list-style2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .img-box2 {
    margin: 0 0 30px 0;
    padding-bottom: 130px;
  }

  .img-box2 .img-2 {
    left: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box3 {
    margin: 0 0 30px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    margin: 0 0 30px 0;
  }

  .img-box2 .img-2 {
    left: 0;
    animation: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .about-box1 .about-text {
    font-size: 16px;
  }

  .img-box2 {
    padding: 0 0 200px 0;
  }
}

/* Dark Mode Styles */
.dark-mode .list-style1 li {
  color: var(--body-color);
}

[dir=rtl] .img-box2 .img-2 {
  right: -200px;
  left: unset;
}

[dir=rtl] .exp-box1 {
  padding-left: 0;
  padding-right: 40px;
}

[dir=rtl] .list-style1 li {
  padding-left: 0;
  padding-right: 27px;
}

[dir=rtl] .list-style1 li::before {
  left: unset;
  right: 0;
}

[dir=rtl] .list-style2 li {
  padding-left: 0;
  padding-right: 40px;
}

[dir=rtl] .list-style2 li>img {
  left: unset;
  right: 0;
  transform: rotateY(180deg);
}

/*------------------- 4.11. Match  -------------------*/
.match-menu1 {
  margin-bottom: 28px;
}

.match-menu1 .match-date {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}

.match-menu1 .match-day {
  color: #dddddd;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.match-menu1 button {
  border: none;
  background-color: var(--vs-secondary-color);
  text-align: left;
  padding: 35px 40px 32px 40px;
  display: block;
  width: calc(100% - 30px);
  margin: 0 30px 2px 0;
  position: relative;
  transition: all ease 0.4s;
}

.match-menu1 button:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: var(--theme-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  transform: translateX(-4px);
}

.match-menu1 button.active,
.match-menu1 button:hover {
  background-color: var(--theme-color);
}

.match-menu1 button.active:before,
.match-menu1 button:hover:before {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.match-menu2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-color: var(--smoke-color);
}

.match-menu2 button {
  border: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  line-height: 1;
  color: var(--title-color);
  padding: 35px 46px;
  position: relative;
}

.match-menu2 button:before {
  content: "";
  position: absolute;
  left: -0.5px;
  top: 50%;
  height: 30px;
  width: 1px;
  margin-top: -15px;
  background-color: rgba(0, 0, 0, 0.3);
}

.match-menu2 button:hover,
.match-menu2 button.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.match-menu2 button.active::before,
.match-menu2 button:hover::before,
.match-menu2 button:hover+button::before,
.match-menu2 button.active+button::before,
.match-menu2 button:first-child::before {
  opacity: 0;
  visibility: hidden;
}

.match-style1 {
  margin-bottom: 20px;
  background-color: var(--body-bg);
}

.match-style1:last-child {
  margin-bottom: 30px;
}

.match-style1 .match-top {
  display: flex;
  align-items: center;
  border: 3px solid var(--smoke-color);
  border-bottom: none;
  justify-content: space-between;
  padding: 5px 45px;
  min-height: 120px;
  transition: all ease 0.4s;
}

.match-style1 .match-team {
  display: flex;
  align-items: center;
  gap: 20px;
}

.match-style1 .match-team:last-child {
  flex-direction: row-reverse;
}

.match-style1 .team-name {
  font-weight: 600;
  margin: 0;
}

.match-style1 .match-time {
  font-size: 35px;
  color: var(--title-color);
  font-weight: 700;
}

.match-style1 .match-bottom {
  text-align: center;
  position: relative;
  background-color: var(--smoke-color);
  padding: 10px 0;
  transition: all ease 0.4s;
}

.match-style1 .match-date {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  transition: all ease 0.4s;
  opacity: 1;
  visibility: visible;
}

.match-style1 .match-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.4s;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
}

.match-style1 .match-btn i {
  margin-right: 10px;
}

.match-style1 .match-btn:hover {
  text-decoration: underline;
}

.match-style1:hover .match-date {
  opacity: 0;
  visibility: hidden;
}

.match-style1:hover .match-btn {
  opacity: 1;
  visibility: visible;
}

.match-style1:hover .match-bottom {
  background-color: var(--theme-color);
}

.match-style1:hover .match-top {
  border-color: var(--theme-color);
}

.match-style2 {
  text-align: center;
  background-color: var(--smoke-color);
  padding: 110px 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.match-style2 .match-name {
  font-size: 34px;
  text-transform: uppercase;
  margin: -0.3em 0 8px 0;
}

.match-style2 .match-date {
  text-transform: uppercase;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 45px 0;
}

.match-style2 .match-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match-style2 .team-avaters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}

.match-style2 .total-avater {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  padding: 0 5px;
  display: inline-block;
}

.match-style2 .avater {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--title-color);
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.match-style2 .avater img {
  width: 100%;
}

.match-style2 .team-name {
  font-weight: 600;
  margin: 0 0 11px 0;
}

.match-style2 .match-bottom {
  margin-top: -15px;
}

.match-style2 .match-shape1 {
  position: absolute;
  right: -30px;
  bottom: -35px;
  background-color: var(--theme-color);
  width: 100%;
  height: 131px;
  clip-path: path("M1285.000,-0.001 L970.006,26.494 L1036.243,66.235 L-0.000,130.999 L1283.528,130.999");
}

.match-style2 .match-team {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  flex: 1;
}

.match-style2 .match-team:last-child {
  text-align: right;
  flex-direction: row-reverse;
}

.match-style2 .match-team:last-child .team-avaters {
  flex-direction: row-reverse;
}

.match-style2:not(.layout2):not(.layout3) .match-time {
  display: block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 35px;
  font-weight: 700;
  color: var(--title-color);
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
}

.match-style2.layout3,
.match-style2.layout2 {
  padding: 55px 75px;
  outline: 5px solid transparent;
  outline-offset: -5px;
  transition: all ease 0.4s;
  margin-bottom: 20px;
}

.match-style2.layout3:last-child,
.match-style2.layout2:last-child {
  margin-bottom: 30px;
}

.match-style2.layout3 .match-time,
.match-style2.layout2 .match-time {
  font-size: 54px;
  color: var(--title-color);
  font-weight: 700;
  line-height: 1;
  margin: -0.1em 0 10px 0;
}

.match-style2.layout3 .match-date,
.match-style2.layout2 .match-date {
  margin-bottom: 0;
}

.match-style2.layout3 .match-bottom,
.match-style2.layout2 .match-bottom {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.match-style2.layout2:hover {
  outline-color: var(--theme-color);
  background-color: var(--body-bg);
}

.match-style2.layout2:hover .match-bottom {
  opacity: 1;
  visibility: visible;
}

.match-style2.layout3 {
  padding: 29px 45px;
}

.match-style2.layout3 .match-time {
  margin: 0;
}

.match-style3 {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--body-bg);
  width: 100%;
}

.match-style3:last-child {
  margin-bottom: 30px;
}

.match-style3 .match-top {
  display: flex;
  border: 3px solid var(--smoke-color);
  border-top: none;
  transition: all ease 0.4s;
}

.match-style3 .match-team {
  flex: 1;
  width: 240px;
  text-align: center;
}

.match-style3 .team-name {
  background-color: var(--smoke-color);
  font-size: 18px;
  font-weight: 600;
  padding: 15px 10px;
  line-height: 1;
  margin: 0;
  transition: all ease 0.4s;
}

.match-style3 .team-logo {
  padding: 27px 10px;
}

.match-style3 .match-verses {
  position: relative;
  width: 3px;
  background-color: var(--smoke-color);
  transition: all ease 0.4s;
}

.match-style3 .match-verses .text {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 61.9%;
  transform: translate(-50%, -50%);
  background-color: var(--body-bg);
  color: var(--title-color);
  border: 3px solid var(--smoke-color);
  border-radius: 50%;
  transition: all ease 0.4s;
}

.match-style3 .match-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid var(--smoke-color);
  border-left: none;
  padding: 0 40px 0 60px;
  transition: all ease 0.4s;
}

.match-style3 .match-label {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: -0.4em 0 5px 0;
}

.match-style3 .match-name {
  font-size: 26px;
  margin-bottom: 25px;
}

.match-style3 .match-date {
  background-color: var(--vs-secondary-color);
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  margin: 0;
  padding: 9.5px 20px;
  line-height: 1;
}

.match-style3 .vs-btn {
  height: 68px;
  width: 68px;
  line-height: 68px;
  background-color: var(--smoke-color);
  color: transparent;
  white-space: nowrap;
  padding: 0;
  overflow: hidden;
}

.match-style3 .vs-btn i {
  position: relative;
  left: 25px;
  font-size: 20px;
  transition: all ease 0.4s;
  color: var(--title-color);
}

.match-style3:hover .team-name {
  background-color: var(--theme-color);
}

.match-style3:hover .team-name a {
  color: var(--white-color);
}

.match-style3:hover .match-verses .text,
.match-style3:hover .match-top {
  border-color: var(--theme-color);
}

.match-style3:hover .match-verses {
  background-color: var(--theme-color);
}

.match-style3:hover .match-body {
  border-color: var(--theme-color);
}

.match-style3:hover .vs-btn {
  width: 216px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.match-style3:hover .vs-btn i {
  left: 0;
  color: var(--white-color);
}

.match-details {
  display: block;
}

.match-details .match-date {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: -0.4em 0 7px 0;
  text-align: center;
}

.match-details .match-date .time {
  color: var(--title-color);
}

.match-details .match-title {
  text-align: center;
  margin-bottom: 32px;
}

.match-details>.vs-btn {
  margin: 0 auto 50px auto;
  width: max-content;
  display: block;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .match-style2 {
    padding: 60px 50px;
  }

  .match-style2.layout3,
  .match-style2.layout2 {
    padding: 45px 40px 0 40px;
    outline-color: var(--theme-color);
  }

  .match-style2.layout3 .match-bottom,
  .match-style2.layout2 .match-bottom {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 20px 0 0 0;
  }

  .match-style2.layout3 .match-date,
  .match-style2.layout2 .match-date {
    font-size: 16px;
  }

  .match-style2.layout3 .match-time,
  .match-style2.layout2 .match-time {
    font-size: 40px;
  }

  .match-style2.layout3 {
    padding: 45px 40px 40px 40px;
  }

  .match-style3 {
    display: block;
  }

  .match-style3 .match-body {
    padding: 0px 30px 0 30px;
  }

  .match-style3 .match-name {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .match-style3 .match-label {
    font-size: 16px;
  }

  .match-style3:hover .vs-btn {
    width: 180px;
  }

  .match-style3 .match-body {
    padding: 35px 30px;
    border-top: none;
    border-left: 3px solid var(--smoke-color);
  }

  .match-style3 .vs-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    color: var(--title-color);
  }

  .match-style3 .vs-btn i {
    left: 0;
    font-size: inherit;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .match-style2 .team-logo {
    max-width: 110px;
  }

  .match-style2 .avater {
    width: 36px;
    height: 36px;
  }

  .match-style2:not(.layout2):not(.layout3) .match-time {
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 35px;
  }

  .match-menu1 button {
    padding: 26px 20px 22px 20px;
    margin: 0 30px 2px 0;
  }

  .match-menu1 .match-date {
    font-size: 20px;
  }

  .match-menu1 .match-day {
    font-size: 14px;
    letter-spacing: 0;
  }

  .match-style1 .match-date {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .match-style2 {
    padding: 50px 30px;
  }

  .match-style2 .match-team {
    display: block;
  }

  .match-style2 .match-team:last-child .team-logo {
    margin-left: auto;
  }

  .match-style2 .team-logo {
    margin-bottom: 13px;
  }

  .match-style2 .match-name {
    font-size: 26px;
  }

  .match-style2 .match-date {
    font-size: 16px;
    margin: 0 0 35px 0;
  }

  .match-style2 .team-name {
    margin: 0 0 15px 0;
  }

  .match-style2 .match-bottom {
    margin-top: 25px;
  }

  .match-menu1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .match-menu1 button {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .match-menu1 button::before {
    display: none;
  }

  .match-menu2 button {
    font-size: 14px;
    letter-spacing: 0;
    padding: 23px 28px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .match-style2 {
    padding: 40px 20px;
  }

  .match-style2:not(.layout2):not(.layout3) .match-time {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 20px;
    border-radius: 0;
    align-self: flex-start;
    color: var(--theme-color);
  }

  .match-style2 .team-logo {
    max-width: 50px;
  }

  .match-style2 .avater {
    width: 30px;
    height: 30px;
    line-height: 22px;
  }

  .match-style2 .match-name {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .match-style2 .match-date {
    font-size: 14px;
    margin: 0 0 25px 0;
  }

  .match-style2.layout2 {
    padding: 30px 20px 0 20px;
  }

  .match-style2.layout2 .match-body {
    flex-wrap: wrap;
  }

  .match-style2.layout2 .match-middle {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }

  .match-style2.layout2 .match-team:first-child {
    order: 2;
  }

  .match-style2.layout2 .match-team:last-child {
    order: 3;
  }

  .match-style2.layout3 {
    padding: 30px 20px 20px 20px;
  }

  .match-style2.layout3 .match-time {
    background-color: transparent;
    font-size: 28px;
    margin: 0 20px;
  }

  .match-style2.layout3 .match-middle {
    width: auto;
    background-color: transparent;
  }

  .match-style2.layout3 .team-logo {
    max-width: 100px;
  }

  .match-style1 .match-top {
    padding: 20px 20px;
  }

  .match-style1 .team-name {
    font-size: 14px;
  }

  .match-style1 .team-logo {
    margin-bottom: 10px;
  }

  .match-style1 .match-team {
    display: block;
    text-align: center;
  }

  .match-style1 .match-time {
    font-size: 20px;
    color: var(--theme-color);
  }

  .match-style1 .match-date {
    font-size: 14px;
    letter-spacing: 0;
  }

  .match-menu2 {
    justify-content: center;
  }

  .match-menu2 button:before {
    display: none;
  }

  .match-style3 .match-body {
    display: block;
    text-align: center;
  }

  .match-style3 .match-body .vs-btn {
    margin-top: 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .match-menu1 button {
    padding: 26px 10px 22px 10px;
  }

  .match-style2 {
    padding: 40px 15px;
  }

  .match-style2 .match-date,
  .match-style2 .team-name {
    font-size: 14px;
  }

  .match-style2 .team-avaters img {
    max-width: 75px;
  }

  .match-style2 .team-avaters .total-avater {
    font-size: 12px;
  }

  .match-style2 .match-bottom .vs-btn {
    padding: 13px 20px;
    height: auto;
    font-size: 12px;
  }

  .match-style2 .match-bottom .vs-btn:before {
    width: 10px;
    height: 10px;
  }

  .match-style3 .match-body {
    padding: 35px 15px;
  }

  .match-style3 .match-date {
    padding: 9.5px 10px;
    font-size: 14px;
  }

  .match-menu2 button {
    padding: 16px 14px;
    font-size: 12px;
  }
}

/* Dark Mode Styles */
.dark-mode .match-style1 {
  --smoke-color: #2f2c43;
}

.dark-mode .match-style2 {
  background-color: var(--vs-secondary-color);
}

.dark-mode .match-style2:not(.layout2):not(.layout3) .match-time {
  background-color: rgba(0, 0, 0, 0.15);
}

.dark-mode .match-style3 {
  --smoke-color: #2f2c43;
}

.dark-mode .match-style3 .match-label {
  color: #dddddd;
}

.dark-mode .match-style3 .vs-btn {
  color: transparent;
}

.dark-mode .match-style3:hover .vs-btn {
  color: var(--white-color);
}

.dark-mode .match-menu2 {
  background-color: var(--vs-secondary-color);
}

.dark-mode .match-menu2 button:before {
  background-color: #7a7a7a;
}

[dir=rtl] .match-menu1 button {
  margin-left: 30px;
  margin-right: 0;
}

[dir=rtl] .match-menu1 button::before {
  right: unset;
  left: -29px;
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 50% 50%);
}

[dir=rtl] .match-style1 .match-btn i {
  margin-right: unset;
  margin-left: 10px;
}

[dir=rtl] .match-style3 .vs-btn i {
  left: unset;
  right: 25px;
}

[dir=rtl] .match-style3:hover .vs-btn i {
  left: unset;
  right: 0px;
}

[dir=rtl] .match-menu2 button:before {
  left: unset;
  right: -0.5px;
}

/*------------------- 4.12. Price Package  -------------------*/
.package-style1 {
  position: relative;
  border: 3px solid var(--vs-secondary-color);
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 30px;
  background-color: var(--body-bg);
  transition: all ease 0.4s;
}

.package-style1 .package-top {
  background-color: var(--vs-secondary-color);
  padding: 40px 0 13px 0;
  margin-bottom: 86px;
  position: relative;
  transition: all ease 0.4s;
}

.package-style1 .package-shape {
  position: absolute;
  right: -3px;
  top: 99%;
  background-color: var(--vs-secondary-color);
  clip-path: url(#priceoneclip);
  height: 93px;
  left: 0;
  transition: all ease 0.4s;
}

.package-style1 .package-name {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.package-style1 .package-price {
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
  margin-bottom: 5px;
}

.package-style1 .package-price .currency {
  font-size: 40px;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: 0.15em;
}

.package-style1 .package-duration {
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.package-style1 .package-list {
  margin-bottom: 33px;
  padding: 0 40px;
}

.package-style1 .package-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 17px 0;
  margin: 0 0 15px 0;
  color: var(--title-color);
}

.package-style1 .package-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.package-style1.active,
.package-style1:hover {
  border-color: var(--theme-color);
}

.package-style1.active .package-shape,
.package-style1.active .package-top,
.package-style1:hover .package-shape,
.package-style1:hover .package-top {
  background-color: var(--theme-color);
}

.package-zigzag:nth-child(odd) {
  margin-top: 60px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .package-style1 .package-list {
    margin-bottom: 33px;
    padding: 0 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .package-zigzag:nth-child(odd) {
    margin-top: 40px;
  }

  .package-style1 .package-top {
    padding: 30px 0 13px 0;
    margin-bottom: 40px;
  }

  .package-style1 .package-shape {
    height: 45px;
  }

  .package-style1 .package-price {
    font-size: 50px;
  }

  .package-style1 .package-price .currency {
    font-size: 26px;
    top: 7px;
    margin-right: 3px;
  }

  .package-style1 .package-name {
    font-size: 16px;
    margin: 0 0 5px 0;
  }

  .package-style1 .package-list li {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .package-zigzag:nth-child(odd) {
    margin-top: 0;
  }
}

/*------------------- 4.13. CTA  -------------------*/
.cta-wrap1 {
  padding-top: 320px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}

.cta-wrap1 .cta-shape1 {
  position: absolute;
  left: 0;
  right: -40px;
  top: 0;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: url(#cta-clip1);
  clip-path: url(#cta-clip1);
}

.cta-text1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 50px;
}

.cta-about1 {
  padding: 60px 0 60px 80px;
}

.cta-about1 .cta-title {
  margin: -0.25em 0 10px 0;
}

.cta-about1 .cta-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-wrap2 {
  margin-top: -175px;
  position: relative;
  z-index: 1;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .cta-wrap1 {
    padding-top: 250px;
    padding-bottom: 80px;
  }

  .cta-text1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-about1 {
    padding: 25px 0 25px 40px;
  }

  .cta-about1 .cta-title {
    font-size: 40px;
  }

  .cta-about1 .cta-text {
    font-size: 16px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-about1 .cta-title {
    font-size: 30px;
  }

  .cta-wrap2 {
    margin-top: 0;
    padding-top: var(--section-space-mobile);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .cta-wrap1 {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .cta-about1 {
    padding: 35px 20px 35px 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cta-wrap1 {
    padding-top: var(--section-space-mobile);
    padding-bottom: var(--section-space-mobile);
  }

  .cta-wrap1 .cta-shape1 {
    right: 0;
    clip-path: none;
  }

  .cta-text1 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cta-about1 .cta-title {
    font-size: 26px;
  }
}

[dir=rtl] {
  /* Extra large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  [dir=rtl] .cta-about1 {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  [dir=rtl] .cta-about1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------- 4.14. Player  -------------------*/
.player-about1 .player-social a,
.player-style2 .player-social a,
.player-style1 .player-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--border-color);
  color: var(--title-color);
  border-radius: 50%;
  margin-right: 5px;
  transition: all ease 0.4s;
}

.player-about1 .player-social a:last-child,
.player-style2 .player-social a:last-child,
.player-style1 .player-social a:last-child {
  margin-right: 0;
}

.player-about1 .player-social a:hover,
.player-style2 .player-social a:hover,
.player-style1 .player-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.player-style1 .player-img {
  align-self: flex-end;
}

.player-style1 .player-body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 40px;
  padding: 0 50px 0 50px;
  margin-bottom: 30px;
}

.player-style1 .player-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 100%;
  background-color: var(--theme-color);
  clip-path: path("M 0 -0.001 L 78.687 73.01 L 62.141 182.528 L 321 361 L 0.368 361");
  z-index: -1;
}

.player-style1 .player-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--smoke-color);
  z-index: -2;
  transition: all ease 0.4s;
}

.player-style1 .player-content {
  flex: 1;
  padding: 20px 0;
}

.player-style1 .player-name {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin: -0.25em 0 8px 0;
}

.player-style1 .player-degi {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 21px;
  margin-bottom: 10px;
  transition: all ease 0.4s;
}

.player-style1 .player-mail {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
  display: inline-block;
  margin-bottom: 17px;
  transition: all ease 0.4s;
}

.player-style1 .player-mail i {
  color: var(--title-color);
  margin-right: 10px;
  vertical-align: middle;
  transition: all ease 0.4s;
}

.player-style1 .player-mail:hover {
  color: var(--theme-color);
}

.player-style1.default .player-body {
  flex-direction: row-reverse;
}

.player-style1.default .player-img img {
  transform: rotateY(180deg);
}

.player-style1.default .player-shape1 {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

.player-style1.layout2 .player-body {
  padding-right: 0;
  flex-direction: row-reverse;
}

.player-style1:hover .player-bg {
  background-color: var(--vs-secondary-color);
}

.player-style1:hover .player-social a:not(:hover) {
  border-color: var(--white-color);
  color: var(--white-color);
}

.player-style1:hover .player-name a:not(:hover) {
  color: var(--white-color);
}

.player-style1:hover .player-mail i {
  color: var(--white-color);
}

.player-style1:hover,
.dark-mode .player-style1 {
  --body-color: #dddddd;
  --border-color: #454052;
}

.player-avater1 {
  background-color: var(--smoke-color);
  transition: all ease 0.4s;
  text-align: center;
}

.player-avater1:hover,
.slick-current .player-avater1 {
  background-color: var(--theme-color);
}

.player-style2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.player-style2 .player-team-logo {
  margin: 0 auto 25px auto;
}

.player-style2 .player-title {
  font-size: 34px;
  margin: 0 0 8px 0;
}

.player-style2 .player-degi {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.player-slider1 {
  margin: -120px auto 0 auto;
  max-width: 320px;
}

.player-wrap1 {
  padding-top: 261px;
}

.player-img1 {
  border: 8px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.player-img1 img {
  margin-bottom: -8px;
}

.player-about1 {
  margin-bottom: 30px;
}

.player-about1 .player-name {
  margin: -0.3em 0 4px 0;
}

.player-about1 .player-degi {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 19px;
}

.player-about1 .player-infos ul {
  margin: 0;
}

.player-about1 .player-infos li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 27px;
  margin-bottom: 20px;
}

.player-about1 .player-info-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.player-about1 .player-info-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--theme-color);
  display: block;
  line-height: 1;
}

.player-about1 .player-mail {
  font-size: 18px;
  font-weight: 500;
  color: var(--body-color);
}

.player-about1 .player-mail i {
  margin-right: 10px;
  vertical-align: middle;
  color: var(--title-color);
}

.player-about1 .player-mail:hover {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .player-wrap1 {
    padding-top: var(--section-space);
  }

  .player-style2 .player-team-logo {
    max-width: 120px;
    margin-bottom: 15px;
  }

  .player-style2 .player-title {
    font-size: 28px;
    margin: 0 0 5px 0;
  }

  .player-style2 .player-degi {
    font-size: 14px;
  }

  .player-slider1 {
    margin: -90px auto 0 auto;
  }

  .player-about1 .player-social a,
  .player-style2 .player-social a,
  .player-style1 .player-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .player-style1 .player-name {
    font-size: 28px;
    margin: -0.25em 0 5px 0;
  }

  .player-style1 .player-degi {
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .player-style1 .player-mail {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .player-style1 .player-img {
    max-width: 180px;
    margin-bottom: 0;
  }

  .player-style1 .player-shape1 {
    bottom: 0;
  }

  .player-style1 .player-body {
    gap: 25px;
    padding: 10px 20px 0 20px;
    margin-bottom: 30px;
  }

  .player-style1.layout2 .player-body {
    padding-top: 0;
  }

  .player-wrap1 {
    padding-top: var(--section-space-mobile);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .player-style1 .player-body {
    display: block;
    text-align: center;
    padding: 0;
  }

  .player-style1 .player-img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
  }

  .player-style1 .player-content {
    padding: 30px 30px;
  }

  .player-style1.layout2 .player-img img {
    width: 100%;
  }

  .player-style1 .player-name {
    font-size: 26px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .player-style2 .player-title {
    font-size: 24px;
  }
}

/* Dark Mode Styles */
.dark-mode .player-style1:not(:hover) .player-bg {
  background-color: var(--vs-secondary-color);
  opacity: 0.3;
}

[dir=rtl] .player-style1 .player-mail i {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .player-style1 .player-shape1 {
  left: unset;
  right: 0;
  transform: rotateY(180deg);
}

[dir=rtl] .player-style1.default .player-shape1 {
  left: 0;
  right: auto;
  transform: rotateY(0deg);
}

[dir=rtl] .player-style1 .player-body {
  padding-left: 0;
  padding-right: 50px;
}

[dir=rtl] .player-about1 .player-social a,
[dir=rtl] .player-style2 .player-social a,
[dir=rtl] .player-style1 .player-social a {
  margin-left: 5px;
  margin-right: 0;
}

[dir=rtl] .player-about1 .player-social a:last-child,
[dir=rtl] .player-style2 .player-social a:last-child,
[dir=rtl] .player-style1 .player-social a:last-child {
  margin: 0;
}

/*------------------- 4.15. Team  -------------------*/
.team-nav1 {
  margin-bottom: 30px;
}

.team-nav1 .team-name {
  display: block;
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin: -26px 20px 0 20px;
  padding: 12px 10px;
  z-index: 2;
  position: relative;
  transition: all ease 0.4s;
}

.team-nav1 .team-logo {
  padding: 25px 0 40px 0;
}

.team-nav1 .tab-btn {
  text-align: center;
  background-color: var(--smoke-color);
  padding: 0.1px 0 0 0;
  margin: 21px 0 30px 0;
  position: relative;
  border: 5px solid transparent;
  transition: all ease 0.4s;
  cursor: pointer;
}

.team-nav1 .slick-current .tab-btn,
.team-nav1 .tab-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--body-bg);
}

.team-nav1 .slick-current .tab-btn .team-name,
.team-nav1 .tab-btn:hover .team-name {
  background-color: var(--theme-color);
}

.team-nav1 .slick-arrow {
  background-color: transparent;
  font-size: 26px;
  padding: 0;
  width: auto;
  height: auto;
  margin: -30px 0 0 0;
  top: 50%;
  color: var(--title-color);
  --pos-x: -70px;
  border: none;
}

.team-nav1 .slick-arrow:hover {
  color: var(--theme-color);
  background-color: transparent;
}

.team-style1 .team-body {
  background-color: var(--smoke-color);
  text-align: center;
  padding: 55px 0 0 0;
  outline: 5px solid transparent;
  outline-offset: -5px;
  transition: all ease 0.4s;
  position: relative;
  margin-bottom: 85px;
  z-index: 1;
}

.team-style1 .vs-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  height: 60px;
  padding: 0 20px;
  line-height: 58px;
  opacity: 0;
  visibility: hidden;
}

.team-style1 .team-logo {
  margin: 0 0 22px 0;
}

.team-style1 .team-logo img {
  transition: all ease 0.6s;
  transform: rotate(0);
}

.team-style1 .team-name {
  text-transform: uppercase;
  margin-bottom: 19px;
}

.team-style1 .team-avaters {
  margin-bottom: 30px;
}

.team-style1 .team-avaters .avater {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--title-color);
  display: inline-block;
  vertical-align: middle;
}

.team-style1 .team-avaters .avater img {
  width: 100%;
}

.team-style1 .total-avater {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  display: inline-block;
  padding: 0 5px;
}

.team-style1 .team-info-number {
  font-size: 30px;
  font-weight: 600;
  color: var(--title-color);
  display: block;
  margin-bottom: 3px;
}

.team-style1 .team-info-label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-style1 .team-bottom {
  display: flex;
  border-top: 1px solid var(--border-color);
  position: relative;
  z-index: -1;
}

.team-style1 .team-info {
  border-left: 1px solid var(--border-color);
  flex: 1;
  padding: 24px 0 24px 0;
}

.team-style1 .team-info:first-child {
  border-left: none;
}

.team-style1.layout3 .team-body,
.team-style1.layout2 .team-body {
  margin-bottom: 30px;
  background-color: var(--body-bg);
  outline-color: var(--theme-color);
}

.team-style1.layout3 .vs-btn,
.team-style1.layout2 .vs-btn {
  top: 0;
  bottom: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-style1.layout3 .team-bottom,
.team-style1.layout2 .team-bottom {
  position: relative;
}

.team-style1.layout2:nth-child(2n+1) {
  --theme-color: #003E9F;
}

.team-style1.layout2:nth-child(2n+2) {
  --theme-color: #F2003A;
}

.team-style1.layout2:nth-child(3n+3) {
  --theme-color: #C3AC38;
}

.team-style1.layout2:nth-child(4n+4) {
  --theme-color: #1FF2F8;
}

.team-style1.layout2:nth-child(5n+5) {
  --theme-color: #4A97AB;
}

.team-style1.layout2:nth-child(6n+6) {
  --theme-color: #43c84f;
}

.team-style1:hover .team-logo img {
  transform: rotateY(360deg);
}

.team-style1:hover .team-body,
.slick-current.team-style1 .team-body {
  outline-color: var(--theme-color);
  background-color: var(--body-bg);
}

.team-style1:hover .vs-btn,
.slick-current.team-style1 .vs-btn {
  opacity: 1;
  visibility: visible;
}

.team-wrap1 {
  padding-top: 1px;
  position: relative;
  z-index: 31;
}

.team-wrap1>.container {
  margin-top: -140px;
}

.team-box1 {
  text-align: center;
  margin-bottom: 25px;
}

.team-box1 .team-logo {
  margin-bottom: 15px;
}

.team-box1 .team-name {
  text-transform: uppercase;
  margin: -0.1em 0 12px 0;
}

.team-box1 .team-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  color: var(--title-color);
  margin-right: 5px;
}

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

.team-box1 .team-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.team-box1 .team-bottom {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  margin: 40px 0 0 0;
}

.team-box1 .team-info {
  flex: 1;
  padding: 24px 0 22px 0;
  border-left: 1px solid var(--border-color);
}

.team-box1 .team-info:first-child {
  border-left: none;
}

.team-box1 .team-info-number {
  font-size: 30px;
  font-weight: 600;
  color: var(--title-color);
  display: block;
  margin-bottom: 4px;
}

.team-box1 .team-info-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.team-avater1 {
  border: 5px solid var(--theme-color);
  border-bottom: none;
  text-align: center;
  margin-bottom: 30px;
}

.team-avater1 .team-logo {
  width: 220px;
  padding: 35px 0;
}

.team-avater1 .team-name {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 13px 10px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .team-wrap1>.container {
    margin-top: var(--section-space-mobile);
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .team-nav1 .team-name {
    font-size: 15px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .team-style1 .team-info-number {
    font-size: 26px;
  }

  .team-style1 .team-info-label {
    font-size: 14px;
  }

  .team-style1 .team-body {
    padding: 40px 0 0 0;
  }

  .team-avater1 .team-logo {
    width: 180px;
    padding: 20px 0;
  }

  .team-avater1 .team-name {
    font-size: 14px;
    padding: 10px 10px;
  }

  .player-about1 .player-name {
    font-size: 30px;
  }

  .player-about1 .player-degi {
    font-size: 14px;
  }

  .player-about1 .player-info-label {
    font-size: 14px;
    margin: 0 0 5px 0;
  }

  .player-about1 .player-info-title {
    font-size: 22px;
  }

  .player-about1 .player-mail {
    font-size: 16px;
  }

  .player-about1 .player-infos li {
    padding-bottom: 22px;
    margin-bottom: 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .team-style1 .team-body {
    outline-color: var(--theme-color);
    margin-bottom: 30px;
  }

  .team-style1 .team-bottom {
    flex-wrap: wrap;
  }

  .team-style1 .vs-btn {
    position: relative;
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .team-nav1 .team-name {
    margin: -26px 15px 0 15px;
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .team-nav1 .team-name {
    font-size: 14px;
    margin: -5px -5px 0 -5px;
    padding: 11px 5px;
  }

  .team-nav1 .team-logo {
    padding: 20px 10px 20px 10px;
  }

  .team-box1 .team-info-number {
    font-size: 20px;
    margin-bottom: 0;
  }

  .team-box1 .team-info-label {
    font-size: 14px;
  }

  .team-box1 .team-info {
    padding: 18px 0 17px 0;
  }

  .team-avater1 .team-logo {
    width: 100%;
  }
}

/* Dark Mode Styles */
.dark-mode .team-style1 {
  --border-color: rgba(255, 255, 255, 0.20);
  --smoke-color: var(--vs-secondary-color);
}

.dark-mode .team-style1 .team-info-label {
  color: var(--white-color);
}

.dark-mode .team-style1.layout3 .team-body {
  background-color: var(--vs-secondary-color);
}

.dark-mode .team-style1:hover.layout3 .team-body,
.dark-mode .slick-current.team-style1.layout3 .team-body {
  background-color: var(--body-bg);
}

.dark-mode .team-box1 .team-bottom {
  --border-color: rgba(255, 255, 255, 0.2);
}

.dark-mode .team-nav1 .slick-arrow:not(:hover) {
  color: var(--white-color);
  background-color: transparent;
}

[dir=rtl] .team-box1 .team-info {
  border-right: 1px solid var(--border-color);
  border-left: none;
}

[dir=rtl] .team-box1 .team-info:first-child {
  border: none;
}

/*------------------- 4.16. Counter  -------------------*/
.counter-style1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--vs-secondary-color);
  outline-offset: -7px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}

.counter-style1:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px dashed var(--white-color);
  animation: rotate 50s infinite linear;
  transition: all ease 0.4s;
  border-radius: inherit;
  pointer-events: none;
}

.counter-style1:hover::before {
  border-color: var(--theme-color);
}

.counter-style1 .counter-icon {
  width: 90px;
  height: 90px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 36px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.counter-style1 .counter-icon img {
  max-height: 100%;
}

.counter-style1 .counter-number {
  font-size: 60px;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: var(--white-color);
  margin: -0.05em 0 3px 0;
}

.counter-style1 .counter-text {
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
}

.counter-style2 {
  display: flex;
  margin-bottom: 27px;
}

.counter-style2 .counter-icon {
  margin-right: 20px;
}

.counter-style2 .counter-number {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: var(--title-color);
  margin: -0.2em 0 13px 0;
}

.counter-style2 .counter-text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-style1 {
    width: 230px;
    height: 230px;
  }

  .counter-style1 .counter-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }

  .counter-style1 .counter-number {
    font-size: 48px;
  }

  .counter-style1 .counter-text {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-style1 {
    width: 200px;
    height: 200px;
  }

  .counter-style1 .counter-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
    right: 10px;
    top: 10px;
  }

  .counter-style1 .counter-number {
    font-size: 48px;
  }

  .counter-style1 .counter-text {
    font-size: 14px;
  }

  .counter-style2 {
    display: block;
    text-align: center;
  }

  .counter-style2 .counter-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .counter-style2 .counter-number {
    font-size: 60px;
  }

  .counter-style2 .counter-text {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-style2 .counter-number {
    font-size: 48px;
  }
}

/* Dark Mode Styles */
.dark-mode .counter-style1 {
  --border-color: #fff;
}

.dark-mode .counter-style1 .counter-text {
  color: #fff;
}

.dark-mode .counter-style2 .counter-text {
  color: #fff;
}

[dir=rtl] .counter-style1 .counter-icon {
  right: unset;
  left: 0;
}

[dir=rtl] .counter-style2 .counter-icon {
  margin-left: 20px;
  margin-right: unset;
}

/*------------------- 4.17. Gallery  -------------------*/
.follow-text {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  margin: 26px 0 0 0;
}

.follow-box {
  background-color: var(--theme-color);
  height: 460px;
  margin-right: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.follow-box__icon {
  font-size: 70px;
  color: var(--white-color);
  margin-bottom: 17px;
}

.follow-box__title {
  color: var(--white-color);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto -0.13em auto;
}

.gallery-wrap1 {
  max-width: 340px;
  margin-left: auto;
}

.gallery-style1 .gallery-img {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all ease 0.4s;
}

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

.gallery-style1:hover .gallery-img {
  border-color: var(--theme-color);
}

.gallery-style1:hover .gallery-img img {
  transform: scale(1.18);
}

/* Large devices */
@media (max-width: 1199px) {
  .follow-box {
    margin-right: 0;
    margin-bottom: -40px;
    padding-bottom: 40px;
    height: 300px;
  }

  .follow-box__icon {
    font-size: 48px;
    margin-bottom: 12px;
  }

  .follow-box__title {
    font-size: 36px;
  }

  .gallery-wrap1 {
    max-width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .follow-box {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .follow-box {
    height: 250px;
  }

  .follow-box__icon {
    font-size: 40px;
  }

  .follow-box__title {
    font-size: 30px;
  }
}

[dir=rtl] {
  /* Large devices */
}

[dir=rtl] .gallery-wrap1 {
  margin-left: unset;
  margin-right: auto;
}

[dir=rtl] .follow-box {
  margin-left: -55px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  [dir=rtl] .follow-box {
    margin-left: 0;
  }
}

/*------------------- 4.18. Form Styles  -------------------*/
.form-style1 textarea,
.form-style1 input,
.form-style1 select {
  height: 75px;
  border: 2px solid #d4d4e0;
  color: var(--white-color);
  font-weight: 600;
  background-color: transparent;
}

.form-style1 textarea::-moz-placeholder,
.form-style1 input::-moz-placeholder,
.form-style1 select::-moz-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::-webkit-input-placeholder,
.form-style1 input::-webkit-input-placeholder,
.form-style1 select::-webkit-input-placeholder {
  color: var(--white-color);
}

.form-style1 textarea:-ms-input-placeholder,
.form-style1 input:-ms-input-placeholder,
.form-style1 select:-ms-input-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::placeholder,
.form-style1 input::placeholder,
.form-style1 select::placeholder {
  color: var(--white-color);
}

.form-style1 textarea:focus,
.form-style1 input:focus,
.form-style1 select:focus {
  color: #000;
  background-color: var(--white-color);
  border-color: transparent;
}

.form-style1 textarea:focus::-moz-placeholder,
.form-style1 input:focus::-moz-placeholder,
.form-style1 select:focus::-moz-placeholder {
  color: #000;
}

.form-style1 textarea:focus::-webkit-input-placeholder,
.form-style1 input:focus::-webkit-input-placeholder,
.form-style1 select:focus::-webkit-input-placeholder {
  color: #000;
}

.form-style1 textarea:focus:-ms-input-placeholder,
.form-style1 input:focus:-ms-input-placeholder,
.form-style1 select:focus:-ms-input-placeholder {
  color: #000;
}

.form-style1 textarea:focus::placeholder,
.form-style1 input:focus::placeholder,
.form-style1 select:focus::placeholder {
  color: #000;
}

.form-style1 select:not(:focus) {
  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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.form-style1 textarea {
  min-height: 170px;
  padding-right: 30px;
}

.form-style1 .form-group {
  margin-bottom: 20px;
}

.form-style1 .row {
  --bs-gutter-x: 20px;
}

.form-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--theme-color);
  max-width: 934px;
  clip-path: url(#form-clip1);
}

.form-style2 input {
  font-size: 18px;
  height: 70px;
  padding-left: 30px;
  color: #404040;
  background-color: transparent;
  border: none;
  flex: 1;
}

.form-style2 input::-moz-placeholder {
  color: #404040;
}

.form-style2 input::-webkit-input-placeholder {
  color: #404040;
}

.form-style2 input:-ms-input-placeholder {
  color: #404040;
}

.form-style2 input::placeholder {
  color: #404040;
}

.form-style2 .alert {
  margin-bottom: 0;
}

.form-style2 .form-group {
  padding: 10px;
  margin-bottom: 0;
  background-color: #fff;
  display: flex;
}

.form-wrap1 {
  background-color: var(--theme-color);
  padding: 60px;
}

.form-wrap1 .sec-title {
  color: var(--white-color);
  font-size: 48px;
  margin: -0.3em 0 3px 0;
}

.form-wrap1 .form-text {
  font-size: 18px;
  line-height: 30px;
  max-width: 460px;
  margin-bottom: -0.25em;
  color: var(--white-color);
}

.form-wrap1 .form-group {
  width: 640px;
  max-width: 100%;
}

.form-style3 {
  padding-right: 45px;
}

.form-style3 input,
.form-style3 textarea,
.form-style3 select {
  font-size: 18px;
  height: 70px;
  padding-left: 35px;
}

.form-style3 .form-group {
  line-height: 1;
}

.form-style3 textarea {
  padding-top: 25px;
  min-height: 210px;
}

.form-style3+.wpcf7-response-output {
  margin: 0;
}

.form-style3 span.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.footer-copyright {
  background-color: var(--vs-secondary-color);
  padding: 20px 0;
  text-align: center;
}

.footer-copyright p {
  margin: 0;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .form-shape1 {
    max-width: 50%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .form-shape1 {
    max-width: 48%;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .form-wrap1 {
    text-align: center;
  }

  .form-wrap1 .form-group {
    width: 100%;
    margin-top: 40px;
  }

  .form-wrap1 .form-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .form-wrap1 .sec-title {
    font-size: 42px;
  }

  .form-style3 {
    padding-right: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .form-wrap1 {
    padding: 40px 20px;
  }

  .form-wrap1 .sec-title {
    font-size: 36px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .form-style2 .form-group {
    display: block;
    background-color: transparent;
    text-align: center;
    padding: 0;
  }

  .form-style2 input {
    background-color: var(--white-color);
    margin-bottom: 15px;
    height: 60px;
    padding: 0 30px 0 30px;
    font-size: 16px;
  }

  .form-wrap1 {
    padding: 40px 15px;
  }

  .form-wrap1 .sec-title {
    font-size: 32px;
  }

  .form-wrap1 .vs-btn {
    background-color: var(--white-color);
    color: var(--black-color);
  }

  .form-style3 input,
  .form-style3 textarea,
  .form-style3 select {
    font-size: 16px;
    height: 60px;
    padding-left: 20px;
  }
}

/* Dark Mode Styles */
.dark-mode .form-style3 {
  --border-color: #939393;
}

[dir=rtl] {
  /* Medium devices */
}

[dir=rtl] .form-style2 input {
  text-align: right;
}

[dir=rtl] .form-style1 {
  text-align: end;
}

[dir=rtl] .form-style1 textarea,
[dir=rtl] .form-style1 input,
[dir=rtl] .form-style1 select {
  text-align: right;
  background-position: left 30px center;
}

[dir=rtl] .form-style3 {
  padding-left: 45px;
  padding-right: 0;
}

@media (max-width: 991px) {
  [dir=rtl] .form-style3 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------- 4.19. Process  -------------------*/
.process-style1 {
  text-align: center;
  position: relative;
}

.process-style1 .process-body {
  background-color: var(--smoke-color);
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.process-style1 .process-icon {
  margin: -68px auto 35px auto;
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
}

.process-style1 .process-icon img {
  width: auto;
  height: 100%;
}

.process-style1 .process-number {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  border-bottom: 4px solid var(--theme-color);
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.process-style1 .process-title {
  font-size: 28px;
  text-transform: uppercase;
  max-width: 280px;
  margin: 0 auto;
}

.process-style1 .process-top {
  width: 100%;
}

.process-style1 .process-img {
  overflow: hidden;
}

.process-style1 .process-img>img {
  transition: all ease 0.4s;
  transform: scale(1);
  width: 100%;
}

@media (min-width: 1199px) {
  .process-style1:nth-child(even) .process-top {
    display: flex;
    flex-direction: column-reverse;
  }

  .process-style1:nth-child(even) .process-icon {
    margin: 35px auto -68px auto;
  }

  .process-style1:nth-child(even) .process-body {
    flex-direction: column-reverse;
    padding-top: 45px;
    padding-bottom: 0;
  }
}

.process-style1:hover .process-img>img {
  transform: scale(1.2);
}

/* Large devices */
@media (max-width: 1199px) {
  .process-style1 .process-icon {
    width: 100px;
    height: 100px;
    margin: -50px auto 25px auto;
  }

  .process-style1 .process-title {
    font-size: 24px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .process-style1 {
    margin-bottom: 30px;
  }

  .process-style1 .process-title {
    font-size: 20px;
  }
}

/*------------------- 4.20. Testimonial  -------------------*/
.testi-style1 {
  background-color: var(--theme-color);
  text-align: center;
  padding: 80px 100px 150px 100px;
  width: 100%;
  max-width: 610px;
  clip-path: url(#testi-clip2);
  margin-bottom: 30px;
}

.testi-style1 .testi-quote {
  margin-bottom: 32px;
}

.testi-style1 .testi-text {
  color: var(--white-color);
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 22px;
}

.testi-style1 .testi-name {
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 3px;
  font-size: 26px;
}

.testi-style1 .testi-degi {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: var(--white-color);
  margin-bottom: 15px;
}

.testi-style1 .testi-rating {
  line-height: 1;
}

.testi-style1 .testi-rating i {
  color: var(--yellow-color);
  font-size: 14px;
  margin: 0 3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-style1 {
    padding: 40px 40px 120px 40px;
    max-width: 510px;
  }

  .testi-style1 .testi-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 17px;
  }

  .testi-style1 .testi-name {
    margin-bottom: 3px;
    font-size: 30px;
  }

  .testi-style1 .testi-degi {
    margin-bottom: 10px;
  }

  .testi-style1 .testi-rating i {
    font-size: 14px;
    margin: 0 1px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-style1 {
    padding: 40px 30px 100px 30px;
    max-width: 100%;
  }

  .testi-style1 .testi-quote {
    margin-bottom: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-style1 {
    padding: 40px 20px 100px 20px;
  }

  .testi-style1 .testi-name {
    margin-bottom: 3px;
    font-size: 26px;
  }

  .testi-style1 .testi-text {
    font-size: 18px;
  }
}

/*------------------- 4.21. Tournament  -------------------*/
.tournament-style1 {
  position: relative;
  padding-bottom: 45px;
}

.tournament-style1 .tournament-img {
  overflow: hidden;
}

.tournament-style1 .tournament-img img {
  transform: scale(1.003);
  transition: all ease 0.4s;
  width: 100%;
}

.tournament-style1 .tournament-content {
  background-color: var(--vs-secondary-color);
  padding: 50px 40px 50px 50px;
  max-width: 580px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: visible;
}

.tournament-style1 .tournament-title {
  color: var(--white-color);
  margin: -0.3em 0 10px 0;
  transition: all ease 0.4s;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  font-size: 36px;
}

.tournament-style1 .tournament-text {
  color: #dcdcdc;
  font-size: 18px;
  line-height: 28px;
  transition: all ease 0.4s;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}

.tournament-style1 .tournament-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 2px 0;
  color: #cacaca;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.tournament-style1 .tournament-info span {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 0 0;
  display: block;
}

.tournament-style1 .tournament-bottom {
  margin: 24px 0 0 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.tournament-style1 .vs-btn {
  margin-left: auto;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
}

.slick-current .tournament-style1:hover img {
  transform: scale(1.1);
}

.slick-current .tournament-style1 .tournament-content {
  opacity: 1;
  visibility: visible;
}

.slick-current .tournament-style1 .vs-btn,
.slick-current .tournament-style1 .tournament-info,
.slick-current .tournament-style1 .tournament-text,
.slick-current .tournament-style1 .tournament-title {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  transform: translateY(0);
}

.slick-current .tournament-style1 .tournament-text {
  transition-delay: 0.3s;
}

.slick-current .tournament-style1 .tournament-info {
  transition-delay: 0.4s;
}

.slick-current .tournament-style1 .vs-btn {
  transition-delay: 0.6s;
}

.tournament-wrap1 {
  position: relative;
  padding: 100px 0;
}

.tournament-wrap1 .slick-arrow2 {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  transform: translateY(-50%);
  padding: 0;
}

.tournament-wrap1 .slick-arrow2[data-slick-next] {
  left: auto;
  right: 40px;
}

.tournament-wrap1 .slick-arrow2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.tournament-inner {
  position: relative;
}

.tournament-wrap3 {
  padding-bottom: 265px;
}

.tournament-img1 .tournament-badges,
.tournament-style2 .tournament-badges {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.tournament-img1 .tournament-badges img,
.tournament-style2 .tournament-badges img {
  margin-right: -10px;
}

.tournament-img1 .tournament-badges img:last-child,
.tournament-style2 .tournament-badges img:last-child {
  margin-right: 0;
}

.tournament-img1 .tournament-price,
.tournament-style2 .tournament-price {
  font-size: 18px;
  font-weight: 700;
  display: block;
  background-color: var(--theme-color);
  color: var(--white-color);
  line-height: 1;
  padding: 16px 36px;
  text-align: center;
  width: 160px;
}

.tournament-img1 .tournament-price i,
.tournament-style2 .tournament-price i {
  margin-right: 7px;
}

.tournament-img1 .tournament-date,
.tournament-style2 .tournament-date {
  color: var(--white-color);
  background-color: var(--vs-secondary-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 15px 21px 15px;
  width: 160px;
}

.tournament-img1 .tournament-date .day,
.tournament-style2 .tournament-date .day {
  font-size: 28px;
}

.tournament-img1 {
  position: relative;
  margin-bottom: 60px;
}

.tournament-img1 .tournament-metas {
  position: absolute;
  left: 20px;
  top: 20px;
}

.tournament-style2 {
  background-color: var(--body-bg);
  margin-bottom: 30px;
  transition: all ease 0.4s;
}

.tournament-style2 .tournament-img {
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.tournament-style2 .tournament-img>img {
  transform: scale(1);
  transition: all ease 0.4s;
  width: 100%;
}

.tournament-style2 .tournament-content {
  padding: 0 30px 4px 40px;
}

.tournament-style2 .tournament-price {
  width: max-content;
  margin: 0 0 0 auto;
}

.tournament-style2 .tournament-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 13px;
}

.tournament-style2 .tournament-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.tournament-style2 .tournament-location {
  position: relative;
  font-size: 18px;
  max-width: 270px;
  padding-left: 35px;
  color: var(--title-color);
  transition: all ease 0.4s;
  padding-bottom: 29px;
}

.tournament-style2 .tournament-location i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.3em;
  color: var(--theme-color);
}

.tournament-style2 .tournament-bottom {
  overflow: hidden;
  transition: all ease 0.4s;
}

.tournament-style2 .tournament-date {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.tournament-style2:hover {
  background-color: var(--vs-secondary-color);
}

.tournament-style2:hover .tournament-location,
.tournament-style2:hover .tournament-title a {
  color: var(--white-color);
}

.tournament-style2:hover .tournament-img>img {
  transform: scale(1.1);
}

@media (min-width: 991px) {
  .tournament-style2 .tournament-img {
    height: var(--img-height);
    transition: all ease 0.4s;
  }

  .tournament-style2.toggle-active .tournament-bottom {
    height: 0;
  }

  .tournament-style2:hover .tournament-bottom {
    height: var(--toggle-height);
  }

  .tournament-style2:hover .tournament-img {
    height: calc(var(--img-height) - var(--toggle-height));
  }
}

.tournament-menu2 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 25px;
}

.tournament-menu2 .tab-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all ease 0.8s;
  width: 100%;
  height: 100%;
}

.tournament-menu2 .tab-btn:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tournament-menu2 .tab-btn img {
  width: 100%;
}

.tournament-menu2.nav-prev .prev {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.tournament-menu2.nav-prev .tab-btn.active:first-child {
  opacity: 0.5;
  visibility: visible;
  cursor: not-allowed;
}

.tournament-menu2.nav-next .next {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.tournament-menu2.nav-next .tab-btn.active:last-child {
  opacity: 0.5;
  visibility: visible;
  cursor: not-allowed;
}

.tournament-slide-btn {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0 0 2px 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  display: block;
  width: max-content;
  margin: 17px auto 30px auto;
  color: var(--title-color);
}

.tournament-slide-btn:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.tournament-style3 {
  position: relative;
  margin-bottom: 30px;
}

.tournament-style3 .tournament-img {
  overflow: hidden;
}

.tournament-style3 .tournament-img img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease 0.4s;
}

.tournament-style3 .tournament-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--vs-secondary-color);
  padding: 35px 40px 30px 40px;
  margin: 10px;
}

.tournament-style3 .tournament-label {
  font-weight: 500;
  color: #cacaca;
  margin: 0 0 2px 0;
  line-height: 1;
}

.tournament-style3 .tournament-info {
  color: var(--white-color);
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}

.tournament-style3 .tournament-title {
  color: var(--white-color);
  margin: -0.1em 0 22px 0;
  font-size: 40px;
}

.tournament-style3:hover .tournament-img img {
  transform: scale(1.15);
}

.tournament-style4 {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--smoke-color);
  --body-color: #686d75;
  position: relative;
  margin-bottom: 30px;
}

.tournament-style4 .tournament-date {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 13px;
  text-transform: uppercase;
}

.tournament-style4 .tournament-date .item:not(:last-child):after {
  content: "/";
  margin: 0 7px 0 10px;
}

.tournament-style4 .tournament-name {
  font-size: 46px;
  margin: -0.3em 0 22px 0;
  max-width: 340px;
  text-transform: uppercase;
}

.tournament-style4 .tournament-text {
  font-size: 18px;
  line-height: 30px;
}

.tournament-style4 .tournament-bottom {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin: 30px 0 23px 0;
}

.tournament-style4 .tournament-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 2px 0;
}

.tournament-style4 .tournament-info span {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin: 15px 0 0 0;
  display: block;
}

.tournament-style4 .tournament-body {
  flex: 1;
  padding: 60px;
  z-index: 1;
  align-self: center;
  position: relative;
}

.tournament-style4 .tournament-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: -1px;
  width: 100%;
  max-width: 640px;
  background-color: inherit;
  clip-path: url(#tournament-clip-1);
}

.tournament-wrap2 {
  position: relative;
  padding-right: 60px;
  margin-bottom: 30px;
}

.tournament-wrap2 .tournament-style4 {
  margin-bottom: 0;
}

.tournament-nav-slide {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
  max-width: 865px;
  z-index: 3;
}

.tournament-nav-slide .slick-arrow {
  --pos-x: -20px;
  --icon-size: 50px;
  font-size: 18px;
  border: none;
}

.tournament-thumb1 {
  position: relative;
  cursor: pointer;
}

.tournament-thumb1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.tournament-thumb1 img {
  width: 100%;
  transition: all ease 0.4s;
  border: 3px solid var(--white-color);
}

.tournament-thumb1:hover::before {
  opacity: 0.8;
  visibility: visible;
}

.tournament-thumb1:hover img,
.slick-current .tournament-thumb1 img {
  border-color: var(--theme-color);
}

.tournament-style5 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tournament-style5 .tournament-top {
  background-color: var(--vs-secondary-color);
  margin-right: 40px;
  width: 290px;
  padding: 25px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all ease 0.4s;
}

.tournament-style5 .tournament-top:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 14px;
  height: 52px;
  transform: translateY(-50%);
  background-color: var(--vs-secondary-color);
  transition: all ease 0.4s;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.tournament-style5 .tournament-year {
  font-size: 32px;
  font-weight: 700;
  color: var(--white-color);
  margin: 0 0 12px 0;
  line-height: 1;
}

.tournament-style5 .tournament-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--white-color);
}

.tournament-style5 .tournament-body {
  flex: 1;
  display: flex;
  align-items: center;
  border: 3px solid var(--smoke-color);
  padding: 25px 40px;
  transition: all ease 0.4s;
}

.tournament-style5 .tournament-table {
  border: none;
  width: max-content;
  margin: 0;
}

.tournament-style5 .tournament-table th,
.tournament-style5 .tournament-table td {
  border: none;
  padding: 2px 0;
  font-size: 18px;
}

.tournament-style5 .tournament-table th {
  padding-right: 20px;
  color: var(--body-color);
  font-weight: 400;
}

.tournament-style5 .tournament-table td {
  color: var(--title-color);
  font-weight: 500;
}

.tournament-style5 .tournament-bottom {
  position: relative;
  padding: 20px;
  border: 3px solid var(--smoke-color);
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 350px;
  transition: all ease 0.4s;
}

.tournament-style5 .tournament-team {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}

.tournament-style5 .team-name {
  margin: 0 0 10px 0;
  line-height: 1;
}

.tournament-style5 .team-degi {
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.tournament-style5 .team-logo {
  margin-left: 15px;
}

.tournament-style5 .tournament-icon {
  position: absolute;
  left: -41px;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: var(--smoke-color);
  transition: all ease 0.4s;
}

.tournament-style5 .tournament-icon img {
  filter: none;
  transition: all ease 0.4s;
}

.tournament-style5:hover .tournament-icon,
.tournament-style5:hover .tournament-top,
.tournament-style5:hover .tournament-top:before {
  background-color: var(--theme-color);
}

.tournament-style5:hover .tournament-body,
.tournament-style5:hover .tournament-bottom {
  border-color: var(--theme-color);
}

.dark-mode .tournament-style5 .tournament-icon img,
.tournament-style5:hover .tournament-icon img {
  filter: brightness(0) invert(1);
}

.tournament-box1 {
  margin-bottom: 60px;
}

.tournament-box1 .tournament-label {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.tournament-box1 .tournament-title {
  margin-bottom: 38px;
}

.tournament-media {
  display: flex;
  align-items: center;
}

.tournament-media .media-icon {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: var(--title-color);
  font-size: 26px;
  color: var(--white-color);
  margin: 0 10px 0 0;
  border-radius: 50%;
}

.tournament-media .media-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

.tournament-media .media-info {
  margin: 0;
  color: var(--title-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1600px) {
  .tournament-wrap1 .gx-60 {
    --bs-gutter-x: 1.5rem;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .tournament-style4 .tournament-img {
    max-width: 62%;
  }

  .tournament-style4 .tournament-shape1 {
    max-width: 660px;
  }

  .tournament-style4 .tournament-body {
    padding: 40px 40px;
  }

  .tournament-nav-slide {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: initial;
    width: auto;
    margin-bottom: 30px;
  }

  .tournament-wrap2 {
    padding: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .tournament-style4 {
    display: flex;
    padding: 40px;
  }

  .tournament-style4 .tournament-img {
    max-width: 450px;
    align-self: center;
  }

  .tournament-style4 .tournament-shape1 {
    display: none;
  }

  .tournament-style4 .tournament-body {
    padding: 0 30px 0 0;
  }

  .tournament-style4 .tournament-name {
    font-size: 36px;
    margin: -0.3em 0 10px 0;
  }

  .tournament-style4 .tournament-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .tournament-style1 .tournament-content {
    padding: 40px 30px 40px 30px;
  }

  .tournament-style1 .tournament-title {
    font-size: 30px;
  }

  .tournament-style1 .tournament-text {
    font-size: 18px;
  }

  .tournament-img1 .tournament-date,
  .tournament-style2 .tournament-date {
    font-size: 12px;
    padding: 8px 18px 12px 18px;
    width: 120px;
  }

  .tournament-img1 .tournament-date .day,
  .tournament-style2 .tournament-date .day {
    font-size: 20px;
  }

  .tournament-img1 .tournament-price,
  .tournament-style2 .tournament-price {
    padding: 16px 14px;
    font-size: 14px;
    width: 120px;
  }

  .tournament-img1 .tournament-badges,
  .tournament-style2 .tournament-badges {
    right: 20px;
    top: 20px;
  }

  .tournament-img1 .tournament-badges img,
  .tournament-style2 .tournament-badges img {
    max-width: 40px;
  }

  .tournament-style2 .tournament-price {
    margin: 0 0 10px auto;
  }

  .tournament-style2 .tournament-content {
    padding: 0 30px 4px 30px;
  }

  .tournament-wrap3 {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .tournament-style5 .tournament-top {
    width: 270px;
    padding: 15px 20px 20px 20px;
  }

  .tournament-style5 .tournament-year {
    font-size: 26px;
    margin: 0 0 12px 0;
  }

  .tournament-style5 .tournament-name {
    font-size: 14px;
    letter-spacing: 0;
  }

  .tournament-style5 .tournament-body {
    padding: 16px 35px 16px 26px;
  }

  .tournament-style5 .tournament-table th,
  .tournament-style5 .tournament-table td {
    padding: 0 2px;
    font-size: 15px;
  }

  .tournament-style5 .tournament-bottom {
    width: max-content;
    padding-left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .tournament-img1 {
    margin-bottom: 30px;
  }

  .tournament-style3 .vs-btn {
    margin-top: 20px;
  }

  .tournament-style4 {
    display: block;
  }

  .tournament-style4 .tournament-img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .tournament-style4 .tournament-name {
    max-width: 100%;
  }

  .tournament-style4 .tournament-body {
    text-align: center;
    padding-right: 0;
  }

  .tournament-style4 .tournament-bottom {
    justify-content: center;
  }

  .tournament-style5 .tournament-top {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .tournament-style5 .tournament-top:before {
    top: auto;
    bottom: -13px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .tournament-style5 .tournament-body {
    justify-content: center;
    padding: 20px 20px 35px 20px;
  }

  .tournament-style5 .tournament-bottom {
    width: 100%;
    margin: 10px 0 0 0;
    justify-content: center;
    padding: 40px 10px 20px 10px;
  }

  .tournament-style5 .tournament-icon {
    left: 50%;
    top: -39px;
    margin: 0 0 0 -30px;
  }

  .tournament-wrap1 {
    padding: var(--section-space-mobile) 0;
  }

  .tournament-wrap1 .slick-arrow2 {
    display: none;
  }

  .tournament-style2 .tournament-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .tournament-style2 .tournament-location {
    font-size: 12px;
    max-width: 220px;
    padding-left: 30px;
    line-height: 1.4;
  }

  .tournament-style2 .tournament-price {
    margin: 0 0 15px auto;
  }

  .tournament-style2 .tournament-label {
    font-size: 12px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tournament-img1 .tournament-metas {
    margin-top: 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .tournament-img1 .tournament-date {
    width: 100%;
  }

  .tournament-img1 .tournament-price {
    width: 100%;
  }

  .tournament-media .media-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }

  .tournament-media .media-title {
    font-size: 14px;
  }

  .tournament-media .media-info {
    font-size: 20px;
  }

  .tournament-style3 .tournament-content {
    position: relative;
    margin: 0;
    padding: 20px 20px 30px 20px;
  }

  .tournament-style3 .vs-btn {
    margin-top: 20px;
  }

  .tournament-style3 .tournament-title {
    margin: -0.1em 0 17px 0;
    font-size: 26px;
  }

  .tournament-style3 .tournament-info {
    font-size: 18px;
  }

  .tournament-style3 .tournament-label {
    margin: 0 0 2px 0;
    font-size: 14px;
  }

  .tournament-style4 {
    padding: 40px 15px;
  }

  .tournament-style4 .tournament-name {
    font-size: 26px;
  }

  .tournament-style4 .tournament-bottom {
    gap: 30px;
    margin: 20px 0 23px 0;
  }

  .tournament-style4 .tournament-date {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .tournament-style4 .tournament-info {
    font-size: 16px;
  }

  .tournament-style1 {
    padding-bottom: 0;
  }

  .tournament-style1 .tournament-content {
    position: relative;
    max-width: 100%;
    text-align: center;
    padding: 30px 15px 30px 15px;
    opacity: 1;
    visibility: visible;
  }

  .tournament-style1 .tournament-bottom {
    gap: 20px;
    justify-content: center;
  }

  .tournament-style1 .tournament-title {
    font-size: 26px;
  }

  .tournament-style1 .tournament-text {
    font-size: 16px;
    line-height: 26px;
  }

  .tournament-style1 .vs-btn {
    margin: 0 auto;
  }

  .tournament-style1 .vs-btn,
  .tournament-style1 .tournament-info-label,
  .tournament-style1 .tournament-info-text,
  .tournament-style1 .tournament-text,
  .tournament-style1 .tournament-title {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .tournament-style1 .tournament-bottom {
    text-align: left;
  }

  .tournament-style1 .tournament-content {
    padding: 30px 30px 30px 30px;
  }

  .tournament-style1 .vs-btn {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Dark Mode Styles */
.dark-mode .tournament-slide-btn {
  border-bottom-color: var(--border-color);
  margin-top: 12px;
  letter-spacing: 0;
}

.dark-mode .tournament-style4 {
  --smoke-color: var(--vs-secondary-color);
  --body-color: #d7d7d7;
}

.dark-mode .tournament-style5 {
  --smoke-color: #2f2c43;
}

.dark-mode .tournament-media .media-icon {
  background-color: #2f2c43;
}

.dark-mode .tournament-nav-slide .slick-arrow {
  background-color: var(--white-color);
  color: var(--black-color);
}

.dark-mode .tournament-nav-slide .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

[dir=rtl] {
  /* Large devices */
}

[dir=rtl] .match-style2 .match-team {
  text-align: right;
}

[dir=rtl] .match-style2 .match-team:last-child {
  text-align: left;
}

[dir=rtl] .tournament-style2 .tournament-date {
  right: unset;
  left: 40px;
}

[dir=rtl] .tournament-style2 .tournament-price {
  margin-left: 0;
  margin-right: auto;
}

[dir=rtl] .tournament-style2 .tournament-location {
  padding-left: 0;
  padding-right: 35px;
}

[dir=rtl] .tournament-style2 .tournament-location i {
  left: unset;
  right: 0;
}

[dir=rtl] .tournament-img1 .tournament-price i,
[dir=rtl] .tournament-style2 .tournament-price i {
  margin-left: 7px;
  margin-right: 0px;
}

[dir=rtl] .tournament-style5 .tournament-top {
  margin-left: 40px;
  margin-right: 0;
}

[dir=rtl] .tournament-style5 .tournament-top::before {
  right: unset;
  left: -13px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
}

[dir=rtl] .tournament-style5 .tournament-icon {
  left: unset;
  right: -41px;
}

[dir=rtl] .tournament-style5 .tournament-bottom {
  margin-left: 0;
  margin-right: 15px;
}

[dir=rtl] .tournament-style5 .tournament-table th {
  padding-left: 20px;
  padding-right: 0;
}

[dir=rtl] .tournament-style5 .tournament-team {
  text-align: left;
}

[dir=rtl] .tournament-style5 .team-logo {
  margin-left: 0;
  margin-right: 15px;
}

[dir=rtl] .tournament-media .media-icon {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .tournament-nav-slide {
  left: 0;
  right: unset;
}

[dir=rtl] .tournament-style4 .tournament-shape1 {
  right: 0;
  left: unset;
  transform: rotateY(180deg);
}

@media (max-width: 1199px) {
  [dir=rtl] .tournament-style2 .tournament-date {
    left: 30px;
  }
}

/*------------------- 4.22. Video  -------------------*/
.video-style1 {
  position: relative;
  margin-bottom: 30px;
}

.video-style1 .video-title {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: var(--white-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 37px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.video-style1 .video-title i {
  margin-right: 7px;
}

.video-style1 .video-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-style1 .video-shape img {
  width: 100%;
}

.video-style1 .video-img {
  padding: 63px 36px;
}

.video-style1 .video-img img {
  width: 100%;
}

.video-style1 .play-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
}

.video-nav1 {
  margin-top: -15px;
  margin-bottom: 30px;
}

.video-nav1 .thumb {
  text-align: center;
  transition: all ease 0.4s;
  padding: 6px 6px 0 6px;
  background-color: var(--smoke-color);
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}

.video-nav1 .thumb:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  width: 57px;
  height: 15px;
  background-color: var(--smoke-color);
  z-index: 1;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all ease 0.4s;
}

.video-nav1 img {
  width: 100%;
  transform: scale(1);
}

.video-nav1 .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  padding: 14px 10px;
  background-color: transparent;
  color: var(--title-color);
  transition: all ease 0.4s;
}

.video-nav1 .thumb:hover,
.video-nav1 .slick-current .thumb {
  background-color: var(--theme-color);
}

.video-nav1 .thumb:hover:before,
.video-nav1 .slick-current .thumb:before {
  background-color: var(--theme-color);
}

.video-nav1 .thumb:hover .title,
.video-nav1 .slick-current .thumb .title {
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .video-style1 .video-title {
    font-size: 18px;
    top: 42px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .video-style1 .video-title {
    top: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .video-style1 .video-title {
    top: 40px;
  }

  .video-nav1 .thumb:before {
    top: -13px;
  }

  .video-style1 .video-title {
    top: 27px;
    letter-spacing: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .video-style1 {
    margin-bottom: 45px;
  }

  .video-style1 .video-img {
    padding: 30px 17px;
  }

  .video-style1 .play-btn {
    bottom: 0;
  }

  .video-style1 .video-title {
    display: none;
  }

  .video-nav1 {
    --bs-gutter-x: 10px;
  }
}

/*------------------- 4.23. Simple Sections  -------------------*/
.brand-wrap1 {
  border-top: 1px solid var(--border-color);
  padding: 100px 0;
}

.info-box {
  padding: 40px 0;
  background-color: var(--light-color);
  margin-bottom: 30px;
}

.info-box .sec-subtitle2 {
  letter-spacing: 0;
  padding: 0 0 13px 0;
  font-size: 24px;
  margin-bottom: 40px;
  margin-left: var(--box-padding-x, 40px);
  margin-right: var(--box-padding-x, 40px);
}

.info-box .social-style1 {
  margin-left: var(--box-padding-x, 40px);
  margin-right: var(--box-padding-x, 40px);
}

.media-style1 {
  display: flex;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: var(--box-padding-x, 40px);
  padding-right: var(--box-padding-x, 40px);
}

.media-style1 .media-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-right: 15px;
  background-color: var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
}

.media-style1 .media-body {
  align-self: center;
}

.media-style1 .media-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.media-style1 .media-info {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.media-style1 .media-info a {
  color: inherit;
}

.media-style1 .media-info a:hover {
  color: var(--theme-color);
}

.media-style1:hover .media-icon {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.social-style1 a {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid var(--border-color);
  color: var(--title-color);
  border-radius: 50%;
  margin-right: 5px;
  transition: all ease 0.4s;
  font-size: 20px;
}

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

.social-style1 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .brand-wrap1 {
    padding: 60px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .info-box .sec-subtitle2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-box .media-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .info-box .media-info {
    font-size: 16px;
    line-height: 1.4;
  }

  .info-box .social-style1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-box .social-style1 a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .media-style1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .media-style1 .media-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }

  .media-style1 .media-icon img {
    max-width: 16px;
  }
}

/* Dark Mode Styles */
.dark-mode .brand-wrap1 {
  --border-color: #2d2d2d;
}

.dark-mode .info-box {
  --border-color: #1c1934;
}

.dark-mode .info-box .social-style1 {
  --border-color: #ffffff;
}

[dir=rtl] .media-style1 .media-icon {
  margin-left: 15px;
  margin-right: 0;
}

/*------------------- 4.24. Features  -------------------*/
.feature-style1 {
  text-align: center;
  padding: 0 30px 0 30px;
  margin-bottom: 23px;
}

.feature-style1 .feature-icon {
  width: var(--icon-size, 140px);
  height: var(--icon-size, 140px);
  line-height: var(--icon-size, 140px);
  background-color: var(--vs-secondary-color);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  margin: 0 auto 28px auto;
}

.feature-style1 .feature-title {
  margin-bottom: 11px;
}

.feature-style1 .feature-text {
  margin: 0;
}

.feature-style1:hover .feature-icon {
  background-color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-style1 .feature-title {
    margin-bottom: 8px;
    font-size: 22px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-style1 {
    padding: 0;
    --icon-size: 100px;
  }

  .feature-style1 .feature-icon img {
    max-width: 50%;
  }
}

/* Dark Mode Styles */
.dark-mode .feature-style1:not(:hover) .feature-icon {
  background-color: #2F2C43;
}

/*------------------- 4.25. FAQ  -------------------*/
.accordion-button:focus {
  border-color: var(--border-color);
  box-shadow: none;
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-style1 .accordion-button {
  border: 3px solid transparent;
  padding: 24px 60px 24px 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: left;
  transition: all ease 0.4s;
}

.accordion-style1 .accordion-button:after {
  content: "\f078";
  width: auto;
  height: auto;
  font-family: var(--icon-font);
  background-image: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 18px;
}

.accordion-style1 .accordion-button:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  height: 45px;
  width: 1px;
  margin-top: -22.5px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all ease 0.4s;
}

.accordion-style1 .accordion-button.collapsed {
  background-color: transparent;
  color: var(--title-color);
  border-color: var(--border-color);
}

.accordion-style1 .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-style1 .accordion-button.collapsed:before {
  background-color: var(--border-color);
}

.accordion-style1 .accordion-collapse {
  border: none;
}

.accordion-style1 .accordion-item {
  margin-bottom: 30px;
}

.accordion-style1 .accordion-body {
  padding: 18px 30px 3px 30px;
}

.accordion-style1 .accordion-body>p {
  font-size: 18px;
}

.accordion-style1 .accordion-body>p:last-child {
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .accordion-style1 .accordion-button {
    font-size: 18px;
    padding: 18px 60px 18px 20px;
  }

  .accordion-style1 .accordion-body {
    padding: 18px 25px 3px 25px;
  }

  .accordion-style1 .accordion-body>p {
    font-size: 16px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .accordion-style1 .accordion-button {
    font-size: 16px;
    padding: 14px 40px 14px 20px;
    line-height: 1.4;
  }

  .accordion-style1 .accordion-button:before {
    right: 40px;
  }

  .accordion-style1 .accordion-button:after {
    right: 14px;
    font-size: 16px;
  }

  .accordion-style1 .accordion-body {
    padding: 16px 20px 3px 20px;
  }

  .accordion-style1 .accordion-body>p {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .accordion-style1 .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-style1 .accordion-item:last-child {
    margin-bottom: 30px;
  }
}

/* Dark Mode Styles */
.dark-mode .accordion-style1 {
  --border-color: #2F2C43;
}

[dir=rtl] {
  /* Small devices */
}

[dir=rtl] .accordion-style1 .accordion-button {
  text-align: right;
  padding-left: 60px;
  padding-right: 30px;
}

[dir=rtl] .accordion-style1 .accordion-button::after {
  right: unset;
  left: 30px;
}

[dir=rtl] .accordion-style1 .accordion-button::before {
  right: unset;
  left: 60px;
}

@media (max-width: 767px) {
  [dir=rtl] .accordion-style1 .accordion-button {
    padding-left: 15px;
  }
}

/*------------------- 4.26. Popup Side Menu  -------------------*/
.sidemenu-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;
  --body-bg: #020013;
  --body-color: #D7D7D7;
  --title-color: #FFFFFF;
  --smoke-color: #140f38;
}

.sidemenu-wrapper div#block-14,
.sidemenu-wrapper div#block-15 {
  margin-bottom: 15px;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--black-color);
  color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 2;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--body-bg);
  width: 450px;
  margin-left: auto;
  padding: 40px 30px 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidebar-gallery:not(.vs-carousel) {
  grid-template-columns: repeat(3, 1fr);
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper .footer-social a {
  width: 55px;
  height: 55px;
  line-height: 53px;
  font-size: 18px;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

[dir=rtl] .sidemenu-wrapper .closeButton {
  right: unset;
  left: 20px;
}

/*------------------- 4.27. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 11px 20px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.stock-product {
  margin: 0 0 22px 0;
}

.stock-product .stock-title {
  margin-right: 10px;
  color: var(--title-color);
}

.stock-product i {
  margin-right: 5px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--light-color);
  color: var(--white-color);
  border-color: transparent;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--smoke-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  margin-bottom: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {

  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-register p:last-child,
.woocommerce-form-coupon p:last-child,
.woocommerce-form-login p:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid var(--border-color);
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid var(--border-color);
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
  border: none;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-top: 25px;
  margin-bottom: 15px;
  border: none;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--theme-color);
  position: relative;
  top: 2px;
  font-weight: 500;
}

.woocommerce-grouped-product-list.group_table del .woocommerce-Price-amount {
  margin-left: 5px;
  color: var(--body-color);
  font-size: 0.8em;
  opacity: 0.7;
}

.woocommerce-grouped-product-list.group_table .quantity {
  width: max-content;
}

.woocommerce-grouped-product-list.group_table .quantity label {
  margin: 0 0 0 10px;
  font-weight: 500;
  font-family: var(--title-font);
  font-size: 20px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__quantity {
  width: 110px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  margin-bottom: 20px;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 0 0;
  margin: 0;
}

.woocommerce-grouped-product-list.group_table label {
  margin-right: 0;
}

table.variations {
  width: max-content;
  position: relative;
}

table.variations th {
  border: none;
  text-align: left;
  padding: 0 15px 0 0;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: max-content;
}

table.variations select {
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
  background-position: right 20px center;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
  color: var(--title-color);
  text-transform: uppercase;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
  font-size: 26px;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.woosq-product>.product .thumbnails {
  border: 1px solid var(--border-color);
}

.woosq-product>.product .thumbnails,
.woosq-product>.product .summary {
  background-color: var(--body-bg);
}

#woosq-popup .product_meta {
  margin-top: 20px;
  font-size: 16px;
}

#woosq-popup .product_meta>span {
  color: var(--title-color);
}

#woosq-popup .product_meta>span>a {
  color: var(--body-color);
  font-weight: 400;
}

#woosq-popup .product_meta>span>a:hover {
  color: var(--theme-color);
}

#woosq-popup .mfp-close {
  top: 10px;
  right: 10px;
}

#woosq-popup .product_title {
  font-size: 30px;
  margin-bottom: 10px;
}

#woosq-popup .star-rating {
  width: 75px;
  font-size: 11px;
  margin-right: 8px;
  display: inline-block;
  top: 2px;
}

#woosq-popup .woocommerce-product-rating {
  margin: 0 0 10px 0;
}

#woosq-popup .woocommerce-product-rating .woocommerce-review-link {
  color: var(--body-color);
}

#woosq-popup .price {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

#woosq-popup .price del {
  color: var(--body-color);
}

#woosq-popup .single-product .product .actions {
  align-items: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#woosq-popup .single-product .product .actions .vs-btn {
  padding: 17px 30px;
}

#woosq-popup .single-product .product .actions>div {
  height: auto;
  overflow: visible;
  width: max-content;
  line-height: 1;
}

#woosq-popup .single-product .product .actions>div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  justify-content: center;
  border-bottom-color: var(--border-color);
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  border-color: var(--border-color);
}

.wcboost-variation-swatches__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.wcboost-variation-swatches__item {
  display: inline-block;
  margin-right: 3px;
}

.wcboost-variation-swatches__item:last-child {
  margin-right: 0;
}

.wcboost-variation-swatches__name {
  width: var(--swatches-size, 22px);
  height: var(--swatches-size, 22px);
  line-height: var(--swatches-size, 22px);
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
}

.woocommerce-noreviews {
  font-size: 18px;
  color: var(--title-color);
  margin: 0;
  font-weight: 500;
  background-color: var(--smoke-color);
  padding: 10px 20px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 90px;
  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: var(--theme-color);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 400;
}

.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: var(--theme-color);
  letter-spacing: 3px;
  font-weight: 700;
}

.quantity {
  position: relative;
}

.quantity input {
  padding: 0 26px 0 26px;
  font-size: 20px;
  color: var(--title-color);
  border: 3px solid var(--border-color);
}

.quantity .qty-btn {
  position: absolute;
  right: 5px;
  top: 3px;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  color: var(--title-color);
}

.quantity .qty-btn:hover {
  color: var(--theme-color);
}

.quantity .quantity-minus {
  top: auto;
  bottom: 3px;
}

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

.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: var(--theme-color);
}

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

.cart-notification {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 999;
  background-color: #fff;
  transition: all ease 0.4s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.cart-notification .notification-content {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}

.cart-notification h6 {
  margin: 0 0 5px 0;
}

.cart-notification p {
  margin: 0 0 -0.2em 0;
  font-size: 14px;
}

.cart-notification img {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  margin: 0 20px 0 0;
}

/* Small devices */
@media (max-width: 767px) {

  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }

  .woocommerce-message a,
  .woocommerce-info a {
    font-size: 11px;
  }

  .woocommerce-message:before,
  .woocommerce-info:before {
    margin-right: 5px;
  }

  .woocommerce-grouped-product-list.group_table .quantity label {
    font-size: 16px;
    margin: 0;
  }

  .woocommerce-grouped-product-list.group_table .woocommerce-Price-amount {
    font-size: 12px;
  }

  .cart-notification {
    left: 20px;
    bottom: 20px;
  }

  .cart-notification .notification-content {
    display: block;
  }

  .cart-notification img {
    margin-bottom: 15px;
    width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  #woosq-popup .single-product .product .summary .summary-content {
    padding: 30px 15px;
  }

  #woosq-popup .single-product .product .summary .summary-content table.variations select {
    max-width: 160px;
  }

  .woocommerce-grouped-product-list.group_table .quantity {
    gap: 0 10px;
  }

  .woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__quantity {
    width: 90px;
  }
}

[dir=rtl] .rating-select label {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .woocommerce-info::before {
  display: none;
}

[dir=rtl] .woocommerce-info::after {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .quantity .qty-btn {
  right: unset;
  left: 5px;
}

[dir=rtl] .quantity input {
  text-align: right;
}

/*------------------- 4.28. Products  -------------------*/
.product-tag1 {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  z-index: 2;
  font-size: 14px;
  font-family: var(--title-font);
}

.product-style1 {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--smoke-color);
  border: 3px solid transparent;
  padding: 7px;
  transition: all ease 0.4s;
  margin-bottom: 30px;
}

.product-style1 .product-img {
  background-color: var(--white-color);
  max-width: 165px;
}

.product-style1 .product-category {
  margin-bottom: 3px;
}

.product-style1 .product-category a {
  color: var(--body-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  transition: all ease 0.4s;
}

.product-style1 .product-category a:not(:last-child):after {
  content: ",";
  margin-right: 5px;
}

.product-style1 .product-content {
  flex: 1;
  align-self: center;
  padding: 0 0 0 30px;
}

.product-style1 .product-name {
  font-size: 20px;
  margin-bottom: 7px;
}

.product-style1 .product-name a {
  color: var(--title-color);
}

.product-style1 .product-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  margin: 5px 0 12px 0;
  line-height: 1;
  transition: all ease 0.4s;
}

.product-style1 .product-price del {
  margin-left: 5px;
  color: var(--body-color);
  font-size: 0.7em;
  opacity: 0.7;
  transition: all ease 0.4s;
  position: relative;
  top: -1px;
}

.product-style1 .star-rating {
  width: 86px;
  font-size: 12px;
}

.slick-current .product-style1,
.dark-mode .slick-current .product-style1,
.product-style1:hover {
  background-color: #0f0c2b;
  border-color: transparent;
}

.slick-current .product-style1 .product-category a,
.dark-mode .slick-current .product-style1 .product-category a,
.product-style1:hover .product-category a {
  color: #c1c1c1;
}

.slick-current .product-style1 .product-name a,
.dark-mode .slick-current .product-style1 .product-name a,
.product-style1:hover .product-name a {
  color: var(--white-color);
}

.dark-mode .product-style1:hover,
.product-style1:hover {
  border-color: var(--theme-color);
}

.product-wrap1 {
  margin-bottom: -142px;
}

@media (min-width: 991px) {
  .product-scale-wrap .slick-slide {
    position: relative;
    z-index: 1;
  }

  .product-scale-wrap .vs-product {
    margin: 50px 0;
  }

  .product-scale-wrap .slick-center {
    z-index: 2;
  }

  .product-scale-wrap .slick-center .vs-product {
    transform: scale(1.5);
  }
}

.product-style2 {
  border: 3px solid var(--border-color);
  background-color: var(--body-bg);
  transition: all ease 0.4s;
  margin-bottom: 30px;
}

.product-style2 .product-name {
  font-size: 22px;
  margin-bottom: 2px;
}

.product-style2 .product-category {
  margin-bottom: 13px;
}

.product-style2 .product-category a {
  color: var(--body-color);
}

.product-style2 .product-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  display: block;
  line-height: 1;
}

.product-style2 .product-price del {
  margin-left: 10px;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  transition: all ease 0.4s;
  position: relative;
  top: -1px;
}

.product-style2 .product-img {
  position: relative;
}

.product-style2 .product-img img {
  width: 100%;
}

.product-style2 .actions {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20%;
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.product-style2 .product-content {
  padding: 15px 35px 25px 35px;
}

.product-style2:hover {
  background-color: var(--vs-secondary-color);
  border-color: transparent;
}

.product-style2:hover .actions {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.dark-mode .product-style2 .product-category a,
.dark-mode .product-style2 .product-price del,
.product-style2:hover .product-category a,
.product-style2:hover .product-price del {
  color: #a5a5a5;
}

.dark-mode .product-style2 .product-name a,
.product-style2:hover .product-name a {
  color: var(--white-color);
}

.dark-mode .product-style2 .product-name a:hover,
.product-style2:hover .product-name a:hover {
  color: var(--theme-color);
}

.product-big-img {
  border: 3px solid var(--border-color);
  margin-bottom: 30px;
}

.product-img-slide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  z-index: 2;
}

.product-img-slide .slick-dots button {
  border-color: var(--vs-secondary-color);
}

.product-img-slide .slick-dots button:hover,
.product-img-slide .slick-dots li.slick-active button {
  border-color: var(--vs-secondary-color);
  background-color: var(--vs-secondary-color);
}

.product-rating {
  display: flex;
  align-items: center;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.product-rating .star-rating {
  margin-right: 7px;
}

.product_meta {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--body-color);
}

.product_meta>span {
  display: block;
  margin-bottom: 5px;
}

.product_meta>span:last-child {
  margin-bottom: 0;
}

.product_meta>span a {
  color: inherit;
}

.product_meta>span a:hover {
  color: var(--theme-color);
}

.product_meta>span>a,
.product_meta>span>span {
  position: relative;
  margin-right: 3px;
  font-weight: 700;
  color: var(--title-color);
}

.product_meta>span>a:not(:last-child):after,
.product_meta>span>span:not(:last-child):after {
  content: ",";
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
  margin-left: 5px;
}

.product_meta>span>a:last-child,
.product_meta>span>span:last-child {
  margin-right: 0;
}

.product-about {
  margin-bottom: 30px;
}

.product-about .product-title {
  margin-bottom: 7px;
}

@media (min-width: 1399px) {
  .product-about .product-title {
    font-size: 48px;
  }
}

.product-about .text {
  font-size: 18px;
}

.product-about .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color);
  margin-top: 22px;
  margin-bottom: 16px;
}

.product-about .price del {
  margin-left: 15px;
  color: var(--body-color);
  font-weight: 500;
  font-size: 24px;
}

.product-about .text2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 33px;
}

.product-about .screen-reader-text {
  display: none;
}

.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 43px;
}

.product-about .actions .vs-btn {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-about .quantity {
  width: 100%;
  margin-bottom: 20px;
}

.product-about .quantity>span.label {
  display: none;
}

.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt::before {
  font-size: 26px;
  margin-top: -13px;
  margin-left: -12px;
}

.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt,
.product-about .woosq-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 18px;
  background-color: transparent;
  color: var(--title-color);
  border: 2px solid var(--border-color);
  text-align: center;
  padding: 0;
  transition: all ease 0.4s;
}

.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt:hover,
.product-about .woosq-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.product-description {
  margin-top: 48px;
}

.product-description>.description {
  margin-bottom: 50px;
}

.product-description>.description:last-child {
  margin-bottom: 30px;
}

.related-products-wrap {
  margin-top: 46px;
}

.product-table {
  margin-bottom: 53px;
}

.product-table th {
  background-color: var(--smoke-color);
  border-color: var(--smoke-color);
  border-bottom-color: var(--border-color);
  border-top-color: var(--border-color);
  width: 15%;
  padding: 15px 25px;
}

.product-table td {
  padding: 15px 25px;
}

.vs-product {
  position: relative;
}

.vs-product .added_to_cart {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 42px;
  z-index: 1;
}

.vs-product .added_to_cart:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all ease 0.4s;
  width: 14px;
  height: 14px;
  right: 5px;
  bottom: 5px;
  background-color: var(--black-color);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.vs-product .added_to_cart:before {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  margin-right: 10px;
}

.vs-product .added_to_cart:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.vs-product .added_to_cart:hover:after {
  background-color: var(--white-color);
}

.vs-product .vs-btn.added {
  display: none;
}

.vs-product .vs-btn .fa-shopping-cart {
  vertical-align: top;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .product-scale-wrap .product-style1 {
    margin: 30px 0 30px 0;
  }

  .product-style1 .product-img {
    max-width: 130px;
  }

  .product-style1 .product-content {
    padding: 0 0 0 20px;
  }

  .product-style1 .product-name {
    font-size: 18px;
  }

  .product-style1 .product-price {
    font-size: 18px;
  }

  .product-style1 .product-price del {
    font-size: 12px;
  }

  .product-wrap1 {
    margin-bottom: 0;
    padding-bottom: calc(var(--section-space) - 30px);
  }

  .product-style2 .product-content {
    padding: 15px 25px 25px 25px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .product-wrap1 {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .product-about .actions {
    margin-bottom: 23px;
  }

  .product-about .product-title {
    margin-bottom: 7px;
    font-size: 30px;
  }

  .product-about .price {
    font-size: 30px;
    margin-top: 10px;
  }

  .product-about .price del {
    font-size: 18px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-scale-wrap .product-style1 {
    margin: 0 0 30px 0;
  }

  .product-style1 .product-content {
    padding: 0 0 0 10px;
  }

  .product-description {
    margin-top: 28px;
  }

  .product-description>.description {
    margin-bottom: 40px;
  }

  .related-products-wrap {
    margin-top: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .product-table th {
    width: 10%;
    padding: 6px 15px;
  }

  .product-table td {
    padding: 10px 15px;
  }

  table.variations select {
    max-width: 170px;
  }

  .product-about .product-title {
    font-size: 26px;
  }

  .product-about .text {
    font-size: 16px;
  }

  .product-about .text2 {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 33px;
  }

  .product-about .actions .vs-btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-about .price {
    font-size: 24px;
  }

  .product-about .price del {
    font-size: 16px;
    margin-left: 8px;
  }

  .product-img-slide .slick-dots {
    bottom: 20px;
  }

  .product-img-slide .slick-dots button {
    border-color: transparent;
    width: 20px;
    height: 8px;
    border: none;
    background-color: var(--vs-secondary-color);
  }

  .product-style1 {
    padding: 14px;
  }

  .product-style1 .product-img {
    max-width: 100px;
  }

  .product-style1 .product-name {
    font-size: 16px;
  }

  .product-style1 .product-price {
    font-size: 14px;
  }
}

/* Dark Mode Styles */
.dark-mode .product-style1 {
  border-color: var(--vs-secondary-color);
  background-color: var(--body-bg);
}

.dark-mode .product-style1 .product-category a:not(:hover) {
  color: #c1c1c1;
}

[dir=rtl] {
  /* Small devices */
}

[dir=rtl] .product-style1 .product-content {
  padding-left: unset;
  padding-right: 30px;
}

[dir=rtl] .product-rating .star-rating {
  margin-right: 0;
  margin-left: 7px;
}

@media (max-width: 767px) {
  [dir=rtl] .product-style1 .product-content {
    padding-right: 15px;
  }
}

/*------------------- 4.29. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid var(--border-color);
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: var(--theme-color);
}

.cart_table thead th {
  border: none !important;
  color: var(--white-color);
  font-size: 18px;
}

.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(--border-color);
  color: var(--body-color);
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--border-color);
  overflow: hidden;
}

.cart_table .cart-productimage img {
  transform: scale(1);
  transition: all ease 0.4s;
}

.cart_table .cart-productimage:hover img {
  transform: scale(1.1);
}

.cart_table .amount {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.cart_table .cart-productname {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.cart_table .cart-productname:hover {
  color: var(--theme-color);
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .remove:hover {
  color: var(--title-color);
}

.cart_table .quantity {
  width: max-content;
  display: inline-block;
}

.cart_table .qty-input {
  width: 70px;
  height: 30px;
  padding: 0 20px 0 15px;
  font-size: 16px;
  border: 1px solid var(--smoke-color);
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
  color: var(--title-color);
  vertical-align: middle;
  margin: 0 -4px;
}

.cart_table .qty-btn {
  font-size: 14px;
  border: none;
  width: 30px;
  height: 30px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  text-align: center;
  padding: 0;
  vertical-align: middle;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}

.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;
  width: 455px;
  max-width: 100%;
  display: flex;
}

.cart_table .vs-cart-coupon input {
  height: 50px;
  margin-right: 10px;
  color: var(--title-color);
  flex: 1;
}

.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  padding: 17px 22px;
  width: max-content;
}

.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(--smoke-color);
  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(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.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: 13px 30px;
}

.cart_totals .amount {
  font-weight: 700;
  font-size: 18px;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

.cart_totals input,
.cart_totals select {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: right 20px center;
  font-size: 14px;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 15px 4px;
    font-size: 14px;
  }

  .cart_table td {
    padding: 10px 4px;
  }

  .cart_table .amount,
  .cart_table .cart-productname {
    font-size: 14px;
  }

  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart_table .actions {
    text-align: center;
  }

  .cart_table .cart-productimage {
    width: 60px;
  }
}

/* Small devices */
@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: 25%;
    text-align: right;
    border: 1px solid var(--border-color);
    border-bottom: none;
  }

  .cart_table td::before {
    display: block;
  }

  .cart_table td:last-child {
    border-bottom: 1px solid var(--border-color);
  }

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

/*------------------- 4.30. Checkout  -------------------*/
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  --bs-gutter-x: 20px;
  margin-bottom: 40px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout p.form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout .form-group .form-select,
.woocommerce-checkout .form-group .select2-container,
.woocommerce-checkout .form-group .form-control {
  margin-bottom: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
  border: 1px solid var(--border-color);
  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 var(--border-color);
  background-color: var(--body-bg);
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
  color: var(--body-color);
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
  font-size: 16px;
}

.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: 20px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #000;
  background-color: transparent;
  padding-left: 20px;
  height: 45px;
  border-color: #eee;
}

.select2-container--default .select2-results>.select2-results__options {
  color: #000;
}

.select2-dropdown {
  border-color: var(--border-color);
}

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

.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.shipping-calculator-form .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  padding-left: 20px;
  padding-right: 28px;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  vertical-align: middle;
  line-height: 1.4;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type=hidden]~label {
  color: var(--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(--border-color);
  text-align: right;
  padding: 5px 20px;
}

.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: 10px;
  border-bottom: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
  margin-bottom: 19px;
  color: var(--body-color);
}

.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(--title-color);
  background-color: var(--light-color);
  border: 1px solid var(--border-color);
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.vs-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }

  .woocommerce-checkout-payment ul input[type=radio]~label img {
    max-width: 150px;
  }

  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }

  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }

  .woocommerce-checkout select,
  .woocommerce-checkout .form-control,
  .woocommerce-checkout .form-select,
  .woocommerce-checkout textarea,
  .woocommerce-checkout input {
    padding: 0 25px 0 20px;
  }

  .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 11px 15px;
  }
}

[dir=rtl] .checkout-ordertable td {
  text-align: end;
}

[dir=rtl] .checkout-ordertable th {
  text-align: start;
}

[dir=rtl] .woocommerce-checkout-payment {
  text-align: start;
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-left: 0px;
  margin-right: 20px;
  left: 20px;
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 45px;
  padding-left: 0;
}

/*------------------- 4.31. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.tinv-wishlist td {
  text-align: center;
  padding: 5px;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  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(--vs-secondary-color);
  color: var(--white-color);
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 14px;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0 20px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}

.tinv-wishlist .product-action button {
  border-radius: 0;
  padding: 0;
  font-size: 13px;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: center;
  color: var(--title-color);
}

.tinv-wishlist td.product-name a {
  color: var(--title-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--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(--theme-color);
  color: var(--white-color);
  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(--vs-secondary-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }
}

/* Dark Mode Styles */
.dark-mode .tinv-wishlist .tinv-modal .tinv-modal-inner {
  background-color: var(--light-color);
}

/*------------------- 4.32. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  font-size: 24px;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
  line-height: inherit;
}

.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.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;
  /* 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 var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  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);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

[dir=rtl] .popup-search-box form button {
  right: unset;
  left: 13px;
}

[dir=rtl] .popup-search-box .searchClose {
  left: 40px;
  right: unset;
}

/*=================================
    05. New Styles
==================================*/
/*------------------- 05.1. Common  -------------------*/
.icon-btn1 i {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}

.icon-btn1 .fa-twitch {
  --theme-color: #6541a5;
}

.icon-btn1 .fa-youtube {
  --theme-color: #cd201f;
}

.icon-btn1 .fa-twitter {
  --theme-color: #55acee;
}

.icon-btn1 .fa-facebook-f {
  --theme-color: #3b5999;
}

.icon-btn1 .fa-linkedin-in {
  --theme-color: #0e76a8;
}

.icon-btn1:hover i {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.icon-btn2 {
  display: inline-block;
  z-index: 1;
  color: var(--white-color);
  text-align: center;
  outline: 2px solid var(--theme-color);
  outline-offset: -2px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background-color: #1a1d24;
  border-radius: 50%;
}

.icon-btn4 {
  border: none;
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: var(--vs-secondary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white-color);
  font-size: 22px;
  border-radius: 50%;
}

.icon-btn4:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.pos-bottom {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0px;
  padding: 0 20px 24px 30px;
  z-index: 4;
  width: 100%;
  max-width: 320px;
}

.pos-bottom .blog-category a {
  padding: 4px 13px 6px 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.pos-bottom .blog-title.h5 {
  font-size: 20px;
}

.pos-bottom .blog-meta span,
.pos-bottom .blog-meta a {
  font-size: 14px;
}

.sidebox-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.sidebox-title:before {
  content: "--";
  position: relative;
  margin-right: 10px;
  display: inline-block;
  color: var(--theme-color);
}

.links-stretch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.links-stretch a {
  padding: 0;
}

.links-stretch span {
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  font-family: var(--body-font);
  transition: all ease 0.4s;
}

.links-stretch span::before {
  font-family: var(--icon-font);
  font-weight: 700;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}

.links-stretch span.fab::before {
  font-family: "Font Awesome 5 Brands";
  top: -2px;
  position: relative;
}

.links-stretch span.fa-facebook-f {
  background-color: #3b5999;
}

.links-stretch span.fa-twitter {
  background-color: #55acee;
}

.links-stretch span.fa-youtube {
  background-color: #cd201f;
}

.links-stretch span.fa-linkedin,
.links-stretch span.fa-vimeo-v,
.links-stretch span.fa-vimeo {
  background-color: #00adef;
}

.links-stretch span i {
  vertical-align: middle;
}

.links-stretch span:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.links-stretch li {
  flex: 0 0 calc(50% - 5px);
  display: inline-block;
}

.links-stretch span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.vs-sidebox {
  padding: 35px 40px 40px 40px;
  margin-bottom: 30px;
  background-color: var(--smoke-color);
}

.vs-sidebox .vs-blog {
  margin-bottom: 25px;
}

.vs-sidebox .vs-blog:last-child {
  margin-bottom: 0;
}

.vs-cat-list1,
.vs-cat-list1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.vs-cat-list1 a {
  background-color: var(--vs-secondary-color);
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white-color);
  padding: 17px 30px;
  padding-right: 60px;
  margin-bottom: 10px;
  position: relative;
}

.vs-cat-list1 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.vs-cat-list1 .category-number {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: var(--theme-color);
  padding: 0 0;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  color: var(--white-color);
  transition: all ease 0.4s;
}

.vs-cat-list1 .cat-item {
  position: relative;
}

.vs-cat-list1 .cat-item:hover>.category-number {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.vs-cat-list1 .cat-item:last-child a {
  margin-bottom: 0;
}

.custom-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.custom-links a {
  color: var(--body-color);
  display: flex;
}

.custom-links a::before {
  content: "\f105";
  font-family: var(--icon-font);
  margin-right: 10px;
}

.custom-links a:hover {
  color: var(--theme-color);
}

.custom-links li {
  margin-bottom: 15px;
}

.custom-links li:last-child {
  margin-bottom: 0;
}

.overlay-lg {
  background-image: linear-gradient(to top, rgba(15, 17, 22, 0.95) 0%, rgba(15, 17, 22, 0) 75%);
  z-index: 1;
}

.section-title {
  margin-bottom: 50px;
  position: relative;
}

.sec-title1 {
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -0.13em;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
}

.sub-title1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
  top: -0.4em;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--theme-color);
}

.has-title-rotate {
  padding-left: 30px;
  margin-bottom: 45px;
  border-left: 32px solid transparent;
}

.has-title-rotate .sec-title1 {
  line-height: 1.17;
  margin-top: -0.23em;
  margin-bottom: 5px;
}

.title-rotate {
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 15px;
  text-align: center;
  letter-spacing: 0.17em;
  position: absolute;
  left: 0%;
  top: 10%;
  transform: rotate(-270deg);
  transform-origin: 0 0;
  background-color: var(--vs-secondary-color);
}

.title-rotate .letter {
  display: inline-block;
  transform: rotateY(-180deg) rotateX(180deg);
}

.divider-title:not(:last-child) {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px !important;
}

.divider-title:not(:last-child):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .elementor-fix1 {
    margin-top: 60px !important;
  }

  .elementor-fix1 .elementor-element.elementor-element-df6cfb5 {
    width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .sec-title1 {
    font-size: 56px;
  }

  .title-rotate {
    transform: rotateY(-180deg) rotateX(180deg);
    transform-origin: 50% 50%;
    position: relative;
    margin-bottom: 20px;
  }

  .has-title-rotate {
    padding-left: 0;
    margin-bottom: 45px;
    border-left: 0 solid transparent;
  }

  .vs-sidebox {
    padding: 17px 20px 20px 20px;
    margin-bottom: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sec-title1 {
    font-size: 42px;
  }

  .sec-title1 br {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title1 {
    font-size: 28px;
  }

  .custom-links li {
    margin-bottom: 6px;
  }
}

[dir=rtl] .title-rotate {
  left: unset;
  right: 15px;
  top: unset;
  transform-origin: right;
  transform: rotate(90deg);
  bottom: -3%;
}

[dir=rtl] .has-title-rotate {
  padding-left: 0px;
  padding-right: 50px;
}

/*------------------- 05.2. Header  -------------------*/
.header-layout6 .header-text,
.header-layout5 .header-text,
.header-layout4 .header-text {
  margin: 0;
  padding: 0;
  color: var(--white-color);
}

.header-layout6 .social-links,
.header-layout5 .social-links,
.header-layout4 .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-layout6 .social-links li,
.header-layout5 .social-links li,
.header-layout4 .social-links li {
  display: inline-block;
  margin-right: 19px;
}

.header-layout6 .social-links li:last-child,
.header-layout5 .social-links li:last-child,
.header-layout4 .social-links li:last-child {
  margin-right: 0;
}

.header-layout6 .social-links a,
.header-layout5 .social-links a,
.header-layout4 .social-links a {
  color: var(--white-color);
  font-size: 16px;
  display: block;
}

.header-layout6 .social-links a:hover,
.header-layout5 .social-links a:hover,
.header-layout4 .social-links a:hover {
  color: var(--theme-color);
}

.header-layout6 ul.header-list1,
.header-layout5 ul.header-list1,
.header-layout4 ul.header-list1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-layout6 ul.header-list1>li,
.header-layout5 ul.header-list1>li,
.header-layout4 ul.header-list1>li {
  display: inline-block;
  margin-right: 22px;
}

.header-layout6 ul.header-list1>li:last-child,
.header-layout5 ul.header-list1>li:last-child,
.header-layout4 ul.header-list1>li:last-child {
  margin-right: 0;
}

.header-layout6 ul.header-list1 button,
.header-layout5 ul.header-list1 button,
.header-layout4 ul.header-list1 button {
  border: none;
  background-color: transparent;
  color: var(--white-color);
  font-size: 26px;
  vertical-align: middle;
  padding: 0;
}

.header-layout6 ul.header-list1 button:hover,
.header-layout5 ul.header-list1 button:hover,
.header-layout4 ul.header-list1 button:hover {
  color: var(--theme-color);
}

.header-layout6 .vs-btn,
.header-layout5 .vs-btn,
.header-layout4 .vs-btn {
  margin-right: 30px;
}

.header-layout6 .menu-style1>ul>li,
.header-layout5 .menu-style1>ul>li,
.header-layout4 .menu-style1>ul>li {
  margin: 0 11px;
}

.header-layout6 .menu-style1>ul>li>a,
.header-layout5 .menu-style1>ul>li>a,
.header-layout4 .menu-style1>ul>li>a {
  padding: 42px 0;
  font-size: 14px;
}

.header-layout4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  --main-container: 1350px;
}

.header-layout4 .header-top {
  padding: 10px 0;
}

.header-layout4 .header-inner {
  background-color: var(--vs-secondary-color);
  padding: 0 30px;
}

.header-layout4 .header-logo1 {
  height: 100px;
  position: relative;
  z-index: 1;
}

.header-layout4 .header-logo1 img {
  max-width: initial;
  height: 100%;
}

.header-layout4 .header-logo1:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  background-color: var(--theme-color);
}

.header-layout5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}

.header-layout5 .header-top {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-layout5 .header-inner {
  background-color: var(--vs-secondary-color);
}

.header-layout5 .menu-area {
  padding: 0 20px;
}

.header-layout6 .header-top {
  background-color: var(--vs-secondary-color);
}

.header-logo3 {
  position: absolute;
  left: 0;
  top: -25px;
  bottom: -25px;
  width: 212px;
  text-align: center;
  margin-left: -50px;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--vs-secondary-color);
}

.header-logo3 img {
  height: 100%;
}

.header-list2 {
  margin: 0;
}

.header-list2>li {
  display: inline-block;
  margin-right: 40px;
}

.header-list2>li:last-child {
  margin-right: 0;
}

.header-list2 a:not(.dropdown-item) {
  color: var(--white-color);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.header-list2 a:not(.dropdown-item):hover {
  color: var(--theme-color);
}

.header-list2 a:not(.dropdown-item) i {
  margin-right: 7px;
}

.header-form {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 0;
}

.header-form input {
  flex: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding-right: 20px;
  background-color: var(--vs-secondary-color);
  padding-right: -2px;
}

.header-form input:focus {
  background-color: var(--vs-secondary-color);
}

.header-form button {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.header-form button:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.header-list1 ul.dropdown-menu {
  padding: 10px 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 35px !important;
  width: fit-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
}

.header-list1 ul.dropdown-menu li {
  margin-bottom: 10px;
}

.header-list1 ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header-list1 ul.dropdown-menu a {
  display: block;
  width: max-content;
  margin: 0;
  padding: 2px 0;
  color: var(--black-color);
}

.header-list1 ul.dropdown-menu a:hover {
  color: var(--theme-color);
}

.header-list1 ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}

.header-list1 ul.dropdown-menu a:last-of-type,
.header-list1 ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-list1 ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 18px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.toggler-btn2 {
  border: none;
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
  height: 80px;
  width: 80px;
  font-size: 26px;
  margin: 10px 0 10px -4px;
}

.toggler-btn2:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-logo3 {
    left: -15px;
    top: -25px;
    width: 170px;
    height: 120px;
    margin-left: 0;
  }

  .header-layout6 .menu-style1>ul>li,
  .header-layout5 .menu-style1>ul>li,
  .header-layout4 .menu-style1>ul>li {
    margin: 0 6px;
  }

  .header-layout4 .header-inner {
    padding: 0 15px;
  }

  .header-layout5 {
    top: 0;
    position: relative;
    background-color: var(--vs-secondary-color);
  }

  .header-layout5 .menu-area {
    padding: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout4 .header-logo-one {
    padding: 15px 0;
    height: 120px;
  }

  .header-layout4 .header-logo-one img {
    height: 100%;
  }

  .header-fix1 {
    background-color: #0f0c2b !important;
  }

  .header-fix1:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout4 {
    position: relative;
  }

  .header-layout4 .header-top {
    padding: 0;
  }

  .header-layout4 .header-main {
    background-color: var(--vs-secondary-color);
  }

  .header-layout4 .header-inner {
    background-color: transparent;
  }

  .header-logo3 {
    position: relative;
    top: 0;
    padding: 0 0;
    width: initial;
    height: auto;
    display: inline-block;
  }

  .header-layout6 .menu-area {
    background-color: var(--vs-secondary-color) !important;
  }
}

[dir=rtl] .header-layout6 ul.header-list1>li,
[dir=rtl] .header-layout5 ul.header-list1>li,
[dir=rtl] .header-layout4 ul.header-list1>li {
  margin-right: 0;
  margin-left: 22px;
}

[dir=rtl] .header-layout6 .vs-btn,
[dir=rtl] .header-layout5 .vs-btn,
[dir=rtl] .header-layout4 .vs-btn {
  margin-left: 20px;
  margin-right: 0;
}

[dir=rtl] .header-layout6 .social-links li,
[dir=rtl] .header-layout5 .social-links li,
[dir=rtl] .header-layout4 .social-links li {
  margin-left: 19px;
  margin-right: 0;
}

[dir=rtl] .header-layout6 .social-links li:last-child,
[dir=rtl] .header-layout5 .social-links li:last-child,
[dir=rtl] .header-layout4 .social-links li:last-child {
  margin: 0;
}

[dir=rtl] .header-logo3 {
  left: unset;
  right: 0;
}

[dir=rtl] .header-list2 a:not(.dropdown-item) i {
  margin-left: 7px;
  margin-right: 0;
}

[dir=rtl] .header-list1 ul.dropdown-menu:before {
  right: 18px;
  left: unset;
}

/*------------------- 05.3. Footer  -------------------*/
.copywrite-bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.copywrite-bottom-menu li {
  display: inline-block;
}

.copywrite-bottom-menu a {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  color: #9599a3;
  font-weight: 700;
  padding: 38px 27px;
  line-height: 1;
  background-color: transparent;
  position: relative;
}

.copywrite-bottom-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  transition: all ease 0.4s;
  background-color: var(--theme-color);
}

.copywrite-bottom-menu a:hover {
  background-color: var(--black-color);
}

.copywrite-bottom-menu a:hover:after {
  width: 100%;
}

.copywrite-bottom-menu.style2 a:after {
  background-image: none;
  background-color: var(--theme-color);
}

/*------------------- 06.4. Video  -------------------*/
.strem-video1 .slick-arrow {
  --arrow-position: 60px;
}

.video-box1 {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 0.4s;
  transform: scaleY(0.85) scaleX(0.85);
  border: 2px solid transparent;
}

.video-box1 .play-btn {
  transition: all ease 0.4s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
}

.video-box1:hover {
  border-color: var(--theme-color);
}

.video-box1:hover .play-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

.slick-center .video-box1 .play-btn,
.video-box1:hover .play-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

.slick-center .video-box1 {
  transform: scaleY(1) scaleX(1);
}

.video-box1::after,
.hover-shape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  z-index: 13;
  background: var(--white-color);
  opacity: 0.4;
  height: 100%;
  transition: bottom 0.4s cubic-bezier(0.77, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.video-box1:hover:after,
.hover-shape:hover:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

/* Large devices */
@media (max-width: 1199px) {
  .video-box1 {
    transform: scaleY(1) scaleX(1);
  }

  .vs-streams-wrapper .px-60 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vs-streams-wrapper .pb-60 {
    padding-bottom: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-streams-wrapper .px-60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vs-streams-wrapper .pb-60 {
    padding-bottom: 10px;
  }
}

/*------------------- 06.5. Match  -------------------*/
.vs-match-layout1 .vs-match {
  background-color: var(--vs-secondary-color);
  padding: 30px 60px;
  margin-bottom: 15px;
  border: 2px solid transparent;
  transition: all ease 0.4s;
}

.vs-match-layout1 .vs-match:hover {
  border-color: var(--theme-color);
}

.vs-match-layout1 .match-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vs-match-layout1 .versus {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: var(--white-color);
  border: 2px solid var(--body-color);
  border-radius: 50%;
  position: relative;
}

.vs-match-layout1 .team-name {
  text-transform: uppercase;
}

.vs-match-layout1 .team-name a {
  color: inherit;
}

.vs-match-layout1 .team-name a:hover {
  color: var(--theme-color);
}

.vs-match-layout1 .match-date {
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 400;
}

.vs-match-layout1 .match-time {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-match-layout1 .match-logo img {
    max-width: 60px;
  }

  .vs-match-layout1 .vs-match {
    padding: 30px 20px;
  }

  .vs-match-layout1 .versus {
    margin: 0 10px;
  }

  .vs-match-layout1 .match-about {
    margin: 20px 0;
  }

  .vs-match-layout1 .match-about.pl-35 {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-match-layout1 .vs-match {
    padding: 20px 20px;
  }

  .vs-match-layout1 .match-about {
    margin: 20px 0;
    text-align: center;
  }

  .vs-match-layout1 .team-name.h5 {
    font-size: 16px;
  }

  .vs-match-layout1 .match-logo {
    padding: 0 20px;
  }

  .vs-match-layout1 .match-time {
    font-size: 34px;
  }
}

/*------------------- 06.6. Filter Menu  -------------------*/
.filter-menu-style1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 0;
  background-color: var(--vs-secondary-color);
}

.filter-menu-style1.mb-40 {
  margin-bottom: 40px;
}

.filter-menu-style1 a,
.filter-menu-style1 button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  color: #9aa2b2;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  display: inline-block;
}

.filter-menu-style1 a:hover,
.filter-menu-style1 a.active,
.filter-menu-style1 button:hover,
.filter-menu-style1 button.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .filter-menu-style1.mb-70 {
    margin-bottom: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .filter-menu-style1::before {
    transform: none;
    width: 100%;
    left: 0;
    top: 0;
  }

  .filter-menu-style1 .indicator {
    transform: none;
  }
}

/*------------------- 06.7. Blog  -------------------*/
.featured-blog-wrapper .vs-blog>.position-relative {
  border: 2px solid transparent;
  transition: all ease 0.4s;
}

.featured-blog-wrapper .vs-blog:hover>.position-relative {
  border-color: var(--theme-color);
}

.vs-news-area .overlay {
  outline-offset: -2px;
  outline: 2px solid transparent;
  transition: all ease 0.4s;
}

.vs-news-area .vs-blog:hover .overlay {
  outline-color: var(--theme-color);
}

.vs-blog-layout1 .vs-blog {
  margin-bottom: 25px;
}

.vs-blog-layout1 .blog-meta a {
  font-size: 14px;
}

.vs-blog-layout1 .blog-category {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.vs-blog-layout1 .blog-category a {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 19px 6px 19px;
}

.vs-blog-layout1 .blog-image {
  position: relative;
  margin-bottom: 22px;
}

.vs-blog-layout1 .blog-title {
  text-transform: uppercase;
  font-family: var(--body-font);
  margin-bottom: 7px;
}

.vs-blog-layout1 .fs-20 {
  line-height: 30px;
}

.vs-blog-layout2 .vs-blog {
  position: relative;
}

.vs-blog-layout2 .overlay {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: linear-gradient(to top, var(--vs-secondary-color) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.vs-blog-layout2 .blog-title {
  font-size: 20px;
  line-height: 32px;
}

.vs-blog-layout2 .blog-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 30px;
  z-index: 1;
}

.vs-blog-layout2 .blog-meta {
  margin-bottom: 10px;
}

.vs-blog-layout2 .blog-meta a {
  font-size: 16px;
}

.blog-demo-layout1 .blog-category a {
  padding: 4px 13px 6px 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.blog-demo-layout1 .blog-meta span,
.blog-demo-layout1 .blog-meta a {
  font-size: 16px;
}

.blog-demo-layout1 .blog-title.h5 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
}

.blog-demo-layout1 .blog-image {
  overflow: hidden;
}

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

.blog-demo-layout1 .vs-blog:hover .blog-image img {
  transform: scale(1.15);
}

.blog-demo-layout2 .blog-title {
  font-size: 20px;
  text-transform: uppercase;
}

.blog-demo-layout2 .media-img {
  overflow: hidden;
  min-width: 50px;
}

.blog-demo-layout2 .media-img.mb-10 {
  margin-bottom: 15px;
}

.blog-demo-layout2 .media-img img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}

.blog-demo-layout2 .vs-blog:hover .media-img img {
  transform: scale(1.15);
}

.blog-demo-layout2 .blog-meta {
  margin-bottom: 10px !important;
}

.blog-demo-layout2 .blog-meta span,
.blog-demo-layout2 .blog-meta a {
  font-size: 16px;
}

.blog-demo-layout3 .blog-image {
  margin-bottom: 20px;
  overflow: hidden;
}

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

.blog-demo-layout3 .vs-blog:hover .blog-image img {
  transform: scale(1.15);
}

.blog-demo-layout3 .blog-category {
  position: absolute;
  right: 15px;
  top: 15px;
}

.blog-demo-layout3 .blog-category a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  padding: 6px 16px 8px 16px;
}

.video-demo-layout1 .play-btn {
  --icon-size: 80px;
  --icon-font-size: 20px;
  right: 15px;
  top: 15px;
}

.video-demo-layout1 .play-btn i,
.video-demo-layout1 .play-btn:after,
.video-demo-layout1 .play-btn:before {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.video-demo-layout1 .play-btn:hover i,
.video-demo-layout1 .play-btn:hover:after,
.video-demo-layout1 .play-btn:hover::before {
  background-color: var(--vs-secondary-color);
  color: var(--white-color);
}

.video-demo-layout1 .blog-image {
  margin-bottom: 20px;
  overflow: hidden;
}

.video-demo-layout1 .blog-image img {
  width: 100%;
}

/* Small devices */
@media (max-width: 767px) {
  .blog-demo-layout1 .pt-25 {
    padding-top: 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-blog-layout2 .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------- 06.8. About  -------------------*/
.exp-box1 {
  display: inline-block;
  position: relative;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--vs-secondary-color);
  padding: 40px 0;
  padding-left: 40px;
  width: 232px;
  z-index: 4;
  border-top: 4px solid var(--white-color);
}

.exp-box1 .counter {
  line-height: 1;
}

.picture-box1 {
  position: relative;
}

.picture-box1 .exp-box1 {
  position: absolute;
  bottom: 8%;
  right: 0;
}

.picture-box1:hover img {
  transform: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .picture-box1 .exp-box1 {
    width: 176px;
    padding: 10px;
    bottom: 13%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .picture-box1 {
    margin-bottom: 40px;
  }

  .picture-box1 .exp-box1 {
    width: 40%;
    padding: 7% 2%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .picture-box1 .exp-box1 {
    position: relative;
    width: auto;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

/*------------------- 06.9. Time Table  -------------------*/
.timetable-style1 {
  --box-size: 180px;
  margin-top: calc(var(--box-size) / 2);
  margin-right: -55px;
  transform: rotate(-45deg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.timetable-style1 .timetable-box {
  display: inline-block;
  width: var(--box-size);
  height: var(--box-size);
  text-align: center;
  position: relative;
  padding: 30px 0;
  border-radius: 15px;
  z-index: 2;
  background-color: #090c11;
  border: 3px solid #000000;
  transition: all ease 0.3s;
}

.timetable-style1 .timetable-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--vs-secondary-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.timetable-style1 .active .timetable-box,
.timetable-style1 .timetable-box:hover {
  border-color: #41239f;
}

.timetable-style1 .active .timetable-box::before,
.timetable-style1 .timetable-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.timetable-style1 .name,
.timetable-style1 .time {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  color: var(--white-color);
  line-height: 1;
  text-transform: uppercase;
}

.timetable-style1 .name {
  bottom: 16px;
  top: auto;
}

.timetable-style1 .day {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--title-font);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.timetable-style1 .timetable-mark:nth-child(1) {
  grid-column: 2;
}

.timetable-style1 .timetable-mark:nth-child(3) {
  grid-column: 1;
}

.timetable-style1 .timetable-mark:nth-child(7) {
  grid-column: 3;
  margin-left: calc(var(--box-size) / -2);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .timetable-style1 {
    margin-right: 0;
    transform: rotate(0);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }

  .timetable-style1 .timetable-mark:nth-child(1) {
    grid-column: 2;
    margin-left: calc(var(--box-size) / -2);
  }

  .timetable-style1 .timetable-mark:nth-child(2) {
    margin-left: calc(var(--box-size) / -2);
  }

  .timetable-style1 .timetable-mark:nth-child(6) {
    margin-left: calc(var(--box-size) / -2);
    grid-column: 2;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .timetable-style1 {
    --box-size: 160px;
  }

  .timetable-style1 .timetable-box {
    width: 100%;
  }

  .timetable-style1 .timetable-mark:nth-child(7),
  .timetable-style1 .timetable-mark:nth-child(6),
  .timetable-style1 .timetable-mark:nth-child(2),
  .timetable-style1 .timetable-mark:nth-child(1) {
    margin-left: 0;
    transform: translateX(-50%);
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .timetable-style1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .timetable-style1 .timetable-mark:nth-child(even),
  .timetable-style1 .timetable-mark:nth-child(odd) {
    transform: translateX(0%);
    grid-column: auto;
  }

  .timetable-style1 .day {
    font-size: 14px;
  }
}

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

/*------------------- 06.10. Contact  -------------------*/
.sidebox-newsletter .form-icon {
  margin-bottom: 20px;
}

.sidebox-newsletter .form-control {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  height: 50px;
  font-size: 14px;
  margin-bottom: 15px;
  color: var(--white-color);
}

.sidebox-newsletter .form-control::-moz-placeholder {
  color: var(--white-color);
}

.sidebox-newsletter .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.sidebox-newsletter .form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.sidebox-newsletter .form-control::placeholder {
  color: var(--white-color);
}

.sidebox-newsletter button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  color: var(--white-color);
  font-family: var(--title-font);
  border: none;
  background-color: var(--vs-secondary-color);
  text-transform: uppercase;
}

.sidebox-newsletter button:hover {
  background-color: var(--theme-color);
}

.vs-newsletter-wrapper .inner-wrapper {
  padding: 50px;
  background-color: var(--vs-secondary-color);
}

.vs-newsletter-wrapper .align-middle {
  margin-right: 15px;
  top: -7px;
  position: relative;
}

.info-box2 {
  background-color: var(--light-color);
  padding: 60px;
  margin-bottom: 40px;
}

.info-style1 {
  padding-left: 80px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

.info-style1:last-child {
  margin-bottom: 0;
}

.info-style1 p.fs-4.lh-1.fw-medium.text-white.mb-0 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  font-weight: 600;
}

.info-style1 .icon-btn2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.4s;
  outline-color: var(--vs-secondary-color);
  background-color: var(--vs-secondary-color);
}

.info-style1:hover .icon-btn2 {
  outline-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.contact-form-style1 {
  border: 2px solid #2b2e37;
}

.contact-form-style1.px-80.py-80 {
  padding: 80px;
}

.contact-form-style1.px-60.py-60 {
  padding: 60px;
}

.contact-form-style1 textarea {
  height: 145px;
}

.contact-form-style1 i {
  color: var(--theme-color);
  right: auto;
  top: 52px;
  left: 40px;
}

.contact-form-style1 .form-control {
  border: 1px solid var(--border-color);
  padding-bottom: 3px;
  padding-left: 55px;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-form-style1.px-80.py-80 {
    padding: 40px;
  }

  .contact-form-style1.px-60.py-60 {
    padding: 30px;
  }

  .inner-wrapper.position-absolute.top-50.start-0.end-0.translate-middle-y.px-50.py-50 {
    position: relative !important;
    transform: none !important;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .contact-form-style1.px-80.py-80 {
    padding: 40px 15px;
  }

  .contact-form-style1.px-60.py-60 {
    padding: 30px 15px;
  }

  .vs-newsletter-wrapper .inner-wrapper {
    padding: 40px 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .info-style1 {
    padding-left: 0;
    padding-top: 0;
  }

  .info-style1 .icon-btn2 {
    position: relative;
    transform: none;
    margin-bottom: 15px;
  }

  .contact-form-style1 .form-control {
    padding-left: 25px;
  }

  .contact-form-style1 i {
    left: auto;
    right: 36px;
  }

  .testimonial-layout1 .testi-text {
    font-weight: 500;
    text-transform: none;
    font-family: var(--body-font);
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}

[dir=rtl] .info-style1 {
  padding-left: 0;
  padding-right: 80px;
}

[dir=rtl] .info-style1 .icon-btn2 {
  left: unset;
  right: 0;
}

[dir=rtl] .vs-newsletter-wrapper .align-middle {
  margin-left: 15px;
  margin-right: 0;
}

[dir=rtl] .contact-form-style1 .form-control {
  text-align: right;
  padding-left: unset;
  padding-right: 55px;
}

[dir=rtl] .contact-form-style1 i {
  left: unset;
  right: 40px;
}

[dir=rtl] .sidebox-newsletter .form-control,
[dir=rtl] .newsletter-wrapper .form-control {
  text-align: right;
}

/*------------------- 06.11. Testimonial  -------------------*/
.avater-slide1 {
  max-width: 385px;
  margin: 0 auto;
}

.avater-slide1 .avater {
  transform: scale(0.6);
  transition: all ease 0.4s;
  cursor: pointer;
}

.avater-slide1 .avater img {
  width: 100%;
  border: 2px solid transparent;
  transition: all ease 0.4s;
}

.avater-slide1 .avater img:hover {
  border-color: var(--theme-color);
}

.avater-slide1 .avater.slick-center {
  transform: scale(1);
}

.testimonial-layout1 .testi-text {
  font-weight: 500;
  text-transform: none;
  font-family: var(--body-font);
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 35px;
}

.testimonial-layout1 .author-area {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.testimonial-layout1 .author-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background-color: var(--light-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testimonial-layout1 .testi-text {
    font-size: 28px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testimonial-layout1 .testi-text {
    font-size: 24px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testimonial-layout1 .testi-text {
    font-size: 18px;
    margin-bottom: 0;
  }

  .testimonial-layout1 .testimonial-content.mb-40 {
    margin-bottom: 30px;
  }
}

[dir=rtl] .testimonial-layout1 .author-area .icon-btn4.start-100 {
  right: 0 !important;
}

[dir=rtl] .testimonial-layout1 .author-area .icon-btn4.start-0 {
  right: 100% !important;
}

/*------------------- 06.12. Post Thumb  -------------------*/
.post-thumb-style1 .vs-blog .media-img {
  width: 100px;
  overflow: hidden;
}

.post-thumb-style1 .vs-blog .media-img img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease 0.4s;
}

.post-thumb-style1 .vs-blog:hover .media-img img {
  transform: scale(1.15);
}

.post-thumb-style1 .blog-title {
  font-size: 18px;
  text-transform: uppercase;
}

.post-thumb-style1 .blog-category {
  margin-bottom: 0;
  margin-top: -0.45em;
}

.post-thumb-style1 .blog-category a {
  padding: 0 0;
  margin-bottom: 0px;
  line-height: 1;
  border: none;
  background-color: transparent;
  color: var(--theme-color);
  text-transform: uppercase;
}

.post-thumb-style1 .blog-category a:hover {
  color: var(--white-color);
}

.post-thumb-style1 .blog-meta span,
.post-thumb-style1 .blog-meta a {
  font-size: 14px;
}

.post-thumb-style1.border-light-white .vs-blog {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #282a35;
}

.post-thumb-style1.border-light-white .vs-blog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .post-thumb-style1 .blog-category a {
    font-size: 12px;
  }

  .post-thumb-style1 .h5 {
    font-size: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .post-thumb-style1 .media-body {
    margin-top: -0.4rem;
  }

  .post-thumb-style1 .blog-title {
    font-size: 16px;
  }
}

/*------------------- 06.13. Team -------------------*/
.vs-member-layout1 a {
  color: inherit;
}

.vs-member-layout1 .vs-member {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vs-member-layout1 .vs-member:after,
.vs-member-layout1 .vs-member:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 40px;
  transition: all ease 0.4s;
}

.vs-member-layout1 .vs-member:before {
  height: 40%;
  background-image: linear-gradient(to top, var(--theme-color) 0%, rgba(255, 255, 255, 0) 100%);
  top: auto;
}

.vs-member-layout1 .vs-member:after {
  background-color: #1b1d25;
  z-index: -1;
}

.vs-member-layout1 .vs-member:hover:after {
  background-color: var(--vs-secondary-color);
}

.vs-member-layout1 .member-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: 18px;
}

.vs-member-layout1 .degi {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  letter-spacing: 0.2em;
}

.vs-member-layout1 .member-name {
  color: var(--white-color);
  text-transform: uppercase;
}

.vs-member-layout1 .member-name a:hover {
  text-decoration: underline;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-member.mb-20-layout3 .member-img img {
    width: 100%;
  }
}

/*------------------- 06.14. Product -------------------*/
.vs-product-layout1 .vs-product {
  margin-bottom: 23px;
  position: relative;
}

.vs-product-layout1 .vs-product .label {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--vs-secondary-color);
  font-weight: 700;
  font-size: 10px;
  color: var(--white-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
}

.vs-product-layout1 .product-content .price {
  display: block;
  font-size: 36px;
}

.vs-product-layout1 .product-content .price del {
  font-size: 0.7em;
}

.vs-product-layout1 .category {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.vs-product-layout1 .category:hover {
  color: var(--theme-color);
}

.vs-product-layout1 .product-content {
  padding-top: 33px;
}

.vs-product-layout1 .product-img {
  background-color: #191c22;
  position: relative;
  transition: all ease 0.4s;
}

.vs-product-layout1 .vs-product:hover .product-img {
  background-color: var(--vs-secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-product-layout1 .product-content {
    padding-top: 15px;
  }

  .vs-product-layout1 .product-content .price {
    font-size: 22px;
  }

  .vs-product-layout1 .category {
    letter-spacing: 0;
  }
}

/*=================================
    06. Spacing
==================================*/
.pb-30 {
  padding-bottom: 30px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pt-30 {
  padding-top: 30px;
}

.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-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

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

/* 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;
  }
}

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