@charset "UTF-8";
@use "sass:math";
.indicator {
  position: absolute;
  top: var(--pos-y);
  right: var(--pos-x);
  height: var(--height-set);
  width: var(--width-set);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
:root {
  --theme-color: #FD5B44;
  --gr-color2: #FD8900;
  --title-color: #101111;
  --body-color: #6E7070;
  --smoke-color: #F5F5F5;
  --smoke-color2: #ECF1FF;
  --black-color: #000000;
  --black-color2: #101018;
  --gray-color: #999999;
  --white-color: #ffffff;
  --body-bg: #F6FAFF;
  --light-color: #E1E4E5;
  --yellow-color: #E2B93B;
  --success-color: #27AE60;
  --error-color: #EB5757;
  --th-border-color: #E1E4E5;
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --body-font2: "Inter", sans-serif;
  --body-font3: "DM Sans", sans-serif;
  --style-font: "Dancing Script", cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.shoe-shop {
  --theme-color: #FF0004;
}
html,
body {
  scroll-behavior: auto !important;
}

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

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

button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
  outline: none;
}

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

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

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.625;
}

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,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 72px;
  line-height: 1.208;
}

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

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

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

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

h6 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

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

.th-search {
  background-color: var(--smoke-color2);
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

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

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1800px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container5 {
    --main-container: 1420px;
  }
}

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
select,
textarea,
input {
  height: 50px;
  padding: 0 25px 0 25px;
  padding-left: 45px;
  border: 1px solid var(--th-border-color);
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  font-family: var(--title-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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: left 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

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

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

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

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

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

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

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

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

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

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

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--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;
}

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

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

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

.form-messages {
  display: none;
}

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

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

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  right: var(--pos-x, -30px);
  background-color: var(--white-color);
  box-shadow: 0px 10px 40px rgba(16, 17, 17, 0.1);
  width: var(--icon-size, 48px);
  height: var(--icon-size, 48px);
  line-height: var(--icon-size, 48px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}

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

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

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

.slider-arrow.style2 {
  --icon-size: 40px;
  border-radius: 8px;
}

.arrow-wrap {
  position: relative;
}

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

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

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

@media (max-width: 1899px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: 0px;
  }
}
.slider-drag-cursor {
  pointer-events: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: -2px;
  height: 36px;
  width: 36px;
  -webkit-transition: width .1s ease-in-out;
  transition: width .1s ease-in-out;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  color: var(--white-color);
  display: none;
  cursor: none;
}

.slider-drag-cursor.active {
  display: block;
}
.th-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

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

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

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--white-color);
  border-left: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  right: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

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

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

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

.th-menu-wrapper2 .th-menu-toggle2 {
  border: none;
  font-size: 22px;
  position: absolute;
  left: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 8px;
}

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

.th-menu-wrapper2 .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--white-color);
  border-left: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  right: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

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

.th-menu-wrapper2.th-body-visible .th-menu-area {
  right: 0;
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  left: 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(173, 136, 88, 0.5);
  border-radius: 50%;
}

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

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

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

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

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

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

