﻿/* style-min.css - generated 2026-06-05 */

/* Source: style.css (2689 blocks, kept rules only) */



@charset "UTF-8";
/*

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

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. 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.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Pricing
    4.00. Feature
    4.00. Project
    4.00. Category
    4.00. CTA
    4.00. Appointment
    4.00. Video
    4.00. Tab Menu

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=VT323&display=swap');
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0efeff;
  --theme-color2: #FFBE18;
  --theme-color3: #6240CF;
  --title-color: #F5F8FD; /*#0B0E13*/;
  --body-color: #969EB2;
  --smoke-color: #F5F7FA;
  --smoke-color2: #F5F8FD;
  --black-color: #000000;
  --black-color2: #1A1D26;
  --black-color3: #0F1C23;
  --navy-color: #0d1b2e;
  --gray-color: #D8DDE1;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #F2003A;
  --th-border-color: #6C6C6C;
  --th-border-color2: #E6E6E6;
  --title-font: 'Rajdhani', sans-serif;
  --title-font-widget: 'Impact', sans-serif;
  --sub-title-font: 'VT323', sans-serif;
  --sec-title-font: 'VT323', sans-serif;
  --body-font: 'Poppins', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1225px;
  --container-gutters: 24px;
  --section-space: 80px;
  --section-space-mobile: 40px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #0B0E13;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  background: var(--th-body-background);
  -webkit-font-smoothing: antialiased;
  cursor: url("../img/cursor.png") 14 14, auto;
  /***scroll-bar***/
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px;
}

body::-webkit-scrollbar-track {
  background: var(--black-color2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 20%, transparent 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

.cursor {
  position: fixed;
  background: var(--theme-color);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  /*
  -webkit-transform: translate(14px, 14px);
      -ms-transform: translate(14px, 14px);
          transform: translate(14px, 14px);
  */
  mix-blend-mode: exclusion;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  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 {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  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 {
  font-family: var(--body-font);
  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.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 74px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 44px;
  line-height: 1.227;
}

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

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

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 74px;
    line-height: 1.3;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 56px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 28px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 20px;
  }
}

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

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

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

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

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
  top: 32px;
}

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

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

.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: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: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 20px 0 20px;
  /* 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 {
    border-radius: 0 10px 0 10px;
  }
}

.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
}

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

/* Extra small devices */
@media (max-width: 575px) {
  .blog-navigation > div {
    min-width: 150px;
  }
  .blog-navigation .nav-img {
    width: 50px;
  }
  .blog-navigation .nav-btn {
    gap: 8px;
  }
  .blog-navigation .nav-btn img {
    width: 50px !important;
    border-radius: 5px;
  }
  .blog-navigation .nav-text {
    font-size: 14px;
  }
  .blog-navigation .blog-btn {
    display: none;
  }
}

/* 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;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media (min-width: 1600px) {
.th-container2 {
    --main-container: 1600px;
  }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .th-container4,
  .th-container3,
  .th-container2 {
    margin-right: auto;
  }
}

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

.container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

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

.container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1300px) {
.row {
    --bs-gutter-x: 24px;
  }
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--title-color);
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

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

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::-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::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-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::-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);
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]:after {
  content: "\f073";
  position: relative;
  font-family: var(--icon-font);
  top: 0px;
  font-weight: 300;
  color: var(--theme-color);
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

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

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

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

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color2);
}

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

.form-group.style-border {
  position: relative;
  z-index: 1;
}

.form-group.style-border:after {
  content: '';
  position: absolute;
  left: var(--bs-gutter-x)/2;
  top: 0;
  background: transparent;
  height: 100%;
  width: calc(100% - (var(--bs-gutter-x)/ 1));
  border: 1px solid var(--theme-color);
  z-index: -1;
  border-radius: 10px;
  opacity: 0.3;
}

.form-group.style-border input {
  background: var(--title-color);
  color: var(--white-color);
  margin: 1px;
  width: -webkit-fill-available;
}

.form-group.style-border input::-webkit-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border input::-moz-placeholder {
  color: var(--body-color);
}

.form-group.style-border input:-ms-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border input::-ms-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border input::placeholder {
  color: var(--body-color);
}

.form-group.style-border textarea {
  background: var(--title-color);
  margin: 1px;
  color: var(--white-color);
  width: -webkit-fill-available;
}

.form-group.style-border i {
  color: var(--body-color);
}

.form-group.style-border2 {
  position: relative;
  z-index: 1;
}

.form-group.style-border2:after {
  content: '';
  position: absolute;
  left: var(--bs-gutter-x)/2;
  top: 0;
  background: transparent;
  height: 100%;
  width: calc(100% - (var(--bs-gutter-x)/ 1));
  border: 1px solid var(--theme-color);
  z-index: -1;
  border-radius: 10px;
  opacity: 1;
}

.form-group.style-border2 input {
  background: var(--black-color3);
  color: var(--white-color);
  margin: 1px;
  width: -webkit-fill-available;
}

.form-group.style-border2 input::-webkit-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 input::-moz-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 input:-ms-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 input::-ms-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 input::placeholder {
  color: var(--body-color);
}

.form-group.style-border2 textarea {
  background: var(--black-color3);
  margin: 1px;
  color: var(--white-color);
  width: -webkit-fill-available;
}

.form-group.style-border2 .form-select {
  background: var(--black-color3);
  border: 0;
}

.form-group.style-border2:has(.form-select) {
  padding: 1px;
}

.form-group.style-border2:has(.form-select):after {
  inset: 0;
  width: 100%;
}

.form-group.style-border2:has(.form-select) > i {
  font-size: 20px;
}

.form-group.style-border2 i {
  color: var(--body-color);
}

.form-group.style-white .form-select,
.form-group.style-white .form-control {
  background: var(--white-color);
}

.form-group.style-white > i {
  top: 20px;
  background: transparent;
  color: var(--body-color);
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
  border-radius: 10px;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

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

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--title-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(--white-color);
  border: 1px solid var(--th-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type="checkbox"].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}

input[type="checkbox"].style2 ~ label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}

input[type="checkbox"].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  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;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

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

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

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

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

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

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}

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

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

.slider-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}

.slider-arrow.style2 {
  border: 1px solid var(--theme-color);
  background: var(--black-color3);
  color: var(--theme-color);
}

.slider-arrow.style2:hover {
  border-color: var(--theme-color3);
  color: var(--white-color);
}

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

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

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

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

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    display: none;
  }
}

.icon-box .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 991px) {
.icon-box .slider-arrow {
    display: inline-block !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

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

.th-menu-wrapper .mobile-logo a {
  position: relative;
  display: inline-block;
}

.th-menu-wrapper .mobile-logo a .logo-mask {
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  position: absolute;
  top: 0;
}

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

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

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

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--navy-color);
  border-right: 2px solid #00e5ff;
  box-shadow: 4px 0 18px rgba(0, 229, 255, 0.5);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

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

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

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

.th-mobile-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px;
}

.th-mobile-menu::-webkit-scrollbar-track {
  background: var(--black-color2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.th-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 20%, transparent 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

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

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

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

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

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

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

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

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

.th-mobile-menu ul .menu-item-has-children > a .th-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(--black-color2);
  color: var(--white-color);
  border-radius: 50%;
}

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

.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--black-color2);
  float: right;
  margin-top: 1px;
}

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

.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

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

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

.th-menu-toggle {
  width: 70px;
  height: 54px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0px;
  -webkit-clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
          clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
  position: relative;
}

.th-menu-toggle .btn-border {
  position: absolute;
  height: calc(100% - 3px);
  width: calc(100% - 3px);
  top: 1.5px;
  left: 1.5px;
  -webkit-clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
          clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
  background: #151828;
  z-index: -2;
}

.th-menu-toggle:before, .th-menu-toggle:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 5px;
  left: 4px;
  width: 16px;
  height: calc(100% - 10px);
  border-radius: 0;
  -webkit-clip-path: polygon(70% 0%, 80% 0%, 30% 50%, 80% 100%, 70% 100%, 20% 50%);
          clip-path: polygon(70% 0%, 80% 0%, 30% 50%, 80% 100%, 70% 100%, 20% 50%);
}

.th-menu-toggle:after {
  right: 4px;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.th-menu-toggle:hover {
  background-color: var(--theme-color2);
}

.th-menu-toggle:hover:after, .th-menu-toggle:hover:before {
  background: var(--theme-color2);
}

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

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

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

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

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

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

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

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

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

.loader {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: var(--white-color);
  display: inline-block;
}

.loader:before,
.loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-transform: rotateX(70deg);
          transform: rotateX(70deg);
  -webkit-animation: 1s spinloader linear infinite;
          animation: 1s spinloader linear infinite;
}

.loader:after {
  color: var(--theme-color);
  -webkit-transform: rotateY(70deg);
          transform: rotateY(70deg);
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@-webkit-keyframes rotate {
0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg);
  }

100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@-webkit-keyframes rotateccw {
0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotateccw {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes spinloader {
0%,
  100% {
    box-shadow: .5em 0px 0 0px currentcolor;
  }

12% {
    box-shadow: .5em .5em 0 0 currentcolor;
  }

25% {
    box-shadow: 0 .5em 0 0px currentcolor;
  }

37% {
    box-shadow: -.5em .5em 0 0 currentcolor;
  }

50% {
    box-shadow: -.5em 0 0 0 currentcolor;
  }

62% {
    box-shadow: -.5em -.5em 0 0 currentcolor;
  }

75% {
    box-shadow: 0px -.5em 0 0 currentcolor;
  }

87% {
    box-shadow: .5em -.5em 0 0 currentcolor;
  }
}

@keyframes spinloader {
  0%,
  100% {
    box-shadow: .5em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: .5em .5em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 .5em 0 0px currentcolor;
  }
  37% {
    box-shadow: -.5em .5em 0 0 currentcolor;
  }
  50% {
    box-shadow: -.5em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -.5em -.5em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -.5em 0 0 currentcolor;
  }
  87% {
    box-shadow: .5em -.5em 0 0 currentcolor;
  }
}

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

.th-btn {
  font-family: 'Impact', sans-serif;
  font-size: 24px;
  padding: 20px 40px;
  border: 3px solid aqua;
  border-radius: 15px;
  background-color: black;
  color: #d7d7d7;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease, transform 0.5s ease;
  z-index: 1;
}

.th-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, black, aqua);
  transition: opacity 0.5s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  z-index: 0;
}

.th-btn:hover::before {
  opacity: 1;
}

.th-btn:hover {
  color: #e3e517;
  transform: scale(1); /* Slightly enlarges the button on hover */
}

.th-btn span {
  position: relative;
  z-index: 1;
}

.th-btn.style2 {
  background-color: var(--theme-color2);
}

.th-btn.style2:hover {
  background: var(--theme-color);
}

.th-btn.style3 {
  background: transparent;
}

.th-btn.style3:hover {
  color: var(--title-color);
}

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

.th-btn.style4 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

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

.th-btn.style4:hover:before, .th-btn.style4:hover:after {
  background-color: var(--title-color);
}

.th-btn.style5 {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

.th-btn.style5:hover:before, .th-btn.style5:hover:after {
  background-color: var(--white-color);
}

.th-btn.style6 {
  background-color: var(--title-color);
}

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

.th-btn.style6:hover:before, .th-btn.style6:hover:after {
  background-color: var(--white-color);
}

.th-btn.style7 {
  background-color: var(--white-color);
  color: var(--title-color);
}

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

.th-btn.style7:hover:before, .th-btn.style7:hover:after {
  background-color: var(--title-color);
}

.th-btn.style-border2 {
  display: inline-block;
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  background: var(--white-color);
  padding: 0;
}

.th-btn.style-border2 .btn-border {
  display: inline-block;
  background-color: var(--title-color);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  border: 0;
  width: -webkit-fill-available;
  color: var(--theme-color);
  border-radius: 0;
  margin: 2px;
  padding: 19px 30px;
}

.th-btn.style-border2:after, .th-btn.style-border2:before {
  clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  top: 6px;
  left: 6px;
  width: 26px;
  height: calc(100% - 12px);
  background: var(--white-color);
  z-index: 1;
}

.th-btn.style-border2:after {
  right: 6px;
  left: auto;
}

.th-btn.style-border2:hover {
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
}

.th-btn.style-border2:hover .btn-border {
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
}

.th-btn.style-border2:hover:after, .th-btn.style-border2:hover:before {
  clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
}

.th-btn.style-border3 {
  display: inline-block;
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  background: var(--theme-color);
  padding: 0;
}

.th-btn.style-border3 .btn-border {
  display: inline-block;
  background-color: var(--title-color);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  border: 0;
  width: -webkit-fill-available;
  color: var(--white-color);
  border-radius: 0;
  margin: 1px;
  padding: 19px 30px;
  transition: 0.4s;
}

.th-btn.style-border3 .btn-border i {
  transition: none;
}

.th-btn.style-border3:after, .th-btn.style-border3:before {
  clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  top: 6px;
  left: 8px;
  width: 26px;
  height: calc(100% - 12px);
  background: var(--theme-color);
  z-index: 1;
}

.th-btn.style-border3:after {
  right: 8px;
  left: auto;
}

.th-btn.style-border3:hover {
  background: var(--theme-color);
}

.th-btn.style-border3:hover .btn-border {
  background: var(--theme-color);
  color: var(--title-color);
}

.th-btn.style-border3:hover:after, .th-btn.style-border3:hover:before {
  background: var(--title-color);
}

.th-btn.btn-fw {
  width: 100%;
}

.th-btn.btn-fw:before, .th-btn.btn-fw:after {
  display: none;
}

.th-btn.btn-fw:hover {
  background: var(--white-color);
  color: var(--title-color);
}

.th-btn.btn-sm {
  padding: 16px 25px;
  min-width: 152px;
}

@media (max-width: 575px) {
.th-btn {
    padding: 17px 30px;
    min-width: 180px;
  }

.th-btn .btn-border svg {
    height: 100%;
    width: 100%;
  }

.th-btn.style-border:before, .th-btn.style-border:after {
    height: calc(100% - 16px);
    top: 8px;
  }
}

@media (max-width: 575px) {
.th-btn {
    padding: 17px 30px;
    min-width: 180px;
  }

.th-btn .btn-border svg {
    height: 100%;
    width: 100%;
  }

.th-btn.style-border:before, .th-btn.style-border:after {
    height: calc(100% - 16px);
    top: 8px;
  }
}

.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}

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

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

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

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

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

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

