:root {
    --theme-color: #396687;
    --body-bg: #ffffff;
    --body-color: #878d97;
    --title-color: #1a1a1a;
    --secondary-color: #094063;
    --smoke-color: #eff1f5;
    --light-color: #f8f9fa;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
    --title-font: "Barlow", sans-serif;
    --body-font: "Barlow", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
  }
  .dark-mode {
    --body-bg: #020013;
    --body-color: #d7d7d7;
    --title-color: #ffffff;
    --smoke-color: #0f0c2b;
    --light-color: #0f0c2b;
    --border-color: #2f2c43;
  }
  html,
  body {
    scroll-behavior: auto !important;
  }
  body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .dark-mode {
    background-color: var(--body-bg);
  }
  iframe {
    border: none;
    width: 100%;
  }
  .slick-slide:focus,
  button:focus,
  a:focus,
  a:active,
  input,
  input:hover,
  input:focus,
  input:active,
  textarea,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: none;
  }
  input:focus {
    outline: none;
    box-shadow: none;
  }
  img:not([draggable]),
  embed,
  object,
  video {
    max-width: 100%;
    height: auto;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    list-style-type: decimal;
  }
  table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
  }
  th {
    font-weight: 700;
    color: var(--title-color);
  }
  td,
  th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
  }
  a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
  }
  a:hover {
    color: var(--title-color);
  }
  a:active,
  a:focus,
  a:hover,
  a:visited {
    text-decoration: none;
    outline: 0;
  }
  button {
    transition: all ease 0.4s;
  }
  img {
    border: none;
    max-width: 100%;
  }
  ins {
    text-decoration: none;
  }
  pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  span.ajax-loader:empty,
  p:empty {
    display: none;
  }
  p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  p a,
  span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .h4,
  h4,
  .h5,
  h5,
  .h6,
  h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
  }
  .h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
  .h3,
  h3 {
    font-size: 36px;
  }
  .h4,
  h4 {
    font-size: 30px;
  }
  .h5,
  h5 {
    font-size: 24px;
  }
  .h6,
  h6 {
    font-size: 20px;
  }
  @media (max-width: 1199px) {
    .h1,
    h1 {
      font-size: 40px;
    }
    .h2,
    h2 {
      font-size: 36px;
    }
    .h3,
    h3 {
      font-size: 30px;
    }
    .h4,
    h4 {
      font-size: 24px;
    }
    .h5,
    h5 {
      font-size: 20px;
    }
    .h6,
    h6 {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .h1,
    h1 {
      font-size: 36px;
    }
    .h2,
    h2 {
      font-size: 30px;
    }
    .h3,
    h3 {
      font-size: 26px;
    }
    .h4,
    h4 {
      font-size: 22px;
    }
    .h5,
    h5 {
      font-size: 18px;
    }
    .h6,
    h6 {
      font-size: 16px;
    }
  }
  .switch-plate {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }
  .switch-btn {
    display: block;
    background-color: var(--secondary-color);
    color: var(--white-color);
    line-height: 1;
    font-size: 18px;
    padding: 15px 13px;
    border-radius: 7px 0 0 7px;
    margin-bottom: 10px;
    border: none;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    font-weight: 600;
    transition: all ease 0.4s;
  }
  .switch-btn i {
    margin-bottom: 7px;
    color: var(--theme-color);
    transition: all ease 0.4s;
  }
  .switch-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .switch-btn:hover i {
    color: var(--white-color);
  }
  .switch-btn:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .switch-btn {
      font-size: 14px;
      padding: 11px 9px;
    }
  }
  @media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: calc(var(--main-container) + var(--container-gutters));
      padding-left: calc(var(--container-gutters) / 2);
      padding-right: calc(var(--container-gutters) / 2);
    }
  }
  @media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
  .slick-track > [class*="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
  }
  @media (min-width: 767px) {
    .row:not([class*="gx-"]) {
      --bs-gutter-x: 30px;
    }
  }
  .gy-gx {
    --bs-gutter-y: var(--bs-gutter-x);
  }
  .gy-30 {
    --bs-gutter-y: 30px;
  }
  @media (min-width: 1500px) {
    .gx-50 {
      --bs-gutter-x: 50px;
    }
    .gx-60 {
      --bs-gutter-x: 60px;
    }
    .gx-80 {
      --bs-gutter-x: 80px;
    }
  }
  @media (min-width: 1399px) {
    .gx-8 {
      --bs-gutter-x: 8px;
    }
    .gx-10 {
      --bs-gutter-x: 10px;
    }
    .gx-20 {
      --bs-gutter-x: 20px;
    }
    .gx-30 {
      --bs-gutter-x: 30px;
    }
    .gx-40 {
      --bs-gutter-x: 40px;
    }
  }
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    height: 60px;
    padding: 0 45px 0 30px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--body-bg);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
  }
  select:focus,
  .form-control:focus,
  .form-select:focus,
  textarea:focus,
  input:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--body-bg);
  }
  select::-moz-placeholder,
  .form-control::-moz-placeholder,
  .form-select::-moz-placeholder,
  textarea::-moz-placeholder,
  input::-moz-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::placeholder,
  .form-control::placeholder,
  .form-select::placeholder,
  textarea::placeholder,
  input::placeholder {
    color: var(--body-color);
  }
  .form-select,
  select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  textarea.form-control,
  textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0;
  }
  input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
  }
  input[type="checkbox"]:checked ~ label:before {
    content: "";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
  }
  input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
  }
  input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    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: "";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0.5px;
    font-size: 0.4em;
    line-height: 18.95px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--body-bg);
    color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease;
  }
  input[type="radio"]:checked ~ label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
  }
  .form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
  }
  .form-group > i {
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 30px);
    top: 21px;
    font-size: 16px;
    color: #a0abb4;
  }
  .form-group.has-label > i {
    top: 50px;
  }
  textarea.is-invalid,
  select.is-invalid,
  input.is-invalid,
  .was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
  }
  textarea.is-invalid:focus,
  select.is-invalid:focus,
  input.is-invalid:focus,
  .was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
  }
  textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right
      calc(0.375em + 0.8875rem);
  }
  .row.no-gutters > .form-group {
    margin-bottom: 0;
  }
  .form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px;
  }
  .form-messages > pre:last-child {
    margin-bottom: 0;
  }
  .form-messages > pre:first-of-type {
    margin-top: 0;
  }
  .form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block;
  }
  .form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block;
  }
  .form-messages pre {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
  }
  .dark-mode .form-select,
  .dark-mode select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  }
  .slick-track > [class*="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
  }
  .slick-track {
    min-width: 100%;
  }
  .slick-slide img {
    display: inline-block;
  }
  .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    line-height: 0;
  }
  .slick-dots li {
    display: inline-block;
    margin-right: 7px;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 15px;
    line-height: 0;
    border: 3px solid var(--title-color);
    background-color: var(--dots-bg, transparent);
    transition: all ease 0.4s;
    position: relative;
  }
  .slick-dots button:hover,
  .slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  .slick-arrow {
    display: inline-block;
    padding: 0;
    position: absolute;
    background-color: var(--black-color);
    top: 50%;
    border: none;
    left: var(--pos-x, -150px);
    width: var(--icon-size, 84px);
    height: var(--icon-size, 120px);
    font-size: var(--icon-font-size, 24px);
    margin-top: calc(var(--icon-size, 120px) / -2);
    z-index: 2;
    border-radius: 0;
    color: var(--white-color);
  }
  .slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
  }
  .slick-arrow.slick-next {
    right: var(--pos-x, -150px);
    left: auto;
  }
  .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .arrow-margin .slick-arrow {
    top: calc(50% - 30px);
  }
  .arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }
  .arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .slick-3d-active {
    margin-left: 0;
    margin-right: 0;
  }
  .slick-3d-active .slick-list {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
    padding-left: 37.5% !important;
    padding-right: 37.5% !important;
  }
  .slick-3d-active .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .slick-3d-active .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
  }
  .slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
  }
  .slick-3d-active .slick-3d-next,
  .slick-3d-active .slick-3d-prev,
  .slick-3d-active .slick-3d-next2,
  .slick-3d-active .slick-3d-prev2,
  .slick-3d-active .slick-3d-next3,
  .slick-3d-active .slick-3d-prev3 {
    display: block;
  }
  .slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
  }
  .slick-3d-active .slick-3d-next {
    opacity: 1;
    transform: translate3d(118%, 0, -25px);
    z-index: 1;
    perspective: 1000px;
  }
  .slick-3d-active .slick-3d-next2 {
    opacity: 1;
    transform: translate3d(278%, 0, -65px);
    z-index: 0;
    perspective: 1000px;
  }
  .slick-3d-active .slick-3d-next3 {
    opacity: 0;
    transform: translate3d(418%, 0, -80px);
    z-index: 0;
    perspective: 1000px;
  }
  .slick-3d-active .slick-3d-prev {
    opacity: 1;
    transform: translate3d(-118%, 0, -25px);
  }
  .slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    transform: translate3d(-278%, 0, -65px);
  }
  .slick-3d-active .slick-3d-prev3 {
    opacity: 0;
    transform: translate3d(-418%, 0, -80px);
  }
  .slick-arrow2 {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #000;
    padding: 35px 82.5px;
  }
  @media (max-width: 1500px) {
    .slick-arrow {
      --arrow-horizontal: -20px;
    }
  }
  @media (max-width: 1399px) {
    .slick-arrow {
      --arrow-horizontal: 40px;
    }
    .slick-arrow2 {
      font-size: 18px;
      padding: 28px 35px;
    }
  }
  @media (max-width: 1199px) {
    .slick-arrow2 {
      font-size: 16px;
      padding: 20px 30px;
    }
  }
  @media (max-width: 991px) {
    .slick-arrow {
      --icon-size: 40px;
      margin-right: 40px;
    }
    .slick-arrow.slick-next {
      margin-right: 0;
      margin-left: 40px;
    }
    .slick-dots {
      margin: 8px 0 38px 0;
    }
    .slick-3d-active .slick-list {
      padding-left: 32% !important;
      padding-right: 32% !important;
    }
  }
  @media (max-width: 767px) {
    .slick-3d-active .slick-list {
      padding-left: 0% !important;
      padding-right: 0% !important;
    }
  }
  .dark-mode .slick-arrow {
    color: #fff;
    background-color: #000;
    border: 3px solid #3b3b3b;
  }
  .dark-mode .slick-arrow:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
  }
  .dark-mode .slick-dots .slick-active button,
  .dark-mode .slick-dots button:hover {
    background-color: var(--white-color);
    border-color: var(--white-color);
  }
  .vs-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%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
  }
  .vs-menu-wrapper .mobile-logo {
    padding-bottom: 0;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--body-bg);
  }
  .vs-menu-wrapper .mobile-logo svg {
    max-width: 185px;
  }
  .vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
  }
  .vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--body-bg);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
  }
  .vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
  }
  .vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
  }
  .vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
    background-color: #000;
  }
  .vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
  }
  .vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
  }
  .vs-mobile-menu ul {
    margin: 0;
    padding: 0 0;
  }
  .vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none;
  }
  .vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color);
  }
  .vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 700;
  }
  .vs-mobile-menu ul li a:before {
    content: "";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block;
  }
  .vs-mobile-menu ul li.vs-active > a {
    color: var(--theme-color);
  }
  .vs-mobile-menu ul li.vs-active > a:before {
    transform: rotate(90deg);
  }
  .vs-mobile-menu ul li ul li {
    padding-left: 20px;
  }
  .vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
  }
  .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
    border-radius: 50%;
  }
  .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
    content: "";
    font-family: var(--icon-font);
  }
  .vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
    content: "";
  }
  .vs-mobile-menu > ul {
    padding: 0 40px;
  }
  .vs-mobile-menu > ul > li:last-child {
    border-bottom: none;
  }
  .vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
  }
  .vs-menu-toggle.style-text,
  .vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    font-size: 20px;
  }
  .vs-menu-toggle.style-text i,
  .vs-menu-toggle.style-text-white i {
    margin-right: 10px;
  }
  .vs-menu-toggle.style-text-white {
    color: var(--white-color);
  }
  @media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
      width: 100%;
      max-width: 270px;
    }
    .vs-mobile-menu > ul {
      padding: 0 20px;
    }
  }
  .preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--body-bg);
  }
  .preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--black-color);
    color: var(--white-color);
    text-transform: capitalize;
  }
  .preloader-inner {
    display: flex;
    padding: 50px;
    background: radial-gradient(var(--secondary-color), hsl(200deg, 30%, 6%));
    height: 100%;
    overflow: hidden;
  }
  .loader-logo {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
  .spinner {
    position: relative;
    margin: auto;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 4px solid rgba(242, 0, 58, 0.1);
    -webkit-mask: linear-gradient(rgba(242, 0, 58, 0.1), #f2003a 90%);
    transform-origin: 50% 60%;
    transform: perspective(200px) rotateX(66deg);
    animation: spinner-wiggle 1.2s infinite;
  }
  .spinner:before,
  .spinner:after {
    content: "";
    position: absolute;
    margin: -4px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 0.05;
    border: inherit;
    border-color: rgba(0, 0, 0, 0);
    animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
      spinner-fade 1.2s linear infinite;
  }
  .spinner:before {
    border-top-color: rgba(242, 0, 58, 0.9);
  }
  .spinner:after {
    border-top-color: rgba(242, 0, 58, 0.6);
    animation-delay: 0.3s;
  }
  @keyframes spinner-wiggle {
    30% {
      transform: perspective(200px) rotateX(66deg);
    }
    40% {
      transform: perspective(200px) rotateX(65deg);
    }
    50% {
      transform: perspective(200px) rotateX(68deg);
    }
    60% {
      transform: perspective(200px) rotateX(64deg);
    }
  }
  @keyframes spinner-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes spinner-fade {
    20% {
      opacity: 0.1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0.1;
    }
  }
  .vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 42px;
    z-index: 1;
  }
  .vs-btn > i {
    margin-right: 8px;
    vertical-align: middle;
  }
  .vs-btn:after,
  .vs-btn:before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: var(--black-color);
    z-index: -1;
    transition: all ease 0.4s;
  }
  .vs-btn:before {
    width: 14px;
    height: 14px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .vs-btn:after {
    width: 6px;
    height: 6px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .vs-btn:hover {
    color: var(--white-color);
  }
  .vs-btn:hover:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    opacity: 1;
    visibility: visible;
  }
  .vs-btn.style3,
  .vs-btn.style2 {
    color: var(--theme-color);
    border: 1px solid var(--border-color);
    background-color: rgba(0, 0, 0, 0);
  }
  .vs-btn.style3:after,
  .vs-btn.style3:before,
  .vs-btn.style2:after,
  .vs-btn.style2:before {
    background-color: var(--theme-color);
  }
  .vs-btn.style3 {
    color: var(--white-color);
    border-color: var(--white-color);
  }
  .vs-btn.style3:after,
  .vs-btn.style3::before {
    background-color: var(--white-color);
  }
  .vs-btn.style3:hover {
    color: var(--black-color);
  }
  .vs-btn.style4 {
    background-color: var(--white-color);
    color: var(--black-color);
  }
  .icon-btn {
    display: inline-block;
    width: var(--btn-size, 55px);
    height: var(--btn-size, 78px);
    line-height: var(--btn-size, 76px);
    background-color: var(--icon-bg, var(--body-bg));
    color: var(--title-color);
    border: 2px solid var(--border-color);
    text-align: center;
    padding: 0;
  }
  .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .icon-btn.style2 {
    background-color: rgba(0, 0, 0, 0);
    --btn-size: 60px;
    line-height: 55px;
    font-size: 18px;
  }
  .icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .play-btn > i {
    display: inline-block;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
  }
  .play-btn:after,
  .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
  }
  .play-btn:after {
    animation-delay: 2s;
  }
  .play-btn:hover:after,
  .play-btn:hover::before,
  .play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .play-btn.style2 i {
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    --icon-size: 150px;
    --icon-font-size: 30px;
    border: 1px solid var(--white-color);
  }
  .play-btn.style2:after,
  .play-btn.style2:before {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--white-color);
  }
  .play-btn.style3 i {
    --icon-size: 110px;
    --icon-font-size: 28px;
  }
  .play-btn.style3:after {
    display: none;
  }
  .play-btn.style3:before {
    top: var(--border-gap, -15px);
    right: var(--border-gap, -15px);
    bottom: var(--border-gap, -15px);
    left: var(--border-gap, -15px);
    animation: none;
    border: 3px dashed var(--theme-color);
    transform: scale(1.3);
    background-color: rgba(0, 0, 0, 0);
    animation: rotate 25s infinite linear;
  }
  .link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
  }
  .link-btn i {
    margin-left: 7px;
    font-size: 0.9rem;
  }
  .link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: all ease 0.4s;
  }
  .link-btn:hover {
    color: var(--theme-color);
  }
  .link-btn:hover::before {
    width: 100%;
  }
  .scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
  }
  .scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease 0.8s;
  }
  .scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease 0.4s;
  }
  .scroll-btn:focus i,
  .scroll-btn:hover i {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  .scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
  }
  @media (max-width: 767px) {
    .scroll-btn {
      --btn-size: 40px;
      --extra-shape: -4px;
      right: 15px;
      bottom: 50px;
    }
    .scroll-btn.show {
      bottom: 15px;
    }
  }
  .scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
  }
  .scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
  }
  @media (max-width: 1199px) {
    .play-btn.style2 i {
      --icon-size: 80px;
      --icon-font-size: 20px;
    }
    .play-btn.style3 {
      --border-gap: -8px;
    }
  }
  @media (max-width: 767px) {
    .play-btn {
      --icon-size: 60px;
    }
    .play-btn.style2 i {
      --icon-size: 60px;
      --icon-font-size: 20px;
    }
    .play-btn.style3 i {
      --icon-size: 70px;
      --icon-font-size: 20px;
    }
    .scrollToTop {
      right: 20px;
    }
    .scrollToTop.show {
      bottom: 20px;
    }
  }
  .dark-mode .vs-btn.style2 {
    border-color: var(--white-color);
    color: var(--white-color);
  }
  .dark-mode .vs-btn.style2::before {
    background-color: var(--white-color);
  }
  .sec-title2,
  .sec-title {
    font-size: 60px;
    margin: -0.33em 0 17px 0;
    text-transform: uppercase;
  }
  .sec-title2 {
    text-transform: none;
  }
  .sec-subtitle {
    font-size: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 700;
    display: block;
    margin: -0.4em 0 27px 0;
  }
  .title-area {
    margin-bottom: calc(var(--section-title-space) - 22px);
  }
  .sec-line {
    display: inline-block;
    height: 22px;
    width: 152px;
    background-color: var(--theme-color);
    -webkit-clip-path: path(
      "M 90.552 11.123 L 152 22 L 76.112 22 L 75.888 22 L 0 22 L 61.448 11.123 L 57.521 4.449 L 75.801 0.095 L 75.801 0 L 76 0.047 L 76.199 0 L 76.199 0.095 L 94.479 4.449 L 90.552 11.123 Z"
    );
    clip-path: path(
      "M 90.552 11.123 L 152 22 L 76.112 22 L 75.888 22 L 0 22 L 61.448 11.123 L 57.521 4.449 L 75.801 0.095 L 75.801 0 L 76 0.047 L 76.199 0 L 76.199 0.095 L 94.479 4.449 L 90.552 11.123 Z"
    );
    margin-bottom: 13px;
  }
  .sec-btns {
    margin-bottom: var(--section-title-space);
  }
  .sec-btns .icon-btn {
    margin-right: 5px;
  }
  .sec-btns .icon-btn:last-child {
    margin-right: 0;
  }
  .sec-bottom-btns {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  .vs-carousel + .sec-bottom-btns {
    margin-top: 10px;
  }
  .review-form .comment-respond .blog-inner-title,
  .woocommerce-Reviews-title,
  .sec-subtitle3,
  .sec-subtitle2 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: var(--title-font);
    color: var(--title-color);
    padding: 0 0 9px 0;
    margin: 0 0 33px 0;
  }
  .review-form .comment-respond .blog-inner-title:before,
  .woocommerce-Reviews-title:before,
  .sec-subtitle3:before,
  .sec-subtitle2:before {
    content: "";
    width: 46px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    display: inline-block;
  }
  .review-form .comment-respond .blog-inner-title,
  .woocommerce-Reviews-title,
  .sec-subtitle3 {
    font-size: 30px;
    padding: 0 0 12px 0;
    margin: -0.1em 0 33px 0;
    letter-spacing: 0;
  }
  @media (max-width: 1399px) {
    .sec-title2,
    .sec-title {
      font-size: 48px;
    }
  }
  @media (max-width: 1199px) {
    .sec-title2,
    .sec-title {
      font-size: 42px;
    }
    .sec-bottom-btns {
      margin-top: 30px;
    }
  }
  @media (max-width: 991px) {
    .review-form .comment-respond .blog-inner-title,
    .woocommerce-Reviews-title,
    .sec-subtitle3 {
      font-size: 26px;
    }
    .sec-title2,
    .sec-title {
      font-size: 36px;
    }
    .sec-subtitle {
      font-size: 16px;
      margin-bottom: 17px;
    }
    .sec-bottom-btns {
      margin-top: 10px;
    }
    .sec-btns {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .sec-title2,
    .sec-title {
      font-size: 30px;
    }
    .sec-subtitle {
      letter-spacing: 0;
    }
    .review-form .comment-respond .blog-inner-title,
    .woocommerce-Reviews-title,
    .sec-subtitle3 {
      font-size: 22px;
    }
  }
  .image-scale-hover {
    overflow: hidden;
  }
  .image-scale-hover img {
    transition: all ease 0.4s;
    transform: scale(1.001);
  }
  .image-scale-hover:hover img {
    transform: scale(1.2);
  }
  .z-index-step1 {
    position: relative;
    z-index: 4 !important;
  }
  .z-index-common {
    position: relative;
    z-index: 3;
  }
  .z-index-n1 {
    z-index: -1;
  }
  .media-body {
    flex: 1;
  }
  .badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
  }
  .sec-wrap1 {
    position: relative;
    padding-bottom: 235px;
    padding-top: 29px;
  }
  .sec-wrap3-1.background-image {
    background-position: bottom left;
  }
  .body-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-color: var(--theme-color);
    -webkit-clip-path: url(#body-clip1);
    clip-path: url(#body-clip1);
  }
  .svg-hidden {
    position: absolute;
    width: 0;
    height: 0;
  }
  @media (min-width: 1921px) {
    .d-hd-none {
      display: none !important;
    }
  }
  @media (max-width: 1399px) {
    .sec-wrap1 {
      padding-bottom: 140px;
    }
    .body-shape1 {
      height: 130px;
    }
  }
  @media (max-width: 991px) {
    .sec-wrap1 {
      padding-bottom: 80px;
    }
    .body-shape1 {
      height: 80px;
    }
  }
  .font-icon {
    font-family: var(--icon-font);
  }
  .font-title {
    font-family: var(--title-font);
  }
  .font-body {
    font-family: var(--body-font);
  }
  .fw-light {
    font-weight: 300;
  }
  .fw-normal {
    font-weight: 400;
  }
  .fw-medium {
    font-weight: 500;
  }
  .fw-semibold {
    font-weight: 600;
  }
  .fw-bold {
    font-weight: 700;
  }
  .fw-extrabold {
    font-weight: 800;
  }
  .fs-md {
    font-size: 18px;
  }
  .fs-xs {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 20px;
  }
  @media (max-width: 767px) {
    .fs-20,
    .fs-md {
      font-size: 16px;
    }
  }
  .bg-theme {
    background-color: var(--theme-color) !important;
  }
  .bg-smoke {
    background-color: var(--smoke-color) !important;
  }
  .bg-vs-light {
    background-color: var(--light-color) !important;
  }
  .bg-white {
    background-color: var(--white-color) !important;
  }
  .bg-black {
    background-color: var(--black-color) !important;
  }
  .bg-title {
    background-color: var(--title-color) !important;
  }
  .background-image,
  [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  .bg-auto {
    background-size: auto auto;
  }
  .text-theme {
    color: var(--theme-color) !important;
  }
  .text-title {
    color: var(--title-color) !important;
  }
  .text-body {
    color: var(--body-color) !important;
  }
  .text-white {
    color: var(--white-color) !important;
  }
  .text-yellow {
    color: var(--yellow-color) !important;
  }
  .text-success {
    color: var(--success-color) !important;
  }
  .text-error {
    color: var(--error-color) !important;
  }
  .text-inherit {
    color: inherit;
  }
  .text-inherit:hover {
    color: var(--theme-color);
  }
  a.text-theme:hover,
  .text-reset:hover {
    text-decoration: underline;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  [data-overlay] {
    position: relative;
  }
  [data-overlay] [class^="col-"],
  [data-overlay] [class*="col-"] {
    z-index: 1;
  }
  [data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  [data-overlay="theme"]:before {
    background-color: var(--theme-color);
  }
  [data-overlay="title"]:before {
    background-color: var(--title-color);
  }
  [data-overlay="white"]:before {
    background-color: var(--white-color);
  }
  [data-overlay="black"]:before {
    background-color: var(--black-color);
  }
  [data-opacity="1"]:before {
    opacity: 0.1;
  }
  [data-opacity="2"]:before {
    opacity: 0.2;
  }
  [data-opacity="3"]:before {
    opacity: 0.3;
  }
  [data-opacity="4"]:before {
    opacity: 0.4;
  }
  [data-opacity="5"]:before {
    opacity: 0.5;
  }
  [data-opacity="6"]:before {
    opacity: 0.6;
  }
  [data-opacity="7"]:before {
    opacity: 0.7;
  }
  [data-opacity="8"]:before {
    opacity: 0.8;
  }
  [data-opacity="9"]:before {
    opacity: 0.9;
  }
  [data-opacity="10"]:before {
    opacity: 1;
  }
  .jump-reverse-img,
  .jump-img,
  .jump-reverse,
  .jump {
    animation: jumpping var(--duration, 6s) infinite linear;
  }
  .jump-reverse-img,
  .jump-img {
    --duration: 5s;
  }
  .jump-reverse-img,
  .jump-reverse {
    --jump-y: -20px;
  }
  .rotate-reverse-img,
  .rotate-img,
  .rotate-reverse,
  .rotate {
    animation: rotate var(--duration, 12s) infinite linear;
  }
  .rotate-reverse-img,
  .rotate-img {
    --duration: 40s;
  }
  .rotate-reverse {
    --rotate-angle: -360deg;
  }
  .fadeInUp {
    animation-name: fadeInUp;
  }
  .wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .fadein {
    --animation-name: fadein-custom;
  }
  .slideinup {
    --animation-name: slideinup;
  }
  .slideindown {
    --animation-name: slideindown;
  }
  .slideinleft {
    --animation-name: slideinleft;
  }
  .slideinright {
    --animation-name: slideinright;
  }
  .animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
  }
  .ripple-animation,
  .play-btn:after,
  .play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
  }
  @keyframes ripple {
    0% {
      transform: scale(1);
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes rotate {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(var(--rotate-angle, 360deg));
    }
  }
  @keyframes slideinup {
    0% {
      opacity: 0;
      transform: translateY(70px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes slideindown {
    0% {
      opacity: 0;
      transform: translateY(-70px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes slideinleft {
    0% {
      opacity: 0;
      transform: translateX(-70px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes slideinright {
    0% {
      opacity: 0;
      transform: translateX(70px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes fadein-custom {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes jumpping {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
    40% {
      transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    }
  }
  .widget_nav_menu ul,
  .widget_pages ul,
  .widget_archive ul,
  .widget_categories ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
  }
  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    display: block;
    background-color: var(--smoke-color);
    padding: 22px 60px 20px 30px;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--title-color);
    border-radius: 0;
  }
  .widget_nav_menu li,
  .widget_pages li,
  .widget_archive li,
  .widget_categories li {
    display: block;
    position: relative;
  }
  .widget_nav_menu li > span,
  .widget_pages li > span,
  .widget_archive li > span,
  .widget_categories li > span {
    width: 40px;
    height: 40px;
    line-height: 35.5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0);
    right: 10px;
    top: 10px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    position: absolute;
    border: 2px solid var(--theme-color);
    transition: all ease 0.4s;
    border-radius: 0;
  }
  .widget_nav_menu li:hover > span,
  .widget_pages li:hover > span,
  .widget_archive li:hover > span,
  .widget_categories li:hover > span {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .widget_nav_menu .children,
  .widget_pages .children,
  .widget_archive .children,
  .widget_categories .children {
    margin-left: 10px;
  }
  .widget_meta ul {
    margin: -0.5em 0 -10px 0;
    padding: 0;
    list-style-type: none;
  }
  .widget_meta li {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 11px;
    margin-bottom: 12px;
  }
  .widget_meta li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .widget_meta a {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    position: relative;
  }
  .widget_meta a:hover {
    color: var(--theme-color);
  }
  .widget_nav_menu .sub-menu {
    margin-left: 10px;
  }
  .wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .wp-block-archives a:not(:hover) {
    color: inherit;
  }
  .vs-blog ul.wp-block-archives li {
    margin: 5px 0;
  }
  @media (max-width: 1199px) {
    .widget_nav_menu,
    .widget_pages,
    .widget_archive,
    .widget_categories {
      padding: 18px 50px 18px 20px;
      font-size: 14px;
    }
    .widget_nav_menu a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
      padding: 18px 50px 18px 20px;
      font-size: 14px;
    }
    .widget_nav_menu li > span,
    .widget_pages li > span,
    .widget_archive li > span,
    .widget_categories li > span {
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      line-height: 47px;
      font-size: 14px;
    }
  }
  .widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    border: 1px solid var(--border-color);
    position: relative;
    margin-bottom: 40px;
  }
  .widget select,
  .widget input {
    height: 60px;
    border: none;
    background-color: var(--input-bg, #f0f4f5);
    border-radius: 9999px;
  }
  .widget_title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    margin: -0.2em 0 30px 0;
    padding: 0 0 13px 0;
    font-family: var(--title-font);
    border-bottom: 1px solid var(--border-color);
  }
  .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 85px;
    background-color: var(--theme-color);
  }
  .widget .search-form {
    position: relative;
  }
  .widget .search-form input {
    padding-right: 70px;
  }
  .widget .search-form button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 0 4px 20px;
    line-height: 1;
    color: var(--theme-color);
    border-left: 1px solid var(--theme-color);
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    display: inline-block;
    border: 2px solid var(--border-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 22px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    position: relative;
    z-index: 1;
  }
  .wp-block-tag-cloud a:before,
  .tagcloud a:before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    background-color: var(--black-color);
    width: 9px;
    height: 8px;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all ease 0.4s;
  }
  .wp-block-tag-cloud a:hover,
  .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: rgba(0, 0, 0, 0);
  }
  .wp-block-tag-cloud a:hover:before,
  .tagcloud a:hover:before {
    background-color: var(--white-color);
  }
  .tagcloud {
    margin-right: -5px;
    margin-bottom: -10px;
  }
  .recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .recent-post:last-child {
    margin-bottom: 0;
  }
  .recent-post .media-img {
    margin-right: 20px;
    width: 80px;
  }
  .recent-post .media-img img {
    width: 100%;
    border-radius: 4px;
  }
  .recent-post .post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 -0.1em 0;
  }
  .recent-post .recent-post-meta {
    margin-bottom: 2px;
  }
  .recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
  }
  .recent-post .recent-post-meta a i {
    margin-right: 5px;
    color: var(--theme-color);
  }
  .sidebar-gallery:not(.vs-carousel) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
  }
  .sidebar-gallery .gallery-thumb img {
    transition: all ease 0.4s;
    width: 100%;
    transform: scale(1);
  }
  .sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
  }
  .sidebar-gallery .gallery-thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: var(--white-color);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
  }
  .sidebar-gallery .gallery-thumb:hover:before {
    opacity: 0.8;
    visibility: visible;
  }
  .sidebar-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
  }
  .sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.12);
  }
  .widget_shopping_cart {
    text-align: left;
  }
  .widget_shopping_cart ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .widget_shopping_cart .mini_cart_item {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 32px 110px;
    margin: 0 0 27px 0;
    min-height: 90px;
  }
  .widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--title-color);
    line-height: 1;
    font-size: 18px;
  }
  .widget_shopping_cart .remove:hover {
    color: var(--theme-color);
  }
  .widget_shopping_cart .img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid var(--border-color);
  }
  .widget_shopping_cart .product-title {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
  }
  .widget_shopping_cart .amount {
    display: block;
    font-weight: 600;
    color: var(--title-color);
    font-size: 16px;
  }
  .widget_shopping_cart .quantity {
    display: inline-flex;
    margin-top: 12px;
  }
  .widget_shopping_cart .qut-btn {
    border: 1px solid var(--border-color);
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    position: relative;
  }
  .widget_shopping_cart .qut-btn:hover {
    background-color: var(--title-color);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
  }
  .widget_shopping_cart .qty-input {
    border: 1px solid var(--border-color);
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    min-width: 40px;
    font-size: 12px;
    padding: 0;
    height: 25px;
    margin: 0 -1px;
  }
  .widget_shopping_cart .subtotal {
    float: right;
    text-align: right;
    font-size: 12px;
    margin-top: 19px;
  }
  .widget_shopping_cart .subtotal > span:not(.amount) {
    color: var(--body-color);
    font-weight: 300;
  }
  .widget_shopping_cart .subtotal .amount {
    font-size: 12px;
    display: inline-block;
  }
  .widget_shopping_cart .total {
    color: var(--title-color);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .widget_shopping_cart .total .amount {
    font-size: inherit;
    display: inline-block;
    color: var(--theme-color);
  }
  .widget_shopping_cart .vs-btn {
    border: 1px solid var(--title-color);
    color: var(--title-color);
    margin-right: 10px;
    text-transform: capitalize;
    height: 50px;
    line-height: 47px;
    padding: 0 35px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-weight: 400;
  }
  .widget_shopping_cart .vs-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
  }
  .widget_shopping_cart .buttons {
    margin: 0;
  }
  .sidebar-area {
    margin-bottom: -10px;
  }
  .sidebar-area .comment-list ul {
    padding: 0;
    margin: -0.4em 0 0 0;
    list-style-type: none;
  }
  .sidebar-area .comment-list li {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 18px;
    padding-bottom: 17px;
  }
  .sidebar-area .comment-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.2em;
  }
  .sidebar-area .comment-list .comment-author {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
  }
  .sidebar-area .comment-list .comment-text {
    color: var(--body-color);
    font-size: 18px;
  }
  .sidebar-area .comment-list .comment-text:hover {
    color: var(--theme-color);
  }
  .sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0;
  }
  .sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
  }
  .sidebar-area .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px;
  }
  .sidebar-area .widget .wp-block-search {
    margin-bottom: 0;
  }
  .sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em;
  }
  .sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
  }
  .sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
  }
  .sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .recent-product {
    display: flex;
  }
  .recent-product .product-title {
    font-size: 16px;
  }
  .post-list ol {
    counter-reset: item;
    list-style: none;
    margin: -0.4em 0 0 0;
    padding: 0;
  }
  .post-list li {
    counter-increment: item;
    position: relative;
    margin: 0 0 12px 0;
    padding: 0 0 13px 30px;
    border-bottom: 1px solid var(--border-color);
  }
  .post-list li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 700;
  }
  .post-list li:last-child {
    margin-bottom: -0.35em;
    padding-bottom: 0;
    border-bottom: none;
  }
  .post-list li a {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .post-list li a:hover {
    color: var(--theme-color);
  }
  @media (max-width: 1199px) {
    .widget {
      --widget-padding-y: 30px;
      --widget-padding-x: 30px;
    }
    .recent-post .post-title {
      font-size: 18px;
      line-height: 24px;
    }
  }
  @media (max-width: 991px) {
    .sidebar-area {
      padding-top: 30px;
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
      padding: 10.5px 18px;
    }
  }
  @media (max-width: 767px) {
    .contact-widget .icon {
      --icon-size: 30px;
      --icon-font-size: 12px;
      top: 5px;
    }
    .contact-widget .contact {
      padding: 0 0 0 45px;
      margin: 0 0 20px 0;
      border-bottom: none;
    }
    .post-list li {
      padding-left: 20px;
    }
    .post-list li::before {
      font-size: 16px;
    }
    .post-list li a {
      font-size: 16px;
    }
    .widget_title {
      font-size: 22px;
    }
    .sidebar-area .comment-list .comment-author {
      font-size: 18px;
    }
    .sidebar-area .comment-list .comment-text {
      font-size: 14px;
    }
  }
  @media (max-width: 575px) {
    .widget {
      padding: 30px 20px;
    }
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget,
  .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .footer-widget .widget_title {
    font-size: 24px;
    margin-bottom: 48px;
    padding-bottom: 0;
    border: none;
    text-transform: uppercase;
  }
  .footer-widget .widget_title::before {
    display: none;
  }
  .footer-widget.widget_meta,
  .footer-widget.widget_pages,
  .footer-widget.widget_archive,
  .footer-widget.widget_categories,
  .footer-widget.widget_nav_menu {
    margin-bottom: 45px;
  }
  .footer-widget.widget_meta ul,
  .footer-widget.widget_pages ul,
  .footer-widget.widget_archive ul,
  .footer-widget.widget_categories ul,
  .footer-widget.widget_nav_menu ul {
    margin-top: -0.25em;
  }
  .footer-widget.widget_meta ul ul,
  .footer-widget.widget_pages ul ul,
  .footer-widget.widget_archive ul ul,
  .footer-widget.widget_categories ul ul,
  .footer-widget.widget_nav_menu ul ul {
    margin-top: 0;
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
    max-width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }
  .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: rgba(0, 0, 0, 0);
    color: var(--theme-color);
  }
  .footer-widget.widget_meta li > span,
  .footer-widget.widget_pages li > span,
  .footer-widget.widget_archive li > span,
  .footer-widget.widget_categories li > span,
  .footer-widget.widget_nav_menu li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: var(--body-color);
    line-height: 1;
  }
  .footer-widget.widget_meta li:last-child a,
  .footer-widget.widget_pages li:last-child a,
  .footer-widget.widget_archive li:last-child a,
  .footer-widget.widget_categories li:last-child a,
  .footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
  }
  .footer-widget .footer-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-widget .footer-menu a {
    font-size: 18px;
  }
  .footer-logo {
    margin-bottom: 18px;
  }
  .footer-social a {
    display: inline-block;
    border: 2px solid var(--border-color);
    color: var(--title-color);
    width: 67px;
    height: 67px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 7px;
  }
  .footer-social a:last-child {
    margin-right: 0;
  }
  .footer-social a.active,
  .footer-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .footer-social a.active:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  .footer-location {
    max-width: 300px;
    margin: -0.6em 0 14px 0;
  }
  .footer-contact-label {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 2px;
  }
  .footer-contact-info {
    margin-bottom: 12px;
  }
  .footer-contact-info:last-child {
    margin-bottom: 0;
  }
  .footer-media {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
  }
  .footer-media:first-child {
    margin-top: -0.45em;
  }
  .footer-media .media-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
  }
  .footer-media .media-title {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 2px;
    font-size: 18px;
  }
  .footer-media .media-info {
    margin: 0;
    font-size: 18px;
  }
  @media (max-width: 1199px) {
    .footer-widget {
      margin-bottom: 60px;
    }
    .footer-widget .widget_title {
      font-size: 20px;
      margin-bottom: 30px;
    }
    .footer-widget .footer-menu a {
      font-size: 16px;
    }
    .footer-social a {
      width: 55px;
      height: 55px;
      line-height: 53px;
      font-size: 16px;
    }
    .footer-media .media-info {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .footer-widget .widget_title {
      font-size: 22px;
    }
  }
  .dark-mode .footer-social a:not(:hover) {
    border-color: rgba(255, 255, 255, 0.6);
    color: var(--white-color);
  }
  .vs-header {
    position: relative;
    z-index: 41;
  }
  .header-logo {
    max-width: 270px;
    padding: 15px 0;
  }
  .will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  }
  .will-sticky .sticky-active.active {
    top: 0;
  }
  .main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 16px;
    color: var(--title-color);
    text-transform: uppercase;
  }
  @media (max-width: 1500px) {
    .main-menu a {
      font-size: 16px;
    }
  }
  .main-menu a:hover {
    color: var(--theme-color);
  }
  .main-menu > ul > li {
    margin: 0 16px;
  }
  .main-menu ul {
    margin: 0;
    padding: 0;
  }
  .main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
  }
  .main-menu ul li.menu-item-has-children > a:after {
    content: "";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: 0.8rem;
  }
  .main-menu ul li:last-child {
    margin-right: 0;
  }
  .main-menu ul li:first-child {
    margin-left: 0;
  }
  .main-menu ul li:hover > ul.sub-menu,
  .main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
  }
  .main-menu ul.sub-menu,
  .main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--body-bg);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09),
      0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
      opacity 0.4s ease-in-out 0s, z-index 0s;
  }
  .main-menu ul.sub-menu a,
  .main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
  }
  .main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px;
  }
  .main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px);
  }
  .main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
  }
  .main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "";
    float: right;
    top: 3px;
  }
  .main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px;
  }
  .main-menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(242, 0, 58, 0.4);
  }
  .main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
  }
  .main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
  }
  .main-menu .mega-menu-wrap {
    position: static;
  }
  .main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .main-menu ul.mega-menu li li {
    padding: 4px 0;
  }
  .main-menu ul.mega-menu li a {
    display: inline-block;
  }
  .main-menu ul.mega-menu > li > a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color);
  }
  .main-menu ul.mega-menu > li > a::after,
  .main-menu ul.mega-menu > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color);
  }
  .main-menu ul.mega-menu > li > a::after {
    width: calc(100% - 20px);
    left: 20px;
  }
  .main-menu ul.mega-menu > li > a:hover {
    padding-left: 0;
  }
  .menu-style1 > ul > li > a {
    padding: 41px 0;
  }
  .header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header-links li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0 46px 0 0;
    line-height: 23px;
  }
  .header-links li:last-child {
    margin-right: 0;
  }
  .header-links i {
    color: var(--theme-color);
    margin: 0 10px 0 0;
    font-size: 20px;
  }
  .header-links a {
    color: inherit;
  }
  .header-links a:hover {
    color: var(--theme-color);
  }
  .header-links.style-white i,
  .header-links.style-white li {
    color: var(--white-color);
    border-color: #558eff;
  }
  .header-links.style2 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
  }
  .header-links.style2 i:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  .header-links.style2 li {
    color: var(--white-color);
  }
  .header-links.style2 a:hover {
    text-decoration: underline;
    color: var(--white-color);
  }
  .header-social {
    display: flex;
    align-items: center;
  }
  .header-social .social-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-right: 20px;
    color: var(--title-color);
  }
  .header-social a {
    display: inline-block;
    width: var(--icon-size, 70px);
    height: var(--icon-size, 70px);
    line-height: var(--icon-size, 70px);
    text-align: center;
    color: var(--title-color);
    border-left: 1px solid var(--border-color);
    margin-left: -1px;
    font-size: var(--icon-font-size, 20px);
  }
  .header-social a:last-child {
    border-right: 1px solid var(--border-color);
  }
  .header-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .header-social.style2 .social-title {
    color: var(--white-color);
  }
  .header-social.style2 a {
    --icon-size: 54px;
    --icon-font-size: 16px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    margin-right: 7px;
    margin-left: 0;
  }
  .header-social.style2 a:last-child {
    margin-right: 0;
  }
  .header-social.style2 a:hover {
    border-color: rgba(0, 0, 0, 0);
  }
  .header-strem-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px 43px;
    position: relative;
    z-index: 1;
  }
  .header-strem-btn:after,
  .header-strem-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    background-color: var(--secondary-color);
    display: block;
    z-index: -1;
    transition: all ease 0.3s;
    border-radius: 0 0 100% 0;
  }
  .header-strem-btn:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 100% 0 0 0;
  }
  .header-strem-btn:hover {
    color: var(--white-color);
  }
  .header-strem-btn:hover:after,
  .header-strem-btn:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .header-icons {
    height: 100%;
    display: flex;
  }
  .header-icons button,
  .header-icons a {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    display: inline-flex;
    border-left: 1px solid var(--border-color);
    align-items: center;
    vertical-align: middle;
    font-size: 25px;
    color: var(--title-color);
    padding: 30px;
  }
  .header-icons button img,
  .header-icons a img {
    transition: all ease 0.4s;
    filter: none;
  }
  .header-icons button:hover,
  .header-icons a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .header-icons button:hover img,
  .header-icons a:hover img {
    filter: brightness(0) invert(1);
  }
  .header-icons.style3,
  .header-icons.style2 {
    height: auto;
  }
  .header-icons.style3 button,
  .header-icons.style3 a,
  .header-icons.style2 button,
  .header-icons.style2 a {
    padding: 0;
    border: none;
    margin-right: 30px;
    width: auto;
    height: auto;
  }
  .header-icons.style3 button:last-child,
  .header-icons.style3 a:last-child,
  .header-icons.style2 button:last-child,
  .header-icons.style2 a:last-child {
    margin-right: 0;
  }
  .header-icons.style3 button:hover,
  .header-icons.style3 a:hover,
  .header-icons.style2 button:hover,
  .header-icons.style2 a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color);
  }
  .header-icons.style3 button:hover img,
  .header-icons.style3 a:hover img,
  .header-icons.style2 button:hover img,
  .header-icons.style2 a:hover img {
    filter: none;
  }
  .header-icons.style3 a,
  .header-icons.style3 button {
    color: var(--white-color);
  }
  .header-icons.style3 a img,
  .header-icons.style3 button img {
    filter: brightness(0) invert(1);
  }
  .header-logo2 {
    position: relative;
    z-index: 1;
    padding: 0 36px;
  }
  .header-logo2:before {
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
    right: 0;
    bottom: -65px;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-clip-path: polygon(
      0 0,
      100% 0,
      100% 100%,
      50% calc(100% - 20px),
      0 100%
    );
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 20px), 0 100%);
  }
  .header-layout1 .header-logo {
    border-right: 1px solid var(--border-color);
    padding-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header-layout1 .header-top {
    padding-left: 60px;
    border-bottom: 1px solid var(--border-color);
  }
  .header-layout1 .menu-area {
    padding-left: 60px;
  }
  .header-layout2 .header-top-text {
    color: var(--white-color);
    margin: 0;
  }
  .header-layout2 .header-top {
    background-color: var(--theme-color);
    padding: 10px 0;
  }
  .header-layout2 .menu-area {
    position: relative;
  }
  .header-layout2 .header-shape1 {
    background-color: var(--theme-color);
    height: 74px;
    width: 720px;
    -webkit-clip-path: path(
      "M 0 73.999 L 176.495 59.033 L 139.381 36.583 L 720 -0.001 L 0.825 -0.001"
    );
    clip-path: path(
      "M 0 73.999 L 176.495 59.033 L 139.381 36.583 L 720 -0.001 L 0.825 -0.001"
    );
    position: absolute;
    left: -1px;
    top: -19px;
  }
  .header-layout3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .header-layout3 .header-top {
    padding: 7.5px 0;
  }
  .header-layout3 .menu-area {
    background-color: rgba(255, 255, 255, 0.1);
  }
  @media (max-width: 1500px) {
    .header-layout2 .header-shape1 {
      display: none;
    }
    .header-layout3 {
      position: relative;
      background-color: var(--secondary-color);
    }
  }
  @media (max-width: 991px) {
    .header-layout3 .menu-area {
      overflow: hidden;
    }
    .header-logo2 {
      max-width: 130px;
      padding: 15px 30px 15px 0;
    }
    .header-logo2:before {
      -webkit-clip-path: none;
      clip-path: none;
      top: 0;
      bottom: 0;
      right: 0;
      width: 9999px;
      left: auto;
    }
    .header-layout1 .header-top {
      padding: 20px 0;
      text-align: center;
    }
    .header-links li {
      margin: 0px 25px 0 0;
    }
  }
  @media (max-width: 767px) {
    .header-logo {
      max-width: 180px;
    }
    .header-logo2 {
      max-width: 110px;
      padding: 15px 13px 15px 0;
    }
    .header-layout3 .header-top {
      padding: 15px 0;
    }
  }
  @media (max-width: 575px) {
    .header-links li {
      display: block;
      margin: 0 0 10px 0;
    }
    .header-links li:last-child {
      margin-bottom: 0;
    }
    .header-links.style2 i {
      width: auto;
      height: auto;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0);
      border-radius: 0;
    }
  }
  .dark-mode .header-icons img {
    filter: brightness(0) invert(1);
  }
  .dark-mode .will-sticky .sticky-active {
    background-color: #000;
    box-shadow: none;
  }
  .dark-mode .vs-header {
    --border-color: #191919;
  }
  .dark-mode .main-menu ul.sub-menu li a:before,
  .dark-mode .main-menu ul.sub-menu:before {
    background-color: #320000;
  }
  .widget-area {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .copyright-wrap {
    text-align: center;
    padding: 29px 0;
  }
  .copyright-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .copyright-text a {
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
  }
  .copyright-text a:hover {
    color: var(--theme-color);
  }
  .copyright-menu ul {
    margin: 0;
  }
  .copyright-menu li {
    margin-right: 20px;
    display: inline-block;
  }
  .copyright-menu a {
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
  }
  .copyright-menu a:hover {
    color: var(--theme-color);
  }
  .footer-layout1 {
    background-color: #000a1f;
    --body-color: #fff;
    --title-color: #fff;
  }
  .footer-layout1 .widget-area {
    text-align: center;
    padding-bottom: 0;
  }
  .footer-layout1 .copyright-wrap {
    padding-top: 20px;
    padding-bottom: 67px;
  }
  .footer-layout1 .sidebar-gallery {
    max-width: 880px;
    margin: 0 auto 40px auto;
  }
  .footer-layout1 .footer-text {
    font-size: 20px;
    max-width: 550px;
    margin: 0 auto 20px auto;
  }
  .footer-layout2 {
    background-color: var(--secondary-color);
    --title-color: #fff;
    --body-color: #fff;
    font-size: 18px;
  }
  .footer-layout2 .footer-top {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-layout2 .copyright-wrap {
    background-color: rgba(0, 0, 0, 0.15);
  }
  @media (max-width: 1199px) {
    .footer-layout2 {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .footer-layout1 .widget-area {
      padding-top: 80px;
      padding-bottom: 0;
    }
    .footer-layout1 .footer-text {
      max-width: 100%;
    }
  }
  @media (max-width: 575px) {
    .copyright-menu a {
      font-size: 14px;
    }
    .copyright-menu li {
      margin-right: 15px;
    }
    .copyright-menu a {
      font-size: 14px;
    }
  }
  .breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
  }
  .breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
  }
  .breadcumb-menu li:after {
    content: "";
    font-family: var(--icon-font);
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 20px;
    margin-right: 18px;
  }
  .breadcumb-menu li:last-child:after {
    display: none;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    word-break: break-word;
    white-space: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--title-font);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .breadcumb-menu .fa-home-lg {
    margin-right: 10px;
  }
  .breadcumb-menu a:hover {
    color: var(--theme-color);
  }
  .breadcumb-menu-wrap {
    min-height: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .breadcumb-title {
    color: var(--white-color);
    margin: -0.1em 0 -0.1em 0;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .breadcumb-subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 0;
  }
  .breadcumb-content {
    padding: 128px 0 90px 0;
  }
  .breadcumb-wrapper {
    padding-bottom: 0.1px;
    overflow: hidden;
    position: relative;
    background-color: var(--secondary-color);
    background-size: contain;
  }
  @media (min-width: 1922px) {
    .breadcumb-wrapper {
      background-size: cover;
      background-position: center top;
    }
  }
  @media (max-width: 1850px) {
    .breadcumb-wrapper {
      background-size: cover;
      background-position: center center;
    }
  }
  @media (max-width: 1500px) {
    .breadcumb-title {
      font-size: 60px;
    }
  }
  @media (max-width: 1399px) {
    .breadcumb-title {
      font-size: 48px;
    }
    .breadcumb-subtitle {
      font-size: 18px;
      letter-spacing: 0.01em;
      margin-top: 10px;
    }
  }
  @media (max-width: 1199px) {
    .breadcumb-title {
      font-size: 40px;
    }
  }
  @media (max-width: 991px) {
    .breadcumb-wrapper {
      text-align: center;
      background-position: left center;
    }
    .breadcumb-content {
      padding: 88px 0 30px 0;
    }
    .breadcumb-menu-wrap {
      justify-content: center;
      text-align: center;
      margin-top: 40px;
    }
    .breadcumb-menu {
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 7px 7px 0 0;
    }
    .breadcumb-menu:after {
      display: none;
    }
    .breadcumb-title {
      font-size: 36px;
    }
  }
  @media (max-width: 767px) {
    .breadcumb-title {
      font-size: 32px;
    }
    .breadcumb-subtitle {
      letter-spacing: 0;
      font-size: 16px;
    }
  }
  .vs-pagination {
    margin-bottom: 30px;
  }
  .vs-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .vs-pagination span,
  .vs-pagination a {
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    min-width: 50px;
    min-height: 50px;
    line-height: 48px;
    padding: 0 15px;
    z-index: 1;
    border: 1px solid var(--border-color);
    text-transform: uppercase;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    margin-left: 7px;
  }
  .vs-pagination span.active,
  .vs-pagination span:hover,
  .vs-pagination a.active,
  .vs-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
  }
  .vs-pagination li:first-child a,
  .vs-pagination li:last-child a {
    padding: 0 25px;
  }
  .vs-pagination li:first-child a:before,
  .vs-pagination li:last-child a:before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: var(--black-color);
    width: 15px;
    height: 11px;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .vs-pagination li:last-child {
    margin-right: 0;
  }
  .vs-pagination li:first-child {
    margin-left: 0;
  }
  @media (max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
      min-width: 35px;
      min-height: 35px;
      line-height: 35px;
      font-size: 12px;
      padding: 0 10px;
    }
    .vs-pagination li:first-child a,
    .vs-pagination li:last-child a {
      padding: 0 10px;
    }
  }
  blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--title-color);
    background-color: var(--smoke-color);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0;
  }
  blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    line-height: 1.5;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    font-style: italic;
  }
  blockquote:before {
    content: "";
    font-family: var(--icon-font);
    position: absolute;
    right: 70px;
    bottom: 27px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--theme-color);
  }
  blockquote p {
    margin-bottom: 0;
  }
  blockquote p a {
    color: inherit;
  }
  blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 400;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color);
  }
  blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color);
  }
  blockquote.vs-quote {
    border: 5px solid var(--theme-color);
    background-color: rgba(0, 0, 0, 0);
    padding: 36px 60px 36px 160px;
  }
  blockquote.vs-quote:before {
    content: "";
    font-size: 6rem;
    font-weight: 300;
    right: auto;
    bottom: auto;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    opacity: 0.2;
  }
  blockquote.vs-quote p {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
  }
  .blog-meta span,
  .blog-meta a {
    display: inline-block;
    margin-right: 23px;
    font-size: 18px;
    color: var(--body-color);
  }
  .blog-meta span:last-child,
  .blog-meta a:last-child {
    margin-right: 0;
  }
  .blog-meta span i,
  .blog-meta a i {
    margin-right: 10px;
    color: var(--body-color);
  }
  .blog-meta a:hover {
    color: var(--theme-color);
  }
  .meta-box {
    background-color: var(--theme-color);
    padding: 4px 20px;
  }
  .meta-box a {
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .meta-box a:not(:last-child):after {
    content: "-";
    display: inline-block;
    margin: 0 7px 0 10px;
  }
  .meta-box a:hover {
    color: var(--secondary-color);
  }
  .blog-category {
    margin-bottom: -10px;
  }
  .blog-category a {
    display: inline-block;
    color: var(--white-color);
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: var(--theme-color);
  }
  .blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--theme-color);
  }
  .blog-title a {
    color: inherit;
  }
  .blog-title a:hover {
    color: var(--theme-color);
  }
  .vs-blog {
    margin-bottom: 30px;
  }
  .share-links-title {
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block;
  }
  .share-links {
    margin: 50px 0 50px 0;
    padding: 17px 30px;
    background-color: var(--light-color);
  }
  .share-links .row {
    align-items: center;
    --bs-gutter-y: 15px;
  }
  .share-links .tagcloud {
    display: inline-block;
  }
  .share-links .social-links {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .share-links .social-links li {
    display: inline-block;
    margin-right: 4px;
  }
  .share-links .social-links li:last-child {
    margin-right: 0;
  }
  .share-links .social-links a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: var(--title-color);
    text-align: center;
    display: block;
    border: 1px solid var(--border-color);
    border-radius: 50%;
  }
  .share-links .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  .blog-inner-title {
    margin: -0.2em 0 40px 0;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 3px solid var(--theme-color);
    line-height: 1;
    font-size: 30px;
    padding-bottom: 5px;
  }
  .blog-single {
    position: relative;
    margin-bottom: 60px;
  }
  .blog-single .blog-date {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding: 8px 21px;
    margin-bottom: 18px;
  }
  .blog-single .blog-date i {
    margin-right: 7px;
  }
  .blog-single .blog-date:hover {
    background-color: var(--secondary-color);
  }
  .blog-single .blog-title {
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 40px;
  }
  .blog-single .blog-inner-author {
    color: var(--body-color);
    font-family: var(--title-font);
    color: var(--body-color);
    margin-bottom: 17px;
  }
  .blog-single .blog-inner-author img {
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px outset var(--border-color);
    background-color: var(--black-color);
  }
  .blog-single .blog-inner-author a {
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 700;
    color: var(--body-color);
  }
  .blog-single .blog-inner-author a:hover {
    color: var(--theme-color);
  }
  .blog-single .blog-text {
    margin-bottom: 32px;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img {
    position: relative;
    background-color: var(--smoke-color);
    margin-bottom: 30px;
  }
  .blog-single .blog-audio {
    line-height: 1;
  }
  .blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 5px;
  }
  .blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
  }
  .blog-single .blog-content {
    overflow: hidden;
  }
  .blog-single:not(.has-post-thumbnail) .blog-content {
    padding: 40px;
    border: 1px solid var(--border-color);
  }
  .blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .blog-details .blog-single .blog-content {
    padding: 0;
    border: none;
  }
  .blog-style1 .blog-img {
    position: relative;
    margin: 0 0 20px 20px;
  }
  .blog-style1 .meta-box {
    position: absolute;
    left: -20px;
    bottom: 20px;
  }
  .blog-style1 .blog-content {
    margin: 0 0 0 20px;
  }
  .blog-style1 .blog-title {
    font-weight: 600;
  }
  .blog-style1 .blog-btn {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
  }
  .blog-style1 .blog-btn i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    margin: 0 0 0 10px;
    transition: all ease 0.4s;
  }
  .blog-style1 .blog-btn:hover {
    color: var(--theme-color);
  }
  .blog-style1 .blog-btn:hover i {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  .blog-style2 {
    border: 3px solid var(--border-color);
    margin: 90px 0 30px 50px;
  }
  .blog-style2 .blog-img {
    margin: -90px 0 35px -50px;
    width: 100%;
  }
  .blog-style2 .blog-category {
    margin-bottom: 4px;
  }
  .blog-style2 .blog-category a {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    color: var(--theme-color);
    text-transform: uppercase;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .blog-style2 .blog-category a:hover {
    color: var(--title-color);
  }
  .blog-style2 .blog-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .blog-style2 .blog-meta {
    margin-top: 22px;
    padding: 15px 0;
    border-top: 3px solid var(--border-color);
  }
  .blog-style2 .blog-meta a {
    font-size: 16px;
    font-weight: 700;
  }
  .blog-style2 .blog-content {
    padding: 0 40px;
  }
  @media (max-width: 1399px) {
    .blog-style2 {
      margin: 50px 0 30px 30px;
    }
    .blog-style2 .blog-content {
      padding: 0 30px;
    }
    .blog-style2 .blog-img {
      margin: -50px 0 30px -30px;
    }
  }
  @media (max-width: 1199px) {
    blockquote {
      font-size: 18px;
      padding: 23px 30px 26px 30px;
    }
    blockquote.vs-quote {
      padding: 26px 60px 26px 130px;
    }
    blockquote.vs-quote p {
      font-size: 20px;
      line-height: 30px;
    }
    blockquote.vs-quote:before {
      font-size: 5rem;
      left: 25px;
    }
    .blog-single {
      --blog-space-y: 40px;
      --blog-space-x: 30px;
    }
    .blog-single .blog-title {
      font-size: 30px;
    }
    .blog-style1 .blog-title {
      font-size: 18px;
      line-height: 1.5;
    }
    .blog-style1 .blog-btn {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    blockquote {
      font-size: 16px;
      padding: 23px 15px 26px 15px;
    }
    blockquote:before {
      right: 30px;
      bottom: 30px;
      font-size: 2rem;
    }
    blockquote cite {
      margin-top: 17px;
      font-size: 14px;
    }
    blockquote cite::before {
      bottom: 6px;
    }
    blockquote.vs-quote {
      padding: 26px 20px 26px 20px;
    }
    blockquote.vs-quote:before {
      content: "";
      left: auto;
      top: auto;
      transform: none;
      right: 20px;
      bottom: 20px;
    }
    blockquote.vs-quote p {
      font-size: 18px;
    }
    .share-links {
      padding: 17px 20px;
    }
    .blog-inner-title {
      font-size: 26px;
    }
    .share-links-title {
      font-size: 18px;
      display: block;
      margin: 0 0 10px 0;
    }
    .blog-single {
      --blog-space-y: 40px;
      --blog-space-x: 20px;
    }
    .blog-single:not(.has-post-thumbnail) .blog-content {
      padding: 40px 20px;
    }
    .blog-single .blog-title {
      font-size: 24px;
      line-height: 1.6;
    }
    .blog-single .blog-meta > span:not(:last-child):after,
    .blog-single .blog-meta a:not(:last-child):after {
      content: "";
      margin: 0 10px 0 14px;
    }
    .blog-details:not(.has-post-thumbnail) .blog-content {
      padding: 0;
    }
  }
  @media (max-width: 575px) {
    .blog-style2 {
      margin: 0 0 30px 0;
    }
    .blog-style2 .blog-content {
      padding: 0 20px;
    }
    .blog-style2 .blog-img {
      margin: 0 0 30px 0;
    }
  }
  .vs-comment-form {
    margin: var(--blog-space-y, 40px) 0 var(--blog-space-y, 50px) 0;
    background-color: var(--light-color);
  }
  .comment-respond {
    position: relative;
    background-color: var(--light-color);
    padding: 40px;
  }
  .comment-respond .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
  }
  .comment-respond .custom-checkbox.notice {
    margin-bottom: 25px;
  }
  .comment-respond .row {
    --bs-gutter-x: 20px;
  }
  .comment-respond .form-control {
    border: 1px solid var(--border-color);
    font-size: 16px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0);
  }
  .comment-respond .form-control::-moz-placeholder {
    color: var(--title-color);
  }
  .comment-respond .form-control::placeholder {
    color: var(--title-color);
  }
  .comment-respond .form-group i {
    color: var(--theme-color);
  }
  .comment-respond input[type="checkbox"] ~ label:before {
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    border-radius: 0;
    top: 5.5px;
  }
  .comment-respond input[type="checkbox"]:checked ~ label:before {
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .comment-respond .blog-inner-title {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .comment-respond .form-text {
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--body-color);
  }
  .vs-comments-wrap {
    padding: 40px 40px 10px 40px;
    margin: 50px 0;
    background-color: var(--light-color);
  }
  .vs-comments-wrap .description p:last-child {
    margin-bottom: 0;
  }
  .vs-comments-wrap .comment-respond {
    margin: 30px 0;
  }
  .vs-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .vs-comments-wrap blockquote {
    background-color: #eaf8f9;
  }
  .vs-comments-wrap li {
    margin: 0;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px 25px 30px;
    position: relative;
    display: flex;
    margin: 30px 0 30px 0;
    position: relative;
    border: 1px solid var(--border-color);
  }
  .vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
  }
  .vs-comments-wrap ul.comment-list ul ul,
  .vs-comments-wrap ul.comment-list ul ol,
  .vs-comments-wrap ul.comment-list ol ul,
  .vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0;
  }
  .vs-comments-wrap .comment-avater {
    width: 130px;
    height: 130px;
    margin-right: 25px;
    background-color: var(--smoke-color);
  }
  .vs-comments-wrap .comment-avater img {
    width: 100%;
  }
  .vs-comments-wrap .comment-content {
    flex: 1;
    align-self: center;
  }
  .vs-comments-wrap .commented-on {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--body-color);
    display: inline-block;
    text-decoration: underline;
    position: relative;
    top: -2px;
  }
  .vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem;
  }
  .vs-comments-wrap .name {
    margin: -0.25em 10px 2px 0;
    font-size: 24px;
    display: inline-block;
  }
  .vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
  }
  .vs-comments-wrap .text {
    color: var(--body-color);
    margin-bottom: 0;
  }
  .vs-comments-wrap .text:last-of-type {
    margin-bottom: -0.25em;
  }
  .vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: -1px;
    top: -1px;
    line-height: 1;
  }
  .vs-comments-wrap .replay-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 15px;
  }
  .vs-comments-wrap .replay-btn:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
  }
  .vs-comments-wrap .review-rating {
    background-color: var(--theme-color);
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 9px 15px;
  }
  .vs-comments-wrap .star-rating {
    font-size: 10px;
    width: 70px;
  }
  .vs-comments-wrap .star-rating:before {
    color: var(--white-color);
  }
  .vs-comments-wrap .star-rating span:before {
    color: var(--white-color);
  }
  .vs-comments-wrap .review .vs-post-comment {
    padding: 0;
  }
  .vs-comments-wrap .review .comment-avater {
    width: 170px;
    height: auto;
  }
  .woocommerce-Reviews .vs-comments-wrap {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 40px;
  }
  .vs-comments-wrap.vs-comment-form {
    margin: 0;
  }
  @media (max-width: 1399px) {
    .comment-section {
      padding: 40px 40px 0px 40px;
    }
    .vs-comments-wrap .vs-post-comment {
      padding: 30px 30px 30px 30px;
      margin: 30px 0 30px 0;
    }
    .vs-comments-wrap .comment-avater {
      width: 100px;
      height: 100px;
      margin-right: 20px;
    }
    .vs-comments-wrap .name {
      margin: -0.1em 15px 0 0;
      font-size: 20px;
    }
    .comment-respond {
      padding: 30px;
    }
    .comment-respond .form-control {
      height: 60px;
      font-size: 14px;
    }
  }
  @media (max-width: 1199px) {
    .vs-comments-wrap {
      padding: 40px 30px 10px 30px;
    }
    .vs-comments-wrap .vs-post-comment {
      display: block;
      padding: 30px 20px 20px 20px;
    }
    .vs-comments-wrap .star-rating {
      position: relative;
      top: 0;
      right: 0;
    }
    .vs-comments-wrap .comment-top {
      display: block;
    }
    .vs-comments-wrap .comment-avater {
      margin-right: 0;
      margin-bottom: 20px;
    }
    .vs-comments-wrap .children {
      margin-left: 40px;
    }
    .vs-comments-wrap .review .vs-post-comment {
      padding: 30px;
    }
    .comment-respond .form-text {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .vs-comments-wrap {
      padding: 40px 20px 10px 20px;
    }
    .vs-comments-wrap .children {
      margin-left: 20px;
    }
    .vs-comments-wrap .name {
      margin: -0.1em 0 7px 0;
      font-size: 20px;
      display: block;
    }
    .vs-comments-wrap .review-rating {
      position: relative;
      right: 0;
      top: 0;
      margin: 10px 0 10px 0;
      width: -moz-max-content;
      width: max-content;
    }
    .vs-comments-wrap .review .vs-post-comment {
      padding: 30px 20px;
    }
    .comment-respond {
      padding: 40px 20px 40px 20px;
    }
    .comment-respond textarea,
    .comment-respond input {
      height: 50px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .comment-respond label {
      font-size: 14px;
    }
    .comment-section {
      padding: 40px 20px 0px 20px;
    }
  }
  .ls-btn-group .vs-btn {
    margin-right: 20px;
  }
  .ls-btn-group .vs-btn:last-child {
    margin-right: 1px;
  }
  .ls-layer .body-shape1 {
    height: 100%;
  }
  @media (max-width: 1024px) {
    .ls-btn-group .vs-btn {
      padding: 17px 27px;
    }
  }
  @media (max-width: 767px) {
    .ls-btn-group .vs-btn {
      padding: 12px 18px;
      font-size: 12px;
      margin-right: 15px;
    }
    .ls-btn-group .vs-btn:before {
      width: 10px;
      height: 10px;
      right: 3px;
      bottom: 3px;
    }
  }
  .vs-error-wrapper {
    background-color: var(--theme-color);
  }
  .error-number {
    font-size: 250px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin: -0.26em 0 0 0;
    color: var(--white-color);
  }
  .error-number .zero {
    color: var(--theme-color);
    font-size: 1.4em;
  }
  .error-title {
    text-transform: uppercase;
    font-size: 50px;
    margin: -0.3em 0 5px 0;
    color: var(--white-color);
  }
  .error-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 40px;
  }
  .error-content {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 90px 0;
  }
  .search-inline {
    position: relative;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 650px;
  }
  .search-inline input {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--white-color);
    border-radius: 0;
    height: 66px;
    padding: 0 0 0 40px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
  }
  .search-inline input::-moz-placeholder {
    color: var(--white-color);
  }
  .search-inline input::placeholder {
    color: var(--white-color);
  }
  .search-inline input:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--white-color);
    color: var(--white-color);
  }
  .search-inline button {
    position: absolute;
    right: 9px;
    top: 8px;
    border: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  }
  .search-inline button:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  @media (max-width: 1199px) {
    .error-content {
      padding: 80px 30px;
    }
    .error-number {
      font-size: 180px;
    }
  }
  @media (max-width: 991px) {
    .error-title {
      font-size: 40px;
    }
  }
  @media (max-width: 767px) {
    .error-content {
      padding: 50px 20px;
    }
    .error-number {
      font-size: 110px;
      margin-bottom: 15px;
    }
    .error-title {
      font-size: 26px;
    }
    .error-text {
      font-size: 14px;
      margin-bottom: 20px;
    }
    .error-content {
      padding: 80px 20px;
    }
    .search-inline input {
      padding: 0 0 0 25px;
      font-size: 16px;
      font-size: 14px;
    }
  }
  .list-style1 ul {
    margin: 0 0 40px 0;
  }
  .list-style1 li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 27px;
  }
  .list-style1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    background-color: var(--theme-color);
  }
  .list-style2 ul {
    margin: 0 0 0 30px 0;
  }
  .list-style2 li {
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 8px;
    position: relative;
    padding-left: 40px;
  }
  .list-style2 li > img {
    position: absolute;
    left: 0;
    top: 1px;
  }
  .list-style2.layout2 li {
    font-weight: 400;
  }
  .about-box1 {
    margin-bottom: 30px;
  }
  .about-box1 .about-text {
    max-width: 260px;
    font-size: 18px;
  }
  .about-box1 .list-style2 {
    margin-top: 8px;
  }
  .img-box1 {
    margin: 0 -190px 30px -75px;
  }
  .img-box2 {
    position: relative;
    margin: -20px 0 30px 0;
    padding: 0 0 200px 0;
  }
  .img-box2 .img-2 {
    position: absolute;
    left: -95px;
    top: 0;
  }
  .img-box3 {
    margin: 100px 0 30px 0;
    position: relative;
  }
  @media (max-width: 1500px) {
    .img-box1 {
      margin: 0 0 40px 0;
    }
    .about-box1 .about-text {
      max-width: 100%;
    }
    .about-box1 .list-style2 {
      margin-top: 0;
      margin-bottom: 30px;
    }
    .img-box2 {
      margin: 0 0 30px 0;
      padding-bottom: 130px;
    }
    .img-box2 .img-2 {
      left: 0;
    }
  }
  @media (max-width: 1199px) {
    .img-box3 {
      margin: 0 0 30px 0;
    }
  }
  @media (max-width: 991px) {
    .img-box2 {
      margin: 0 0 30px 0;
    }
    .img-box2 .img-2 {
      left: 0;
      animation: none;
    }
  }
  @media (max-width: 767px) {
    .about-box1 .about-text {
      font-size: 16px;
    }
    .img-box2 {
      padding: 0 0 200px 0;
    }
  }
  .dark-mode .list-style1 li {
    color: var(--body-color);
  }
  .match-menu1 {
    margin-bottom: 28px;
  }
  .match-menu1 .match-date {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    display: block;
    margin-bottom: 3px;
    line-height: 1;
  }
  .match-menu1 .match-day {
    color: #ddd;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
  }
  .match-menu1 button {
    border: none;
    background-color: var(--secondary-color);
    text-align: left;
    padding: 35px 40px 32px 40px;
    display: block;
    width: calc(100% - 30px);
    margin: 0 30px 2px 0;
    position: relative;
    transition: all ease 0.4s;
  }
  .match-menu1 button:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    transform: translateX(-4px);
  }
  .match-menu1 button.active,
  .match-menu1 button:hover {
    background-color: var(--theme-color);
  }
  .match-menu1 button.active:before,
  .match-menu1 button:hover:before {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .match-menu2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: var(--smoke-color);
  }
  .match-menu2 button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    line-height: 1;
    color: var(--title-color);
    padding: 35px 46px;
    position: relative;
  }
  .match-menu2 button:before {
    content: "";
    position: absolute;
    left: -0.5px;
    top: 50%;
    height: 30px;
    width: 1px;
    margin-top: -15px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .match-menu2 button:hover,
  .match-menu2 button.active {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .match-menu2 button.active::before,
  .match-menu2 button:hover::before,
  .match-menu2 button:hover + button::before,
  .match-menu2 button.active + button::before,
  .match-menu2 button:first-child::before {
    opacity: 0;
    visibility: hidden;
  }
  .match-style1 {
    margin-bottom: 20px;
    background-color: var(--body-bg);
  }
  .match-style1:last-child {
    margin-bottom: 30px;
  }
  .match-style1 .match-top {
    display: flex;
    align-items: center;
    border: 3px solid var(--smoke-color);
    border-bottom: none;
    justify-content: space-between;
    padding: 5px 45px;
    min-height: 120px;
    transition: all ease 0.4s;
  }
  .match-style1 .match-team {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .match-style1 .match-team:last-child {
    flex-direction: row-reverse;
  }
  .match-style1 .team-name {
    font-weight: 600;
    margin: 0;
  }
  .match-style1 .match-time {
    font-size: 35px;
    color: var(--title-color);
    font-weight: 700;
  }
  .match-style1 .match-bottom {
    text-align: center;
    position: relative;
    background-color: var(--smoke-color);
    padding: 10px 0;
    transition: all ease 0.4s;
  }
  .match-style1 .match-date {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
  }
  .match-style1 .match-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 0.4s;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
  }
  .match-style1 .match-btn i {
    margin-right: 10px;
  }
  .match-style1 .match-btn:hover {
    text-decoration: underline;
  }
  .match-style1:hover .match-date {
    opacity: 0;
    visibility: hidden;
  }
  .match-style1:hover .match-btn {
    opacity: 1;
    visibility: visible;
  }
  .match-style1:hover .match-bottom {
    background-color: var(--theme-color);
  }
  .match-style1:hover .match-top {
    border-color: var(--theme-color);
  }
  .match-style2 {
    text-align: center;
    background-color: var(--smoke-color);
    padding: 110px 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .match-style2 .match-name {
    font-size: 34px;
    text-transform: uppercase;
    margin: -0.3em 0 8px 0;
  }
  .match-style2 .match-date {
    text-transform: uppercase;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 45px 0;
  }
  .match-style2 .match-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .match-style2 .team-avaters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
  }
  .match-style2 .total-avater {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    padding: 0 5px;
    display: inline-block;
  }
  .match-style2 .avater {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--title-color);
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
  }
  .match-style2 .avater img {
    width: 100%;
  }
  .match-style2 .team-name {
    font-weight: 600;
    margin: 0 0 11px 0;
  }
  .match-style2 .match-bottom {
    margin-top: -15px;
  }
  .match-style2 .match-shape1 {
    position: absolute;
    right: -30px;
    bottom: -35px;
    background-color: var(--theme-color);
    width: 100%;
    height: 131px;
    -webkit-clip-path: path(
      "M1285.000,-0.001 L970.006,26.494 L1036.243,66.235 L-0.000,130.999 L1283.528,130.999"
    );
    clip-path: path(
      "M1285.000,-0.001 L970.006,26.494 L1036.243,66.235 L-0.000,130.999 L1283.528,130.999"
    );
  }
  .match-style2 .match-team {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
    flex: 1;
  }
  .match-style2 .match-team:last-child {
    text-align: right;
    flex-direction: row-reverse;
  }
  .match-style2 .match-team:last-child .team-avaters {
    flex-direction: row-reverse;
  }
  .match-style2:not(.layout2):not(.layout3) .match-time {
    display: block;
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 35px;
    font-weight: 700;
    color: var(--title-color);
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
  }
  .match-style2.layout3,
  .match-style2.layout2 {
    padding: 55px 75px;
    outline: 5px solid rgba(0, 0, 0, 0);
    outline-offset: -5px;
    transition: all ease 0.4s;
    margin-bottom: 20px;
  }
  .match-style2.layout3:last-child,
  .match-style2.layout2:last-child {
    margin-bottom: 30px;
  }
  .match-style2.layout3 .match-time,
  .match-style2.layout2 .match-time {
    font-size: 54px;
    color: var(--title-color);
    font-weight: 700;
    line-height: 1;
    margin: -0.1em 0 10px 0;
  }
  .match-style2.layout3 .match-date,
  .match-style2.layout2 .match-date {
    margin-bottom: 0;
  }
  .match-style2.layout3 .match-bottom,
  .match-style2.layout2 .match-bottom {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .match-style2.layout2:hover {
    outline-color: var(--theme-color);
    background-color: var(--body-bg);
  }
  .match-style2.layout2:hover .match-bottom {
    opacity: 1;
    visibility: visible;
  }
  .match-style2.layout3 {
    padding: 29px 45px;
  }
  .match-style2.layout3 .match-time {
    margin: 0;
  }
  .match-style3 {
    display: flex;
    margin-bottom: 20px;
    background-color: var(--body-bg);
    width: 100%;
  }
  .match-style3:last-child {
    margin-bottom: 30px;
  }
  .match-style3 .match-top {
    display: flex;
    border: 3px solid var(--smoke-color);
    border-top: none;
    transition: all ease 0.4s;
  }
  .match-style3 .match-team {
    flex: 1;
    width: 240px;
    text-align: center;
  }
  .match-style3 .team-name {
    background-color: var(--smoke-color);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    line-height: 1;
    margin: 0;
    transition: all ease 0.4s;
  }
  .match-style3 .team-logo {
    padding: 27px 10px;
  }
  .match-style3 .match-verses {
    position: relative;
    width: 3px;
    background-color: var(--smoke-color);
    transition: all ease 0.4s;
  }
  .match-style3 .match-verses .text {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 61.9%;
    transform: translate(-50%, -50%);
    background-color: var(--body-bg);
    color: var(--title-color);
    border: 3px solid var(--smoke-color);
    border-radius: 50%;
    transition: all ease 0.4s;
  }
  .match-style3 .match-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid var(--smoke-color);
    border-left: none;
    padding: 0 40px 0 60px;
    transition: all ease 0.4s;
  }
  .match-style3 .match-label {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: -0.4em 0 5px 0;
  }
  .match-style3 .match-name {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .match-style3 .match-date {
    background-color: var(--secondary-color);
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 500;
    margin: 0;
    padding: 9.5px 20px;
    line-height: 1;
  }
  .match-style3 .vs-btn {
    height: 68px;
    width: 68px;
    line-height: 68px;
    background-color: var(--smoke-color);
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 0;
    overflow: hidden;
  }
  .match-style3 .vs-btn i {
    position: relative;
    left: 25px;
    font-size: 20px;
    transition: all ease 0.4s;
    color: var(--title-color);
  }
  .match-style3:hover .team-name {
    background-color: var(--theme-color);
  }
  .match-style3:hover .team-name a {
    color: var(--white-color);
  }
  .match-style3:hover .match-verses .text,
  .match-style3:hover .match-top {
    border-color: var(--theme-color);
  }
  .match-style3:hover .match-verses {
    background-color: var(--theme-color);
  }
  .match-style3:hover .match-body {
    border-color: var(--theme-color);
  }
  .match-style3:hover .vs-btn {
    width: 216px;
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .match-style3:hover .vs-btn i {
    left: 0;
    color: var(--white-color);
  }
  .match-details {
    display: block;
  }
  .match-details .match-date {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: -0.4em 0 7px 0;
    text-align: center;
  }
  .match-details .match-date .time {
    color: var(--title-color);
  }
  .match-details .match-title {
    text-align: center;
    margin-bottom: 32px;
  }
  .match-details > .vs-btn {
    margin: 0 auto 50px auto;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
  @media (max-width: 1399px) {
    .match-style2 {
      padding: 60px 50px;
    }
    .match-style2.layout3,
    .match-style2.layout2 {
      padding: 45px 40px 0 40px;
      outline-color: var(--theme-color);
    }
    .match-style2.layout3 .match-bottom,
    .match-style2.layout2 .match-bottom {
      opacity: 1;
      visibility: visible;
      position: relative;
      margin: 20px 0 0 0;
    }
    .match-style2.layout3 .match-date,
    .match-style2.layout2 .match-date {
      font-size: 16px;
    }
    .match-style2.layout3 .match-time,
    .match-style2.layout2 .match-time {
      font-size: 40px;
    }
    .match-style2.layout3 {
      padding: 45px 40px 40px 40px;
    }
    .match-style3 .match-body {
      padding: 0px 30px 0 30px;
    }
    .match-style3 .match-name {
      font-size: 22px;
      margin-bottom: 15px;
    }
    .match-style3 .match-label {
      font-size: 16px;
    }
    .match-style3:hover .vs-btn {
      width: 180px;
    }
    .match-style3 {
      display: block;
    }
    .match-style3 .match-body {
      padding: 35px 30px;
      border-top: none;
      border-left: 3px solid var(--smoke-color);
    }
    .match-style3 .vs-btn {
      width: 180px;
      height: 60px;
      line-height: 60px;
      margin-top: 20px;
      color: var(--white-color);
    }
    .match-style3 .vs-btn i {
      left: 0;
      font-size: inherit;
    }
  }
  @media (max-width: 1199px) {
    .match-style2 .team-logo {
      max-width: 110px;
    }
    .match-style2 .avater {
      width: 36px;
      height: 36px;
    }
    .match-style2:not(.layout2):not(.layout3) .match-time {
      width: 160px;
      height: 160px;
      line-height: 160px;
      font-size: 35px;
    }
    .match-menu1 button {
      padding: 26px 20px 22px 20px;
      margin: 0 30px 2px 0;
    }
    .match-menu1 .match-date {
      font-size: 20px;
    }
    .match-menu1 .match-day {
      font-size: 14px;
      letter-spacing: 0;
    }
    .match-style1 .match-date {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .match-style2 {
      padding: 50px 30px;
    }
    .match-style2 .match-team {
      display: block;
    }
    .match-style2 .match-team:last-child .team-logo {
      margin-left: auto;
    }
    .match-style2 .team-logo {
      margin-bottom: 13px;
    }
    .match-style2 .match-name {
      font-size: 26px;
    }
    .match-style2 .match-date {
      font-size: 16px;
      margin: 0 0 35px 0;
    }
    .match-style2 .team-name {
      margin: 0 0 15px 0;
    }
    .match-style2 .match-bottom {
      margin-top: 25px;
    }
    .match-menu1 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .match-menu1 button {
      display: inline-block;
      width: 100%;
      margin: 0;
      text-align: center;
    }
    .match-menu1 button::before {
      display: none;
    }
    .match-menu2 button {
      font-size: 14px;
      letter-spacing: 0;
      padding: 23px 28px;
    }
  }
  @media (max-width: 767px) {
    .match-style2 {
      padding: 40px 20px;
    }
    .match-style2:not(.layout2):not(.layout3) .match-time {
      width: auto;
      height: auto;
      line-height: 1;
      font-size: 20px;
      border-radius: 0;
      align-self: flex-start;
      color: var(--theme-color);
    }
    .match-style2 .team-logo {
      max-width: 50px;
    }
    .match-style2 .avater {
      width: 30px;
      height: 30px;
      line-height: 22px;
    }
    .match-style2 .match-name {
      font-size: 22px;
      margin-bottom: 13px;
    }
    .match-style2 .match-date {
      font-size: 14px;
      margin: 0 0 25px 0;
    }
    .match-style2.layout2 {
      padding: 30px 20px 0 20px;
    }
    .match-style2.layout2 .match-body {
      flex-wrap: wrap;
    }
    .match-style2.layout2 .match-middle {
      order: 1;
      width: 100%;
      margin-bottom: 15px;
    }
    .match-style2.layout2 .match-team:first-child {
      order: 2;
    }
    .match-style2.layout2 .match-team:last-child {
      order: 3;
    }
    .match-style2.layout3 {
      padding: 30px 20px 20px 20px;
    }
    .match-style2.layout3 .match-time {
      background-color: rgba(0, 0, 0, 0);
      background-color: rgba(0, 0, 0, 0);
      font-size: 28px;
      margin: 0 20px;
    }
    .match-style2.layout3 .match-middle {
      width: auto;
      background-color: rgba(0, 0, 0, 0);
    }
    .match-style2.layout3 .team-logo {
      max-width: 100px;
    }
    .match-style1 .match-top {
      padding: 20px 20px;
    }
    .match-style1 .team-name {
      font-size: 14px;
    }
    .match-style1 .team-logo {
      margin-bottom: 10px;
    }
    .match-style1 .match-team {
      display: block;
      text-align: center;
    }
    .match-style1 .match-time {
      font-size: 20px;
      color: var(--theme-color);
    }
    .match-style1 .match-date {
      font-size: 14px;
      letter-spacing: 0;
    }
    .match-menu2 {
      justify-content: center;
    }
    .match-menu2 button:before {
      display: none;
    }
    .match-style3 .match-body {
      display: block;
      text-align: center;
    }
    .match-style3 .match-body .vs-btn {
      margin-top: 25px;
    }
  }
  @media (max-width: 575px) {
    .match-menu1 button {
      padding: 26px 10px 22px 10px;
    }
    .match-style3 .match-body {
      padding: 35px 15px;
    }
    .match-menu2 button {
      padding: 23px 18px;
    }
  }
  .dark-mode .match-style1 {
    --smoke-color: #2f2c43;
  }
  .dark-mode .match-style2 {
    background-color: var(--secondary-color);
  }
  .dark-mode .match-style2:not(.layout2):not(.layout3) .match-time {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .dark-mode .match-style3 {
    --smoke-color: #2f2c43;
  }
  .dark-mode .match-style3 .match-label {
    color: #ddd;
  }
  .dark-mode .match-menu2 {
    background-color: var(--secondary-color);
  }
  .dark-mode .match-menu2 button:before {
    background-color: #7a7a7a;
  }
  .package-style1 {
    position: relative;
    border: 3px solid var(--secondary-color);
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 30px;
    background-color: var(--body-bg);
    transition: all ease 0.4s;
  }
  .package-style1 .package-top {
    background-color: var(--secondary-color);
    padding: 40px 0 13px 0;
    margin-bottom: 86px;
    position: relative;
    transition: all ease 0.4s;
  }
  .package-style1 .package-shape {
    position: absolute;
    right: -3px;
    top: 99%;
    background-color: var(--secondary-color);
    -webkit-clip-path: url(#priceoneclip);
    clip-path: url(#priceoneclip);
    height: 93px;
    left: 0;
    transition: all ease 0.4s;
  }
  .package-style1 .package-name {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
  }
  .package-style1 .package-price {
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 5px;
  }
  .package-style1 .package-price .currency {
    font-size: 40px;
    font-weight: 400;
    vertical-align: top;
    position: relative;
    top: 0.15em;
  }
  .package-style1 .package-duration {
    color: var(--white-color);
    font-weight: 500;
    font-size: 18px;
    display: block;
  }
  .package-style1 .package-list {
    margin-bottom: 33px;
    padding: 0 40px;
  }
  .package-style1 .package-list li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 17px 0;
    margin: 0 0 15px 0;
    color: var(--title-color);
  }
  .package-style1 .package-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .package-style1.active,
  .package-style1:hover {
    border-color: var(--theme-color);
  }
  .package-style1.active .package-shape,
  .package-style1.active .package-top,
  .package-style1:hover .package-shape,
  .package-style1:hover .package-top {
    background-color: var(--theme-color);
  }
  .package-zigzag:nth-child(odd) {
    margin-top: 60px;
  }
  @media (max-width: 1199px) {
    .package-zigzag:nth-child(odd) {
      margin-top: 40px;
    }
    .package-style1 .package-top {
      padding: 30px 0 13px 0;
      margin-bottom: 40px;
    }
    .package-style1 .package-shape {
      height: 45px;
    }
    .package-style1 .package-price {
      font-size: 50px;
    }
    .package-style1 .package-price .currency {
      font-size: 26px;
      top: 7px;
      margin-right: 3px;
    }
    .package-style1 .package-name {
      font-size: 16px;
      margin: 0 0 5px 0;
    }
    .package-style1 .package-list li {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .package-zigzag:nth-child(odd) {
      margin-top: 0;
    }
  }
  .cta-wrap1 {
    padding-top: 320px;
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
  }
  .cta-wrap1 .cta-shape1 {
    position: absolute;
    left: 0;
    right: -40px;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: url(#cta-clip1);
    clip-path: url(#cta-clip1);
  }
  .cta-text1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .cta-about1 {
    padding: 60px 0 60px 80px;
  }
  .cta-about1 .cta-title {
    margin: -0.25em 0 10px 0;
  }
  .cta-about1 .cta-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cta-wrap2 {
    margin-top: -175px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 1500px) {
    .cta-wrap1 {
      padding-top: 250px;
      padding-bottom: 80px;
    }
    .cta-text1 {
      font-size: 20px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1399px) {
    .cta-about1 {
      padding: 25px 0 25px 40px;
    }
    .cta-about1 .cta-title {
      font-size: 40px;
    }
    .cta-about1 .cta-text {
      font-size: 16px;
    }
  }
  @media (max-width: 1199px) {
    .cta-about1 .cta-title {
      font-size: 30px;
    }
    .cta-wrap2 {
      margin-top: 0;
      padding-top: var(--section-space-mobile);
    }
  }
  @media (max-width: 991px) {
    .cta-wrap1 {
      padding-top: 160px;
      padding-bottom: 50px;
    }
    .cta-about1 {
      padding: 35px 20px 35px 20px;
    }
  }
  @media (max-width: 767px) {
    .cta-wrap1 {
      padding-top: var(--section-space-mobile);
      padding-bottom: var(--section-space-mobile);
    }
    .cta-wrap1 .cta-shape1 {
      right: 0;
      -webkit-clip-path: none;
      clip-path: none;
    }
    .cta-text1 {
      font-size: 16px;
      margin-bottom: 30px;
    }
  }
  .player-about1 .player-social a,
  .player-style2 .player-social a,
  .player-style1 .player-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--border-color);
    color: var(--title-color);
    border-radius: 50%;
    margin-right: 5px;
    transition: all ease 0.4s;
  }
  .player-about1 .player-social a:last-child,
  .player-style2 .player-social a:last-child,
  .player-style1 .player-social a:last-child {
    margin-right: 0;
  }
  .player-about1 .player-social a:hover,
  .player-style2 .player-social a:hover,
  .player-style1 .player-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
  }
  .player-style1 .player-img {
    align-self: flex-end;
  }
  .player-style1 .player-body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 40px;
    padding: 0 50px 0 50px;
    margin-bottom: 30px;
  }
  .player-style1 .player-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-color: var(--theme-color);
    -webkit-clip-path: path(
      "M 0 -0.001 L 78.687 73.01 L 62.141 182.528 L 321 361 L 0.368 361"
    );
    clip-path: path(
      "M 0 -0.001 L 78.687 73.01 L 62.141 182.528 L 321 361 L 0.368 361"
    );
    z-index: -1;
  }
  .player-style1 .player-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--smoke-color);
    z-index: -2;
    transition: all ease 0.4s;
  }
  .player-style1 .player-content {
    flex: 1;
    padding: 20px 0;
  }
  .player-style1 .player-name {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: -0.25em 0 8px 0;
  }
  .player-style1 .player-degi {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 21px;
    margin-bottom: 10px;
    transition: all ease 0.4s;
  }
  .player-style1 .player-mail {
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    display: inline-block;
    margin-bottom: 17px;
    transition: all ease 0.4s;
  }
  .player-style1 .player-mail i {
    color: var(--title-color);
    margin-right: 10px;
    vertical-align: middle;
    transition: all ease 0.4s;
  }
  .player-style1 .player-mail:hover {
    color: var(--theme-color);
  }
  .player-style1:nth-child(odd) .player-body {
    flex-direction: row-reverse;
  }
  .player-style1:nth-child(odd) .player-img img {
    transform: rotateY(180deg);
  }
  .player-style1:nth-child(odd) .player-shape1 {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
  }
  .player-style1.layout2 .player-body {
    padding-right: 0;
    flex-direction: row-reverse;
  }
  .player-style1:hover .player-bg {
    background-color: var(--secondary-color);
  }
  .player-style1:hover .player-social a:not(:hover) {
    border-color: var(--white-color);
    color: var(--white-color);
  }
  .player-style1:hover .player-name a:not(:hover) {
    color: var(--white-color);
  }
  .player-style1:hover .player-mail i {
    color: var(--white-color);
  }
  .player-style1:hover,
  .dark-mode .player-style1 {
    --body-color: #dddddd;
    --border-color: #454052;
  }
  .player-avater1 {
    background-color: var(--smoke-color);
    transition: all ease 0.4s;
    text-align: center;
  }
  .player-style2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .player-style2 .player-team-logo {
    margin: 0 auto 25px auto;
  }
  .player-style2 .player-title {
    font-size: 34px;
    margin: 0 0 8px 0;
  }
  .player-style2 .player-degi {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .slick-current .player-avater1 {
    background-color: var(--theme-color);
  }
  .player-slider1 {
    margin: -120px auto 0 auto;
    max-width: 320px;
  }
  .player-wrap1 {
    padding-top: 261px;
  }
  .player-img1 {
    border: 8px solid var(--border-color);
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
  }
  .player-img1 img {
    margin-bottom: -8px;
  }
  .player-about1 {
    margin-bottom: 30px;
  }
  .player-about1 .player-name {
    margin: -0.3em 0 4px 0;
  }
  .player-about1 .player-degi {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 19px;
  }
  .player-about1 .player-infos ul {
    margin: 0;
  }
  .player-about1 .player-infos li {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 27px;
    margin-bottom: 20px;
  }
  .player-about1 .player-info-label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
  }
  .player-about1 .player-info-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
    line-height: 1;
  }
  .player-about1 .player-mail {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-color);
  }
  .player-about1 .player-mail i {
    margin-right: 10px;
    vertical-align: middle;
    color: var(--title-color);
  }
  .player-about1 .player-mail:hover {
    color: var(--theme-color);
  }
  @media (max-width: 1399px) {
    .player-wrap1 {
      padding-top: var(--section-space);
    }
    .player-style2 .player-team-logo {
      max-width: 120px;
      margin-bottom: 15px;
    }
    .player-style2 .player-title {
      font-size: 28px;
      margin: 0 0 5px 0;
    }
    .player-style2 .player-degi {
      font-size: 14px;
    }
    .player-slider1 {
      margin: -90px auto 0 auto;
    }
  }
  @media (max-width: 1199px) {
    .player-about1 .player-social a,
    .player-style2 .player-social a,
    .player-style1 .player-social a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
    }
    .player-style1 .player-name {
      font-size: 28px;
      margin: -0.25em 0 5px 0;
    }
    .player-style1 .player-degi {
      letter-spacing: 0;
      padding-bottom: 15px;
      margin-bottom: 10px;
      font-size: 14px;
    }
    .player-style1 .player-mail {
      font-size: 14px;
      margin-bottom: 14px;
    }
    .player-style1 .player-img {
      max-width: 180px;
      margin-bottom: 0;
    }
    .player-style1 .player-shape1 {
      bottom: 0;
    }
    .player-style1 .player-body {
      gap: 25px;
      padding: 10px 20px 0 20px;
      margin-bottom: 30px;
    }
    .player-style1.layout2 .player-body {
      padding-top: 0;
    }
    .player-wrap1 {
      padding-top: var(--section-space-mobile);
    }
  }
  @media (max-width: 991px) {
    .player-style1 .player-body {
      display: block;
      text-align: center;
      padding: 0;
    }
    .player-style1 .player-img {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      max-width: 100%;
    }
    .player-style1 .player-content {
      padding: 30px 30px;
    }
    .player-style1.layout2 .player-img img {
      width: 100%;
    }
    .player-style1 .player-name {
      font-size: 26px;
    }
  }
  @media (max-width: 767px) {
    .player-style2 .player-title {
      font-size: 24px;
    }
  }
  .dark-mode .player-style1:not(:hover) .player-bg {
    background-color: var(--secondary-color);
    opacity: 0.3;
  }
  .team-nav1 {
    margin-bottom: 30px;
  }
  .team-nav1 .team-name {
    display: block;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin: -26px 20px 0 20px;
    padding: 12px 10px;
    z-index: 2;
    position: relative;
    transition: all ease 0.4s;
  }
  .team-nav1 .team-logo {
    padding: 25px 0 40px 0;
  }
  .team-nav1 .tab-btn {
    text-align: center;
    background-color: var(--smoke-color);
    padding: 0.1px 0 0 0;
    margin: 21px 0 30px 0;
    position: relative;
    border: 5px solid rgba(0, 0, 0, 0);
    transition: all ease 0.4s;
    cursor: pointer;
  }
  .team-nav1 .slick-current .tab-btn,
  .team-nav1 .tab-btn:hover {
    border-color: var(--theme-color);
    background-color: var(--body-bg);
  }
  .team-nav1 .slick-current .tab-btn .team-name,
  .team-nav1 .tab-btn:hover .team-name {
    background-color: var(--theme-color);
  }
  .team-nav1 .slick-arrow {
    background-color: rgba(0, 0, 0, 0);
    font-size: 26px;
    padding: 0;
    width: auto;
    height: auto;
    margin: -30px 0 0 0;
    top: 50%;
    color: var(--title-color);
    --pos-x: -70px;
    border: none;
  }
  .team-nav1 .slick-arrow:hover {
    color: var(--theme-color);
    background-color: rgba(0, 0, 0, 0);
  }
  .team-style1 .team-body {
    background-color: var(--smoke-color);
    text-align: center;
    padding: 55px 0 0 0;
    outline: 5px solid rgba(0, 0, 0, 0);
    outline-offset: -5px;
    transition: all ease 0.4s;
    position: relative;
    margin-bottom: 85px;
    z-index: 1;
  }
  .team-style1 .vs-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    height: 60px;
    padding: 0 20px;
    line-height: 58px;
    opacity: 0;
    visibility: hidden;
  }
  .team-style1 .team-logo {
    margin: 0 0 22px 0;
  }
  .team-style1 .team-logo img {
    transition: all ease 0.6s;
    transform: rotate(0);
  }
  .team-style1 .team-name {
    text-transform: uppercase;
    margin-bottom: 19px;
  }
  .team-style1 .team-avaters {
    margin-bottom: 30px;
  }
  .team-style1 .team-avaters .avater {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--title-color);
    display: inline-block;
    vertical-align: middle;
  }
  .team-style1 .team-avaters .avater img {
    width: 100%;
  }
  .team-style1 .total-avater {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    display: inline-block;
    padding: 0 5px;
  }
  .team-style1 .team-info-number {
    font-size: 30px;
    font-weight: 600;
    color: var(--title-color);
    display: block;
    margin-bottom: 3px;
  }
  .team-style1 .team-info-label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .team-style1 .team-bottom {
    display: flex;
    border-top: 1px solid var(--border-color);
    position: relative;
    z-index: -1;
  }
  .team-style1 .team-info {
    border-left: 1px solid var(--border-color);
    flex: 1;
    padding: 24px 0 24px 0;
  }
  .team-style1 .team-info:first-child {
    border-left: none;
  }
  .team-style1.layout3 .team-body,
  .team-style1.layout2 .team-body {
    margin-bottom: 30px;
    background-color: var(--body-bg);
    outline-color: var(--theme-color);
  }
  .team-style1.layout3 .vs-btn,
  .team-style1.layout2 .vs-btn {
    bottom: 0;
    top: 0;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-style1.layout3 .team-bottom,
  .team-style1.layout2 .team-bottom {
    position: relative;
  }
  .team-style1.layout2:nth-child(2n + 1) {
    --theme-color: #003e9f;
  }
  .team-style1.layout2:nth-child(2n + 2) {
    --theme-color: #f2003a;
  }
  .team-style1.layout2:nth-child(3n + 3) {
    --theme-color: #c3ac38;
  }
  .team-style1.layout2:nth-child(4n + 4) {
    --theme-color: #1ff2f8;
  }
  .team-style1.layout2:nth-child(5n + 5) {
    --theme-color: #4a97ab;
  }
  .team-style1.layout2:nth-child(6n + 6) {
    --theme-color: #43c84f;
  }
  .team-style1:hover .team-logo img {
    transform: rotateY(360deg);
  }
  .team-style1:hover .team-body,
  .slick-current.team-style1 .team-body {
    outline-color: var(--theme-color);
    background-color: var(--body-bg);
  }
  .team-style1:hover .vs-btn,
  .slick-current.team-style1 .vs-btn {
    opacity: 1;
    visibility: visible;
  }
  .team-wrap1 {
    padding-top: 1px;
    position: relative;
    z-index: 31;
  }
  .team-wrap1 > .container {
    margin-top: -140px;
  }
  .team-box1 {
    text-align: center;
    margin-bottom: 25px;
  }
  .team-box1 .team-logo {
    margin-bottom: 15px;
  }
  .team-box1 .team-name {
    text-transform: uppercase;
    margin: -0.1em 0 12px 0;
  }
  .team-box1 .team-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    color: var(--title-color);
    margin-right: 5px;
  }
  .team-box1 .team-social a:last-child {
    margin-right: 0;
  }
  .team-box1 .team-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .team-box1 .team-bottom {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    margin: 40px 0 0 0;
  }
  .team-box1 .team-info {
    flex: 1;
    padding: 24px 0 22px 0;
    border-left: 1px solid var(--border-color);
  }
  .team-box1 .team-info:first-child {
    border-left: none;
  }
  .team-box1 .team-info-number {
    font-size: 30px;
    font-weight: 600;
    color: var(--title-color);
    display: block;
    margin-bottom: 4px;
  }
  .team-box1 .team-info-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
  }
  .team-avater1 {
    border: 5px solid var(--theme-color);
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .team-avater1 .team-logo {
    width: 220px;
    padding: 35px 0;
  }
  .team-avater1 .team-name {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 13px 10px;
  }
  @media (max-width: 1500px) {
    .team-wrap1 > .container {
      margin-top: var(--section-space-mobile);
    }
  }
  @media (max-width: 1199px) {
    .team-style1 .team-info-number {
      font-size: 26px;
    }
    .team-style1 .team-info-label {
      font-size: 14px;
    }
    .team-style1 .team-body {
      padding: 40px 0 0 0;
    }
    .team-avater1 .team-logo {
      width: 180px;
      padding: 20px 0;
    }
    .team-avater1 .team-name {
      font-size: 14px;
      padding: 10px 10px;
    }
    .player-about1 .player-name {
      font-size: 30px;
    }
    .player-about1 .player-degi {
      font-size: 14px;
    }
    .player-about1 .player-info-label {
      font-size: 14px;
      margin: 0 0 5px 0;
    }
    .player-about1 .player-info-title {
      font-size: 22px;
    }
    .player-about1 .player-mail {
      font-size: 16px;
    }
    .player-about1 .player-infos li {
      padding-bottom: 22px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 991px) {
    .team-style1 .team-body {
      outline-color: var(--theme-color);
      margin-bottom: 30px;
    }
    .team-style1 .team-bottom {
      flex-wrap: wrap;
    }
    .team-style1 .vs-btn {
      position: relative;
      bottom: 0;
      width: 100%;
      opacity: 1;
      visibility: visible;
    }
    .team-nav1 .team-name {
      margin: -26px 15px 0 15px;
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .team-nav1 .team-name {
      font-size: 14px;
      margin: -5px -5px 0 -5px;
      padding: 11px 10px;
    }
    .team-box1 .team-info-number {
      font-size: 20px;
      margin-bottom: 0;
    }
    .team-box1 .team-info-label {
      font-size: 14px;
    }
    .team-box1 .team-info {
      padding: 18px 0 17px 0;
    }
    .team-nav1 .team-logo {
      padding: 20px 10px 20px 10px;
    }
    .team-avater1 .team-logo {
      width: 100%;
    }
  }
  .dark-mode .team-style1 {
    --border-color: rgba(255, 255, 255, 0.2);
    --smoke-color: var(--secondary-color);
  }
  .dark-mode .team-style1 .team-info-label {
    color: var(--white-color);
  }
  .dark-mode .team-style1.layout3 .team-body {
    background-color: var(--secondary-color);
  }
  .dark-mode .team-style1:hover.layout3 .team-body,
  .dark-mode .slick-current.team-style1.layout3 .team-body {
    background-color: var(--body-bg);
  }
  .dark-mode .team-box1 .team-bottom {
    --border-color: rgba(255, 255, 255, 0.2);
  }
  .dark-mode .team-nav1 .slick-arrow:not(:hover) {
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0);
  }
  .counter-style1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 270px;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid var(--border-color);
    outline: 1px solid var(--border-color);
    outline-offset: -7px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto;
  }
  .counter-style1 .counter-icon {
    width: 90px;
    height: 90px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
  }
  .counter-style1 .counter-icon img {
    max-height: 100%;
  }
  .counter-style1 .counter-number {
    font-size: 60px;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: var(--title-color);
    margin: -0.05em 0 3px 0;
  }
  .counter-style1 .counter-text {
    letter-spacing: 0.06em;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .counter-style2 {
    display: flex;
    margin-bottom: 27px;
  }
  .counter-style2 .counter-icon {
    margin-right: 20px;
  }
  .counter-style2 .counter-number {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: var(--title-color);
    margin: -0.2em 0 13px 0;
  }
  .counter-style2 .counter-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
  }
  @media (max-width: 1399px) {
    .counter-style1 {
      width: 230px;
      height: 230px;
    }
    .counter-style1 .counter-icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 20px;
      right: 10px;
      top: 10px;
    }
    .counter-style1 .counter-number {
      font-size: 48px;
    }
    .counter-style1 .counter-text {
      font-size: 14px;
    }
  }
  @media (max-width: 1199px) {
    .counter-style1 {
      width: 200px;
      height: 200px;
    }
    .counter-style1 .counter-icon {
      width: 55px;
      height: 55px;
      font-size: 24px;
      right: 10px;
      top: 10px;
    }
    .counter-style1 .counter-number {
      font-size: 48px;
    }
    .counter-style1 .counter-text {
      font-size: 14px;
    }
    .counter-style2 .counter-number {
      font-size: 60px;
    }
    .counter-style2 .counter-text {
      font-size: 16px;
    }
    .counter-style2 .counter-icon {
      margin-right: 15px;
    }
  }
  @media (max-width: 991px) {
    .counter-style2 {
      display: block;
      text-align: center;
    }
    .counter-style2 .counter-icon {
      margin-right: 0;
      margin-bottom: 20px;
    }
    .counter-style2 .counter-number {
      font-size: 48px;
    }
  }
  .dark-mode .counter-style1 {
    --border-color: #fff;
  }
  .dark-mode .counter-style1 .counter-text {
    color: #fff;
  }
  .dark-mode .counter-style2 .counter-text {
    color: #fff;
  }
  .follow-text {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    margin: 26px 0 0 0;
  }
  .follow-box {
    background-color: var(--theme-color);
    height: 460px;
    margin-right: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .follow-box__icon {
    font-size: 70px;
    color: var(--white-color);
    margin-bottom: 17px;
  }
  .follow-box__title {
    color: var(--white-color);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0 auto -0.13em auto;
  }
  .gallery-wrap1 {
    max-width: 340px;
    margin-left: auto;
  }
  .gallery-style1 .gallery-img {
    position: relative;
    overflow: hidden;
  }
  .gallery-style1 .gallery-img img {
    transform: scale(1);
    transition: all ease 0.3s;
    width: 100%;
  }
  .gallery-style1:hover .gallery-img img {
    transform: scale(1.18);
  }
  @media (max-width: 1199px) {
    .follow-box {
      margin-right: 0;
      margin-bottom: -40px;
      padding-bottom: 40px;
      height: 300px;
    }
    .follow-box__icon {
      font-size: 48px;
      margin-bottom: 12px;
    }
    .follow-box__title {
      font-size: 36px;
    }
    .gallery-wrap1 {
      max-width: 100%;
    }
  }
  @media (max-width: 991px) {
    .follow-box {
      margin-bottom: 30px;
      padding-bottom: 0;
    }
    .follow-box {
      height: 250px;
    }
    .follow-box__icon {
      font-size: 40px;
    }
    .follow-box__title {
      font-size: 30px;
    }
  }
  .form-style1 textarea,
  .form-style1 input,
  .form-style1 select {
    height: 75px;
    border: 2px solid #d4d4e0;
    color: var(--white-color);
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0);
  }
  .form-style1 textarea::-moz-placeholder,
  .form-style1 input::-moz-placeholder,
  .form-style1 select::-moz-placeholder {
    color: var(--white-color);
  }
  .form-style1 textarea::-moz-placeholder,
  .form-style1 input::-moz-placeholder,
  .form-style1 select::-moz-placeholder {
    color: var(--white-color);
  }
  .form-style1 textarea::placeholder,
  .form-style1 input::placeholder,
  .form-style1 select::placeholder {
    color: var(--white-color);
  }
  .form-style1 textarea:focus,
  .form-style1 input:focus,
  .form-style1 select:focus {
    color: #000;
    background-color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .form-style1 textarea:focus::-moz-placeholder,
  .form-style1 input:focus::-moz-placeholder,
  .form-style1 select:focus::-moz-placeholder {
    color: #000;
  }
  .form-style1 textarea:focus::-moz-placeholder,
  .form-style1 input:focus::-moz-placeholder,
  .form-style1 select:focus::-moz-placeholder {
    color: #000;
  }
  .form-style1 textarea:focus::placeholder,
  .form-style1 input:focus::placeholder,
  .form-style1 select:focus::placeholder {
    color: #000;
  }
  .form-style1 select:not(:focus) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  }
  .form-style1 textarea {
    min-height: 170px;
    padding-right: 30px;
  }
  .form-style1 .form-group {
    margin-bottom: 20px;
  }
  .form-style1 .row {
    --bs-gutter-x: 20px;
  }
  .form-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--theme-color);
    max-width: 934px;
    -webkit-clip-path: url(#form-clip1);
    clip-path: url(#form-clip1);
  }
  .form-style2 input {
    font-size: 18px;
    height: 70px;
    padding-left: 30px;
    color: #404040;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    flex: 1;
  }
  .form-style2 input::-moz-placeholder {
    color: #404040;
  }
  .form-style2 input::placeholder {
    color: #404040;
  }
  .form-style2 .form-group {
    padding: 10px;
    margin-bottom: 0;
    background-color: #fff;
    display: flex;
  }
  .form-wrap1 {
    background-color: var(--theme-color);
    padding: 60px;
  }
  .form-wrap1 .sec-title {
    color: var(--white-color);
    font-size: 48px;
    margin: -0.3em 0 3px 0;
  }
  .form-wrap1 .form-text {
    font-size: 18px;
    line-height: 30px;
    max-width: 460px;
    margin-bottom: -0.25em;
    color: var(--white-color);
  }
  .form-wrap1 .form-group {
    width: 640px;
    max-width: 100%;
  }
  .form-style3 {
    padding-right: 45px;
  }
  .form-style3 input,
  .form-style3 textarea,
  .form-style3 select {
    font-size: 18px;
    height: 70px;
    padding-left: 35px;
  }
  .form-style3 .form-group {
    line-height: 1;
  }
  .form-style3 textarea {
    padding-top: 25px;
    min-height: 210px;
  }
  @media (min-width: 1922px) {
    .form-shape1 {
      max-width: 50%;
    }
  }
  @media (max-width: 1500px) {
    .form-shape1 {
      max-width: 48%;
    }
  }
  @media (max-width: 1399px) {
    .form-wrap1 {
      text-align: center;
    }
    .form-wrap1 .form-group {
      width: 100%;
      margin-top: 40px;
    }
    .form-wrap1 .form-text {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
    }
  }
  @media (max-width: 1199px) {
    .form-wrap1 .sec-title {
      font-size: 42px;
    }
    .form-style3 {
      padding-right: 0;
    }
  }
  @media (max-width: 991px) {
    .form-wrap1 {
      padding: 40px 20px;
    }
    .form-wrap1 .sec-title {
      font-size: 36px;
    }
  }
  @media (max-width: 767px) {
    .form-style2 .form-group {
      display: block;
      background-color: rgba(0, 0, 0, 0);
      padding: 0;
    }
    .form-style2 input {
      background-color: var(--white-color);
      margin-bottom: 15px;
      height: 60px;
      padding: 0 30px 0 30px;
      font-size: 16px;
    }
    .form-wrap1 {
      padding: 40px 15px;
    }
    .form-wrap1 .sec-title {
      font-size: 32px;
    }
    .form-wrap1 .vs-btn {
      background-color: var(--white-color);
      color: var(--black-color);
    }
    .form-style3 input,
    .form-style3 textarea,
    .form-style3 select {
      font-size: 16px;
      height: 60px;
      padding-left: 20px;
    }
  }
  .dark-mode .form-style3 {
    --border-color: #939393;
  }
  .process-style1 {
    text-align: center;
    position: relative;
  }
  .process-style1 .process-body {
    background-color: var(--smoke-color);
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .process-style1 .process-icon {
    margin: -68px auto 35px auto;
    position: relative;
    z-index: 1;
    width: 130px;
    height: 130px;
  }
  .process-style1 .process-icon img {
    width: auto;
    height: 100%;
  }
  .process-style1 .process-number {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    border-bottom: 4px solid var(--theme-color);
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
  .process-style1 .process-title {
    font-size: 28px;
    text-transform: uppercase;
    max-width: 280px;
    margin: 0 auto;
  }
  .process-style1 .process-top {
    width: 100%;
  }
  .process-style1 .process-img {
    overflow: hidden;
  }
  .process-style1 .process-img > img {
    transition: all ease 0.4s;
    transform: scale(1);
    width: 100%;
  }
  @media (min-width: 1199px) {
    .process-style1:nth-child(even) .process-top {
      display: flex;
      flex-direction: column-reverse;
    }
    .process-style1:nth-child(even) .process-icon {
      margin: 35px auto -68px auto;
    }
    .process-style1:nth-child(even) .process-body {
      flex-direction: column-reverse;
      padding-top: 45px;
      padding-bottom: 0;
    }
  }
  .process-style1:hover .process-img > img {
    transform: scale(1.2);
  }
  @media (max-width: 1199px) {
    .process-style1 .process-icon {
      width: 100px;
      height: 100px;
      margin: -50px auto 25px auto;
    }
    .process-style1 .process-title {
      font-size: 24px;
    }
  }
  @media (max-width: 991px) {
    .process-style1 .process-title {
      font-size: 20px;
    }
  }
  .testi-style1 {
    background-color: var(--theme-color);
    text-align: center;
    padding: 80px 100px 150px 100px;
    width: 100%;
    max-width: 610px;
    -webkit-clip-path: url(#testi-clip2);
    clip-path: url(#testi-clip2);
    margin-bottom: 30px;
  }
  .testi-style1 .testi-quote {
    margin-bottom: 32px;
  }
  .testi-style1 .testi-text {
    color: var(--white-color);
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 22px;
  }
  .testi-style1 .testi-name {
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 3px;
  }
  .testi-style1 .testi-degi {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: var(--white-color);
    margin-bottom: 15px;
  }
  .testi-style1 .testi-rating {
    line-height: 1;
  }
  .testi-style1 .testi-rating i {
    color: var(--yellow-color);
    font-size: 14px;
    margin: 0 3px;
  }
  @media (max-width: 1199px) {
    .testi-style1 {
      padding: 40px 40px 120px 40px;
      max-width: 510px;
    }
    .testi-style1 .testi-text {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 17px;
    }
    .testi-style1 .testi-name {
      margin-bottom: 3px;
      font-size: 30px;
    }
    .testi-style1 .testi-degi {
      margin-bottom: 10px;
    }
    .testi-style1 .testi-rating i {
      font-size: 14px;
      margin: 0 1px;
    }
  }
  @media (max-width: 991px) {
    .testi-style1 {
      padding: 40px 30px 100px 30px;
      max-width: 100%;
    }
    .testi-style1 .testi-quote {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .testi-style1 {
      padding: 40px 20px 100px 20px;
    }
    .testi-style1 .testi-name {
      margin-bottom: 3px;
      font-size: 26px;
    }
    .testi-style1 .testi-text {
      font-size: 18px;
    }
  }
  .tournament-style1 {
    position: relative;
    padding-bottom: 45px;
  }
  .tournament-style1 .tournament-img {
    overflow: hidden;
  }
  .tournament-style1 .tournament-img img {
    transform: scale(1.003);
    transition: all ease 0.4s;
    width: 100%;
  }
  .tournament-style1 .tournament-content {
    background-color: var(--secondary-color);
    padding: 60px 40px 40px 50px;
    max-width: 580px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: visible;
  }
  .tournament-style1 .tournament-title {
    color: var(--white-color);
    margin: -0.3em 0 10px 0;
    transition: all ease 0.4s;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
  .tournament-style1 .tournament-text {
    color: #dcdcdc;
    font-size: 20px;
    line-height: 28px;
    transition: all ease 0.4s;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
  .tournament-style1 .tournament-info-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 2px 0;
    color: #cacaca;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .tournament-style1 .tournament-bottom {
    margin: 24px 0 0 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .tournament-style1 .tournament-info-text {
    color: var(--white-color);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
  }
  .tournament-style1 .vs-btn {
    margin-left: auto;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
  }
  .slick-current .tournament-style1:hover img {
    transform: scale(1.1);
  }
  .slick-current .tournament-style1 .tournament-content {
    opacity: 1;
    visibility: visible;
  }
  .slick-current .tournament-style1 .vs-btn,
  .slick-current .tournament-style1 .tournament-info-label,
  .slick-current .tournament-style1 .tournament-info-text,
  .slick-current .tournament-style1 .tournament-text,
  .slick-current .tournament-style1 .tournament-title {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
    transform: translateY(0);
  }
  .slick-current .tournament-style1 .tournament-text {
    transition-delay: 0.3s;
  }
  .slick-current .tournament-style1 .tournament-info-label {
    transition-delay: 0.4s;
  }
  .slick-current .tournament-style1 .tournament-info-text {
    transition-delay: 0.5s;
  }
  .slick-current .tournament-style1 .vs-btn {
    transition-delay: 0.6s;
  }
  .tournament-wrap1 {
    position: relative;
    padding: 100px 0;
  }
  .tournament-wrap1 .slick-arrow2 {
    position: absolute;
    left: 342px;
    bottom: -45px;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    z-index: 1;
  }
  .tournament-wrap1 .slick-arrow2[data-slick-next] {
    left: auto;
    right: 342px;
    transform-origin: 100% 50%;
    transform: rotate(90deg);
  }
  .tournament-wrap1 .slick-arrow2:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .tournament-inner {
    position: relative;
  }
  .tournament-wrap3 {
    padding-bottom: 265px;
  }
  .tournament-img1 .tournament-badges,
  .tournament-style2 .tournament-badges {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
  }
  .tournament-img1 .tournament-badges img,
  .tournament-style2 .tournament-badges img {
    margin-right: -10px;
  }
  .tournament-img1 .tournament-badges img:last-child,
  .tournament-style2 .tournament-badges img:last-child {
    margin-right: 0;
  }
  .tournament-img1 .tournament-price,
  .tournament-style2 .tournament-price {
    font-size: 18px;
    font-weight: 700;
    display: block;
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    padding: 16px 36px;
    text-align: center;
    width: 160px;
  }
  .tournament-img1 .tournament-price i,
  .tournament-style2 .tournament-price i {
    margin-right: 7px;
  }
  .tournament-img1 .tournament-date,
  .tournament-style2 .tournament-date {
    color: var(--white-color);
    background-color: var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 15px 21px 15px;
    width: 160px;
  }
  .tournament-img1 .tournament-date .day,
  .tournament-style2 .tournament-date .day {
    font-size: 28px;
  }
  .tournament-img1 {
    position: relative;
    margin-bottom: 60px;
  }
  .tournament-img1 .tournament-metas {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .tournament-style2 {
    background-color: var(--body-bg);
    margin-bottom: 30px;
  }
  .tournament-style2 .tournament-img {
    line-height: 1;
    position: relative;
    overflow: hidden;
  }
  .tournament-style2 .tournament-img > img {
    transform: scale(1);
    transition: all ease 0.4s;
    width: 100%;
  }
  .tournament-style2 .tournament-content {
    padding: 0 30px 4px 40px;
  }
  .tournament-style2 .tournament-price {
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
  }
  .tournament-style2 .tournament-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px;
  }
  .tournament-style2 .tournament-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .tournament-style2 .tournament-location {
    position: relative;
    font-size: 18px;
    max-width: 270px;
    padding-left: 35px;
    color: var(--title-color);
    transition: all ease 0.4s;
    padding-bottom: 29px;
  }
  .tournament-style2 .tournament-location i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.3em;
  }
  .tournament-style2 .tournament-bottom {
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .tournament-style2 .tournament-date {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .tournament-style2:hover .tournament-img > img {
    transform: scale(1.1);
  }
  @media (min-width: 991px) {
    .tournament-style2 .tournament-img {
      height: var(--img-height);
      transition: all ease 0.4s;
    }
    .tournament-style2.toggle-active .tournament-bottom {
      height: 0;
    }
    .tournament-style2:hover .tournament-bottom {
      height: var(--toggle-height);
    }
    .tournament-style2:hover .tournament-img {
      height: calc(var(--img-height) - var(--toggle-height));
    }
  }
  .tournament-menu2 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 25px;
  }
  .tournament-menu2 .tab-btn {
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease 0.8s;
    width: 100%;
    height: 100%;
  }
  .tournament-menu2 .tab-btn:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tournament-menu2 .tab-btn img {
    width: 100%;
  }
  .tournament-menu2.nav-prev .prev {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .tournament-menu2.nav-prev .tab-btn.active:first-child {
    opacity: 0.5;
    visibility: visible;
    cursor: not-allowed;
  }
  .tournament-menu2.nav-next .next {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .tournament-menu2.nav-next .tab-btn.active:last-child {
    opacity: 0.5;
    visibility: visible;
    cursor: not-allowed;
  }
  .tournament-slide-btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    padding: 0 0 2px 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 17px auto 30px auto;
    color: var(--title-color);
  }
  .tournament-slide-btn:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }
  .tournament-style3 {
    position: relative;
    margin-bottom: 30px;
  }
  .tournament-style3 .tournament-img {
    overflow: hidden;
  }
  .tournament-style3 .tournament-img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease 0.4s;
  }
  .tournament-style3 .tournament-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    padding: 35px 40px 30px 40px;
    margin: 10px;
  }
  .tournament-style3 .tournament-label {
    font-weight: 500;
    color: #cacaca;
    margin: 0 0 2px 0;
    line-height: 1;
  }
  .tournament-style3 .tournament-info {
    color: var(--white-color);
    font-size: 24px;
    margin: 0;
    font-weight: 700;
  }
  .tournament-style3 .tournament-title {
    color: var(--white-color);
    margin: -0.1em 0 22px 0;
    font-size: 40px;
  }
  .tournament-style3:hover .tournament-img img {
    transform: scale(1.15);
  }
  .tournament-style4 {
    display: flex;
    flex-direction: row-reverse;
    background-color: var(--smoke-color);
    --body-color: #686d75;
    position: relative;
    margin-bottom: 30px;
  }
  .tournament-style4 .tournament-date {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 13px;
    text-transform: uppercase;
  }
  .tournament-style4 .tournament-date .item:not(:last-child):after {
    content: "/";
    margin: 0 7px 0 10px;
  }
  .tournament-style4 .tournament-name {
    font-size: 46px;
    margin: -0.3em 0 22px 0;
    max-width: 340px;
    text-transform: uppercase;
  }
  .tournament-style4 .tournament-text {
    font-size: 18px;
    line-height: 30px;
  }
  .tournament-style4 .tournament-bottom {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 30px 0 23px 0;
  }
  .tournament-style4 .tournament-info-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 2px 0;
  }
  .tournament-style4 .tournament-info-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
  }
  .tournament-style4 .tournament-body {
    flex: 1;
    padding: 60px;
    z-index: 1;
    align-self: center;
    position: relative;
  }
  .tournament-style4 .tournament-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: -1px;
    width: 100%;
    max-width: 640px;
    background-color: inherit;
    -webkit-clip-path: url(#tournament-clip-1);
    clip-path: url(#tournament-clip-1);
  }
  .tournament-wrap2 {
    position: relative;
    padding-right: 60px;
    margin-bottom: 30px;
  }
  .tournament-wrap2 .tournament-style4 {
    margin-bottom: 0;
  }
  .tournament-nav-slide {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 100%;
    max-width: 865px;
    z-index: 3;
  }
  .tournament-nav-slide .slick-arrow {
    --pos-x: -20px;
    --icon-size: 50px;
    font-size: 18px;
    border: none;
  }
  .tournament-thumb1 {
    position: relative;
    cursor: pointer;
  }
  .tournament-thumb1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
  }
  .tournament-thumb1 img {
    width: 100%;
    transition: all ease 0.4s;
    border: 3px solid var(--white-color);
  }
  .tournament-thumb1:hover::before {
    opacity: 0.8;
    visibility: visible;
  }
  .tournament-thumb1:hover img,
  .slick-current .tournament-thumb1 img {
    border-color: var(--theme-color);
  }
  .tournament-style5 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .tournament-style5 .tournament-top {
    background-color: var(--secondary-color);
    margin-right: 40px;
    width: 290px;
    padding: 25px 40px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all ease 0.4s;
  }
  .tournament-style5 .tournament-top:before {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    width: 14px;
    height: 52px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    transition: all ease 0.4s;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .tournament-style5 .tournament-year {
    font-size: 32px;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 0 12px 0;
    line-height: 1;
  }
  .tournament-style5 .tournament-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1;
    color: var(--white-color);
  }
  .tournament-style5 .tournament-body {
    flex: 1;
    display: flex;
    align-items: center;
    border: 3px solid var(--smoke-color);
    padding: 25px 40px;
    transition: all ease 0.4s;
  }
  .tournament-style5 .tournament-table {
    border: none;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
  .tournament-style5 .tournament-table th,
  .tournament-style5 .tournament-table td {
    border: none;
    padding: 2px 0;
    font-size: 18px;
  }
  .tournament-style5 .tournament-table th {
    padding-right: 20px;
    color: var(--body-color);
    font-weight: 400;
  }
  .tournament-style5 .tournament-table td {
    color: var(--title-color);
    font-weight: 500;
  }
  .tournament-style5 .tournament-bottom {
    position: relative;
    padding: 20px;
    border: 3px solid var(--smoke-color);
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 350px;
    transition: all ease 0.4s;
  }
  .tournament-style5 .tournament-team {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
  }
  .tournament-style5 .team-name {
    margin: 0 0 10px 0;
    line-height: 1;
  }
  .tournament-style5 .team-degi {
    font-weight: 700;
    margin: 0;
    line-height: 1;
  }
  .tournament-style5 .team-logo {
    margin-left: 15px;
  }
  .tournament-style5 .tournament-icon {
    position: absolute;
    left: -41px;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 0;
    text-align: center;
    border-radius: 50%;
    background-color: var(--smoke-color);
    transition: all ease 0.4s;
  }
  .tournament-style5 .tournament-icon img {
    filter: none;
    transition: all ease 0.4s;
  }
  .tournament-style5:hover .tournament-icon,
  .tournament-style5:hover .tournament-top,
  .tournament-style5:hover .tournament-top:before {
    background-color: var(--theme-color);
  }
  .tournament-style5:hover .tournament-body,
  .tournament-style5:hover .tournament-bottom {
    border-color: var(--theme-color);
  }
  .dark-mode .tournament-style5 .tournament-icon img,
  .tournament-style5:hover .tournament-icon img {
    filter: brightness(0) invert(1);
  }
  .tournament-box1 {
    margin-bottom: 60px;
  }
  .tournament-box1 .tournament-label {
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
  }
  .tournament-box1 .tournament-title {
    margin-bottom: 38px;
  }
  .tournament-media {
    display: flex;
    align-items: center;
  }
  .tournament-media .media-icon {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: var(--title-color);
    font-size: 26px;
    color: var(--white-color);
    margin: 0 10px 0 0;
    border-radius: 50%;
  }
  .tournament-media .media-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
  }
  .tournament-media .media-info {
    margin: 0;
    color: var(--theme-color);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
  }
  @media (max-width: 1500px) {
    .tournament-wrap1 .slick-arrow2[data-slick-next] {
      right: 150px;
    }
    .tournament-wrap1 .slick-arrow2[data-slick-prev] {
      left: 150px;
    }
  }
  @media (max-width: 1399px) {
    .tournament-style4 .tournament-img {
      max-width: 62%;
    }
    .tournament-style4 .tournament-shape1 {
      max-width: 575px;
    }
    .tournament-style4 .tournament-body {
      padding: 40px 40px;
    }
    .tournament-nav-slide {
      position: relative;
      bottom: auto;
      right: auto;
      max-width: initial;
      width: auto;
      margin-bottom: 30px;
    }
    .tournament-wrap2 {
      padding: 0;
    }
    .tournament-wrap1 .slick-arrow2[data-slick-prev] {
      left: 80px;
    }
    .tournament-wrap1 .slick-arrow2[data-slick-next] {
      right: 80px;
    }
  }
  @media (max-width: 1199px) {
    .tournament-style4 {
      display: flex;
      padding: 40px;
    }
    .tournament-style4 .tournament-img {
      max-width: 450px;
      align-self: center;
    }
    .tournament-style4 .tournament-shape1 {
      display: none;
    }
    .tournament-style4 .tournament-body {
      padding: 0 30px 0 0;
    }
    .tournament-style4 .tournament-name {
      font-size: 36px;
      margin: -0.3em 0 10px 0;
    }
    .tournament-style4 .tournament-text {
      font-size: 16px;
      line-height: 1.5;
    }
    .tournament-wrap1 .slick-arrow2 {
      bottom: -28px;
    }
    .tournament-style1 .tournament-content {
      padding: 40px 30px 40px 30px;
    }
    .tournament-style1 .tournament-title {
      font-size: 30px;
    }
    .tournament-style1 .tournament-text {
      font-size: 18px;
    }
    .tournament-img1 .tournament-date,
    .tournament-style2 .tournament-date {
      font-size: 12px;
      padding: 8px 18px 12px 18px;
      width: 120px;
    }
    .tournament-img1 .tournament-date .day,
    .tournament-style2 .tournament-date .day {
      font-size: 20px;
    }
    .tournament-img1 .tournament-price,
    .tournament-style2 .tournament-price {
      padding: 16px 14px;
      font-size: 14px;
      width: 120px;
    }
    .tournament-img1 .tournament-badges,
    .tournament-style2 .tournament-badges {
      right: 20px;
      top: 20px;
    }
    .tournament-img1 .tournament-badges img,
    .tournament-style2 .tournament-badges img {
      max-width: 40px;
    }
    .tournament-style2 .tournament-price {
      margin: 0 0 10px auto;
    }
    .tournament-style2 .tournament-content {
      padding: 0 30px 4px 30px;
    }
    .tournament-wrap3 {
      padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
    .tournament-style5 .tournament-top {
      width: 270px;
      padding: 15px 20px 20px 20px;
    }
    .tournament-style5 .tournament-year {
      font-size: 26px;
      margin: 0 0 12px 0;
    }
    .tournament-style5 .tournament-name {
      font-size: 14px;
      letter-spacing: 0;
    }
    .tournament-style5 .tournament-body {
      padding: 16px 35px 16px 26px;
    }
    .tournament-style5 .tournament-table th,
    .tournament-style5 .tournament-table td {
      padding: 0 2px;
      font-size: 15px;
    }
    .tournament-style5 .tournament-bottom {
      width: -moz-max-content;
      width: max-content;
      padding-left: 40px;
    }
  }
  @media (max-width: 991px) {
    .tournament-img1 {
      margin-bottom: 30px;
    }
    .tournament-style3 .vs-btn {
      margin-top: 20px;
    }
    .tournament-style4 {
      display: block;
    }
    .tournament-style4 .tournament-img {
      max-width: 100%;
      margin-bottom: 30px;
    }
    .tournament-style4 .tournament-name {
      max-width: 100%;
    }
    .tournament-style4 .tournament-body {
      text-align: center;
      padding-right: 0;
    }
    .tournament-style4 .tournament-bottom {
      justify-content: center;
    }
    .tournament-style5 .tournament-top {
      width: 100%;
      margin: 0 0 20px 0;
      text-align: center;
    }
    .tournament-style5 .tournament-top:before {
      top: auto;
      bottom: -13px;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 52px;
      height: 14px;
      -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    .tournament-style5 .tournament-body {
      justify-content: center;
      padding: 20px 20px 35px 20px;
    }
    .tournament-style5 .tournament-bottom {
      width: 100%;
      margin: 10px 0 0 0;
      justify-content: center;
      padding: 40px 10px 20px 10px;
    }
    .tournament-style5 .tournament-icon {
      left: 50%;
      top: -39px;
      margin: 0 0 0 -30px;
    }
    .tournament-wrap1 {
      padding: var(--section-space-mobile) 0;
    }
    .tournament-wrap1 .slick-arrow2 {
      display: none;
    }
    .tournament-style2 .tournament-title {
      font-size: 22px;
      margin-bottom: 15px;
    }
    .tournament-style2 .tournament-location {
      font-size: 14px;
      max-width: 220px;
      padding-left: 30px;
      line-height: 1.4;
    }
    .tournament-style2 .tournament-price {
      margin: 0 0 15px auto;
    }
    .tournament-style2 .tournament-label {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .tournament-img1 .tournament-metas {
      margin-top: 10px;
      position: relative;
      top: 0;
      left: 0;
    }
    .tournament-img1 .tournament-date {
      width: 100%;
    }
    .tournament-img1 .tournament-price {
      width: 100%;
    }
    .tournament-media .media-icon {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 18px;
    }
    .tournament-media .media-title {
      font-size: 14px;
    }
    .tournament-media .media-info {
      font-size: 20px;
    }
    .tournament-style3 .tournament-content {
      position: relative;
      margin: 0;
      padding: 20px 20px 30px 20px;
    }
    .tournament-style3 .vs-btn {
      margin-top: 20px;
    }
    .tournament-style3 .tournament-title {
      margin: -0.1em 0 17px 0;
      font-size: 26px;
    }
    .tournament-style3 .tournament-info {
      font-size: 18px;
    }
    .tournament-style3 .tournament-label {
      margin: 0 0 2px 0;
      font-size: 14px;
    }
    .tournament-style4 {
      padding: 40px 15px;
    }
    .tournament-style4 .tournament-name {
      font-size: 26px;
    }
    .tournament-style4 .tournament-bottom {
      gap: 30px;
      margin: 20px 0 23px 0;
    }
    .tournament-style4 .tournament-date {
      font-size: 12px;
      margin-bottom: 18px;
    }
    .tournament-style4 .tournament-info-text {
      font-size: 20px;
    }
    .tournament-style1 {
      padding-bottom: 0;
    }
    .tournament-style1 .tournament-content {
      position: relative;
      max-width: 100%;
      text-align: center;
      padding: 30px 15px 30px 15px;
      opacity: 1;
      visibility: visible;
    }
    .tournament-style1 .tournament-bottom {
      gap: 20px;
      justify-content: center;
    }
    .tournament-style1 .tournament-title {
      font-size: 26px;
    }
    .tournament-style1 .tournament-text {
      font-size: 16px;
      line-height: 26px;
    }
    .tournament-style1 .vs-btn {
      margin: 0 auto;
    }
    .tournament-style1 .vs-btn,
    .tournament-style1 .tournament-info-label,
    .tournament-style1 .tournament-info-text,
    .tournament-style1 .tournament-text,
    .tournament-style1 .tournament-title {
      transform: none;
      opacity: 1;
      visibility: visible;
    }
  }
  @media (max-width: 767px) and (min-width: 576px) {
    .tournament-style1 .tournament-bottom {
      text-align: left;
    }
    .tournament-style1 .tournament-content {
      padding: 30px 30px 30px 30px;
    }
    .tournament-style1 .vs-btn {
      margin-left: auto;
      margin-right: 0;
    }
  }
  .dark-mode .tournament-slide-btn {
    border-bottom-color: var(--border-color);
    margin-top: 12px;
    letter-spacing: 0;
  }
  .dark-mode .tournament-style4 {
    --smoke-color: var(--secondary-color);
    --body-color: #d7d7d7;
  }
  .dark-mode .tournament-style5 {
    --smoke-color: #2f2c43;
  }
  .dark-mode .tournament-media .media-icon {
    background-color: #2f2c43;
  }
  .dark-mode .tournament-nav-slide .slick-arrow {
    background-color: var(--white-color);
    color: var(--black-color);
  }
  .video-style1 {
    position: relative;
    margin-bottom: 30px;
  }
  .video-style1 .video-title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: var(--white-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 37px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .video-style1 .video-title i {
    margin-right: 7px;
  }
  .video-style1 .video-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .video-style1 .video-shape img {
    width: 100%;
  }
  .video-style1 .video-img {
    padding: 63px 36px;
  }
  .video-style1 .video-img img {
    width: 100%;
  }
  .video-style1 .play-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
  }
  .video-nav1 {
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .video-nav1 .thumb {
    text-align: center;
    transition: all ease 0.4s;
    padding: 6px 6px 0 6px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    margin-top: 15px;
    cursor: pointer;
  }
  .video-nav1 .thumb:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    width: 57px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition: all ease 0.4s;
  }
  .video-nav1 img {
    width: 100%;
    transform: scale(1);
  }
  .video-nav1 .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    padding: 14px 10px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    transition: all ease 0.4s;
  }
  .video-nav1 .slick-current .thumb {
    background-color: var(--theme-color);
  }
  .video-nav1 .slick-current .thumb:before {
    background-color: var(--theme-color);
  }
  .video-nav1 .slick-current .title {
    color: var(--white-color);
  }
  @media (max-width: 1199px) {
    .video-style1 .video-title {
      font-size: 18px;
      top: 42px;
    }
  }
  @media (max-width: 991px) {
    .video-style1 .video-title {
      top: 30px;
    }
  }
  @media (max-width: 991px) {
    .video-style1 .video-title {
      top: 40px;
    }
    .video-nav1 .thumb:before {
      top: -13px;
    }
    .video-style1 .video-title {
      top: 27px;
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    .video-style1 {
      margin-bottom: 45px;
    }
    .video-style1 .video-img {
      padding: 30px 17px;
    }
    .video-style1 .play-btn {
      bottom: 0;
    }
    .video-style1 .video-title {
      display: none;
    }
    .video-nav1 {
      --bs-gutter-x: 10px;
    }
  }
  .brand-wrap1 {
    border-top: 1px solid var(--border-color);
    padding: 100px 0;
  }
  .info-box {
    padding: 40px 0;
    background-color: var(--light-color);
    margin-bottom: 30px;
  }
  .info-box .sec-subtitle2 {
    letter-spacing: 0;
    padding: 0 0 13px 0;
    font-size: 24px;
    margin-bottom: 40px;
    margin-left: var(--box-padding-x, 40px);
    margin-right: var(--box-padding-x, 40px);
  }
  .info-box .social-style1 {
    margin-left: var(--box-padding-x, 40px);
    margin-right: var(--box-padding-x, 40px);
  }
  .media-style1 {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-left: var(--box-padding-x, 40px);
    padding-right: var(--box-padding-x, 40px);
  }
  .media-style1 .media-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 15px;
    background-color: var(--theme-color);
    border-radius: 50%;
    transition: all ease 0.4s;
  }
  .media-style1 .media-body {
    align-self: center;
  }
  .media-style1 .media-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
  }
  .media-style1 .media-info {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }
  .media-style1 .media-info a {
    color: inherit;
  }
  .media-style1 .media-info a:hover {
    color: var(--theme-color);
  }
  .media-style1:hover .media-icon {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  .social-style1 a {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid var(--border-color);
    color: var(--title-color);
    border-radius: 50%;
    margin-right: 5px;
    transition: all ease 0.4s;
    font-size: 20px;
  }
  .social-style1 a:last-child {
    margin-right: 0;
  }
  .social-style1 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
  }
  @media (max-width: 1199px) {
    .brand-wrap1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .info-box .sec-subtitle2 {
      margin-left: 20px;
      margin-right: 20px;
    }
    .info-box .media-title {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .info-box .media-info {
      font-size: 16px;
      line-height: 1.4;
    }
    .info-box .social-style1 {
      margin-left: 20px;
      margin-right: 20px;
    }
    .info-box .social-style1 a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
    }
    .media-style1 {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .media-style1 .media-icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      padding: 0;
    }
    .media-style1 .media-icon img {
      max-width: 16px;
    }
  }
  .dark-mode .brand-wrap1 {
    --border-color: #2d2d2d;
  }
  .dark-mode .info-box {
    --border-color: #1c1934;
  }
  .dark-mode .info-box .social-style1 {
    --border-color: #ffffff;
  }
  .feature-style1 {
    text-align: center;
    padding: 0 30px 0 30px;
    margin-bottom: 23px;
  }
  .feature-style1 .feature-icon {
    width: var(--icon-size, 140px);
    height: var(--icon-size, 140px);
    line-height: var(--icon-size, 140px);
    background-color: var(--secondary-color);
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
    margin: 0 auto 28px auto;
  }
  .feature-style1 .feature-title {
    margin-bottom: 11px;
  }
  .feature-style1 .feature-text {
    margin: 0;
  }
  .feature-style1:hover .feature-icon {
    background-color: var(--theme-color);
  }
  @media (max-width: 1199px) {
    .feature-style1 {
      padding: 0;
      --icon-size: 100px;
    }
    .feature-style1 .feature-icon img {
      max-width: 50%;
    }
  }
  .dark-mode .feature-style1:not(:hover) .feature-icon {
    background-color: #2f2c43;
  }
  .accordion-button:focus {
    border-color: var(--border-color);
    box-shadow: none;
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion-item:last-of-type .accordion-button.collapsed,
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion-style1 .accordion-button {
    border: 3px solid rgba(0, 0, 0, 0);
    padding: 24px 60px 24px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: left;
    transition: all ease 0.4s;
  }
  .accordion-style1 .accordion-button:after {
    content: "";
    width: auto;
    height: auto;
    font-family: var(--icon-font);
    background-image: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 18px;
  }
  .accordion-style1 .accordion-button:before {
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    height: 45px;
    width: 1px;
    margin-top: -22.5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all ease 0.4s;
  }
  .accordion-style1 .accordion-button.collapsed {
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    border-color: var(--border-color);
  }
  .accordion-style1 .accordion-button.collapsed:after {
    transform: translateY(-50%) rotate(0);
  }
  .accordion-style1 .accordion-button.collapsed:before {
    background-color: var(--border-color);
  }
  .accordion-style1 .accordion-collapse {
    border: none;
  }
  .accordion-style1 .accordion-item {
    margin-bottom: 30px;
  }
  .accordion-style1 .accordion-body {
    padding: 18px 30px 3px 30px;
  }
  .accordion-style1 .accordion-body > p {
    font-size: 18px;
  }
  .accordion-style1 .accordion-body > p:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 1399px) {
    .accordion-style1 .accordion-button {
      font-size: 18px;
      padding: 18px 60px 18px 20px;
    }
    .accordion-style1 .accordion-body {
      padding: 18px 25px 3px 25px;
    }
    .accordion-style1 .accordion-body > p {
      font-size: 16px;
    }
  }
  @media (max-width: 1199px) {
    .accordion-style1 .accordion-button {
      font-size: 16px;
      padding: 14px 40px 14px 20px;
      line-height: 1.4;
    }
    .accordion-style1 .accordion-button:before {
      right: 40px;
    }
    .accordion-style1 .accordion-button:after {
      right: 14px;
      font-size: 16px;
    }
    .accordion-style1 .accordion-body {
      padding: 16px 20px 3px 20px;
    }
    .accordion-style1 .accordion-body > p {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .accordion-style1 .accordion-item {
      margin-bottom: 20px;
    }
    .accordion-style1 .accordion-item:last-child {
      margin-bottom: 30px;
    }
  }
  .dark-mode .accordion-style1 {
    --border-color: #2f2c43;
  }
  .sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
  }
  .sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--black-color);
    color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    z-index: 2;
  }
  .sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0);
    transform: rotate(90deg);
  }
  .sidemenu-wrapper .sidemenu-content {
    background-color: var(--body-bg);
    width: 450px;
    margin-left: auto;
    padding: 40px 30px 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
  }
  .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
  }
  .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
  }
  .sidemenu-wrapper .sidebar-gallery:not(.vs-carousel) {
    grid-template-columns: repeat(3, 1fr);
  }
  .sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .sidemenu-wrapper .footer-social a {
    width: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 18px;
  }
  .sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
  }
  .sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .woocommerce-message,
  .woocommerce-info {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 11px 20px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 0;
  }
  .woocommerce-message a,
  .woocommerce-info a {
    color: inherit;
    text-decoration: underline;
  }
  .woocommerce-message a:hover,
  .woocommerce-info a:hover {
    text-decoration: underline;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .woocommerce-notices-wrapper .woocommerce-message:before {
    content: "";
    font-weight: 300;
  }
  .star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
  }
  .star-rating:before {
    content: "";
    color: var(--theme-color);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
    font-weight: 400;
  }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
  }
  .star-rating span:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px;
    font-weight: 700;
  }
  .quantity {
    position: relative;
  }
  .quantity input {
    padding: 0 26px 0 26px;
    font-size: 20px;
    color: var(--title-color);
    border: 3px solid var(--border-color);
  }
  .quantity .qty-btn {
    position: absolute;
    right: 5px;
    top: 3px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    color: var(--title-color);
  }
  .quantity .qty-btn:hover {
    color: var(--theme-color);
  }
  .quantity .quantity-minus {
    top: auto;
    bottom: 3px;
  }
  .rating-select {
    margin-top: -0.4em;
  }
  .rating-select label {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
  }
  .rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
  }
  .rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "";
    font-weight: 400;
    text-indent: 0;
    color: var(--theme-color);
  }
  .rating-select p.stars a:hover ~ a::before {
    content: "";
    font-weight: 400;
  }
  .rating-select p.stars:hover a::before {
    content: "";
    font-weight: 700;
  }
  .rating-select p.stars.selected a.active::before {
    content: "";
    font-weight: 700;
  }
  .rating-select p.stars.selected a.active ~ a::before {
    content: "";
    font-weight: 400;
  }
  .rating-select p.stars.selected a:not(.active)::before {
    content: "";
    font-weight: 700;
  }
  .product-style1 {
    display: flex;
    flex-direction: row-reverse;
    background-color: var(--smoke-color);
    border: 3px solid rgba(0, 0, 0, 0);
    padding: 7px;
    transition: all ease 0.4s;
    margin-bottom: 30px;
  }
  .product-style1 .product-category {
    margin-bottom: 3px;
  }
  .product-style1 .product-category a {
    color: var(--body-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
    transition: all ease 0.4s;
  }
  .product-style1 .product-category a:not(:last-child):after {
    content: ",";
    margin-right: 5px;
  }
  .product-style1 .product-content {
    flex: 1;
    align-self: center;
    padding: 0 0 0 30px;
  }
  .product-style1 .product-name {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .product-style1 .product-price {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 12px;
    display: block;
    transition: all ease 0.4s;
  }
  .product-style1 .product-price del {
    margin-left: 5px;
    color: var(--body-color);
    font-size: 16px;
    transition: all ease 0.4s;
  }
  .product-style1 .star-rating {
    width: 86px;
    font-size: 12px;
  }
  .slick-current .product-style1,
  .dark-mode .slick-current .product-style1,
  .product-style1:hover {
    background-color: #0f0c2b;
    border-color: rgba(0, 0, 0, 0);
  }
  .slick-current .product-style1 .product-category a,
  .dark-mode .slick-current .product-style1 .product-category a,
  .product-style1:hover .product-category a {
    color: #c1c1c1;
  }
  .slick-current .product-style1 .product-price del,
  .slick-current .product-style1 .product-name a,
  .dark-mode .slick-current .product-style1 .product-price del,
  .dark-mode .slick-current .product-style1 .product-name a,
  .product-style1:hover .product-price del,
  .product-style1:hover .product-name a {
    color: var(--white-color);
  }
  .product-wrap1 {
    margin-bottom: -142px;
  }
  .product-scale-wrap .slick-slide {
    position: relative;
    z-index: 1;
  }
  .product-scale-wrap .vs-product {
    margin: 50px 0;
  }
  .product-scale-wrap .slick-center {
    z-index: 2;
  }
  .product-scale-wrap .slick-center .vs-product {
    transform: scale(1.5);
  }
  .product-style2 {
    border: 3px solid var(--border-color);
    background-color: var(--body-bg);
    transition: all ease 0.4s;
    margin-bottom: 30px;
  }
  .product-style2 .product-name {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .product-style2 .product-category {
    margin-bottom: 10px;
  }
  .product-style2 .product-category a {
    color: var(--body-color);
  }
  .product-style2 .product-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
  }
  .product-style2 .product-price del {
    margin-left: 10px;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.4s;
  }
  .product-style2 .product-img {
    position: relative;
  }
  .product-style2 .product-img img {
    width: 100%;
  }
  .product-style2 .actions {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10%;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
  }
  .product-style2 .product-content {
    padding: 0 35px 22px 35px;
  }
  .product-style2:hover {
    background-color: var(--secondary-color);
    border-color: rgba(0, 0, 0, 0);
  }
  .product-style2:hover .actions {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .dark-mode .product-style2 .product-category a,
  .dark-mode .product-style2 .product-price del,
  .product-style2:hover .product-category a,
  .product-style2:hover .product-price del {
    color: #a5a5a5;
  }
  .dark-mode .product-style2 .product-name a,
  .product-style2:hover .product-name a {
    color: var(--white-color);
  }
  .dark-mode .product-style2 .product-name a:hover,
  .product-style2:hover .product-name a:hover {
    color: var(--theme-color);
  }
  .product-big-img {
    border: 3px solid var(--border-color);
    margin-bottom: 30px;
  }
  .product-rating {
    display: flex;
    align-items: center;
    color: var(--title-color);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
  }
  .product-rating .star-rating {
    margin-right: 7px;
  }
  .product_meta {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--body-color);
  }
  .product_meta > span {
    display: block;
    margin-bottom: 5px;
  }
  .product_meta > span:last-child {
    margin-bottom: 0;
  }
  .product_meta > span a {
    color: inherit;
  }
  .product_meta > span a:hover {
    color: var(--theme-color);
  }
  .product_meta > span > a,
  .product_meta > span > span {
    position: relative;
    margin-right: 3px;
    font-weight: 700;
    color: var(--title-color);
  }
  .product_meta > span > a:not(:last-child):after,
  .product_meta > span > span:not(:last-child):after {
    content: ",";
  }
  .product_meta > span > a:first-child,
  .product_meta > span > span:first-child {
    margin-left: 5px;
  }
  .product_meta > span > a:last-child,
  .product_meta > span > span:last-child {
    margin-right: 0;
  }
  .product-about {
    margin-bottom: 30px;
  }
  .product-about .product-title {
    margin-bottom: 7px;
  }
  .product-about .text {
    font-size: 18px;
  }
  .product-about .price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color);
    margin-top: 22px;
    margin-bottom: 8px;
  }
  .product-about .price del {
    margin-left: 15px;
    color: var(--body-color);
    font-weight: 500;
    font-size: 24px;
  }
  .product-about .text2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 33px;
  }
  .product-about .screen-reader-text {
    display: none;
  }
  .product-about .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 43px;
  }
  .product-about .actions .vs-btn {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-about .quantity {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-description {
    margin-top: 23px;
    margin-bottom: 53px;
  }
  .product-table {
    margin-bottom: 53px;
  }
  .product-table th {
    background-color: var(--smoke-color);
    border-color: var(--smoke-color);
    border-bottom-color: var(--border-color);
    border-top-color: var(--border-color);
    width: 15%;
    padding: 15px 25px;
  }
  .product-table td {
    padding: 15px 25px;
  }
  @media (max-width: 1399px) {
    .product-scale-wrap .product-style1 {
      margin: 0 0 30px 0;
    }
    .product-wrap1 {
      margin-bottom: 0;
      padding-bottom: calc(var(--section-space) - 30px);
    }
    .product-style2 .product-content {
      padding: 0 25px 22px 25px;
    }
  }
  @media (max-width: 1199px) {
    .product-wrap1 {
      padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
    .product-about .product-title {
      margin-bottom: 7px;
      font-size: 30px;
    }
    .product-about .price {
      font-size: 30px;
    }
    .product-about .price del {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .product-style1 .product-img {
      max-width: 120px;
      align-self: center;
    }
    .product-style1 .product-content {
      padding: 0 0 0 20px;
    }
    .product-style1 .product-name {
      font-size: 18px;
    }
    .product-style1 .product-price {
      font-size: 18px;
    }
    .product-style1 .product-price del {
      font-size: 12px;
    }
    .product-style1 .product-content {
      padding: 0 0 0 10px;
    }
  }
  @media (max-width: 767px) {
    .product-table th {
      width: 10%;
      padding: 6px 15px;
    }
    .product-table td {
      padding: 10px 15px;
    }
    .product-about .product-title {
      font-size: 26px;
    }
    .product-about .text {
      font-size: 16px;
    }
    .product-about .text2 {
      font-size: 14px;
      letter-spacing: 0;
      margin-bottom: 33px;
    }
    .product-about .actions .vs-btn {
      width: 100%;
      margin-bottom: 15px;
    }
    .product-about .price {
      font-size: 24px;
    }
    .product-about .price del {
      font-size: 16px;
      margin-left: 8px;
    }
  }
  .dark-mode .product-style1 {
    border-color: var(--secondary-color);
    background-color: var(--body-bg);
  }
  .dark-mode .product-style1 .product-category a:not(:hover) {
    color: #c1c1c1;
  }
  .woocommerce-cart-form {
    text-align: center;
  }
  .cart_table {
    border: 1px solid var(--border-color);
    margin-bottom: 45px;
  }
  .cart_table thead {
    background-color: var(--theme-color);
  }
  .cart_table thead th {
    border: none !important;
    color: var(--white-color);
    font-size: 18px;
  }
  .cart_table td:before,
  .cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px;
  }
  .cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
  }
  .cart_table td {
    border: none;
    border-bottom: 1px solid var(--border-color);
    color: var(--body-color);
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
    line-height: 1;
  }
  .cart_table .product-quantity {
    color: var(--title-color);
  }
  .cart_table .product-quantity input {
    position: relative;
    top: -2px;
  }
  .cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
  }
  .cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--border-color);
    overflow: hidden;
  }
  .cart_table .cart-productimage img {
    transform: scale(1);
    transition: all ease 0.4s;
  }
  .cart_table .cart-productimage:hover img {
    transform: scale(1.1);
  }
  .cart_table .amount {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
  }
  .cart_table .cart-productname {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
  }
  .cart_table .cart-productname:hover {
    color: var(--theme-color);
  }
  .cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
  }
  .cart_table .remove:hover {
    color: var(--title-color);
  }
  .cart_table .quantity {
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
  }
  .cart_table .qty-input {
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    padding: 0 20px 0 15px;
    font-size: 16px;
    border: 1px solid var(--border-color);
  }
  .cart_table .qty-btn {
    right: 2px;
    width: 21px;
    height: 18px;
    font-size: 10px;
  }
  .cart_table .actions {
    text-align: right;
    vertical-align: middle;
  }
  .cart_table .actions > .vs-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px;
  }
  .cart_table .actions > .vs-btn:last-child {
    margin-right: 0;
  }
  .cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: flex;
  }
  .cart_table .vs-cart-coupon input {
    height: 50px;
    width: calc(100% - 200px);
    margin-right: 10px;
    color: var(--title-color);
  }
  .cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 17px 22px;
    width: -moz-max-content;
    width: max-content;
  }
  .cart_totals {
    border: 1px solid var(--border-color);
  }
  .cart_totals th,
  .cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 45%;
    background-color: var(--smoke-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color);
  }
  .cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
  }
  .cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color);
  }
  .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
  }
  .cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0;
  }
  .cart_totals .shipping-calculator-form {
    display: none;
  }
  .cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
  }
  .cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
  }
  .cart_totals .shipping-calculator-form .vs-btn {
    padding: 13px 30px;
  }
  .cart_totals .amount {
    font-weight: 700;
    font-size: 18px;
  }
  .cart_totals .order-total .amount {
    color: var(--theme-color);
  }
  .cart_totals input,
  .cart_totals select {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: right 20px center;
    font-size: 14px;
  }
  @media (max-width: 991px) {
    .cart_table th {
      padding: 23px 8px;
      font-size: 14px;
    }
    .cart_table .cart-productname {
      font-size: 14px;
    }
    .cart_table .vs-cart-coupon {
      width: 100%;
      margin-bottom: 20px;
    }
    .cart_table .actions {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .cart_table {
      text-align: left;
      min-width: auto;
      border-collapse: separate;
      border-spacing: 0 20px;
      border: none;
    }
    .cart_table thead {
      display: none;
    }
    .cart_table td {
      padding: 15px;
      display: block;
      width: 100%;
      padding-left: 25%;
      text-align: right;
      border: 1px solid var(--border-color);
      border-bottom: none;
    }
    .cart_table td::before {
      display: block;
    }
    .cart_table td:last-child {
      border-bottom: 1px solid var(--border-color);
    }
    .cart_table td.actions {
      padding-left: 15px;
      text-align: center;
    }
    .cart_table td.actions > .vs-btn {
      margin-top: 10px;
      margin-right: 0;
      display: block;
      width: -moz-max-content;
      width: max-content;
      margin-left: auto;
      margin-right: auto;
    }
    .cart_table td.actions > .vs-btn:last-child {
      margin-right: auto;
    }
    .cart_table .vs-cart-coupon {
      width: 100%;
      text-align: center;
      float: none;
      justify-content: center;
      display: block;
      padding-bottom: 10px;
    }
    .cart_table .vs-cart-coupon input {
      width: 100%;
      margin-bottom: 10px;
    }
    .cart_totals th,
    .cart_totals td {
      padding: 15px 10px;
    }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
      width: 17%;
      line-height: 1.4;
    }
  }
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px;
    background-color: var(--smoke-color);
    --bs-gutter-x: 20px;
    margin-bottom: 40px;
  }
  .woocommerce-form-coupon .form-group:last-child,
  .woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
  }
  .woocommerce-checkout .form-select,
  .woocommerce-checkout .select2-container,
  .woocommerce-checkout .form-control {
    margin-bottom: 0;
  }
  .woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px;
  }
  .woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
  }
  .woocommerce-checkout .select2-dropdown {
    border: 1px solid var(--border-color);
    border-top: none;
  }
  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  .woocommerce-checkout .form-control:focus {
    color: var(--body-color);
  }
  .select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid var(--border-color);
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 25px;
  }
  .woocommerce-billing-fields .form-row {
    margin-bottom: 0;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    content: "";
    font-family: var(--icon-font);
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin: 0;
    border: none;
    top: 0;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 18px;
  }
  span.select2-selection.select2-selection--single:focus {
    outline: none;
  }
  .shipping-calculator-form .form-select,
  .shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    background-position: right 13px center;
  }
  .shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
  }
  .checkout-ordertable ul {
    margin: 0;
    padding: 0;
  }
  .checkout-ordertable .order-total .amount {
    color: var(--theme-color);
  }
  .checkout-ordertable input[type="hidden"] ~ label {
    color: var(--theme-color);
  }
  .woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    border: 1px solid var(--border-color);
    text-align: right;
    padding: 5px 20px;
  }
  .checkout-ordertable th {
    text-align: left;
  }
  .woocommerce-checkout-payment {
    text-align: left;
  }
  .woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 16px;
  }
  .woocommerce-checkout-payment ul input[type="radio"] ~ label {
    margin-bottom: 19px;
    color: var(--body-color);
  }
  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    margin-bottom: -2px;
    margin-left: 10px;
  }
  .woocommerce-checkout-payment .place-order {
    padding-top: 30px;
  }
  .woocommerce-checkout-payment .payment_box {
    color: var(--title-color);
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
  }
  .woocommerce-checkout-payment .payment_box p {
    margin: 0;
  }
  .vs-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
  }
  @media (max-width: 767px) {
    tfoot.checkout-ordertable th {
      display: none;
    }
    .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
      max-width: 150px;
    }
    .checkout-ordertable th,
    .checkout-ordertable td {
      padding: 5px 20px 5px 60px;
    }
    .woocommerce-form-coupon,
    .woocommerce-form-login {
      padding: 40px 20px;
    }
  }
  @media (max-width: 575px) {
    .woocommerce-message,
    .woocommerce-info {
      font-size: 12px;
      padding: 11px 15px;
    }
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-1px {
    padding-bottom: 1px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .mt-n1 {
    margin-top: -0.25rem;
  }
  .mt-n2 {
    margin-top: -0.5rem;
  }
  .mt-n3 {
    margin-top: -1rem;
  }
  .mt-n4 {
    margin-top: -1.5rem;
  }
  .mt-n5 {
    margin-top: -3rem;
  }
  .mb-n1 {
    margin-bottom: -0.25rem;
  }
  .mb-n2 {
    margin-bottom: -0.5rem;
  }
  .mb-n3 {
    margin-bottom: -1rem;
  }
  .mb-n4 {
    margin-bottom: -1.5rem;
  }
  .mb-n5 {
    margin-bottom: -3rem;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .space,
  .space-top {
    padding-top: var(--section-space);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
  }
  @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;
    }
  }