.th-menu-toggle {
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 18px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

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

.th-menu-toggle2 {
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 18px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

.th-menu-toggle2:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
:root {
  --input-height: 56px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.nice-select:after {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-left: 1px solid var(--body-color);
  position: absolute;
  left: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nice-select.open:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nice-select.open .list {
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  display: block;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  right: 0 !important;
  left: 0 !important;
}

.nice-select.right {
  float: left;
}

.nice-select.right .list {
  right: auto;
  left: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 110%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.75) translateY(-28px);
      -ms-transform: scale(0.75) translateY(-28px);
          transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--smoke-color);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.preloader {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader .th-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font2);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 16.5px 24px;
  border-radius: 48px;
  -webkit-perspective: 320px;
          perspective: 320px;
  z-index: 2;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.th-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 120%;
  height: 120%;
  background-color: var(--title-color);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.th-btn i {
  font-size: 1em;
}

.th-btn.th-icon:after {
  content: '';
  position: relative;
  -webkit-mask-image: url(../img/icon/arrow-right.svg);
          mask-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--white-color);
  width: 32px;
  height: 10px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  box-shadow: 0 0 20px rgba(65, 18, 140, 0);
}

.th-btn:hover::before {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
      -ms-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
  opacity: 1;
}

.th-btn.style2 {
  border: 1px solid #E0E8F0;
  background-color: transparent;
  border-radius: 8px;
  color: var(--title-color);
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  box-shadow: none;
}

@media (max-width: 1500px) {
  .th-btn.style2 {
    font-size: 14px;
    padding: 15px 15px;
  }
}

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

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

.th-btn.radius {
  border-radius: 8px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 48px);
  height: var(--btn-size, 48px);
  line-height: var(--btn-size, 48px);
  font-size: var(--btn-font-size, 18px);
  background-color: var(--icon-bg, #f7f7f7);
  color: var(--title-color);
  text-align: center;
  border-radius: 99px;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

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

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

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

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

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

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

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

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.18em;
}

.sub-title {
  font-family: var(--title-font);
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: var(--theme-color);
  margin-bottom: 31px;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: -0.2em;
  position: relative;
  margin-bottom: 20px;
}

.sub-title.sub-title {
  font-family: var(--style-font);
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

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

.sub-title:has(img) {
  margin-top: 0;
}

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

.sub-title img {
  margin: -3px 0 0 10px;
}

.sub-title i {
  font-size: 32px;
  margin-left: 10px;
}

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

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

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .sec-title {
    --section-title-space: 60px;
  }
}
@media (max-width: 991px) {
  .sec-title {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.color-scheme {
  position: fixed;
  left: -1px;
  top: calc(50% - 100px);
  z-index: 99;
  background: var(--black-color);
  padding: 20px 30px;
  border-radius: 0 10px 10px 0;
  max-width: 300px;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.color-scheme .switchIcon {
  position: absolute;
  right: 0;
  top: 10px;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  height: 45px;
  width: 45px;
  border-radius: 0 5px 5px 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.color-scheme .color-switch-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.color-scheme .color-switch-btns button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: var(--theme-color);
  text-align: right;
}

.color-scheme #thcolorpicker {
  padding: 0 !important;
  border: 2px solid var(--white-color);
  border-radius: 0;
  height: 25px;
  border-radius: 15px;
  overflow: hidden;
  max-width: 170px;
}

.color-scheme.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.23em 0.43em;
  font-size: 0.7em;
  border-radius: 50%;
  top: -3px;
  left: -3px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 45px);
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-left: 5px;
  border-radius: 99px;
}

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

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

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

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.4em;
}

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

.btn-group.style2 {
  gap: 20px 70px;
}

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

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}
.cursor-follower {
  position: fixed;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translate(-2px, 2px);
      -ms-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}
.font-icon {
  font-family: var(--icon-font);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1*(-100% - var(--gap))));
            transform: translateX(calc(-1*(-100% - var(--gap))));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1*(-100% - var(--gap))));
            transform: translateX(calc(-1*(-100% - var(--gap))));
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

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

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

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

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

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

.spin {
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}

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

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

.slideinleft,
.slideinrighthero,
.slideinup {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinrighthero {
  --animation-name: slideinrighthero;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

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

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

@-webkit-keyframes slideinrighthero {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px) scale(0.6);
            transform: translateX(-280px) scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes slideinrighthero {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px) scale(0.6);
            transform: translateX(-280px) scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

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

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu a {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1.313;
  padding-top: 15px;
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget_nav_menu a img {
  margin-top: -3px;
  margin-left: 6px;
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span {
  color: var(--title-color);
  text-align: center;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: left;
  background-color: var(--body-bg);
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a:hover {
  color: var(--theme-color);
  box-shadow: none;
}

.widget_nav_menu a:hover ~ span {
  color: var(--theme-color);
}

.widget_nav_menu .children {
  margin-right: 10px;
}

.widget_nav_menu a {
  padding-left: 20px;
}

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

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

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

.widget select,
.widget input,
.widget textarea {
  border-radius: 28px;
}

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

.widget.radius {
  border-radius: 8px;
}

.widget_title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  line-height: 1em;
  text-transform: capitalize;
  margin: -0.12em 0 25px 0;
}

.offer-banner {
  text-align: center;
}

.offer-banner .box-title {
  color: var(--white-color);
}

.offer-banner .offer {
  font-weight: 600;
  font-size: 64px;
  line-height: 58px;
  color: #E42E3B;
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}
@media (max-width: 991px) {
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 20px;
    border-radius: 10px;
  }
}

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

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

.footer-widget input,
.footer-widget select {
  color: #666666;
}

.footer-widget input::-moz-placeholder,
.footer-widget select::-moz-placeholder {
  color: #666666;
}

.footer-widget input::-webkit-input-placeholder,
.footer-widget select::-webkit-input-placeholder {
  color: #666666;
}

.footer-widget input:-ms-input-placeholder,
.footer-widget select:-ms-input-placeholder {
  color: #666666;
}

.footer-widget input::-webkit-input-placeholder, .footer-widget select::-webkit-input-placeholder {
  color: #666666;
}

.footer-widget input::-moz-placeholder, .footer-widget select::-moz-placeholder {
  color: #666666;
}

.footer-widget input:-ms-input-placeholder, .footer-widget select:-ms-input-placeholder {
  color: #666666;
}

.footer-widget input::-ms-input-placeholder, .footer-widget select::-ms-input-placeholder {
  color: #666666;
}

.footer-widget input::placeholder,
.footer-widget select::placeholder {
  color: #666666;
}

.footer-widget .widget_title {
  text-transform: uppercase;
  color: var(--white-color);
  margin: -0.12em 0 40px 0;
}

.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}

.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 16px;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  position: relative;
}

.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

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

.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.th-widget-about {
  max-width: 374px;
}
@media (max-width: 1199px) {
  .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
}
.th-header {
  position: relative;
  z-index: 41;
}

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

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

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

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

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

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

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

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

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

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

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

.main-menu > ul > li > a:hover:before {
  width: 100%;
  left: unset;
  right: 0;
}

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

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

.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-right: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu) > a:before, .main-menu ul li:has(.mega-menu) > a:before, .main-menu ul li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  width: 1px;
  height: 16px;
  background-color: #E1E4E5;
}