.play-btn.style3 > i {
  --icon-size: 70px;
  --icon-font-size: 20px;
  background-color: var(--theme-color);
  color: var(--title-color);
}

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

.play-btn.style3:hover > i {
  background-color: var(--white-color);
}

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

.play-btn.style4 {
  --icon-size: 120px;
  --icon-font-size: 30px;
  /* Small devices */
}

.play-btn.style4 > i {
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid var(--white-color);
}

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

@media (max-width: 767px) {
.play-btn.style4 {
    --icon-size: 100px;
    --icon-font-size: 24px;
  }
}

.play-btn.style5 {
  --icon-size: 30px;
  --icon-font-size: 10px;
}

.play-btn.style5 > i {
  color: var(--theme-color);
  background-color: transparent;
  border: 1px solid var(--white-color);
  line-height: 28px;
}

.play-btn.style5:after, .play-btn.style5:before {
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  inset: -3px;
}

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

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

.link-btn.style2 {
  padding-bottom: 4px;
}

.link-btn.style2:before {
  width: 100%;
  height: 1px;
}

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

.link-btn.style2:hover::before, .link-btn.style2.active::before {
  width: 55%;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--title-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--navy-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--title-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 13px);
  margin-top: -0.2em;
  text-transform: capitalize;
  color: var(--white-color);
  font-family: 'Passion One';
  font-weight: 100;
}

.sub-title {
  display: block;
  font-size: 20px;
  font-weight: 100;
  font-family: var(--sub-title-font);
  color: var(--theme-color);
  margin-bottom: 24px;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: -0.3em;
  letter-spacing: 2px;
  /* Extra small devices */
}

.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}

.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
.sub-title i {
    font-size: 24px;
  }
}

.sub-title.style2 {
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

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

.title-area {
  margin-bottom: calc(var(--section-title-space) - 13px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 64px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }
  .title-area2 {
    padding: 40px 20px;
  }
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

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

.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: var(--black-color3);
  color: var(--body-color);
  font-size: 20px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0px;
  position: relative;
}

.th-social a img {
  position: relative;
  margin-top: -2px;
}

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

.th-social a.facebook {
  color: #1778F2;
}

.th-social a.twitter {
  color: #00A1F6;
}

.th-social a.instagram i {
  background: -webkit-linear-gradient(226deg, #791CC9 -1.01%, #C938A8 24.13%, #FE5340 54.23%, #FFD854 95.27%);
  background: linear-gradient(224deg, #791CC9 -1.01%, #C938A8 24.13%, #FE5340 54.23%, #FFD854 95.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.th-social a.linkedin {
  color: #2565BD;
}

.th-social a:hover {
  background-color: var(--title-color);
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.th-social.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.th-social.style2 a {
  width: auto;
  height: auto;
  line-height: normal;
  background: transparent;
}

.th-social.style2 a:hover {
  background: transparent;
  color: var(--theme-color);
}

.th-social.style3 a {
  height: var(--icon-size, 46px);
  width: var(--icon-size, 62px);
  background: var(--theme-color);
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
          clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
}

.th-social.style3 a span {
  display: block;
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
          clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  background: var(--title-color);
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  margin: 1px 0 0 1px;
}

.th-social.style3 a img {
  margin-top: -4px;
}

.th-social.style3 a:before, .th-social.style3 a:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 5px;
  left: 8px;
  width: 14px;
  height: calc(100% - 10px);
  border-radius: 0;
  -webkit-clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
          clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
}

.th-social.style3 a:after {
  right: 8px;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.th-social.style3 a:hover {
  background: var(--white-color);
}

.th-social.style3 a:hover:before, .th-social.style3 a:hover:after {
  background: var(--white-color);
}

.th-social.style4 a {
  --icon-size: 45px;
  border-radius: 50%;
  background: var(--body-color);
  color: var(--white-color);
}

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

.th-social.style-mask a {
  -webkit-mask-image: url(../img/theme-img/th-social-bg.svg);
          mask-image: url(../img/theme-img/th-social-bg.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.th-social.style-mask a:hover {
  background: var(--white-color);
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
.btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
.btn-group {
    gap: 20px;
  }
}

/*------------------- 3.6. Font -------------------*/
.passion-one-regular {
  font-family: "Passion One", system-ui !important;
  font-weight: 100;
  font-style: normal;
}

.passion-one-capital {
  font-size:1.5em !important;
}

.impact-one {
  font-family: "Impact" !important;
  font-weight: 400 !important;
  
}

.gr-bg1 {
  background: -webkit-linear-gradient(top, #0B0E13 0%, rgba(11, 14, 19, 0.94) 46.17%, #0B0E13 100%);
  background: linear-gradient(180deg, #0B0E13 0%, rgba(11, 14, 19, 0.94) 46.17%, #0B0E13 100%);
}

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

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

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

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

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

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

[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="smoke"]:before {
  background-color: var(--smoke-color);
}

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

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

[data-overlay="overlay1"]:before {
  background-color: #080E1C;
}

[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 -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }

30% {
    opacity: 0.4;
  }

100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

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

@-webkit-keyframes ripple2 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }

30% {
    opacity: 0.4;
  }

100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@-webkit-keyframes morph {
0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes movingX {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes movingCar {
0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }

50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }

51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }

100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@-webkit-keyframes moving {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes jumpAni {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

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

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes jumpReverseAni {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

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

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes spin {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

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

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

@-webkit-keyframes bgColor {
0% {
    background-color: #F2BA4C;
  }

25% {
    background-color: #81F24C;
  }

50% {
    background-color: #41F27D;
  }

75% {
    background-color: #0500FF;
  }

100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@-webkit-keyframes animate-positive {
0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@-webkit-keyframes fadein {
0% {
    opacity: 0;
  }

100% {
    opacity: 1;
  }
}

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

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

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

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

@-webkit-keyframes slideinright {
0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }

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

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

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

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

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

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

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

@-webkit-keyframes slidebottomright {
0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }

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

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }

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

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes spin2 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

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

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

@-webkit-keyframes bubble-animation {
0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }

100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}

@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}

@-webkit-keyframes toTopFromBottom {
49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

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

51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes custom-anim-right {
0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes custom-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.custom-anim-left {
  -webkit-animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes custom-anim-left {
0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes custom-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.custom-anim-top {
  -webkit-animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes custom-anim-top {
0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes custom-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@-webkit-keyframes custom-anim-bottom {
0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }

100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes custom-anim-bottom {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: inline-block;
  background-color: var(--title-color);
  -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
          clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
  border: 0;
  margin: 1px;
  width: -webkit-fill-available;
  padding: 17px 40px 17px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--white-color);
  border-radius: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget_nav_menu a:before, .widget_nav_menu a:after,
.widget_meta a:before,
.widget_meta a:after,
.widget_pages a:before,
.widget_pages a:after,
.widget_archive a:before,
.widget_archive a:after,
.widget_categories a:before,
.widget_categories a:after,
.wp-block-categories a:before,
.wp-block-categories a:after {
  content: "";
  position: absolute;
  background-color: var(--white-color);
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 5px;
  left: 10px;
  width: 26px;
  height: calc(100% - 10px);
  border-radius: 0;
  -webkit-clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
          clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
}

.widget_nav_menu a:after,
.widget_meta a:after,
.widget_pages a:after,
.widget_archive a:after,
.widget_categories a:after,
.wp-block-categories a:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
          clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
  background: var(--white-color);
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--white-color);
  text-align: center;
  position: absolute;
  right: 40px;
  top: 16px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu li:hover,
.widget_meta li:hover,
.widget_pages li:hover,
.widget_archive li:hover,
.widget_categories li:hover,
.wp-block-categories li:hover {
  background: var(--theme-color);
}

.widget_nav_menu .menu > li:last-child,
.widget_nav_menu > ul > li:last-child,
.widget_meta .menu > li:last-child,
.widget_meta > ul > li:last-child,
.widget_pages .menu > li:last-child,
.widget_pages > ul > li:last-child,
.widget_archive .menu > li:last-child,
.widget_archive > ul > li:last-child,
.widget_categories .menu > li:last-child,
.widget_categories > ul > li:last-child,
.wp-block-categories .menu > li:last-child,
.wp-block-categories > ul > li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a:hover:before, .widget_nav_menu a:hover:after,
.widget_meta a:hover:before,
.widget_meta a:hover:after,
.widget_pages a:hover:before,
.widget_pages a:hover:after,
.widget_archive a:hover:before,
.widget_archive a:hover:after,
.widget_categories a:hover:before,
.widget_categories a:hover:after,
.wp-block-categories a:hover:before,
.wp-block-categories a:hover:after {
  background: var(--theme-color);
}

.widget_nav_menu a:hover::before,
.widget_meta a:hover::before,
.widget_pages a:hover::before,
.widget_archive a:hover::before,
.widget_categories a:hover::before,
.wp-block-categories a:hover::before {
  opacity: 1;
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
  margin-left: 10px;
}

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

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

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--black-color3);
  margin-bottom: 40px;
  position: relative;
  border-radius: 30px;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
  border-radius: 0px;
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 100;
  font-family: var(--title-font-widget);
  line-height: 1em;
  padding-bottom: 17px;
  color: var(--white-color);
  margin: -0.12em 0 40px 0;
  /* Extra small devices */
}

.widget_title:before {
  content: '';
  height: 2px;
  width: 100%;
  background: -webkit-linear-gradient(354deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(96deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 575px) {
.widget_title {
    font-size: 26px;
  }
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
          clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
  background: var(--theme-color);
}

.widget .search-form:before, .widget .search-form:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 5px;
  left: 10px;
  width: 26px;
  height: calc(100% - 10px);
  border-radius: 0;
  -webkit-clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
          clip-path: polygon(95% 0, 100% 0, 5% 50%, 100% 100%, 95% 100%, 0% 50%);
}

.widget .search-form:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0px;
  padding: 0 40px;
  padding-right: 70px;
  border: 0;
  -webkit-clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
          clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);
  background: var(--black-color3);
  color: var(--white-color);
  margin: 1px;
}

.widget .search-form input:focus {
  border-color: var(--theme-color);
}

.widget .search-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget .search-form input::-moz-placeholder {
  color: var(--white-color);
}

.widget .search-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.widget .search-form input::-ms-input-placeholder {
  color: var(--white-color);
}

.widget .search-form input::placeholder {
  color: var(--white-color);
}

.widget .search-form button {
  border: none;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: var(--theme-color);
  display: inline-block;
  padding: 0;
  width: auto;
  height: 100%;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 40px;
}

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

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

.widget-tournament-info .next-match-list .player-title {
  color: var(--white-color);
  margin-top: 23px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 24px;
}

.widget-tournament-info .next-match-list .player-title a {
  color: var(--white-color);
}

.widget-tournament-info .next-match-list .player-title a:hover {
  color: var(--theme-color);
}

@media (max-width: 575px) {
.widget-tournament-info .next-match-list .player-title {
    font-size: 20px;
  }
}

.download-widget-wrap .th-btn {
  width: 100%;
}

.download-widget-wrap .th-btn:first-child {
  margin-bottom: 15px;
}

.download-widget-wrap .th-btn.style2 {
  color: var(--body-color);
}

.download-widget-wrap .th-btn.style2:before {
  background-color: var(--theme-color);
}

.download-widget-wrap .th-btn.style2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.widget_call .widget_title {
  color: var(--white-color);
}

.widget-call .play-btn {
  --icon-size: 60px;
}

.widget-call .play-btn > i {
  font-size: 30px;
}

.widget-call .box-title {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 35px;
  padding-top: 20px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .widget-call .title {
    font-size: 34px;
  }
}

.widget_info .th-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.widget_info .th-video {
  margin-bottom: 20px;
}

.widget_shopping_cart .widget_title {
  margin-bottom: 35px;
  border-bottom: none;
}

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .th-btn {
  margin-right: 15px;
}

.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
}

.widget_banner .icon {
  font-size: 60px;
  color: var(--theme-color);
  margin-bottom: 22px;
}

.th-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.th-video-widget .play-btn i {
  font-size: 16px;
}

.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@media (min-width: 1200px) {
.sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
.sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    margin: -0.12em 0 30px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

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

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

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

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .sidebar-gallery {
  gap: 20px;
}

.footer-widget .sidebar-gallery .gallery-thumb {
  border-radius: 0px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 100;
  font-size: 30px;
  text-transform: capitalize;
  margin: -0.12em 0 35px 0;
  padding-bottom: 16px;
}

.footer-widget .widget_title:before {
  display: none;
}

.footer-widget .widget_title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 96px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}

.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}

.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: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 25px;
  margin-bottom: 21px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
  color: var(--body-color);
  -webkit-clip-path: none;
          clip-path: none;
}

.footer-widget.widget_meta a i, .footer-widget.widget_pages a i, .footer-widget.widget_archive a i, .footer-widget.widget_categories a i, .footer-widget.widget_nav_menu a i {
  margin-right: 10px;
}

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

.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, .footer-widget.widget_pages li, .footer-widget.widget_archive li, .footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  -webkit-clip-path: none;
          clip-path: none;
  background: transparent;
}

.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 .recent-post {
  max-width: 300px;
  margin-bottom: 20px;
}

.footer-widget .recent-post .media-img {
  max-width: 80px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
}

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

.footer-widget .recent-post .recent-post-meta {
  margin-top: -0.4em;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

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

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

.th-widget-about {
  max-width: 315px;
  margin-bottom: -0.5em;
}

.th-widget-about .about-logo {
  margin-bottom: 34px;
}

.th-widget-about .about-logo a {
  position: relative;
  display: inline-block;
}

.th-widget-about .about-logo .logo-mask {
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  position: absolute;
  top: 0;
}

.th-widget-about .about-text {
  margin-bottom: 32px;
  margin-top: -0.5em;
}

.th-widget-about .th-social a:hover {
  background: var(--white-color);
}

.th-widget-about .widget_title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 100;
}

.th-widget-about .widget_title:after {
  display: none;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .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 {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

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

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--black-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--white-color);
}

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

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

.main-menu > ul > li > a {
  padding: 37px 0;
}

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

.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: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 14px;
  color: var(--white-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--theme-color);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--black-color2);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

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

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

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

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

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f105";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f11b";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 400;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 30px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

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

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

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  position: relative;
  color: var(--white-color);
}

.simple-icon:hover {
  color: var(--theme-color);
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-button .th-btn {
  margin-left: 10px;
}

.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--title-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.header-logo a {
  display: block;
}

.header-logo .logo-mask {
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  position: absolute;
  top: 0;
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--black-color);
}

.header-layout1 .header-top {
  position: relative;
  background: transparent;
  z-index: 3;
}

.header-layout1 .header-top:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 35px, calc(100% - 75px) 100%, 75px 100%, 0 35px);
          clip-path: polygon(0 0, 100% 0, 100% 35px, calc(100% - 75px) 100%, 75px 100%, 0 35px);
  background: var(--title-color);
  top: 0;
  left: 0;
  z-index: -1;
}

.header-layout1 .main-menu {
  margin-left: 140px;
}

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

.header-layout1 .menu-area:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -23px;
  height: calc(100% + 23px);
  width: 100%;
  background: var(--black-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 75px) calc(100% - 23px), 75px calc(100% - 23px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 75px) calc(100% - 23px), 75px calc(100% - 23px), 0 100%);
  z-index: -2;
}

.header-layout1 .menu-area:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -23px;
  height: 23px;
  width: 100%;
  background: var(--theme-color);
  -webkit-clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 65px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
          clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 65px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
  z-index: -1;
  box-shadow: 0 6px 18px rgba(0, 229, 255, 0.5);
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}

.header-layout1 .logo-bg {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 21.5%;
  height: calc(100% + 78px);
  z-index: -1;
  -webkit-clip-path: polygon(calc(100% - 110px) 0, 100% calc(100% - 20px), 75px calc(100% - 20px), 0 100%, 0 0);
          clip-path: polygon(calc(100% - 110px) 0, 100% calc(100% - 20px), 75px calc(100% - 20px), 0 100%, 0 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--black-color2);
}

.header-layout1 .logo-bg:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 23px;
  width: 100%;
  background: var(--theme-color2);
  -webkit-clip-path: polygon(75px 0, 100% 0, 100% 100%, 100% calc(100% - 20px), 75px calc(100% - 20px), -110px 190%);
          clip-path: polygon(75px 0, 100% 0, 100% 100%, 100% calc(100% - 20px), 75px calc(100% - 20px), -110px 190%);
  z-index: 1;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout1 .logo-bg {
    width: 30%;
  }
}