@media (max-width: 1499px) {
  .main-menu ul li:has(.sub-menu) > a:before, .main-menu ul li:has(.mega-menu) > a:before, .main-menu ul li.menu-item-has-children > a:before {
    left: -15px;
  }
}

.main-menu ul li:has(.sub-menu) > a:hover:before, .main-menu ul li:has(.mega-menu) > a:hover:before, .main-menu ul li.menu-item-has-children > a:hover:before {
  right: unset;
}

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

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

.main-menu ul li:last-child:has(.sub-menu) > a:before, .main-menu ul li:last-child:has(.mega-menu) > a:before, .main-menu ul li:last-child.menu-item-has-children > a:before {
  background-color: transparent;
}

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

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

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

.header-button .th-btn {
  margin-right: 20px;
}

@media (min-width: 1399px) {
  .header-button .th-btn {
    min-width: 185px;
  }
}

.header-button .icon-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-button .icon-btn img {
  margin: 0;
  max-width: 20px;
  padding: 0;
}

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

.header-button .icon-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header-button .icon-btn .badge {
  font-size: 12px;
  background-color: var(--theme-color);
}

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

.header-logo {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

@media (max-width: 320px) {
  .header-logo {
    max-width: 110px;
  }
}

.header-button a {
  margin-right: 8px;
  color: var(--title-color);
  font-family: var(--title-font);
}

.header-button a img {
  margin-left: 8px;
  padding-bottom: 8px;
}

.category-menu {
  position: absolute;
  text-align: right;
  top: 100%;
  right: 0;
  border: 1px solid #E7F1F1;
  background-color: var(--white-color);
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  z-index: -1;
  padding: 24px;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.category-menu.close-category {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.category-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.category-menu li {
  list-style: none;
}

.category-menu li:not(:last-child) a {
  margin-bottom: 16px;
}

.category-menu li:last-child {
  border-bottom: none;
}

.category-menu li.menu-item-has-children {
  position: relative;
}

.category-menu li.menu-item-has-children > a:after {
  content: "\f054";
  float: left;
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-right: 4px;
  font-weight: 600;
  top: 1px;
  font-size: 0.9em;
  color: var(--body-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category-menu li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: var(--theme-color);
}

.category-menu a {
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--body-color);
  position: relative;
  padding: 6px 16px;
  border: 1px solid #E7F1F1;
  border-radius: 4px;
}

.category-menu a span {
  position: absolute;
  top: 6px;
  left: 16px;
  font-size: 14px;
  font-weight: 500;
}

.category-menu a img {
  margin-left: 14px;
}

.category-menu a:hover {
  background-color: #E7F1F1;
  color: #147D77;
}

.category-menu.close-category {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.header-layout1 {
  position: relative;
}

.header-layout1 .menu-area {
  border-top: 1px solid #E0E8F0;
  border-bottom: 1px solid #E0E8F0;
}

.header-layout1 .main-menu {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .header-layout1 .main-menu {
    margin-right: 0;
  }
}

.header-layout1 .header-button a {
  color: var(--title-color);
  font-family: var(--title-font);
}

.header-layout1 .header-button a img {
  margin-left: 8px;
  padding-bottom: 8px;
}

.header-layout1 .category-menu {
  border: 1px solid var(--th-border-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 0 0;
      -ms-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}

.header-layout1 .category-menu li:not(:last-child) a {
  margin-bottom: 10px;
}

.header-layout1 .category-menu a:hover {
  background-color: #FFF8F8;
  color: var(--theme-color);
}

@media (max-width: 1299px) {
  .header-layout1 .container {
    max-width: 100%;
  }
}

.header-search select,
.header-search textarea,
.header-search input {
  height: 48px;
  background-color: var(--white-color);
  border-radius: 0;
  border: none;
  width: 600px;
  font-weight: 400;
  border-right: 1px solid #E0E8F0;
  color: var(--title-color);
  font-size: 14px;
}

.header-search select::-moz-placeholder,
.header-search textarea::-moz-placeholder,
.header-search input::-moz-placeholder {
  color: var(--title-color);
}

.header-search select::-webkit-input-placeholder,
.header-search textarea::-webkit-input-placeholder,
.header-search input::-webkit-input-placeholder {
  color: var(--title-color);
}

.header-search select:-ms-input-placeholder,
.header-search textarea:-ms-input-placeholder,
.header-search input:-ms-input-placeholder {
  color: var(--title-color);
}

.header-search select::-webkit-input-placeholder, .header-search textarea::-webkit-input-placeholder, .header-search input::-webkit-input-placeholder {
  color: var(--title-color);
}

.header-search select::-moz-placeholder, .header-search textarea::-moz-placeholder, .header-search input::-moz-placeholder {
  color: var(--title-color);
}

.header-search select:-ms-input-placeholder, .header-search textarea:-ms-input-placeholder, .header-search input:-ms-input-placeholder {
  color: var(--title-color);
}

.header-search select::-ms-input-placeholder, .header-search textarea::-ms-input-placeholder, .header-search input::-ms-input-placeholder {
  color: var(--title-color);
}

.header-search select::placeholder,
.header-search textarea::placeholder,
.header-search input::placeholder {
  color: var(--title-color);
}

@media (max-width: 1399px) {
  .header-search select,
  .header-search textarea,
  .header-search input {
    min-width: 280px;
  }
}
.header-layout6 .header-button .icon-btn {
  border: none;
}

.header-layout6 .menu-area {
  border: none;
}

.header-layout6 .main-menu > ul > li > a {
  text-transform: uppercase;
}

.header-layout6 .main-menu > ul > li > a:before {
  display: none;
}

.header-layout6 .header-button .icon-btn .badge {
  left: 0;
}

.header-layout6 .header-search {
}

@media (max-width: 1299px) {
  .header-layout6 .header-search {
    display: none;
  }
}

.header-layout6 .header-search .search-suggestions {
  width: 400px;
}

.header-layout6 .header-search select,
.header-layout6 .header-search textarea,
.header-layout6 .header-search input {
  background-color: #F5F5F5;
  width: 350px;
  border-radius: 24px;
  border: none;
}

@media (max-width: 1299px) {
  .header-layout6 .header-search select,
  .header-layout6 .header-search textarea,
  .header-layout6 .header-search input {
    width: 200px;
  }
}

.header-layout6 .header-search .th-btn {
  min-width: 48px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 24px 0px 0px 24px;
  padding: 15px 14px;
  overflow: hidden;
}

@media (min-width: 1300px) {
  .header-layout6 .th-container {
    --main-container: 1620px;
  }
}
.top-search {
  position: relative;
}

.search-suggestions {
  right: 0;
  opacity: 0;
  position: absolute;
  top: 50px;
  visibility: hidden;
  width: 440px;
  border-radius: 8px;
  z-index: 99;
  border-bottom: 3px solid var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0px 10px 40px rgba(16, 17, 17, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-wrapper {
  position: relative;
  z-index: 2;
  background-color: #212121;
  --body-color: #999999;
}

.footer-wrapper .th-social a {
  --icon-size: 44px;
  line-height: 45px;
  font-size: 20px;
  background-color: #333333;
  color: var(--white-color);
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

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

.copyright-wrap {
  padding: 22px 0;
  background-size: 100% auto;
  border-top: 1px solid #333333;
}

.copyright-wrap .copyright-text {
  font-size: 16px;
  font-family: var(--title-font);
}

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

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

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

.copyright-text {
  margin: 0;
}

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

.copyright-text a:hover {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}

.th-social.style2 a {
  --icon-size: 40px;
  background-color: #F6FAFF;
  box-shadow: none;
  font-size: 16px;
  color: var(--theme-color);
  border-radius: 4px;
  margin-left: 5px;
}

.th-social.style2 a:hover {
  color: var(--white-color);
}
.footer-layout5 {
  --body-color: #6E7070;
}

.footer-layout5 .widget-area {
  padding-top: 60px;
  padding-bottom: 16px;
}

.footer-layout5 .footer-widget .widget_title {
  text-transform: capitalize;
  color: var(--title-color);
  font-weight: 500;
  font-size: 24px;
  margin: -0.12em 0 28px 0;
}

.footer-layout5 .th-social.style2 a {
  --icon-size: 44px;
  background-color: #E1E4E5;
  box-shadow: none;
  font-size: 16px;
  color: var(--title-color);
  border-radius: 50%;
  margin-left: 5px;
}

@media (max-width: 1299px) {
  .footer-layout5 .th-social.style2 a {
    --icon-size: 40px;
  }
}

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

.footer-layout5 .title {
  font-family: var(--body-font2);
  color: var(--title-color);
}

.footer-layout5 .copyright-wrap {
  background-color: var(--theme-color);
  border: none;
  --body-color: #fff;
}

.footer-layout5 .copyright-wrap .copyright-text a {
  color: var(--title-color);
}

.footer-layout5 .copyright-wrap .copyright-text i {
  color: var(--white-color);
}
.footer-layout6 {
  background-color: transparent;
}

.footer-layout6 .widget-area {
  padding-bottom: 10px;
}

.footer-layout6 .th-screen {
  border-radius: 30px;
  width: 1620px;
  max-width: 100%;
  margin: auto;
  position: relative;
  background-color: var(--smoke-color);
  z-index: 1019;
  -webkit-transition: border-radius .2s, width 350ms ease;
  transition: border-radius .2s, width 350ms ease;
}

.footer-layout6 .th-screen.th-visible {
  border-radius: 0;
  width: 100%;
}

.footer-layout6 .th-social.style2 a {
  font-size: 20px;
}

.footer-layout6 .copyright-wrap {
  background-color: var(--title-color);
  padding: 90px 0 30px 0;
  margin-top: -70px;
}

.footer-layout6 .copyright-wrap .copyright-text a {
  color: var(--theme-color);
}
.th-pagination {
  margin-bottom: 30px;
}

.th-pagination ul {
  margin: 0;
  padding: 0;
}

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

.th-pagination li:last-child {
  margin-left: 0;
}

.th-pagination li:first-child {
  margin-right: 0;
}

.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: #E1E4E5;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 99px;
}

.th-pagination span.active, .th-pagination span:hover, .th-pagination a.active, .th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
@media (max-width: 767px) {
  .th-pagination span,
  .th-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
blockquote {
  font-size: 16px;
  line-height: 1.56;
  padding: 38.5px 60px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 35px 0 45px 0;
  color: var(--title-color);
  font-family: var(--body-font);
  font-style: italic;
  border: 1px solid var(--th-border-color) !important;
  border-radius: 30px;
}

@media (max-width: 767px) {
  blockquote {
    padding: 38.5px 40px;
  }
}

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

blockquote p a {
  color: inherit;
}

blockquote:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  height: 55px;
  width: 55px;
  background-color: var(--white-color);
}

blockquote:after {
  content: "";
  position: absolute;
  top: -17px;
  right: 0px;
  height: 24px;
  width: 30px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M2.66334 21.9311C0.930403 20.0114 0 17.8583 0 14.3681C0 8.22637 4.13381 2.72165 10.1453 0L11.6477 2.41807C6.03668 5.58368 4.93971 9.6916 4.50227 12.2816C5.40575 11.7938 6.58853 11.6236 7.74774 11.7359C10.7829 12.029 13.1754 14.6278 13.1754 17.8583C13.1754 19.4872 12.555 21.0493 11.4506 22.2011C10.3463 23.3529 8.84851 24 7.28675 24C6.42307 23.9921 5.56952 23.8052 4.77578 23.45C3.98203 23.0948 3.26396 22.5785 2.66334 21.9311ZM19.488 21.9311C17.755 20.0114 16.8246 17.8583 16.8246 14.3681C16.8246 8.22637 20.9584 2.72165 26.9699 0L28.4723 2.41807C22.8613 5.58368 21.7643 9.6916 21.3269 12.2816C22.2304 11.7938 23.4132 11.6236 24.5724 11.7359C27.6075 12.029 30 14.6278 30 17.8583C30 19.4872 29.3796 21.0493 28.2753 22.2011C27.1709 23.3529 25.6731 24 24.1114 24C23.2477 23.9921 22.3941 23.8052 21.6004 23.45C20.8067 23.0948 20.0886 22.5785 19.488 21.9311Z");
          clip-path: path("M2.66334 21.9311C0.930403 20.0114 0 17.8583 0 14.3681C0 8.22637 4.13381 2.72165 10.1453 0L11.6477 2.41807C6.03668 5.58368 4.93971 9.6916 4.50227 12.2816C5.40575 11.7938 6.58853 11.6236 7.74774 11.7359C10.7829 12.029 13.1754 14.6278 13.1754 17.8583C13.1754 19.4872 12.555 21.0493 11.4506 22.2011C10.3463 23.3529 8.84851 24 7.28675 24C6.42307 23.9921 5.56952 23.8052 4.77578 23.45C3.98203 23.0948 3.26396 22.5785 2.66334 21.9311ZM19.488 21.9311C17.755 20.0114 16.8246 17.8583 16.8246 14.3681C16.8246 8.22637 20.9584 2.72165 26.9699 0L28.4723 2.41807C22.8613 5.58368 21.7643 9.6916 21.3269 12.2816C22.2304 11.7938 23.4132 11.6236 24.5724 11.7359C27.6075 12.029 30 14.6278 30 17.8583C30 19.4872 29.3796 21.0493 28.2753 22.2011C27.1709 23.3529 25.6731 24 24.1114 24C23.2477 23.9921 22.3941 23.8052 21.6004 23.45C20.8067 23.0948 20.0886 22.5785 19.488 21.9311Z");
}

blockquote cite {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  right: 101px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 7px 15px 7px 40px;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

blockquote cite br {
  display: none;
}

blockquote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}

blockquote p:has(cite) {
  padding-bottom: 10px;
}

blockquote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}
@media (max-width: 767px) {
  blockquote cite {
    font-size: 18px;
    right: 30px;
  }
}
@media (max-width: 375px) {
  blockquote cite {
    font-size: 18px;
    padding-right: 22px;
  }
  blockquote cite:before {
    width: 20px;
  }
}

.th-blog {
  margin-bottom: 30px;
}
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-title {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 38px;
  margin-top: -0.17em;
  text-transform: capitalize;
}

@media (max-width: 1599px) {
  .hero-title {
    font-size: 64px;
    line-height: 72px;
  }
}

@media (max-width: 1299px) {
  .hero-title {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.hero-title > span {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.hero-2 {
  position: relative;
  background-color: #131F36;
  overflow: hidden;
  margin: 32px 60px;
  border-radius: 24px;
}

@media (max-width: 1699px) {
  .hero-2 {
    margin: 32px 30px;
  }
}

@media (max-width: 1500px) {
  .hero-2 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-img {
    position: relative;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 80px auto;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-img img {
    max-height: 400px;
  }
}
.discount-wrapp {
  position: absolute;
  top: 29%;
  right: 9%;
  display: inline-block;
  z-index: 1;
}

.discount-wrapp.style2 .discount {
  color: var(--title-color);
}

@media (max-width: 575px) {
  .discount-wrapp {
    position: relative;
    top: unset;
    bottom: 0;
  }
}

.discount-wrapp .discount {
  position: absolute;
  right: 20%;
  top: 35%;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: var(--theme-color);
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  text-align: center;
  margin-top: -5px;
  margin-bottom: 0;
}

.parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-6 .slider-arrow {
  --icon-size: 60px;
  color: var(--title-color);
  font-size: 25px;
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.2);
  right: var(--pos-x, 100px);
}

@media (max-width: 1399px) {
  .hero-6 .slider-arrow {
    display: none !important;
  }
}

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

.hero-6 .slider-arrow:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.heroSlide6 {
  margin: 0 -36%;
}

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

.heroSlide6 .discount-wrapp {
  top: 20%;
  right: 10%;
}

.heroSlide6 .swiper-slide:nth-child(2) .hero-inner {
  background-color: #F9EDE1;
}

.heroSlide6 .swiper-slide:nth-child(2) .hero-inner .hero6-shape {
  background-color: #F2E6D9;
}

.heroSlide6 .swiper-slide:nth-child(3) .hero-inner {
  background-color: #D3FBD9;
}

.heroSlide6 .swiper-slide:nth-child(3) .hero-inner .hero6-shape {
  background-color: #C6F5CD;
}

.heroSlide6 .swiper-slide:nth-child(5) .hero-inner {
  background-color: #F9EDE1;
}

.heroSlide6 .swiper-slide:nth-child(5) .hero-inner .hero6-shape {
  background-color: #F2E6D9;
}

.heroSlide6 .swiper-slide:nth-child(6) .hero-inner {
  background-color: #D3FBD9;
}

.heroSlide6 .swiper-slide:nth-child(6) .hero-inner .hero6-shape {
  background-color: #C6F5CD;
}

.heroSlide6 .swiper-wrapper {
  visibility: visible;
}

.heroSlide6 .hero-inner {
  position: relative;
  background-color: #FFE2B5;
  border-radius: 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .heroSlide6 .hero-inner {
    border-radius: 0;
  }
}

.heroSlide6 .hero-img {
  position: relative;
  text-align: center;
}

.heroSlide6 .hero6-shape {
  position: absolute;
  top: 125px;
  left: 67px;
  width: 822px;
  height: 318px;
  background-color: #FADBAB;
  z-index: -1;
}

@media (max-width: 991px) {
  .heroSlide6 .hero6-shape {
    left: 0;
    width: 700px;
  }
}

@media (max-width: 767px) {
  .heroSlide6 .hero6-shape {
    width: 600px;
  }
}

.hero-style6 {
  padding: 147px 147px 147px 0px;
  border-radius: 60px;
  min-width: 700px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1799px) {
  .hero-style6 {
    padding: 120px 60px 120px 0px;
  }
}

@media (max-width: 1299px) {
  .hero-style6 {
    min-width: 600px;
  }
}

@media (max-width: 1199px) {
  .hero-style6 {
    min-width: 500px;
  }
}

@media (max-width: 991px) {
  .hero-style6 {
    min-width: 100%;
    padding: 120px 0 20px 0;
    text-align: center;
    border-radius: 0;
  }
}

.hero-style6 .sub-title {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #6E7070;
  position: relative;
  margin-right: 60px;
  display: block;
  margin-bottom: 25px;
}

.hero-style6 .sub-title:before {
  content: "";
  position: absolute;
  top: 48%;
  height: 2px;
  width: 50px;
  background-color: #6E7070;
  margin-right: -3.9rem;
}

.hero-style6 .hero-title {
  font-weight: 600;
  font-size: 84px;
  line-height: 94px;
  color: #101111;
  margin-bottom: 30px;
}

@media (max-width: 1299px) {
  .hero-style6 .hero-title {
    font-size: 64px;
    line-height: 74px;
  }
}

@media (max-width: 1199px) {
  .hero-style6 .hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 575px) {
  .hero-style6 .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
}

.counter-list.style2 {
  padding: 0;
  gap: 24px;
}

@media (max-width: 575px) {
  .counter-list.style2 {
    grid-template-columns: auto auto;
  }
}

.counter-list.style2 li:before {
  display: none;
}

.counter-list.style2 li .count-number {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  text-transform: capitalize;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 7px;
}

.counter-list.style2 li .count-name {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: var(--title-color);
}
.popup-search-box {
  position: fixed;
  top: 0;
  right: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  left: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(50%, -50%) scale(0);
      -ms-transform: translate(50%, -50%) scale(0);
          transform: translate(50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-right: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  left: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

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

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(50%, -50%) scale(1);
      -ms-transform: translate(50%, -50%) scale(1);
          transform: translate(50%, -50%) scale(1);
}
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

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

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

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

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  left: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: left ease 1s;
  transition: left 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 .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content textarea {
  background-color: var(--smoke-color2);
  border-radius: 27px;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

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

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

.woocommerce-form-coupon,
.woocommerce-form-login {
  --th-border-color: #E1E4E5;
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  margin-bottom: 0;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}

.woocommerce-form-login-toggle + .row .woocommerce-form-login {
  margin-bottom: 30px;
}

.rating-select label {
  margin: 0;
  margin-left: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.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;
  right: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: #FD5B44;
}

.rating-select p.stars a:hover ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

.swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.size {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.size .title {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 0;
}

@media (max-width: 375px) {
  .size .title {
    font-size: 14px;
  }
}

.size span {
  background: #FFFFFF;
  border: 1px solid #E1E4E6;
  border-radius: 6px;
  padding: 2px 10.1px;
  font-size: 14px;
  line-height: 14px;
  height: 20px;
  min-width: 30px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.size span:hover {
  background: #F9EDE1;
  border: 1px solid #E42E3B;
}

.th-product {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.th-product .price {
  display: block;
  color: var(--theme-color);
  font-weight: 700;
  margin-bottom: -0.4em;
  font-family: var(--body-font);
}

.th-product .price del {
  margin-right: 5px;
  color: var(--body-color);
}

.th-product .actions {
  height: 100%;
  position: absolute;
  top: 5px;
  left: 15px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 40px;
}

.th-product .actions .icon-btn {
  --btn-size: 40px;
  font-size: 14px;
  border-color: var(--white-color);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  color: var(--title-color);
  border-radius: 99px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.th-product .actions .icon-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.th-product .actions > * {
  margin: 0 0;
}

.th-product .actions > * > a {
  margin: 0;
}

.th-product .icon-btn {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.th-product:hover .icon-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-left: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-left: none;
}

.quantity .qty-btn {
  font-size: 16px;
}

.woocommerce-Reviews .comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin: -12px !important;
  margin-bottom: 28px !important;
}

.woocommerce-Reviews .comment-list li {
  width: 50%;
}

@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

#description {
  margin-bottom: 30px;
}

.woocommerce-form-login select,
.woocommerce-form-coupon select {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
  margin-bottom: 20px;
}

.line {
  margin: 0;
  border-top: 1px solid var(--black-color);
}

@media (max-width: 480px) {
  .counter {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.blog-card {
  position: relative;
  z-index: 2;
}

.blog-card .box-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style2 {
  border-radius: 8px;
}
@media (max-width: 1500px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .blog-card .box-title {
    font-size: 20px;
    line-height: 28.3px;
  }
}

.mega-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
}

.mega-hover:before {
  top: 0;
  left: 51%;
  bottom: 0;
  right: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  left: 0;
  bottom: 50%;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mega-hover:hover:before {
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-video {
  position: relative;
  border-radius: 10px;
}

.th-video img {
  border-radius: inherit;
}
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F0EBE7;
  text-align: right;
  position: relative;
  z-index: 3;
}

.accordion-card:not(:last-child) {
  margin-bottom: 16px;
}

.accordion-card:has(.show) {
  padding-top: 6px;
  border-radius: 12px;
}

.load-more-active .accordion-card {
  margin-bottom: 24px;
}
.feature-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  z-index: 2;
}

@media (max-width: 375px) {
  .feature-card {
    display: block;
    margin: auto;
    text-align: center;
  }
}

.feature-card.style2 {
  border: 1px solid #E1E4E5;
  border-radius: 30px;
  padding: 16px;
}

@media (max-width: 1299px) {
  .feature-card.style2 {
    padding: 10px;
  }
}

.feature-card.style2 .box-icon {
  border-radius: 20px;
  background-color: #F5F5F5;
  border: none;
}

.feature-card .box-icon {
  min-width: 64px;
  height: 64px;
  line-height: 64px;
  background: #F6FAFF;
  border: 1px solid var(--theme-color);
  text-align: center;
  border-radius: 8px;
}

@media (max-width: 375px) {
  .feature-card .box-icon {
    display: block;
    max-width: 64px;
    margin: auto auto 20px auto;
  }
}

.feature-card .box-title {
  color: var(--title-color);
  font-size: 20px;
  margin-bottom: 2px;
}

@media (max-width: 1299px) {
  .feature-card .box-title {
    font-size: 18px;
  }
}

.feature-card .box-text {
  color: var(--body-color);
}

.feature-card:hover .box-icon img {
  -webkit-transform: scale(-1) rotate(-180deg);
      -ms-transform: scale(-1) rotate(-180deg);
          transform: scale(-1) rotate(-180deg);
}

.feature-area2 {
  padding: 60px 0 100px 0;
}

.feature-area2 .th-container {
  --main-container: 1620px;
}

@media (max-width: 1299px) {
  .feature-area2 .th-container {
    max-width: 100%;
  }
}
.overlay-direction .filter-item {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
}

.overlay-direction .filter-item {
  -webkit-perspective: 540px;
          perspective: 540px;
}
.cta-area4 {
  position: relative;
  padding: 150px 0 150px 50px;
  background-size: 100% 100%;
}

@media (max-width: 1399px) {
  .cta-area4 {
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .cta-area4 {
    background-size: 100%;
    background-position: center;
    padding: 155px 0 155px 50px;
  }
}

@media (max-width: 767px) {
  .cta-area4 {
    background-size: cover;
  }
}

@media (max-width: 575px) {
  .cta-area4 {
    padding: 130px 0 130px 0px;
  }
}

.cta-area4 .discount {
  position: absolute;
  top: 24%;
  left: 42%;
}

@media (max-width: 1500px) {
  .cta-area4 .discount {
    left: unset;
    right: 30%;
  }
}

@media (max-width: 767px) {
  .cta-area4 .discount {
    right: 20%;
  }
}

@media (max-width: 575px) {
  .cta-area4 .discount {
    right: 10%;
  }
}

@media (max-width: 480px) {
  .cta-area4 .discount {
    display: none;
  }
}

.cta-area4.style2 {
  padding: 60px 60px 360px 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.space {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}
@media (max-width: 991px) {
  .space {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
}