@media (min-width: 1700px) {
.header-layout1 {
    --main-container: 1600px;
  }
}

@media (max-width: 1699px) {
.header-layout1 .logo-bg {
    width: 30%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .logo-bg {
    width: 30%;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .menu-area:before {
    -webkit-clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 60px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
            clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 60px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
  }
  .header-layout1 .main-menu {
    margin-left: 0;
    margin-right: 80px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .unittest-header .main-menu a {
    font-size: 15px;
  }
  .unittest-header .main-menu > ul > li {
    margin: 0 11px;
  }
  .header-links li {
    font-size: 15px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 26%;
  }
  .header-layout1 .menu-area:before {
    -webkit-clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 50px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
            clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 50px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
  }
  .header-layout1 .main-menu {
    margin-right: 0px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 33%;
  }
  .header-layout1 .menu-area:before {
    -webkit-clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 40px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
            clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 40px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
  }
  .header-top {
    padding: 14.5px 0;
  }
}

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

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-logo h2 {
    font-size: 36px;
  }
  .header-layout1 .header-logo img {
    max-width: 160px;
  }
  .header-layout1 .header-top:after {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .header-layout1 .logo-bg {
    width: 50%;
  }
  .header-layout1 .menu-area:before {
    -webkit-clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 35px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
            clip-path: polygon(75px 0, calc(100% - 75px) 0, 110% 35px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 60%;
  }
  .header-links li:not(:last-child) {
    margin: 0 26px 0 0;
  }
  .header-links li {
    font-size: 14px;
  }
  .header-links li:not(:last-child):after {
    right: -18px;
  }
  .header-layout1 .menu-area:before {
    -webkit-clip-path: polygon(75px 0, calc(100% - 75px) 0, 140% 55px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
            clip-path: polygon(75px 0, calc(100% - 75px) 0, 140% 55px, calc(100% - 75px) calc(100% - 20px), 75px calc(100% - 20px), 0 100%);
  }
}

@media (max-width: 360px) {
.header-layout1 .logo-bg {
    width: 69%;
  }
}

.header-default .menu-area {
  position: relative;
  z-index: 2;
}

.header-default .main-menu {
  margin-left: 140px;
}

.header-default .logo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25.4%;
  height: 100%;
  z-index: -1;
  background: var(--black-color3);
  -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-default .sticky-wrapper.sticky .header-logo {
  margin-top: 0px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-default .logo-bg {
    width: 28%;
  }
}

@media (max-width: 1699px) {
.header-default .logo-bg {
    width: 25%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-default .logo-bg {
    width: 28%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .header-default .logo-bg {
    width: 39%;
  }
}

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

/* Extra small devices */
@media (max-width: 575px) {
  .header-default .header-logo img {
    max-width: 160px;
  }
  .header-default .logo-bg {
    width: 57%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-default .logo-bg {
    width: 65%;
  }
}

@media (max-width: 360px) {
.header-default .header-logo img {
    max-width: 130px;
  }

.header-logo img {
    max-width: 130px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: $black-color3;
  position: relative;
  z-index: 2;
  background-color: var(--black-color);
  overflow: hidden;
  padding-top: 100px;
}

.widget-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.copyright-wrap {
  padding: 0;
  background-color: var(--black-color3);
  height: 60px;
  /* Extra small devices */
}

.copyright-wrap .copyright-text {
  display: inline-block;
  background: var(--black-color3);
  -webkit-clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  padding: 45px 75px;
  position: relative;
  top: -55px;
  margin-bottom: -60px;
  color: var(--white-color);
}

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

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

@media (max-width: 375px) {
.copyright-wrap .copyright-text {
    padding: 40px;
  }
}

.footer-logo a {
  position: relative;
  display: inline-block;
}

.footer-logo a .logo-mask {
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  position: absolute;
  top: 0;
}

/*footer-layout1******************/
.footer-layout1 {
  background-position: top center;
}

.footer-layout1 .footer-top .footer-logo {
  background: var(--black-color3);
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
  padding: 22px 175px;
  /* Extra small devices */
}

@media (max-width: 575px) {
.footer-layout1 .footer-top .footer-logo {
    padding: 22px 20px;
    display: block;
  }
}

.footer-layout1 .footer-top .footer-links {
  margin-top: 52px;
  margin-bottom: 32px;
}

.footer-layout1 .widget-area {
  border-top: 4px solid var(--black-color3);
  border-bottom: 4px solid var(--black-color3);
  padding-top: 40px;
  padding-bottom: 0px;
}

.footer-layout1 .widget_title {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
}

.footer-layout1 .widget_title:after {
  display: none;
}

.footer-layout1 .newsletter-form {
  padding: 40px 0 110px;
  /* Extra small devices */
}

.footer-layout1 .newsletter-form .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-layout1 .newsletter-form .form-group .form-control {
  height: 56px;
  background: var(--black-color3);
  border: 0;
  color: var(--white-color);
  padding: 0 30px;
  -webkit-clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
          clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
}

.footer-layout1 .newsletter-form .form-group .th-btn {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 575px) {
.footer-layout1 .newsletter-form .form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.newsletter-widget {
  max-width: 317px;
}

.newsletter-widget .newsletter-form {
  margin-top: -0.3em;
}

.newsletter-widget .newsletter-form .form-group {
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--black-color2);
  margin-bottom: 20px;
  border-radius: 30px;
  height: 46px;
  padding: 0 25px;
}

.newsletter-widget .newsletter-form .check-group label {
  color: var(--body-color);
  margin-bottom: 0;
  padding-left: 22px;
  font-weight: 300;
}

.newsletter-widget .newsletter-form .check-group label:before {
  border-radius: 2px;
  height: 14px;
  width: 14px;
  line-height: 12px;
  background: transparent;
  top: 5px;
  font-size: 10px;
  color: var(--body-color);
}

.newsletter-widget .newsletter-form .th-btn {
  width: auto;
  min-width: auto;
  padding: 0 0 0 20px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color);
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  overflow: visible;
  -webkit-clip-path: none;
          clip-path: none;
  position: relative;
}

.newsletter-widget .newsletter-form .th-btn:after {
  display: none;
}

.newsletter-widget .newsletter-form .th-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  height: calc(100% - 18px);
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--title-color);
  width: 1px;
}

.newsletter-widget .newsletter-form input {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: var(--white-color);
}

.newsletter-widget .newsletter-form input:hover, .newsletter-widget .newsletter-form input:focus, .newsletter-widget .newsletter-form input:active {
  background: transparent;
}

.newsletter-widget .newsletter-form.style2 .form-group {
  border: 0;
  background: var(--white-color);
  height: 54px;
  padding-bottom: 0;
}

.newsletter-widget .newsletter-form.style2 .th-btn {
  width: 54px;
  height: 44px;
  line-height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color);
  color: var(--white-color);
  top: 5px;
  right: 5px;
}

.newsletter-widget .newsletter-form.style2 input {
  color: #363739;
  padding-left: 20px;
}

.newsletter-widget .newsletter-form.style2 input::-webkit-input-placeholder {
  color: #363739;
}

.newsletter-widget .newsletter-form.style2 input::-moz-placeholder {
  color: #363739;
}

.newsletter-widget .newsletter-form.style2 input:-ms-input-placeholder {
  color: #363739;
}

.newsletter-widget .newsletter-form.style2 input::-ms-input-placeholder {
  color: #363739;
}

.newsletter-widget .newsletter-form.style2 input::placeholder {
  color: #363739;
}

.newsletter-widget .form-group {
  margin-bottom: 0;
}

.newsletter-widget .check-group {
  margin-bottom: 20px;
}

.newsletter-widget .btn-wrap {
  gap: 14px;
  margin-top: 30px;
}

/* Medium devices */
@media (max-width: 991px) {
  .newsletter-wrap {
    padding: 40px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 30px;
  }
  .newsletter-wrap .newsletter-text {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .newsletter-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-wrapper .newsletter-form {
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-wrap {
    padding: 40px 20px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 24px;
  }
  .newsletter-wrap .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapper .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.th-widget-contact {
  max-width: 320px;
}

.th-widget-contact .map-modal-btn > i {
  -webkit-animation: none;
          animation: none;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

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

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-content p.breadcrumb {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
  justify-content: center;
  color: #ddd;
}

@media (max-width: 991px) {
.breadcumb-content p.breadcrumb { font-size: 28px; }
}

@media (max-width: 767px) {
.breadcumb-content p.breadcrumb { font-size: 26px; }
}

@media (max-width: 575px) {
.breadcumb-content p.breadcrumb { font-size: 22px; }
}

@media (max-width: 375px) {
.breadcumb-content p.breadcrumb { font-size: 20px; }
}

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

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 8px;
  font-weight: 100;
  font-size: 15px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 100;
  font-size: 20px;
  font-family: var(--sec-title-font);
  text-transform: uppercase;
  color: var(--white-color);
}

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

.breadcumb-title {
  margin: -0.18em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 900;
  color: var(--white-color);
  font-family: 'Impact', 'Arial Black', sans-serif;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.4);
}

@media (min-width: 1300px) {
.breadcumb-title {
    font-size: 84px;
  }
}

.breadcumb-wrapper {
  background-color: var(--gray-color);
  padding: 200px 0px 80px 0px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.breadcumb-wrapper .breadcumb-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.breadcumb-wrapper .breadcumb-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 170px 0px 40px;
  }
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 72px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 130px 0px 40px;
  }
  .breadcumb-title {
    font-size: 60px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-shape1 {
    width: 120px;
  }
  .breadcumb-shape2 {
    width: 100px;
  }
  .breadcumb-wrapper {
    padding: 110px 0px 25px;
  }
  .breadcumb-title {
    font-size: 42px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 100px 0px 20px;
  }
  .breadcumb-title {
    font-size: 34px;
  }
  .breadcumb-wrapper .breadcumb-shape2,
  .breadcumb-wrapper .breadcumb-shape1 {
    display: none;
  }
}

.wp-block-query-pagination-numbers span .btn-border,
.wp-block-query-pagination-numbers a .btn-border,
.th-pagination span .btn-border,
.th-pagination a .btn-border {
  position: absolute;
  height: calc(100% - 3px);
  width: calc(100% - 3px);
  top: 1.5px;
  left: 1.5px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
  background: var(--title-color);
  z-index: -2;
}

.wp-block-query-pagination-numbers span:has(.btn-border),
.wp-block-query-pagination-numbers a:has(.btn-border),
.th-pagination span:has(.btn-border),
.th-pagination a:has(.btn-border) {
  background-color: var(--white-color);
  color: var(--white-color);
}

.wp-block-query-pagination-numbers span:has(.btn-border):before, .wp-block-query-pagination-numbers span:has(.btn-border):after,
.wp-block-query-pagination-numbers a:has(.btn-border):before,
.wp-block-query-pagination-numbers a:has(.btn-border):after,
.th-pagination span:has(.btn-border):before,
.th-pagination span:has(.btn-border):after,
.th-pagination a:has(.btn-border):before,
.th-pagination a:has(.btn-border):after {
  background: var(--white-color);
  -webkit-clip-path: polygon(100% 5%, 100% 0%, 25% 50%, 100% 100%, 100% 95%, 30% 50%);
          clip-path: polygon(100% 5%, 100% 0%, 25% 50%, 100% 100%, 100% 95%, 30% 50%);
}

.wp-block-query-pagination-numbers span:has(.btn-border).active, .wp-block-query-pagination-numbers span:has(.btn-border):hover,
.wp-block-query-pagination-numbers a:has(.btn-border).active,
.wp-block-query-pagination-numbers a:has(.btn-border):hover,
.th-pagination span:has(.btn-border).active,
.th-pagination span:has(.btn-border):hover,
.th-pagination a:has(.btn-border).active,
.th-pagination a:has(.btn-border):hover {
  background: var(--theme-color);
  color: var(--theme-color);
}

.wp-block-query-pagination-numbers span:has(.btn-border).active .btn-border, .wp-block-query-pagination-numbers span:has(.btn-border):hover .btn-border,
.wp-block-query-pagination-numbers a:has(.btn-border).active .btn-border,
.wp-block-query-pagination-numbers a:has(.btn-border):hover .btn-border,
.th-pagination span:has(.btn-border).active .btn-border,
.th-pagination span:has(.btn-border):hover .btn-border,
.th-pagination a:has(.btn-border).active .btn-border,
.th-pagination a:has(.btn-border):hover .btn-border {
  background: var(--title-color);
}

.wp-block-query-pagination-numbers span:has(.btn-border).active:before, .wp-block-query-pagination-numbers span:has(.btn-border).active:after, .wp-block-query-pagination-numbers span:has(.btn-border):hover:before, .wp-block-query-pagination-numbers span:has(.btn-border):hover:after,
.wp-block-query-pagination-numbers a:has(.btn-border).active:before,
.wp-block-query-pagination-numbers a:has(.btn-border).active:after,
.wp-block-query-pagination-numbers a:has(.btn-border):hover:before,
.wp-block-query-pagination-numbers a:has(.btn-border):hover:after,
.th-pagination span:has(.btn-border).active:before,
.th-pagination span:has(.btn-border).active:after,
.th-pagination span:has(.btn-border):hover:before,
.th-pagination span:has(.btn-border):hover:after,
.th-pagination a:has(.btn-border).active:before,
.th-pagination a:has(.btn-border).active:after,
.th-pagination a:has(.btn-border):hover:before,
.th-pagination a:has(.btn-border):hover:after {
  background: var(--theme-color);
}

.wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {
  .wp-block-query-pagination-numbers span,
  .wp-block-query-pagination-numbers a,
  .th-pagination span,
  .th-pagination a {
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .wp-block-query-pagination-numbers span:has(.btn-border):before, .wp-block-query-pagination-numbers span:has(.btn-border):after,
  .wp-block-query-pagination-numbers a:has(.btn-border):before,
  .wp-block-query-pagination-numbers a:has(.btn-border):after,
  .th-pagination span:has(.btn-border):before,
  .th-pagination span:has(.btn-border):after,
  .th-pagination a:has(.btn-border):before,
  .th-pagination a:has(.btn-border):after {
    background: var(--white-color);
    -webkit-clip-path: polygon(100% 5%, 100% 0%, 25% 50%, 100% 100%, 100% 95%, 30% 50%);
    clip-path: polygon(80% 10%, 80% 0%, 15% 50%, 100% 120%, 90% 100%, 30% 50%);
  }
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

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

blockquote:before,
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: var(--black-color3);
}

blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
          clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
}

blockquote cite,
.wp-block-quote cite {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  left: 80px;
  background-color: var(--theme-color);
  color: var(--title-color);
  padding: 7px 40px 7px 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  border-radius: 5px;
}

blockquote cite br,
.wp-block-quote cite br {
  display: none;
}

blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}

blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

/* Small devices */
@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote,
  .wp-block-quote {
    padding: 30px 40px;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
    left: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.2em;
  }
  blockquote,
  .wp-block-quote {
    padding: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
    padding-left: 22px;
  }
  blockquote cite:before,
  .wp-block-quote cite:before {
    width: 20px;
  }
}

.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 20px;
}

.blog-meta span:after,
.blog-meta a:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: var(--th-border-color);
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

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

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-single .blog-meta {
  margin: -0.35em 0 15px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--black-color3);
  border-radius: 20px;
  margin-bottom: 40px;
}

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

.blog-single .th-slider {
  --pos-x: 20px;
}

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

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 20px;
}

.blog-author .media .media-body .th-social {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .blog-single {
    border-radius: 20px;
    padding: 30px;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img,
  .blog-single .blog-video {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .blog-author {
    padding: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-author {
    display: block;
    --blog-space-y: 20px;
  }
  .blog-author .auhtor-img {
    margin-bottom: 25px;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-author,
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-author,
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    padding-right: 3px;
  }
  .blog-single .blog-meta span:after,
  .blog-single .blog-meta a:after {
    display: none;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-single .blog-title {
    font-size: 26px;
  }
}

.th-comment-form .row {
  --bs-gutter-x: 20px;
}

.th-comment-form .form-group > i {
  color: var(--body-color);
}

.th-comments-wrap .name {
  margin-bottom: 1px;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .th-comment-form,
  .th-comments-wrap {
    padding: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-comment-area {
    --blog-space-y: 20px;
    --blog-space-x: 20px;
  }
  .th-comments-wrap,
  .th-comment-form {
    --blog-space-x: 20px;
  }
  .th-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-comment-area {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .th-comment-form,
  .th-comments-wrap {
    --blog-space-x: 40px;
  }
  .th-comments-wrap .comment-avater {
    margin-right: 20px;
  }
  .th-comments-wrap .name {
    font-size: 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-comment-area {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .th-comment-form,
  .th-comments-wrap {
    --blog-space-x: 20px;
  }
  .th-comments-wrap .name {
    font-size: 16px;
  }
  .th-comments-wrap .th-post-comment {
    display: block;
  }
  .th-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .th-comments-wrap .comment-top {
    display: block;
  }
  .th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .th-comments-wrap .children {
    margin-left: 40px;
  }
  .th-comments-wrap .children {
    margin-left: 30px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 50px;
}

@media (max-width: 1199px) {
.th-hero-wrapper {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
.th-hero-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
.th-hero-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
.th-hero-wrapper {
    margin-top: 0px;
  }
}

/* Hero 1 ---------------------------------- */
.hero-title {
  font-weight: 700;
  line-height: 1.119;
  margin-bottom: 19px;
  margin-top: -0.2em;
}

.hero-1:after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-radial-gradient(50.83% 52.56%, 100.89% 100.89%, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.83) 0%, #0B0E13 63%);
  background: radial-gradient(100.89% 100.89% at 50.83% 52.56%, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.83) 0%, #0B0E13 63%);
}

.hero-cta-slider1 {
  margin-top: -375px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.hero-cta-slider1 .hero-shape-area {
  position: relative;
  padding: 155px 0;
  margin-top: 140px;
}

.hero-cta-slider1 .hero-shape-area .hero-bg-shape {
  position: absolute;
  inset: 0;
  container-type: size;
}

.hero-cta-slider1 .hero-shape-area .hero-bg-shape svg {
  height: 100%;
  width: 100%;
}

.hero-cta-slider1 .hero-shape-area .hero-bg-shape .hero-bg-border-anime {
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(80deg, var(--theme-color), var(--theme-color2));
  background: linear-gradient(10deg, var(--theme-color), var(--theme-color2));
  background-size: 200% 120%;
  z-index: 1;
  -webkit-animation: lineBg 7s linear infinite;
          animation: lineBg 7s linear infinite;
}

.hero-cta-slider1 .hero-shape-area .title-area {
  max-width: 711px;
  text-align: center;
  margin: 0 auto;
}

.hero-cta-slider1 .hero-img1,
.hero-cta-slider1 .hero-img2 {
  position: absolute;
  top: 50%;
  margin-top: -37.5cqh;
  left: clamp(5px, 1.5vw, 20px);
  z-index: 1;

  height: 75cqh;
  width: 75cqh;


  background: rgba(0,0,0,0.25);
  border-radius: 5%;
  padding: 2cqh;
}

.hero-img1 img,
.hero-img2 img {
  border-radius: 4%;
  border: 2px solid #00e5ff;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.5);
  height: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-cta-slider1 .hero-img2 {
  left: auto;
  right: clamp(5px, 1.5vw, 20px);
}

.hero-cta-slider1 .swiper-pagination-bullets {
  position: absolute;
  bottom: 18px;
}

.hero-cta-slider1 .swiper-pagination-bullets .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 12px;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 157px 0 300px;
}

.hero-style1 .sub-title {
  margin-bottom: 25px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.8px;
}

.hero-style1 .hero-title {
  color: var(--white-color);
}

.hero-style1 .hero-title span {
  display: block;
}

.hero-style1 .hero-title .title1 {
  display: inline-block;
  padding: 12.5px 0px;
  width: 940px;
  background-size: 100% 100%;
}

.hero-style1 .hero-title .title2 {
  color: var(--theme-color);
  margin-top: -10px;
}

.hero-style1 .btn-group {
  margin-top: 8px;
}

@-webkit-keyframes lineBg {
0% {
    background-position: 0% 0%;
  }

40% {
    background-position: -80% 100%;
  }

60% {
    background-position: -150% 100%;
  }

100% {
    background-position: 0% 0%;
  }
}

@keyframes lineBg {
  0% {
    background-position: 0% 0%;
  }
  40% {
    background-position: -80% 100%;
  }
  60% {
    background-position: -150% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 1600px) {
.hero-cta-slider1 .hero-shape-area {
    padding: 95px 0;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-cta-slider1 .hero-img1 img,
  .hero-cta-slider1 .hero-img2 img {
    height: 100%;
  }
  .hero-cta-slider1 .hero-shape-area .title-area {
    max-width: 570px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style1 {
    padding: 137px 0 350px;
  }
  .hero-cta-slider1 .hero-shape-area {
    padding: 76px 0;
    margin-top: 50px;
  }
  .hero-cta-slider1 .hero-img1 img,
  .hero-cta-slider1 .hero-img2 img {
    height: 100%;
  }
}

/* Large devices */
@media (min-width: 1199px) and (max-width: 1300px) {
  .hero-cta-slider1 .hero-shape-area .hero-bg-shape {
    left: -30px;
    right: -30px;
  }
}

@media (max-width: 1199px) {
.hero-1 {
    margin-bottom: 90px;
  }

.hero-cta-slider1 {
    margin-bottom: 80px;
  }

.hero-cta-slider1 .hero-shape-area .hero-bg-shape {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    aspect-ratio: 1600 / 520;
  }

.hero-cta-slider1 .swiper-slide .title-area {
    opacity: 0;
    transition: opacity 0.6s ease;
  }

.hero-cta-slider1 .swiper-slide.swiper-slide-active .title-area {
    opacity: 1 !important;
  }

.hero-cta-slider1 .hero-img1,
  .hero-cta-slider1 .hero-img2 {
    height: 90cqh;
    width: 90cqh;
    margin-top: -45cqh;
  }

.hero-cta-slider1 .hero-shape-area .hero-bg-shape .verses-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.hero-style1 {
    padding: 117px 0 240px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-cta-slider1 .hero-shape-area {
    margin-top: 20px;
  }
  .hero-style1 .hero-title .title1 {
    width: auto;
    padding: 16.5px 100px;
  }
  .hero-cta-slider1 .hero-img1 img,
  .hero-cta-slider1 .hero-img2 img {
    height: 100%;
  }
  .hero-cta-slider1 .hero-shape-area .hero-bg-shape .verses-thumb {
    width: 100px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 .hero-title .title1 {
    width: auto;
    padding: 16.5px 50px;
  }
  .hero-cta-slider1 .hero-img1 img,
  .hero-cta-slider1 .hero-img2 img {
    height: 100%;
    border-width: 1px;
  }
  .hero-cta-slider1 .hero-shape-area .hero-bg-shape .verses-thumb {
    width: 60px;
  }
  .hero-cta-slider1 .hero-shape-area {
    margin-top: 0px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style1 .hero-title .title1 {
    background-image: none !important;
    padding: 16.5px 0 0;
  }
  .hero-style1 .hero-title .title2 {
    margin-top: 0;
  }
  .hero-cta-slider1 .hero-img1 img,
  .hero-cta-slider1 .hero-img2 img {
    height: 100%;
  }
  .hero-cta-slider1 .hero-shape-area .title-area .sec-title {
    font-size: 24px;
  }
  .hero-cta-slider1 .hero-shape-area {
    padding: 76px 0 50px;
  }
  .hero-cta-slider1 .hero-shape-area .hero-bg-shape {
    margin-bottom: 30px;
  }
  .hero-cta-slider1 .hero-shape-area .title-area .sec-title {
    margin-bottom: -20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-cta-slider1 .hero-img1 img,
  .hero-cta-slider1 .hero-img2 img {
    height: 100%;
  }
  .hero-cta-slider1 .hero-shape-area .hero-bg-shape .verses-thumb {
    width: 40px;
  }
  .hero-cta-slider1 .hero-shape-area {
    padding: 56px 0 50px;
  }
}

.hero-style2 .btn-group {
  margin-top: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style2 .hero-title-thumb .character img {
    width: 720px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 .hero-title-thumb .character {
    margin-bottom: -360px;
  }
  .hero-style2 .hero-title-thumb .character img {
    width: 640px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 .hero-title-thumb .character {
    margin-bottom: -240px;
  }
  .hero-style2 .hero-title-thumb .character img {
    width: 440px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style2 .hero-title-thumb .character {
    margin-bottom: -200px;
  }
  .hero-style2 .hero-title-thumb .character img {
    width: 350px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style2 {
    padding: 40px 0 80px;
  }
  .hero-style2 .hero-title-thumb .character {
    margin-bottom: -120px;
  }
  .hero-style2 .hero-title-thumb .character img {
    width: 240px;
  }
  .hero-style2 .hero-title-thumb .title-img-1 {
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style2 .hero-title-thumb .character {
    margin-bottom: -140px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: -2px;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--navy-color);
  border-left: 2px solid #00e5ff;
  box-shadow: -4px 0 18px rgba(0, 229, 255, 0.5);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  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 .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  max-width: none;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .th-btn {
    margin-bottom: 10px;
  }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-register .form-group label,
.woocommerce-form-coupon .form-group label,
.woocommerce-form-login .form-group label {
  color: var(--white-color);
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}

.th-product .product-img .overlay {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-product:hover .product-img .overlay {
  opacity: 1;
}

.mfp-content .container {
  position: relative;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-tab .indicator {
  position: absolute;
  top: calc(var(--pos-y) + var(--gap));
  left: calc(var(--pos-x) + var(--gap));
  width: calc(var(--width-set) - var(--gap)*2);
  height: calc(var(--height-set) - var(--gap)*2);
  border: 2px solid var(--theme-color);
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img .slider-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.summary-content .checklist,
.product-about .checklist {
  margin: 29px 0 29px 0;
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .th-social a,
.product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--th-border-color);
  border-radius: 0;
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
  border-color: var(--theme-color);
}

.woocommerce-Reviews .th-comment-form input[type="checkbox"]:checked ~ label:before,
.woocommerce-Reviews .th-comment-form .form-control[type="checkbox"]:checked ~ label:before {
  color: var(--title-color);
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .th-post-comment {
    padding: 30px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-product.list-view .product-img {
    max-width: 150px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .th-sort-bar select {
    min-width: auto;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .th-product-box.list-view .product-img {
    max-width: 150px;
  }
  .th-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .th-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .th-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-sort-bar {
    text-align: center;
    padding: 10px 15px 15px 15px;
  }
  .th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .th-sort-bar select {
    margin: 0 auto;
  }
  .th-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .th-product-box.list-view .product-img {
    max-width: 130px;
  }
  .th-product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .th-product.list-view .product-img {
    max-width: 130px;
  }
  .th-product.list-view .product-content {
    padding: 0 15px;
  }
}

.cart_table .actions > .th-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}

.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}

.cart_table .th-cart-coupon .th-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals .shipping-calculator-form .form-control,
.cart_totals .shipping-calculator-form .form-select {
  border: 1px solid var(--theme-color);
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    max-width: 100px;
  }
}

/* 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(--th-border-color);
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid var(--th-border-color);
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .th-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.00. Checkout  -------------------*/
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
  border: 1px solid var(--th-border-color);
  background: transparent;
  color: var(--body-color);
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--body-color);
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

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

.tinv-wishlist .cart-empty {
  padding: 14px 25px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 45px;
  border-radius: 8px;
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--th-border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--th-border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--th-border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact Area ---------------------------------- */
.contact-sec-1 {
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(50% - 330px) 0%, calc(50% - 256px) 72px, calc(50% + 256px) 72px, calc(50% + 330px) 0, 100% 0, 100% 100%, calc(50% + 330px) 100%, calc(50% + 256px) calc(100% - 72px), calc(50% - 256px) calc(100% - 72px), calc(50% - 330px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(50% - 330px) 0%, calc(50% - 256px) 72px, calc(50% + 256px) 72px, calc(50% + 330px) 0, 100% 0, 100% 100%, calc(50% + 330px) 100%, calc(50% + 256px) calc(100% - 72px), calc(50% - 256px) calc(100% - 72px), calc(50% - 330px) 100%, 0 100%);
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
.contact-sec-1:after {
    display: none;
  }
}

@media (max-width: 991px) {
.contact-sec-1 {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

/* Contact Page ---------------------------------- */
.contact-page-1 {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}

.contact-feature .box-title {
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 4px;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.about-bg-img {
  width: 100% !important;
  left: 0 !important;
  height: 100%;
  overflow: hidden;
}

.about-bg-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.02) 100%);
          mask-image: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.02) 100%);
}

.about-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* Extra small devices */
}

.about-title-wrap .about-title-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 375px) {
.about-title-wrap {
    display: block;
  }

.about-title-wrap .about-title-thumb {
    margin-bottom: 20px;
  }
}

.about-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Extra small devices */
}

.about-grid:not(:last-child) {
  margin-bottom: 33px;
}

.about-grid .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.about-grid .about-grid-details .about-grid_title {
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.about-grid .about-grid-details .about-grid_text {
  margin-bottom: -0.3em;
}

@media (max-width: 375px) {
.about-grid {
    display: block;
  }

.about-grid .icon {
    margin-bottom: 20px;
  }
}

.img-box1 {
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline-block;
}

#about-sec {
  overflow: visible !important;
}

#download-sec {
  position: relative;
  overflow: visible !important;
  border-top: 1px solid rgba(255, 190, 24, 0.20);
}

#download-sec::before,
#download-sec::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
}

#download-sec::before {
  top: 0;
}

#download-sec::after {
  bottom: 0;
}

.download-bg-img {
  width: 100% !important;
  left: 0 !important;
  height: 100%;
  overflow: hidden;
}

.download-bg-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, var(--th-body-background) 100%),
              linear-gradient(to right, transparent 0%, var(--th-body-background) 10%, var(--th-body-background) 70%, transparent 100%);
  pointer-events: none;
}

.download-bg-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 100%),
                      linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.01) 25%, rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.3) 100%),
                      radial-gradient(ellipse at center, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.01) 600px, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.35) 100%);
          mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 100%),
                      linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.01) 25%, rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.3) 100%),
                      radial-gradient(ellipse at center, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.01) 600px, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.35) 100%);
  -webkit-mask-composite: add;
          mask-composite: add;
  opacity: 0.5;
}

#about-sec .img1 {
  padding-top: 20px;
  clip-path: none !important;
}

#about-sec .img-box1 {
  text-align: center;
}

.about-img-caption {
  font-size: 13px;
  color: var(--body-color);
  margin-top: 10px;
  font-style: italic;
}

#about-sec .img1 img {
  border: 2px solid #f5a623 !important;
  border-radius: 20px;
  box-shadow:
    0 0 12px rgba(245, 166, 35, 0.7),
    0 0 30px rgba(245, 166, 35, 0.3),
    inset 0 1px 30px rgba(255, 255, 255, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.6),
    0 8px 16px rgba(0, 0, 0, 0.4);
  transform: translateY(-8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#about-sec .img1 img:hover {
  transform: translateY(-12px);
  box-shadow:
    0 0 16px rgba(245, 166, 35, 0.9),
    0 0 40px rgba(245, 166, 35, 0.4),
    inset 0 1px 30px rgba(255, 255, 255, 0.08),
    0 28px 50px rgba(0, 0, 0, 0.7),
    0 12px 20px rgba(0, 0, 0, 0.5);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .about-feature-wrap {
    margin-left: -50px;
  }
  .about-feature .about-feature-text {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .about-feature-wrap {
    margin-left: 0px;
  }
  .about-feature-slider1 {
    height: 480px;
    padding-top: 2px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-feature-slider1 {
    height: 520px;
  }
  .about-feature .about-feature-content {
    max-width: 400px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .about-feature-slider1 {
    height: 350px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .about-feature-slider1 {
    height: 400px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .about-feature-slider1 {
    height: 560px;
  }
  .about-feature {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.about-wrap3 {
  position: relative;
  /* Large devices */
}

.about-wrap3 h4 {
  color: #ddd;
}

.about-wrap3 .title-area {
  margin-bottom: 75px;
}

.about-wrap3 .about-content {
  padding: 73px 0 0 56px;
}

.about-wrap3 .about-experience-tag {
  left: 50%;
  top: 50%;
}

.about-wrap3 .about-tag {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 248px;
}

.about-wrap3 .about-tag .about-experience-tag {
  position: initial;
}

.about-wrap3 .about-tag .about-tag-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
.about-wrap3 .title-area {
    margin-bottom: 45px;
  }

.about-wrap3 .about-content {
    padding: 43px 0 0 0px;
  }
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

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

.th-team .box-title {
  margin-bottom: 0;
}

/* Team Card ---------------------------------- */
.team-sec-1:hover .team-slider1 .swiper-slide:nth-of-type(even) {
  margin-top: 100px;
}

.team-slider1 .swiper-slide {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.team-slider1:hover .swiper-slide:nth-of-type(even) {
  margin-top: 100px;
}

@media (min-width: 1599px) and (max-width: 1700px) {
.team-slider1 .slider-arrow {
    --pos-x: -20px;
  }
}

.team-card .box-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  display: inline-block;
  background-color: var(--title-color);
  border-radius: 30px;
}

.team-card .box-title a {
  color: var(--white-color);
  padding: 1px 26px;
  display: inline-block;
}

.team-card .box-title a:hover {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-slider1 .swiper-slide:nth-of-type(even) {
    margin-top: 0px;
  }
}

.team-tab .nav-item .nav-link.active, .team-tab .nav-item .nav-link:hover {
  border-color: var(--theme-color);
}

.team-card.style3 {
  padding: 10px 10px 0;
  background: var(--white-color);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.team-card.style3 .img-wrap {
  margin-bottom: 0;
}

.team-card.style3 .img-wrap:before, .team-card.style3 .img-wrap:after {
  display: none;
}

.team-card.style3 .team-card-content {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.team-card.style3 .team-card-content .team-card-bg {
  position: absolute;
  inset: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.team-card.style3 .th-social {
  position: initial;
  width: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  background: transparent;
  padding: 20px 0 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.team-card.style3 .th-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid var(--th-border-color);
  border-radius: 50%;
  font-size: 13px;
}

.team-card.style3 .th-social a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}

.team-card.style3:hover .team-card-bg {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.about-card-img .th-social {
  text-align: center;
  margin-top: -20px;
}

.about-card-img .th-social a {
  --icon-size: 40px;
  border-radius: 50%;
  background: var(--white-color);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
}

.about-card-img .th-social a:hover {
  background: var(--theme-color);
}

@media (min-width: 1300px) {
.team-about-card {
    margin-left: 55px;
  }
}

.video-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* Extra small devices */
}

.video-grid-wrap .th-video {
  border-radius: 20px;
}

.video-grid-wrap .th-video .play-btn {
  z-index: 1;
}

.video-grid-wrap .th-video .play-btn:after {
  -webkit-animation: none;
          animation: none;
}

.video-grid-wrap .th-video img {
  width: 100%;
}

@media (max-width: 767px) {
.video-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
.video-grid-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Streamer Grid */
.streamer-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.streamer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  border-radius: 20px;
  background: rgba(145, 70, 255, 0.08);
  border: 1px solid rgba(145, 70, 255, 0.3);
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.streamer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 16px rgba(145, 70, 255, 0.5), 0 0 36px rgba(145, 70, 255, 0.25);
  border-color: rgba(145, 70, 255, 0.7);
  color: #fff;
  text-decoration: none;
}

.streamer-card .streamer-avatar {
  width: 90%;
  border-radius: 12px;
  object-fit: cover;
}

.streamer-card .streamer-icon {
  font-size: 40px;
  color: #9146FF;
}

.streamer-card .streamer-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.streamer-card .streamer-cta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.streamer-card .streamer-followers {
  font-size: 12px;
  color: #9146FF;
}

.streamer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.streamer-stats-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.2s ease;
}

.streamer-stats-link:hover {
  color: var(--theme-color);
  text-decoration: none;
}

@media (max-width: 767px) {
.streamer-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
.streamer-grid-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.testi-grid-thumb .box-img {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 7px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.testi-grid-thumb .swiper-slide-thumb-active .box-img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  border-color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .testi-box-area {
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-card-2 .testi-card_name {
    font-size: 20px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .counter-card .box-number {
    font-size: 70px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .counter-card .box-number {
    font-size: 60px;
    margin-bottom: -0.1em;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-card .box-number {
    font-size: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-card .box-number {
    font-size: 36px;
  }
  .counter-card .box-text {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-card-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    gap: 40px 0;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .counter-card .box-text {
    font-size: 14px;
  }
}

.blog-card {
  border-radius: 0px;
  background-color: transparent;
}

.blog-card .blog-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 12px;
}

.blog-card .blog-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .blog-title a:hover {
  background-size: 100% 2px;
}

.blog-card .box-title {
  margin-top: 23px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card .blog-img {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 30px;
}

.blog-card .blog-img .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  background: transparent;
  line-height: normal;
  border: 0;
  font-size: 20px;
  z-index: 1;
  color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.blog-card .blog-meta {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card .blog-meta span,
.blog-card .blog-meta a {
  font-weight: 400;
}

.blog-card .blog-meta span > i,
.blog-card .blog-meta a > i {
  color: var(--theme-color);
}

.blog-card .blog-content {
  padding: 25px 0px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}

.blog-card .blog-content .blog-date {
  width: 60px;
  height: 55px;
  background: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
  position: relative;
  margin-right: 66px;
}

.blog-card .blog-content .blog-date::first-line {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  display: block;
  line-height: 0.9;
}

.blog-card .blog-content .blog-date .blog-year {
  position: absolute;
  right: -12px;
  top: 12px;
  width: 54px;
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  -webkit-transform: rotate(-90deg) translate(0, 100%);
      -ms-transform: rotate(-90deg) translate(0, 100%);
          transform: rotate(-90deg) translate(0, 100%);
  cursor: vertical-text;
  padding: 1px 0px;
}

.blog-card .blog-content .blog-date:after {
  content: '';
  position: absolute;
  right: -42px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: solid 6px var(--theme-color);
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.blog-card .blog-text {
  margin-top: -0.5em;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .link-btn {
  color: var(--theme-color);
  font-weight: 600;
}

.blog-card .link-btn:before {
  background-color: var(--theme-color);
}

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

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-card:hover .blog-img .icon-btn {
  opacity: 1;
}

.blog-card:hover .blog-img:after {
  opacity: 0.8;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-card .box-title {
    font-size: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-card .blog-title {
    font-size: 24px;
  }
}

.blog-card.style2 {
  background: var(--black-color3);
  padding: 24px;
  border-radius: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

.blog-card.style2 .blog-img {
  border-radius: 0;
}

.blog-card.style2 .blog-img img {
  border-radius: 0;
}

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

.blog-card.style2 .blog-content .blog-meta {
  margin-top: -0.3em;
  margin-bottom: 10px;
}

.blog-card.style2 .blog-content .box-title {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.333em;
}

.blog-card.style2 .blog-content .box-title a {
  background-image: none;
  color: var(--white-color);
}

.blog-card.style2 .blog-content .box-title a:hover {
  color: var(--theme-color);
}

.blog-card.style2 .blog-content .blog-text {
  margin-bottom: -0.4em;
}

@media (max-width: 1299px) {
.blog-card.style2 .blog-content .box-title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
.blog-card.style2 .blog-content .box-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
.blog-card.style2 .blog-content .box-title {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
.blog-card.style2 .blog-content .box-title {
    font-size: 20px;
  }
}

/* Blog Card 3---------------------------------- */
.blog-card.style3 {
  /* Extra small devices */
}

.blog-card.style3 .blog-img {
  margin: 0 30px;
  border-top: 3px solid var(--theme-color);
  margin-bottom: -134px;
  position: relative;
  z-index: 1;
}

.blog-card.style3 .blog-content {
  padding-top: 164px;
  border-top: 1px solid var(--th-border-color2);
}

.blog-card.style3 .blog-content .blog-meta {
  margin-top: -0.3em;
  margin-bottom: 8px;
}

.blog-card.style3 .blog-content .box-title {
  margin-top: 0px;
  margin-bottom: 22px;
}

.blog-card.style3 .blog-content .blog-text {
  margin-bottom: 20px;
}

@media (max-width: 375px) {
.blog-card.style3 .blog-img {
    margin: 0;
  }

.blog-card.style3 .blog-content {
    padding-top: 30px;
  }
}

/* Blog Card 4---------------------------------- */
.blog-card.style4 {
  margin-top: 42px;
  border: 1px solid var(--th-border-color2);
  position: relative;
}

.blog-card.style4 .blog-img {
  -webkit-transform: translate(0, -42px);
      -ms-transform: translate(0, -42px);
          transform: translate(0, -42px);
  margin-right: 60px;
  margin-bottom: -12px;
}

.blog-card.style4 .blog-date {
  position: absolute;
  right: -10px;
  top: 100px;
  -webkit-transform: rotate(-90deg) translate(0, 100%);
      -ms-transform: rotate(-90deg) translate(0, 100%);
          transform: rotate(-90deg) translate(0, 100%);
  font-size: 18px;
  font-weight: 600;
}

.blog-card.style4 .blog-date i {
  color: var(--theme-color);
  margin-right: 2px;
}

.blog-card.style4 .blog-meta .author img {
  border: 1px solid var(--theme-color);
}

.blog-card.style4 .blog-content {
  background-size: auto;
  background-position: bottom right;
  border: 0;
}

/* Extra small devices */
@media (max-width: 375px) {
  .blog-card.style4 .blog-content {
    padding: 0px 20px 30px;
  }
  .blog-card.style4 .blog-date {
    top: 80px;
  }
  .blog-card.style4 .blog-meta span, .blog-card.style4 .blog-meta a {
    margin-right: 15px;
  }
  .blog-card.style4 .blog-meta span:after, .blog-card.style4 .blog-meta a:after {
    margin-left: 15px;
  }
  .blog-card.style4 .blog-meta span:last-child, .blog-card.style4 .blog-meta a:last-child {
    margin-right: 0;
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist.list-two-column ul {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0 40px;
  /* Small devices */
}

@media (max-width: 767px) {
.checklist.list-two-column ul {
    grid-template-columns: auto;
  }

.checklist.list-two-column ul li {
    text-align: initial;
  }
}

.checklist.list-grid {
  /* Large devices */
}

.checklist.list-grid ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checklist.list-grid ul li {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
.checklist.list-grid ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.checklist li {
  color: var(--body-color);
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.checklist li:before {
  height: 28px;
}

.checklist li > i {
  color: var(--theme-color);
  top: 5px;
  position: relative;
}

.checklist li:not(:last-child) {
  margin-bottom: 15px;
}

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
.checklist.mb-45 {
    margin-bottom: 40px;
  }
}

.checklist.style2 li {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  gap: 10px;
  line-height: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checklist.style2 li:not(:last-child) {
  margin-bottom: 16px;
}

.checklist.style2 li > i {
  font-size: 14px;
  border-radius: 50%;
  background: rgba(230, 58, 39, 0.1);
  padding: 4px;
}

.th-video {
  position: relative;
  border-radius: 30px;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-video img {
  border-radius: inherit;
}

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.filter-menu .th-btn {
  border-radius: 5px;
  padding: 15px 30px;
  background-color: transparent;
  color: var(--body-color);
  border: 1px solid var(--th-border-color);
  min-width: auto;
  /* Medium devices */
}

.filter-menu .th-btn:before {
  background-color: var(--theme-color);
}

.filter-menu .th-btn:hover, .filter-menu .th-btn.active {
  border-color: var(--theme-color);
  color: var(--white-color);
}

.filter-menu .th-btn:hover:before, .filter-menu .th-btn.active:before {
  border-radius: 3px;
}

@media (max-width: 991px) {
.filter-menu .th-btn {
    padding: 13px 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

.modal-backdrop.show {
  opacity: .7;
  z-index: 99;
}

.accordion-card:has(.show) {
  border-radius: 0px;
}

/* Large devices */
@media (max-width: 1199px) {
  .faq-img1 {
    margin-bottom: 40px;
  }
  .faq-img1 .img1 img {
    max-height: 600px;
    object-fit: cover;
    object-position: top center;
  }
  .faq-img1 .shape1 {
    inset: -50px -80px -20px -80px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .faq-img1 .img1 {
    padding: 20px;
  }
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

.process-card .box-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1399px) {
.process-card .box-title {
    font-size: 18px;
  }
}

@media (max-width: 1299px) {
.process-card .box-title {
    font-size: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .process-card .box-content {
    padding: 30px 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .process-card .box-content {
    padding: 30px;
  }
}

/* Process Card ---------------------------------- */
.process-card-wrap:last-child .process-card.style2:after {
  display: none;
}

.process-card-wrap:nth-of-type(even) .process-card.style2:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.process-card.style2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  overflow: hidden;
}

.process-card.style2:after {
  content: '';
  position: relative;
  width: 83px;
  height: 35px;
  background: url(../img/icon/process_arrow2-1.svg);
  display: block;
  margin: 0 14px 0 38px;
}

.process-card.style2 .box-number {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  left: auto;
  right: 26px;
}

.process-card.style2 .box-number:after {
  display: none;
}

.process-card.style2 .box-content {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  position: relative;
  margin: 23px;
  padding: 50px 0;
}

.process-card.style2 .box-content:after {
  border-radius: 50%;
  inset: -23px;
  border: 0;
  background: url(../img/process/process-card-bg2-1.png);
  background-size: cover;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .process-card.style2:after {
    margin: 0 4px 0 28px;
  }
  .process-card.style2 .box-content {
    padding: 45px 0;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .process-card.style2:after {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .process-card.style2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 320px) {
.process-card.style2 .box-content {
    margin: 0;
  }
}

.price-card .box-title {
  margin-bottom: 4px;
}

.price-card .price-card_content .checklist li {
  font-weight: 400;
}

.price-card .price-card_content .checklist li:not(:last-child) {
  margin-bottom: 13px;
}

.price-card .price-card_content .checklist li.unavailable i {
  color: var(--body-color);
}

.price-card .th-btn {
  margin-top: 35px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .price-card .price-card_text {
    font-size: 16px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .price-card {
    padding: 30px;
  }
  .price-card .price-card_price {
    font-size: 40px;
  }
}

/*------------------- 4.00. Feature -------------------*/
/* Feature List ---------------------------------- */

.feature-sec-wrap1 {
  border-radius: 70px 0 0 70px;
}

.feature-card {
  text-align: center;
  border-radius: 40px;
  background: var(--black-color3);
  padding: 35px;
  max-width: 575px;
  border: 2px solid #00e5ff;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.5);
}

.feature-card-border {
  margin-bottom: 150px;
  padding: 50px;
  border-radius: 40px;
  background: var(--th-body-background);
  display: inline-block;
  position: relative;
}

.feature-card-border:before, .feature-card-border:after {
  content: '';
  position: absolute;
  left: -79px;
  top: 0;
  height: 80px;
  width: 80px;
  background: var(--th-body-background);
  -webkit-clip-path: path("M0 0H79.9695V76.3123C80.0103 77.5714 80.0101 78.8022 79.9695 80V76.3123C79.0054 46.5602 55.1443 0.959397 0 0Z");
          clip-path: path("M0 0H79.9695V76.3123C80.0103 77.5714 80.0101 78.8022 79.9695 80V76.3123C79.0054 46.5602 55.1443 0.959397 0 0Z");
}

.feature-card-border:before {
  left: auto;
  right: -1px;
  top: auto;
  bottom: -79px;
}

.feature-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-card-wrap:nth-of-type(odd) {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.feature-card-wrap:nth-of-type(odd) .feature-card-border {
  padding-right: 0;
  border-radius: 70px 0px 0px 70px;
}

.feature-card-wrap:nth-of-type(odd) .feature-card-border:after {
  right: -1px;
  left: auto;
  top: -79px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.feature-card-wrap:nth-of-type(even) .feature-card-border {
  padding-left: 0;
  border-radius: 0 70px 70px 0;
}

.feature-card-wrap:nth-of-type(even) .feature-card-border:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -79px;
  left: 0;
}

.feature-card-wrap:nth-of-type(even) .feature-card-border:before {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -80px;
}

.feature-card-wrap:first-child .feature-card-border {
  padding-top: 0;
  border-radius: 0 0 0px 70px;
}

.feature-card-wrap:first-child .feature-card-border:after {
  right: auto;
  left: -79px;
  top: -1px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.feature-card-wrap:last-child .feature-card-border {
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 70px 0px 0 0;
}

.feature-card-wrap:last-child .feature-card-border:before {
  left: -80px;
  right: auto;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.feature-card .feature-card-icon {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card .feature-card-icon .feature-card-icon-mask {
  position: absolute;
  inset: 0;
  mix-blend-mode: color;
  background: var(--theme-color);
}

.feature-card .feature-card-title {
  color: var(--white-color);
  font-size: 30px;
  margin-top: -0.3em;
  margin-bottom: 15px;
}

.feature-card .feature-card-text {
  margin-bottom: -0.4em;
}

.feature-card:hover .feature-card-icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-card-wrap:last-child .feature-card-border:before,
  .feature-card-wrap:first-child .feature-card-border:after {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .feature-card-wrap:first-child .feature-card-border {
    padding-left: 0;
    border-radius: 0 0 0px 30px;
  }
  .feature-card-wrap:nth-of-type(even) .feature-card-border {
    padding-right: 0;
    border-radius: 0 30px 30px 0;
  }
  .feature-card-wrap:last-child .feature-card-border {
    padding-left: 0;
    border-radius: 30px 0px 0 0;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .feature-card-border {
    padding: 40px;
  }
  .feature-card .feature-card-title {
    font-size: 24px;
  }
}

/*------------------- 3.99. Stats Strip -------------------*/
#stats-strip-sec {
  background: var(--black-color2);
  border-top: 1px solid rgba(14, 254, 255, 0.2);
  border-bottom: 1px solid rgba(14, 254, 255, 0.2);
}

.stats-strip {
  padding: 22px 0;
}

.stat-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 16px;
}

.stat-strip-item i {
  color: var(--theme-color);
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.stat-number {
  font-family: var(--sec-title-font);
  font-size: 2.4rem;
  color: var(--theme-color);
  line-height: 1;
}

.stat-label {
  font-size: 0.78rem;
  color: var(--body-color);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@media (min-width: 768px) {
.col-md-3:not(:last-child) .stat-strip-item {
    border-right: 1px solid rgba(14, 254, 255, 0.15);
  }
}

@media (max-width: 575px) {
.stat-number {
    font-size: 1.6rem;
  }
}

/*------------------- 4.00. Marquee -------------------*/
/* Marquee ---------------------------------- */
#marquee-sec {
  border-top: 1px solid rgba(14, 254, 255, 0.3);
  border-bottom: 1px solid rgba(14, 254, 255, 0.3);
}

#marquee-sec .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.marquee-area-1 {
  padding: 50px 60px 60px;
  background: linear-gradient(90deg, #080e1a 0%, #0e1c32 20%, #0e1c32 80%, #080e1a 100%) !important;
}

.marquee-item {
  gap: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  align-items: center;
}

.marquee-item .marquee_icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.marquee-item .marquee-title {
  font-size: 44px;
  display: block;
  margin-bottom: 0;
  color: var(--theme-color);
  text-shadow: 0 0 8px rgba(14, 254, 255, 0.25), 0 0 20px rgba(14, 254, 255, 0.25);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  /*margin-top: -0.25em;*/
  font-family: 'Impact', 'Arial Black', sans-serif;
  font-weight: 400;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.4);
}

.marquee-item .marquee-title a {
  color: var(--theme-color);
}

.marquee-item .marquee-title a:hover {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .marquee-item .marquee_icon {
    width: 28px;
  }
  .marquee-item .marquee-title {
    font-size: 34px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .marquee-area-1 {
    padding: 111px 40px 60px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .marquee-area-1 {
    padding: 60px 40px 55px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .marquee-area-1 {
    padding: 40px 20px;
  }
  .marquee-item {
    gap: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .marquee-item .marquee_icon {
    width: 20px;
  }
  .marquee-item .marquee-title {
    font-size: 24px;
  }
}

/*------------------- 4.00. Game -------------------*/
/* Game 1 ---------------------------------- */
.game-sec-wrap1 {
  border-radius: 30px;
  position: relative;
  padding-left: 188px;
  padding-right: 188px;
  /* Extra large devices */
  /* Medium devices */
}

.game-sec-wrap1:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--title-color);
  opacity: 0.76;
}

.game-sec-wrap1 .swiper-pagination-bullets {
  margin: 100px 0 -110px 0;
}

@media (max-width: 1500px) {
.game-sec-wrap1 {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 -50px;
  }
}

@media (max-width: 991px) {
.game-sec-wrap1 .swiper-pagination-bullets {
    margin: 60px 0 -70px 0;
  }
}

.game-card .game-card-details .box-title {
  color: var(--white-color);
  margin-bottom: 0;
}

/* Game 2 ---------------------------------- */
.game-card.style2 {
  padding: 0;
  /* Medium Large devices */
  /* Large devices */
}

.game-card.style2 .game-card-img {
  padding: 0 30px;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
  overflow: hidden;
}

.game-card.style2 .game-card-img a {
  border-radius: 20px;
}

.game-card.style2 .game-card-img .game-logo {
  width: 100px;
  height: 100px;
  line-height: 90px;
  border: 5px solid var(--title-color);
  background: var(--black-color3);
  border-radius: 50%;
  -webkit-clip-path: none;
          clip-path: none;
  left: 0;
  display: block;
  -webkit-transform: translate(-5px, -50px);
      -ms-transform: translate(-5px, -50px);
          transform: translate(-5px, -50px);
  margin-bottom: -50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.game-card.style2 .game-card-img .game-logo img {
  -webkit-transition: .4s;
  transition: .4s;
  width: 60px;
}

.game-card.style2 .game-card-details {
  border: 1px solid var(--body-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  padding: 152px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-align: left;
  -webkit-transform: translate(0, -78px);
      -ms-transform: translate(0, -78px);
          transform: translate(0, -78px);
  margin-bottom: -78px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.game-card.style2 .game-card-details .box-title {
  font-size: 30px;
}

.game-card.style2 .game-card-details .media-body {
  text-align: end;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.game-card.style2 .game-card-details .game-rating {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  background: var(--black-color3);
  font-size: 14px;
}

.game-card.style2 .game-card-details .game-rating i {
  color: var(--theme-color2);
}

.game-card.style2 .game-card-details .review-count {
  display: block;
  margin-top: 5px;
  margin-bottom: -0.4em;
  font-size: 14px;
}

.game-card.style2:hover .game-card-details {
  border-color: var(--theme-color);
}

.game-card.style2:hover .game-logo {
  background: var(--theme-color);
}

.game-card.style2:hover .game-logo img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 1299px) {
.game-card.style2 .game-card-details .box-title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
.game-card.style2 .game-card-details {
    display: block;
  }

.game-card.style2 .game-card-details .media-body {
    text-align: left;
    margin-top: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.game-card.style2 .game-card-details .review-count {
    margin-bottom: 0;
  }
}

.tournament-filter-btn .tab-btn.active:after {
  background: var(--theme-color);
}

.tournament-card .th-social {
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tournament-card .th-social a {
  width: auto;
  height: auto;
  background: transparent;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  line-height: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.tournament-card .th-social a i {
  color: var(--theme-color);
}

.tournament-card .th-social a i.fa-youtube {
  color: #F2003A;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .tournament-card .tournament-card-img {
    padding-right: 50px;
    margin-right: 50px;
  }
  .tournament-card .tournament-card-title {
    font-size: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .tournament-card {
    padding: 40px;
    display: block;
    text-align: center;
  }
  .tournament-card .tournament-card-img {
    padding: 0 0 30px;
    margin: 0 0 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 0;
    border-bottom: 1px solid var(--theme-color);
  }
  .tournament-card .th-social,
  .tournament-card .tournament-card-meta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tournament-card .tournament-card-img img {
    width: 120px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .tournament-filter-btn {
    gap: 20px 30px;
    padding: 0 30px 0 45px;
  }
  .tournament-card .tournament-card-img img {
    width: 90px;
    height: 110px;
  }
  .tournament-card .tournament-card-title {
    font-size: 24px;
  }
  .tournament-filter-btn {
    display: block;
    text-align: center;
  }
  .tournament-filter-btn .tab-btn {
    display: block;
    width: 100%;
  }
  .tournament-filter-btn .tab-btn:after {
    bottom: 0;
  }
  .tournament-filter-btn .tab-btn:nth-of-type(even):after {
    top: auto;
    bottom: 0;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .tournament-card .tournament-card-img {
    gap: 0;
  }
  .tournament-card {
    padding: 30px;
  }
}

.tournament-filter-btn2 .th-btn {
  border-radius: 0;
  padding: 0;
  min-width: 200px;
  background: var(--theme-color);
  border: none;
}

.tournament-filter-btn2 .th-btn.active {
  background: var(--theme-color);
}

.tournament-filter-btn2 .th-btn.active .btn-border {
  background: var(--theme-color);
  color: var(--title-color);
}

.tournament-filter-btn2 .th-btn.active:after, .tournament-filter-btn2 .th-btn.active:before {
  background: var(--title-color);
}

.tournament-card.style2 {
  background: transparent;
  padding: 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

.tournament-card.style2 .tournament-card-img {
  text-align: center;
  margin: 0;
  padding: 42px 72px;
  border: 0;
  position: relative;
  z-index: 1;
}

.tournament-card.style2 .tournament-card-img:before, .tournament-card.style2 .tournament-card-img:after {
  -webkit-clip-path: polygon(22% 0%, 78% 0%, 100% 50%, 78% 100%, 22% 100%, 0% 50%);
          clip-path: polygon(22% 0%, 78% 0%, 100% 50%, 78% 100%, 22% 100%, 0% 50%);
  content: '';
  position: absolute;
  background: var(--black-color3);
  z-index: -1;
  inset: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tournament-card.style2 .tournament-card-img:after {
  inset: 1px;
  background: var(--black-color3);
}

.tournament-card.style2 .tournament-card-img img {
  max-width: 90px;
  height: 100px;
}

.tournament-card.style2 .tournament-card-versus {
  display: none;
}

.tournament-card.style2 .tournament-card-content {
  position: relative;
  margin: 0 -28.5px;
  width: -webkit-fill-available;
}

.tournament-card.style2 .tournament-card-content .tournament-card-meta {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tournament-card.style2 .tournament-card-content .tournament-card-meta span {
  padding: 1.5px 20px;
  --border-radius: 8px;
  background-color: var(--black-color3);
}

.tournament-card.style2 .tournament-card-content .tournament-card-meta .tournament-card-tag {
  color: var(--white-color);
}

.tournament-card.style2 .tournament-card-content .tournament-card-details {
  padding: 28px 40px 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tournament-card.style2 .tournament-card-content .tournament-card-details:before, .tournament-card.style2 .tournament-card-content .tournament-card-details:after {
  -webkit-mask-image: url(../img/bg/tournament-card2-bg.png);
          mask-image: url(../img/bg/tournament-card2-bg.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  content: '';
  position: absolute;
  background: var(--black-color3);
  z-index: -1;
  inset: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tournament-card.style2 .tournament-card-content .tournament-card-details:after {
  inset: 1px 2px;
  background: var(--black-color3);
}

.tournament-card.style2 .tournament-card-content .card-title-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  min-width: 200px;
}

.tournament-card.style2 .tournament-card-content .tournament-card-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tournament-card.style2 .tournament-card-content .tournament-card-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.tournament-card.style2 .tournament-card-content .tournament-card-date-wrap {
  background: var(--black-color);
  border-radius: 20px;
  padding: 21px 31px;
}

.tournament-card.style2 .tournament-card-content .tournament-card-time {
  font-size: 44px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: -0.05em;
  margin-top: -0.25em;
}

.tournament-card.style2 .tournament-card-content .tournament-card-date {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  font-family: var(--body-font);
  margin-bottom: -0.45em;
  text-align: center;
}

.tournament-card.style2.active .tournament-card-details:before,
.tournament-card.style2.active .tournament-card-img:before, .tournament-card.style2:hover .tournament-card-details:before,
.tournament-card.style2:hover .tournament-card-img:before {
  background: var(--theme-color);
}

@media (max-width: 1199px) {
.tournament-card.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }

.tournament-card.style2 .tournament-card-versus {
    display: block;
  }

.tournament-card.style2 .tournament-card-content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
.tournament-card.style2 .tournament-card-img {
    padding: 35px 55px;
  }

.tournament-card.style2 .tournament-card-versus {
    width: 80px;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-details {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-mask-image: none !important;
            mask-image: none !important;
    padding: 28px 40px 85px;
    gap: 25px;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-details:after, .tournament-card.style2 .tournament-card-content .tournament-card-details:before {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-details:after {
    inset: 1px;
  }

.tournament-card.style2 .tournament-card-content .card-title-wrap {
    min-width: auto;
    width: 100%;
    text-align: center;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-meta {
    bottom: 30px;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-title {
    margin-bottom: -0.2em;
  }
}

@media (max-width: 575px) {
.tournament-card.style2 .tournament-card-img img {
    max-width: 60px;
    height: auto;
  }

.tournament-card.style2 .tournament-card-versus {
    width: 60px;
  }

.tournament-card.style2 .tournament-card-img {
    padding: 30px 47px;
  }

.tournament-card.style2 .tournament-card-content .tournament-card-meta {
    width: 100%;
  }
}

@media (max-width: 375px) {
.tournament-card.style2 .tournament-card-img {
    padding: 20px 37px;
  }

.tournament-card.style2 .tournament-card-img img {
    max-width: 50px;
  }
}

@media (max-width: 320px) {
.tournament-card.style2 .tournament-card-img {
    padding: 20px 31px;
  }

.tournament-card.style2 .tournament-card-versus {
    width: 40px;
  }
}

/* Tournament 3 ---------------------------------- */
.tournament-card.style3 {
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
  margin: 47px 0;
  text-align: left;
}

.tournament-card.style3:after {
  content: '';
  position: absolute;
  inset: -1px;
  -webkit-clip-path: polygon(72px 0%, calc(100% - 72px) 0%, 100% 50%, calc(100% - 72px) 100%, 72px 100%, 0% 50%);
          clip-path: polygon(72px 0%, calc(100% - 72px) 0%, 100% 50%, calc(100% - 72px) 100%, 72px 100%, 0% 50%);
  background: var(--body-color);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tournament-card.style3 .tournament-card-inner {
  background: var(--title-color);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-clip-path: polygon(72px 0%, calc(100% - 72px) 0%, 100% 50%, calc(100% - 72px) 100%, 72px 100%, 0% 50%);
          clip-path: polygon(72px 0%, calc(100% - 72px) 0%, 100% 50%, calc(100% - 72px) 100%, 72px 100%, 0% 50%);
  border-radius: 0;
  padding: 36px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.tournament-card.style3 .tournament-card-img {
  border: 0;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.tournament-card.style3 .tournament-card-img img {
  max-width: 80px;
}

.tournament-card.style3 .tournament-card-title {
  margin-top: 0;
  margin-bottom: 2px;
}

.tournament-card.style3 .tournament-card-subtitle {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.tournament-card.style3 .tournament-card-content {
  text-align: center;
  height: 254px;
  width: 254px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: var(--black-color3);
  border: 1px solid var(--body-color);
  position: absolute;
  left: 50%;
  top: -47px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tournament-card.style3 .tournament-card-content .tournament-year {
  margin-bottom: 0;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
}

.tournament-card.style3 .tournament-card-content .tournament-tag {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
}

.tournament-card.style3:hover:after {
  background: var(--theme-color);
}

.tournament-card.style3:hover .tournament-card-content {
  border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .tournament-card.style3 {
    margin: 284px 0 0;
  }
  .tournament-card.style3 .tournament-card-content {
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    top: -30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .tournament-sec-v3 {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .tournament-card.style3 .tournament-card-inner {
    padding: 36px 70px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tournament-card.style3 {
    margin: 0;
    border: 1px solid var(--body-color);
    border-radius: 5px;
    background: var(--title-color);
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .tournament-card.style3:after {
    display: none;
  }
  .tournament-card.style3 .tournament-card-inner {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 0;
  }
  .tournament-card.style3 .tournament-card-img {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
  }
  .tournament-card.style3 .tournament-card-img ~ .tournament-card-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .tournament-card.style3 .tournament-card-img ~ .tournament-card-img img {
    margin-left: auto;
  }
  .tournament-card.style3 .tournament-card-img .card-title-wrap {
    width: 100%;
  }
  .tournament-card.style3 .tournament-card-content {
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 25px;
    text-align: center;
  }
  .tournament-card.style3 .tournament-card-content .tournament-card-details img {
    width: 70px;
    margin-bottom: 10px;
  }
  .tournament-card.style3 .tournament-card-content .tournament-tag,
  .tournament-card.style3 .tournament-card-content .tournament-year {
    font-size: 18px;
  }
  .tournament-card.style3:hover {
    border-color: var(--theme-color);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .tournament-card.style3 .tournament-card-img img {
    width: auto;
    max-width: none;
    height: 90px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .tournament-card.style3 .tournament-card-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .tournament-card.style3 .tournament-card-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tournament-card.style3 .tournament-card-img ~ .tournament-card-img {
    text-align: center;
  }
  .tournament-card.style3 .tournament-card-img ~ .tournament-card-img img {
    margin-right: auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .project-card .project-img img {
    min-height: 400px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .project-card .project-content {
    inset: 20px;
  }
}

/* Project Card 2 -------------------------------*/
.project-card.style2 {
  height: 318px;
}

.project-card.style2 .project-img {
  height: 100%;
}

.project-card.style2 .project-img img {
  height: 100%;
  min-height: none;
}

.project-filter-btn .tab-btn.active:after {
  width: 100%;
}

.project-card.style3:hover .project-img:after {
  opacity: 0.8;
}

.project-card.style3 .project-content {
  inset: 0;
}

.project-card.style3 .project-content .project-details {
  position: relative;
  padding: 15px;
}

.project-card.style3 .project-content .project-details .left-angle-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  background: var(--theme-color);
  display: inline-block;
  height: 1px;
}

.project-card.style3 .project-content .project-details .left-angle-shape:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 1px;
  background: var(--theme-color);
}

.project-card.style3 .project-content .project-details .right-angle-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background: var(--theme-color);
  display: inline-block;
  height: 1px;
}

.project-card.style3 .project-content .project-details .right-angle-shape:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 1px;
  background: var(--theme-color);
}

.project-card.style3 .project-content .project-details .project-subtitle {
  margin-bottom: -0.2em;
}

/* Medium devices */
@media (max-width: 991px) {
  .project-filter-btn {
    gap: 20px 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-filter-btn {
    gap: 20px 45px;
  }
}

.category-card .box-title {
  font-size: 18px;
  margin-bottom: -0.3em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.category-card .box-title a:hover {
  color: var(--title-color);
}

.category-card:hover .box-title {
  color: var(--white-color);
}

.category-box .box-title {
  font-size: 20px;
  margin-bottom: 5px;
  /* Extra small devices */
}

@media (max-width: 375px) {
.category-box .box-title {
    font-size: 18px;
  }
}

.color-scheme-wrap.active {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .cta-area-1 .cta-wrap {
    padding: 70px 0px 70px 80px;
  }
  .cta-area-1 .cta-wrap .title-area {
    margin-right: -100px;
  }
  .cta-area-1 .cta-wrap-bg .cta-thumb {
    width: 610px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .cta-area-1 .cta-wrap {
    padding: 50px 0px 50px 50px;
  }
  .cta-area-1 .cta-wrap .title-area {
    margin-right: -160px;
  }
  .cta-area-1 .cta-wrap-bg .cta-thumb {
    width: 500px;
    height: 97%;
  }
  .cta-area-1 .cta-wrap-bg .cta-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-area-1 {
    overflow: hidden;
  }
  .cta-area-1 .cta-bg-shape-border {
    display: none;
  }
  .cta-area-1 .cta-wrap-bg {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    border-radius: 20px;
  }
  .cta-area-1 .cta-wrap-bg .cta-thumb {
    display: none;
  }
  .cta-area-1 .cta-wrap {
    padding: 65px 60px 65px 60px;
    text-align: center;
  }
  .cta-area-1 .cta-wrap .title-area {
    margin-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .cta-area-1 .cta-wrap {
    padding: 65px 40px;
  }
}

.tab-menu1 .tab-btn.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.instagram-slider1 .swiper-wrapper {
  padding-bottom: 150px;
  padding-top: 150px;
}

.instagram-slider1 .swiper-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 240px;
}

.instagram-slider1 .swiper-slide.swiper-slide-active {
  margin-top: -150px;
}

.instagram-slider1 .swiper-slide.swiper-slide-active ~ .swiper-slide ~ .swiper-slide {
  margin-top: 150px;
}

.instagram-slider1 .swiper-slide.swiper-slide-active ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide {
  margin-top: 0;
}

.instagram-slider1 .swiper-slide.swiper-slide-active ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide {
  margin-top: -150px;
}

.instagram-slider1 .swiper-slide.swiper-slide-active ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide {
  margin-top: 0;
}

@media (max-width: 1500px) {
.instagram-slider1 .swiper-slide {
    height: 180px;
  }
}

@media (max-width: 1199px) {
.instagram-slider1 .swiper-wrapper {
    padding: 0;
  }

.instagram-slider1 .swiper-slide {
    margin-top: 0 !important;
    height: auto;
  }
}

/*------------------- 4.00. Gallery -------------------*/
/* Gallery Area 1 -------------------------------*/
.gallery-area-1 {
  margin: 0 45px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
.gallery-area-1 {
    margin: 0;
  }
}

@media (max-width: 767px) {
.gallery-area-1 {
    margin: 0 15px;
  }
}

.gallery-wrap1 .th-video {
  border-radius: 0;
}

.gallery-wrap1 .th-video img {
  width: 100%;
}

.gallery-wrap1 .th-video .play-btn {
  opacity: 0;
  visibility: hidden;
}

.gallery-slider1 {
  margin: 0 -140px;
}

.gallery-slider1 .swiper-slide-active .th-video {
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(14, 254, 255, 0.5), 0 0 20px rgba(14, 254, 255, 0.25);
}

.gallery-slider1 .swiper-slide-active .th-video .play-btn {
  opacity: 1;
  visibility: visible;
}

.gallery-slider1 .slider-arrow {
  --pos-x: 100px;
  --icon-size: 92px;
  --icon-font-size: 24px;
  background: var(--title-color);
  color: var(--theme-color);
}

.gallery-slider1 .slider-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: double 1px transparent;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(top, #1A1D26, #0F1C23), -webkit-linear-gradient(right, var(--theme-color2), var(--theme-color3) 80%);
  background-image: linear-gradient(to bottom, #1A1D26, #0F1C23), linear-gradient(to left, var(--theme-color2), var(--theme-color3) 80%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.gallery-slider1 .slider-arrow.slider-next:before {
  background-image: -webkit-linear-gradient(top, #1A1D26, #0F1C23), -webkit-linear-gradient(left, var(--theme-color2), var(--theme-color3) 80%);
  background-image: linear-gradient(to bottom, #1A1D26, #0F1C23), linear-gradient(to right, var(--theme-color2), var(--theme-color3) 80%);
}

.gallery-slider1 .slider-arrow:hover {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .gallery-slider1 .slider-arrow {
    --pos-x: 110px;
    --icon-size: 72px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gallery-slider1 {
    margin: 0 -40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .gallery-slider1 {
    margin: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .gallery-wrap1 .play-btn.style3 > i {
    --icon-size: 50px;
    --icon-font-size: 16px;
  }
}

/* Gallery Area 2 -------------------------------*/
.gallery-card {
  position: relative;
}

.gallery-card .box-img {
  overflow: hidden;
}

.gallery-card .box-img img {
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card .box-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(14, 254, 255, 0.7), 0 0 36px rgba(14, 254, 255, 0.35);
}

.gallery-card .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.gallery-card:hover .play-btn {
  opacity: 1;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

/* 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;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

.bg-text {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    180deg,
    #505050 0%,
    #b0b0b0 8%,
    #ececec 22%,
    #d4d4d4 38%,
    #f6f6f6 52%,
    #c4c4c4 68%,
    #e6e6e6 83%,
    #8c8c8c 100%
  );
  background-size: 100% 100%;
  font-weight: 400;
}

.fa-arrow-up-right {
  border: 2px solid var(--th-border-color2);
}

@media (min-width: 992px) and (max-width: 1199px) {
#about-sec .img-box1 img {
    max-width: 400px;
  }

#about-sec .row {
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
#about-sec .img-box1 {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
.column {
        width: 100% !important;
    }

.column img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.about-sec-3 p strong {
    color: var(--theme-color);
}

.gs-jumpnav {
    text-align: center;
    margin: 16px 0 0 0;
    font-size: 0.95rem;
}

.gs-jumpnav span {
    color: var(--body-color);
    margin-right: 6px;
}

.gs-jumpnav a {
    color: var(--theme-color);
    margin: 0 6px;
    white-space: nowrap;
}

.gs-jumpnav a:hover {
    text-decoration: underline;
}

#faq,
#missile-types,
#strategy,
#laser-types,
#available-modules,
#overall-mode-skill-depth,
#media {
    scroll-margin-top: 100px;
}

#screenshots,
#videos,
#twitch-streamers,
#phoenix-wars-testing,
#laser-wars-testing,
#impulse-wars-testing {
    scroll-margin-top: 100px;
}

.gs-intro {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--body-color);
    text-align: center;
    padding: 10px 0;
    margin: 14px 0 8px 0;
}

@media (max-width: 991px) {
.gs-intro { font-size: 1.1rem; }
}

@media (max-width: 767px) {
.gs-intro { font-size: 1.0rem; }
}

@media (max-width: 575px) {
.gs-intro { font-size: 0.95rem; }
}

@media (max-width: 375px) {
.gs-intro { font-size: 0.9rem; }
}

.faq-section h3 {
    font-size: 1.1rem;
    margin-top: 28px;
    margin-bottom: 6px;
}

.faq-section .faq-item p {
    position: relative;
    padding-left: 1.6em;
}

.faq-section .faq-item p > i {
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 4px;
}

.nav-logout-link {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-decoration: none;
    margin-left: 16px;
    transition: color 0.2s;
    vertical-align: middle;
}

.nav-logout-link:hover {
    color: var(--theme-color, #e4b400);
}

/*# sourceMappingURL=style.css.map */
/* Swiper pagination - classes injected dynamically by swiper-bundle.min.js */
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 50px 0 0px 0;
  line-height: 10px;
  height: 10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  margin: 5px 7px;
  opacity: 1;
  background-color: var(--theme-color);
  position: relative;
  cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--theme-color);
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
