/*@use "sass:math";*/
/*@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bruno+Ace&display=swap');
:root {
  --theme-color: #f73546;
  --theme-color: #ffc107;
  --title-color: #113d48;
  --body-color: #6e7070;
  --smoke-color: #e9f6f9;
  --smoke-color2: #f3f4f6;
  --black-color: #000000;
  --black-color2: #0d0d0c;
  --gray-color: #e1e4e5;
  --white-color: #ffffff;
  --light-color: #e1e4e5;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #e9edf5;
  --title-font: "Manrope", sans-serif;
  --body-font: "Poppins", sans-serif;
/*  --style-font: "Montez", cursive;*/
  --style-font: "Bruno Ace", serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 60px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 2s;
}

html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  /*font-size: 16px;*/
  font-weight: 400;
  color: var(--black-color2);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.currency-menu a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.currency-menu input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.currency-menu textarea.nice-select.open {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

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,*/
/*.currency-menu 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;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  line-height: 1.75;
  color: #2d2d2d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.327;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

.hero-title {
  font-size: 75px;
}

.heighlights_itenery strong {
    color:#113d48;
}

.heighlights_itenery .active {
    /*//background:#c1c1c1;*/
    background:#ffc107;
    border-color: #ffc107;
}

.days_heighlight {
    background:linear-gradient(93deg, #FF5722, #cf4715);
}

.colaps_btn {
/*    background:#ffbf004d;*/
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #cdcdcd;
}
.counter_circle {
    padding:10px;
    border-radius:50%;
}



@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

@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,
  h5 {
    font-size: 18px;
  }

  .h6,
  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;
  }
}

@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }

  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}

@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;
  }
}

.container-gallery {
  max-width: 1840px;
}

.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  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: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }

  .gx-25 {
    --bs-gutter-x: 25px;
  }

  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

: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-right: 1px solid var(--body-color);
  position: absolute;
  right: 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: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 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: 100%;
  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%;
  left: 0;
  max-height: 250px;
  -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-left: 18px;
  padding-right: 29px;
  text-align: left;
  -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;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.currency-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.currency-menu img {
  min-width: 16px;
  min-height: 16px;
  position: relative;
}

.currency-menu .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--black-color2);
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  line-height: 16px;
  padding: 0;
  border-radius: 0;
  padding-right: 50px;
  margin-right: 20px;
  border-right: 1px solid var(--body-color);
  height: 16px;
}

.currency-menu .nice-select .list {
  left: -20px;
}

.currency-menu .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -19px;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-bottom: none;
  border-right: none;
}

.currency-menu .nice-select.open:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.currency-menu .nice-select.open .list {
  left: -20px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.currency-menu .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.currency-menu .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.currency-menu .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.currency-menu .nice-select .option:hover,
.currency-menu .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 45px 0 10px 0;
  padding-bottom: 20px;
  line-height: 20px;
  height: 16px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  margin: 5px 7px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #113d48;
  color: #e4e4e4;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

@media (max-width: 575px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
}

.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 48px;
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 88px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1500px) {
  .slider-arrow {
    display: none !important;
  }
}

.grey8 {
  font-weight: 600;
}

.slider-arrow.style2 {
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow.style2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style3 {
  background-color: var(--white-color);
  color: var(--white-color);
  --icon-size: 48px;
  line-height: 48px;
  border-radius: 50%;
  border-color: var(--white-color);
}

.slider-arrow.style3:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.slider-arrow.style4 {
  background-color: transparent;
  color: var(--title-color);
  border-color: #e4e4e4;
  box-shadow: none;
  font-size: var(--icon-font-size, 22px);
}

.slider-arrow.style4:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

@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: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

.icon-box .slider-arrow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }

  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }

  .slick-dots {
    margin: 40px 0 0 0;
  }

  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 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 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
  transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
  transform: translate3d(-40%, 0, -23px);
}

.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.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-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 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-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--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: right;
  margin-top: 1px;
}

.th-mobile-menu
  ul
  .menu-item-has-children.th-active
  > a
  .th-mean-expand:before {
  content: "\f068";
}

.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 30px auto;
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.th-preloader .animation-preloader .txt-loading p {
  display: inline-block;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
  animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.th-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.th-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.th-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.th-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.th-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: var(--theme-color);
  color: #000;
  font-family: var(--body-font);
  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;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 35px;
  border-radius: 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}

.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: auto;
  mask-size: auto;
  background-color: var(--white-color);
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*.th-btn:before {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 100%;*/
/*  border-radius: 30em;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -5%;*/
/*  background-color: var(--title-color);*/
/*  -webkit-transition: 0.5s ease;*/
/*  transition: 0.5s ease;*/
/*  display: block;*/
/*  z-index: -1;*/
/*}*/

/*.th-btn:hover,*/
/*.th-btn.active {*/
/*  color: var(--white-color);*/
/*  box-shadow: none;*/
/*}*/

.th-btn:hover.th-icon i,
.th-btn.active.th-icon i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*.th-btn:hover:before,*/
/*.th-btn.active:before {*/
/*  width: 110%;*/
/*}*/

.th-btn.style1:before,
.th-btn.style1:after {
  background-color: var(--white-color);
}

.th-btn.style1:hover {
  color: var(--title-color);
}

.th-btn.style1:hover:before,
.th-btn.style1:hover:after {
  background-color: var(--white-color);
}

/*.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}*/

.th-btn.style2:hover {
  color: var(--black-color2);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover:after {
  background-color: var(--title-color);
}

.th-btn.style2:before {
  background-color: var(--white-color);
}

.th-btn.style3 {
  background-color: var(--title-color);
  color: var(--white-color);
  box-shadow: none;
  border: none;
}

.th-btn.style3:before {
  background-color: var(--theme-color);
}

.th-btn.style4 {
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--title-color);
  padding: 14px 25px;
}

.th-btn.style4.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style4:hover {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

.th-btn.style4:hover.th-icon:after {
  background-color: var(--white-color);
}

.th-btn.style4:before {
  background-color: var(--theme-color);
}

.th-btn.white-btn {
  background-color: var(--white-color);
  color: var(--black-color2);
}

.th-btn.th-radius {
  border-radius: 0;
}

.th-btn.th-radius2 {
  border-radius: 8px;
}

.th-btn.btn-fw {
  width: 100%;
  padding: 18px 30px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 43px);
  font-size: var(--btn-font-size, 18px);
  background-color: transparent;
  border: 2px solid #888c97;
  color: var(--title-color);
  text-align: center;
  border-radius: 99px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.icon-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.icon-btn:hover.th-icon i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.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);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background: var(--white-color);
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.7em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style2 > i {
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--white-color);
}

.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style3 > i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style3:before,
.play-btn.style3:after {
  background-color: var(--white-color);
}

.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
  background-color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-family: var(--body-font);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.line-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--title-color);
}

.line-btn:hover.th-icon i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
}

.sub-title {
  display: block;
  color: var(--title-color);
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--style-font);
  position: relative;
  margin-bottom: -4px;
}

@media (max-width: 480px) {
  .sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 375px) {
  .sub-title {
    font-size: 25px;
    line-height: 25px;
  }
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}

.box-title2 a {
  color: inherit;
}

.box-title2 a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  line-height: 26px;
}

.sec-text.style2 {
  max-width: 776px;
}

@media (max-width: 991px) {
  .sec-text.style2 {
    display: block;
    margin: auto auto 50px auto;
    text-align: center;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.mb-32 {
  margin-bottom: 32px;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}

.sec-btn {
  text-align: center;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
  background-image: -webkit-linear-gradient(
    top,
    rgba(226, 232, 250, 0.7) 0%,
    rgba(226, 232, 250, 0) 88.54%
  );
  background-image: linear-gradient(
    180deg,
    rgba(226, 232, 250, 0.7) 0%,
    rgba(226, 232, 250, 0) 88.54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.55em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
  background-image: -webkit-linear-gradient(
    top,
    #232c47 0%,
    rgba(20, 29, 56, 0) 91.15%
  );
  background-image: linear-gradient(
    180deg,
    #232c47 0%,
    rgba(20, 29, 56, 0) 91.15%
  );
}

.shadow-title.color3 {
  background-image: -webkit-linear-gradient(
    top,
    #e0e0e0 0%,
    rgba(220, 214, 214, 0) 93.75%
  );
  background-image: linear-gradient(
    180deg,
    #e0e0e0 0%,
    rgba(220, 214, 214, 0) 93.75%
  );
}

.title-area2 {
  padding: 50px 100px;
}

.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}

.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}

@media (max-width: 1199px) {
  .shadow-title {
    font-size: 64px;
  }

  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }

  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }

  .title-area2 .title {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }

  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }

  .sub-title.h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 10px;
  }

  .title-area2 {
    text-align: center;
  }

  .title-area2 .title {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}

@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }

  .title-area2 {
    padding: 40px 20px;
  }
}

.tx-split-text .split-line {
  overflow: hidden;
}

.title-ani,
.text-ani {
  text-align: inherit !important;
}

.title-ani > *,
.text-ani > * {
  text-align: inherit !important;
}

.shadow_div {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

#smooth-wrapper {
  padding-top: var(--headerHeight);
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .shape-mockup {
    display: none !important;
  }
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.shape-mockup.hero_wrap {
  z-index: 1;
}

@media (max-width: 1599px) {
  .shape-mockup.hero_wrap {
    display: none !important;
  }
}

.shape-mockup.shape1 {
  -webkit-animation: cloudAni 10s linear infinite;
  animation: cloudAni 10s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape1 {
    display: none !important;
  }
}

.shape-mockup.shape2 {
  -webkit-animation: cloudAni 15s linear infinite;
  animation: cloudAni 15s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape2 {
    display: none !important;
  }
}

.shape-mockup.shape3 {
  -webkit-animation: cloudAni 20s linear infinite;
  animation: cloudAni 20s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape3 {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .shape-mockup.about-shape3 {
    display: block !important;
  }
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*.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.25em 0.45em;*/
/*  font-size: 0.7em;*/
/*  border-radius: 50%;*/
/*  top: 8px;*/
/*  right: 8px;*/
/*  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, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: #e9f6f9;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-social a:hover i {
  -webkit-animation: slideTop 0.5s;
  animation: slideTop 0.5s;
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-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.5em;
}

.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.style1 {
  gap: 40px;
}

@media (max-width: 375px) {
  .btn-group.style1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.btn-group.style2 {
  gap: 20px 70px;
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.th-bg-img {
  position: absolute;
  inset: 0;
}

.th-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.magic-cursor.relative {
  z-index: 999999;
}

.cursor {
  position: absolute;
  background: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  z-index: 9999999;
  -webkit-transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s 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: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.cursor:before {
  content: "DRAG" " " "ï„…";
  font-family: var(--icon-font);
  width: 100%;
  height: 100%;
  line-height: 100%;
  position: absolute;
  font-size: 2px;
  top: 6.5px;
  left: 5px;
  display: block;
  border-radius: 100%;
  opacity: 0;
  color: var(--white-color);
  letter-spacing: 0.02em;
}

.cursor:after {
  position: absolute;
  content: "\f104";
  font-family: var(--icon-font);
  font-size: 2px;
  color: var(--white-color);
  top: 6.5px;
  left: 3px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  opacity: 0;
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  background: rgba(17, 61, 72, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

.cursor.active:before,
.cursor.active:after {
  opacity: 1;
}

.cursor-follower {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  z-index: 99999999;
  background-color: var(--theme-color);
  -webkit-transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity,
    0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background,
    0.5s 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(8px, 8px);
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
}

.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.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-16 {
  font-size: 16px !important;
}

.fs-xs {
  font-size: 14px;
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.gradient-body {
  background-image: -webkit-linear-gradient(
    top,
    rgba(237, 240, 244, 0.5) 2.66%,
    rgba(237, 240, 244, 0.36) 90.4%
  );
  background-image: linear-gradient(
    180deg,
    rgba(237, 240, 244, 0.5) 2.66%,
    rgba(237, 240, 244, 0.36) 90.4%
  );
}

.gr-bg1 {
  background: -webkit-linear-gradient(
    top,
    rgba(237, 240, 244, 0) 0%,
    rgba(237, 240, 244, 0.85) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(237, 240, 244, 0) 0%,
    rgba(237, 240, 244, 0.85) 100%
  );
}

.gr-bg2 {
  background-image: -webkit-linear-gradient(
    349.38deg,
    rgba(249, 215, 175, 0.3) 0%,
    rgba(214, 202, 245, 0.3) 24.03%,
    rgba(198, 241, 255, 0.3) 45.73%,
    rgba(248, 242, 222, 0.3) 69.05%,
    rgba(212, 179, 253, 0.3) 100.44%
  );
  background-image: linear-gradient(
    100.62deg,
    rgba(249, 215, 175, 0.3) 0%,
    rgba(214, 202, 245, 0.3) 24.03%,
    rgba(198, 241, 255, 0.3) 45.73%,
    rgba(248, 242, 222, 0.3) 69.05%,
    rgba(212, 179, 253, 0.3) 100.44%
  );
}

.gr-bg3 {
  background-image: -webkit-linear-gradient(
    339.41deg,
    rgba(236, 207, 254, 0.4) 0%,
    rgba(255, 221, 221, 0.5) 46.79%,
    rgba(247, 255, 229, 0.7) 100%
  );
  background-image: linear-gradient(
    110.59deg,
    rgba(236, 207, 254, 0.4) 0%,
    rgba(255, 221, 221, 0.5) 46.79%,
    rgba(247, 255, 229, 0.7) 100%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.gr-bg4 {
  background-image: -webkit-linear-gradient(
    344.56deg,
    rgba(255, 229, 133, 0.4) 0%,
    rgba(189, 255, 199, 0.4) 48.48%,
    rgba(223, 109, 223, 0.4) 100%
  );
  background-image: linear-gradient(
    105.44deg,
    rgba(255, 229, 133, 0.4) 0%,
    rgba(189, 255, 199, 0.4) 48.48%,
    rgba(223, 109, 223, 0.4) 100%
  );
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.gray-body {
  background-color: #f8faff;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-bottom-center {
  background-size: auto;
  background-position: bottom center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

.th-radius {
  border-radius: 20px;
}

.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  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-light {
  color: var(--light-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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="smoke"]:before {
  background-color: var(--smoke-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #080e1c;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

.ripple-animation,
.play-btn:after,
.play-btn:before,
.testi-box_avater:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.ripple-animation3,
.counter-card .counter-shape:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple3;
  animation-name: ripple3;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  10% {
    opacity: 0.6;
  }

  30% {
    opacity: 0.4;
  }

  40% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.14;
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  10% {
    opacity: 0.6;
  }

  30% {
    opacity: 0.4;
  }

  40% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.14;
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.9);
    transform: scale(2.9);
    opacity: 0.2;
  }
}

@keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.9);
    transform: scale(2.9);
    opacity: 0.2;
  }
}

@-webkit-keyframes scrollMove {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes scrollMove {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.scale {
  -webkit-animation: scale 5s ease forwards;
  animation: scale 5s ease forwards;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
  animation: morph 8s ease-in-out infinite;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }

  50% {
    left: 0;
  }

  100% {
    left: 40px;
  }
}

/*@keyframes footerLine {*/
/*  0% {*/
/*    left: 40px;*/
/*  }*/

/*  50% {*/
/*    left: 0;*/
/*  }*/

/*  100% {*/
/*    left: 40px;*/
/*  }*/
/*}*/

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
  animation: movingCar 25s linear infinite;
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }

  50% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%));
    transform: translateX(calc(100vw * -1 + 108%));
  }

  51% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
  }

  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }

  50% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%));
    transform: translateX(calc(100vw * -1 + 108%));
  }

  51% {
    -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
  }

  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}

.speed2 {
  -webkit-animation: speed2 10s linear infinite;
  animation: speed2 10s linear infinite;
}

@-webkit-keyframes speed2 {
  0% {
    right: 0%;
  }

  30% {
    right: 30%;
  }

  50% {
    right: 50%;
  }

  100% {
    right: 100%;
  }
}

@keyframes speed2 {
  0% {
    right: 0%;
  }

  30% {
    right: 30%;
  }

  50% {
    right: 50%;
  }

  100% {
    right: 100%;
  }
}

.sway {
  -webkit-animation: sway 8s ease-in-out infinite alternate;
  animation: sway 8s ease-in-out infinite alternate;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.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);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.title-area {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.heading-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: break-spaces;
  gap: 0px 12px;
}

.heading-title .sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.heading-title .sec-title .split-heading-title {
  -webkit-animation: heading-anim-fade-out 2s ease
      calc(0.05s * var(--char-index)),
    heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
  animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)),
    heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
}

@-webkit-keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes heading-anim-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 46px;
}


.copyright-wrap {
  padding: 18px 0;
  background-color: #262a36;
}

.copyright-wrap .copyright-text {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.newsletter-top {
  border-bottom: 1px solid #e1e4e6;
  margin-bottom: 62px;
  padding-bottom: 50px;
}

.newsletter-top .newsletter-title {
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .newsletter-top .newsletter-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .newsletter-top .newsletter-title {
    text-align: center;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 660px;
  margin-left: auto;
}

@media (max-width: 480px) {
  .newsletter-form {
    display: block;
  }
}

.newsletter-form.style2 input {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.newsletter-form.style2 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:focus {
  color: var(--white-color);
}

.newsletter-form input {
  border: 1px solid #6e7070;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 64px;
  border-radius: 32px;
}

.newsletter-form .th-btn {
  min-width: 227px;
}

@media (max-width: 480px) {
  .newsletter-form .th-btn {
    min-width: 100%;
    margin-top: 20px;
  }
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #e9f6f9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.info-box_text .icon:hover img {
  -webkit-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
}

.info-box_text .details {
  margin-top: -0.3em;
}

.info-box_text .details p {
  margin-bottom: 0;
}

.info-box_text a {
  color: inherit;
}

.info-box_text a:hover {
  color: var(--theme-color);
}

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.breadcumb-content {
  position: relative;
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 25px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-size: 100% 100%;
  top: 3px;
  width: 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
}

.breadcumb-title {
  margin: -0.12em 0 -0.18em 0;
  font-size: 54px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
}

.th-breadcumb-bg {
  position: absolute;
  inset: 0;
}

.breadcumb-wrapper {
  position: relative;
  background-color: var(--title-color);
  background-position: left top;
  padding: 163px 0;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 150px 0;
  }

  .breadcumb-title {
    margin: -0.18em 0 -0.18em 0;
  }

  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
}

@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }

  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (max-width: 375px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }

  .breadcumb-title {
    font-size: 34px;
    line-height: 44px;
  }

  .breadcumb-menu {
    margin: 15px 0 -0.5em 0;
  }
}

.wp-block-query-pagination-numbers,
.th-pagination {
  margin-bottom: 30px;
}

.wp-block-query-pagination-numbers ul,
.th-pagination ul {
  margin: 0;
  padding: 0;
}

.wp-block-query-pagination-numbers li,
.th-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.wp-block-query-pagination-numbers li:last-child,
.th-pagination li:last-child {
  margin-right: 0;
}

.wp-block-query-pagination-numbers li:first-child,
.th-pagination li:first-child {
  margin-left: 0;
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  gap: 8px;
  position: relative;
  color: var(--title-color);
  border: 1px solid #e1e4e6;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 375px) {
  .wp-block-query-pagination-numbers span,
  .wp-block-query-pagination-numbers a,
  .th-pagination span,
  .th-pagination a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.wp-block-query-pagination-numbers span.next-page,
.wp-block-query-pagination-numbers a.next-page,
.th-pagination span.next-page,
.th-pagination a.next-page {
  width: auto;
  padding: 0 24px;
  border-radius: 30px;
  line-height: 46px;
}

@media (max-width: 375px) {
  .wp-block-query-pagination-numbers span.next-page,
  .wp-block-query-pagination-numbers a.next-page,
  .th-pagination span.next-page,
  .th-pagination a.next-page {
    line-height: 35px;
  }
}

.wp-block-query-pagination-numbers span img,
.wp-block-query-pagination-numbers a img,
.th-pagination span img,
.th-pagination a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wp-block-query-pagination-numbers span.active,
.wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.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);
}

.wp-block-query-pagination-numbers span.active img,
.wp-block-query-pagination-numbers span:hover img,
.wp-block-query-pagination-numbers a.active img,
.wp-block-query-pagination-numbers a:hover img,
.th-pagination span.active img,
.th-pagination span:hover img,
.th-pagination a.active img,
.th-pagination a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.wp-block-query-pagination-next {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color2);
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 375px) {
  .wp-block-query-pagination-next {
    font-size: 14px;
    padding: 0 15px;
  }
}

.wp-block-query-pagination-next.active,
.wp-block-query-pagination-next:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.777;
  padding: 22px 16px 22px 60px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 50px 0 58px 0;
  color: var(--title-color);
  font-family: var(--body-font);
  font-style: normal;
  border: 1px solid rgba(110, 112, 112, 0.2) !important;
  border-radius: 10px;
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

blockquote:before,
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: var(--white-color);
}

blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--theme-color);
  -webkit-clip-path: path(
    "M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z"
  );
  clip-path: path(
    "M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z"
  );
}

blockquote cite,
.wp-block-quote cite {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--body-font);
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  left: 100px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 7px 45px 7px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  border-radius: 0px;
  overflow: hidden;
}

blockquote cite br,
.wp-block-quote cite br {
  display: none;
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
  padding: 40px;
  margin-bottom: 30px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}

blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--title-color) !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  color: var(--title-color);
}

.wp-block-pullquote cite {
  position: absolute;
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  font-size: 14px;
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  bottom: 6px;
}

/*.wp-block-pullquote__citation::before,*/
/*.wp-block-pullquote cite::before,*/
/*.wp-block-pullquote footer::before {*/
/*  bottom: 7px;*/
/*}*/

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
  background-color: var(--white-color);
}

@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    padding: 22px 30px;
  }
}

@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }

  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  blockquote,
  .wp-block-quote {
    padding: 20px 20px 30px;
  }

  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.2em;
  }
}

@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 14px;
  }

  blockquote cite:before,
  .wp-block-quote cite:before {
    width: 20px;
    bottom: 40px;
    right: 20px;
  }
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  text-transform: capitalize;
  margin-right: 12px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 16px;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 15px;
  }

  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
  }

  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 0;
  }

  .blog-meta span:not(:last-child):after,
  .blog-meta a:not(:last-child):after {
    display: none;
  }
}

.blog-audio,
.blog-img,
.blog-video {
  line-height: 1px;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.th-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-single .blog-title {
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

.blog-single .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  z-index: 2;
  gap: 10px 0;
}

.blog-single .blog-meta span,
.blog-single .blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #1c2d37;
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
}

.blog-single .blog-meta span img,
.blog-single .blog-meta span svg,
.blog-single .blog-meta span i,
.blog-single .blog-meta a img,
.blog-single .blog-meta a svg,
.blog-single .blog-meta a i {
  margin-right: 11px;
  color: #1c2d37;
}

.blog-single .blog-meta span:last-child,
.blog-single .blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.blog-single .blog-meta span:last-child:after,
.blog-single .blog-meta a:last-child:after {
  display: none;
}

.blog-single .blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}

.blog-single .blog-content .blog-single {
  padding: 20px;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 0;
}

.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  margin-bottom: 40px;
}

.blog-single .blog-img:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.blog-single .blog-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.blog-single .blog-img .slider-arrow {
  --pos-x: 30px;
  --icon-size: 44px;
  border: none;
  background-color: var(--white-color);
  color: var(--black-color2);
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-single .blog-img .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 1199px) {
  .blog-single .blog-img .slider-arrow {
    display: none;
  }
}

.blog-single .blog-img .play-btn {
  --icon-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

@media (max-width: 767px) {
  .blog-single .blog-img .play-btn {
    --icon-size: 70px;
  }
}

.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.blog-single:hover .blog-img:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-single:hover .blog-img img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.page-single .box-title {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .page-single .box-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .page-single .box-title {
    font-size: 25px;
  }
}

.page-meta {
  margin-top: 25px;
}

.page-meta .page-tag {
  background-color: var(--title-color);
  font-size: 18px;
  color: var(--white-color);
  border-radius: 24px;
  padding: 6px 16px;
}

.page-meta .ratting {
  background: #e9f6f9;
  border-radius: 24px;
  padding: 6px 16px;
  color: var(--black-color2);
}

.page-meta .ratting i {
  color: #ffa944;
  margin-right: 10px;
}

.blog-list-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .blog-list-single {
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .blog-list-single {
    display: block;
  }
}

.blog-list-single .blog-img {
  position: relative;
  min-width: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-list-single .blog-img:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  z-index: 2;
}

.blog-list-single .blog-img img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .blog-list-single .blog-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.blog-list-single .blog-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
}

@media (max-width: 1299px) {
  .blog-list-single .blog-title {
    font-size: 26px;
  }
}

.blog-list-single:hover .blog-img:before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.share-links-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
  text-transform: capitalize;
}

.share-links {
  margin: 30px 0 0px 0;
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 15px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  background-color: rgba(225, 228, 229, 0.2);
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background-color: var(--theme-color);
}

.share-links .share-links_wrapp {
  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: 0px;
}

.share-links .share-links-title {
  font-size: 20px;
  color: var(--black-color2);
}

.share-links .social-links {
  border: 1px solid var(--theme-color);
  border-radius: 20px;
  padding: 5px 19px;
}

.share-links .social-links a {
  color: var(--black-color2);
  font-size: 16px;
}

.share-links .th-social {
  display: inline-block;
}

.share-links .th-social a {
  --icon-size: 38px;
  border-radius: 0;
  font-size: 14px;
  background-color: rgba(14, 18, 29, 0.08);
  color: var(--title-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.share-links .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: var(--smoke-color);
  padding: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .blog-navigation {
    padding: 25px;
  }
}

.blog-navigation .nav-text {
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 767px) {
  .blog-navigation .nav-text {
    font-size: 16px;
  }
}

.blog-navigation .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.blog-navigation .nav-btn.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.blog-navigation .nav-btn:hover .nav-text {
  color: var(--theme-color);
}

.blog-navigation .nav-btn:hover .nav-img:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-navigation .nav-btn:hover .nav-img i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-navigation .nav-btn .nav-img {
  min-width: 85px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .blog-navigation .nav-btn .nav-img {
    display: none;
  }
}

.blog-navigation .nav-btn .nav-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-navigation .nav-btn .nav-img i {
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 81px;
  font-size: 24px;
  color: var(--theme-color);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-navigation .nav-btn .nav-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-navigation .blog-next {
  text-align: right;
}

.blog-navigation .blog-btn {
  font-size: 38px;
  color: var(--smoke-color);
}

@media (max-width: 767px) {
  .blog-navigation .blog-btn {
    font-size: 25px;
  }
}

.blog-navigation .blog-btn:hover {
  color: var(--theme-color);
}

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 20px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  width: 212px;
  min-height: 100%;
  background-color: #00ffff;
  text-align: center;
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-author .auhtor-img {
    width: 100%;
    min-height: 200px;
  }
}

.blog-author .auhtor-img img {
  width: 96px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 16px;
}

.blog-author .author-text {
  margin-bottom: 0;
}

.blog-author .media-body {
  padding: 40px 40px 40px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-author .auhtor-img img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px;
  }
}

.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}

.blog-content .wp-block-search .wp-block-search__input {
  box-shadow: none;
}

@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .share-links {
    --blog-space-x: 20px;
  }
}

@media (max-width: 1199px) {
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}

@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }

  .share-links {
    --blog-space-x: 40px;
  }
}

@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }

  .blog-single {
    --blog-space-x: 30px;
    --blog-space-y: 30px;
  }

  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .blog-single .blog-text {
    margin-bottom: 22px;
  }

  .blog-single .blog-bottom {
    padding-top: 15px;
  }
}

.blog-text {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .share-links-title {
    margin: 0 15px 5px 0;
  }
}

.th-comment-form {
  margin-top: 70px;
  position: relative;
}

.th-comment-form .row {
  --bs-gutter-x: 30px;
}

.th-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.th-comment-form .form-title {
  margin-top: -0.35em;
}

.th-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.th-comment-form .form-text {
  margin-bottom: 25px;
}

.th-comment-form .form-group > i {
  color: var(--body-color);
}

.th-comment-form .form-group select,
.th-comment-form .form-group .form-control,
.th-comment-form .form-group .form-select,
.th-comment-form .form-group textarea,
.th-comment-form .form-group input {
  border: 1px solid #808080;
}

.th-comment-form .form-group label {
  color: var(--body-color);
  margin-bottom: -0.3rem;
}

.blog-comment-area {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .th-comment-form,
  .th-comments-wrap {
    border-radius: 10px;
  }
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

.th-comments-wrap {
  border-radius: 0px;
}

.th-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}

.th-comments-wrap.style2 .th-post-comment {
  border: 1px solid #e1e4e5;
  margin-bottom: 24px;
}

.th-comments-wrap.style2 .children {
  margin-left: 0;
}

.th-comments-wrap.style2 .commented-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  gap: 10px 0;
  margin-bottom: 22px;
}

.th-comments-wrap.style2 .commented-wrapp span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.th-comments-wrap.style2 .commented-wrapp span i {
  color: #ffa944;
}

.th-comments-wrap.style2 .reply_and_edit i {
  color: #999999;
  font-size: 24px;
}

.th-comments-wrap.style2
  ul.comment-list
  .th-comment-item:last-child
  > .th-post-comment {
  border-bottom: 1px solid #e1e4e5;
}

.th-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.th-comments-wrap .comment-respond {
  margin: 30px 0;
}

.th-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;
}

.th-comments-wrap li {
  margin: 0;
}

.th-comments-wrap .th-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  background: var(--white-color);
  border-radius: 0px;
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
  margin-bottom: 1rem;
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
  margin-bottom: 0;
}

.th-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.th-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}

.th-comments-wrap .comment-avater img {
  width: 100%;
}

.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
  position: relative;
}

.th-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0;
}

.th-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}

.th-comments-wrap .name {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.th-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.th-comments-wrap .text {
  margin-bottom: -0.4rem;
}

.th-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.th-comments-wrap .reply_and_edit {
  margin-top: 0px;
  margin-bottom: -0.46em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .th-comments-wrap .reply_and_edit {
    position: relative;
    margin-top: 12px;
  }
}

.th-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.th-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.th-comments-wrap .reply-btn {
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  color: var(--title-color);
  text-transform: uppercase;
}

.th-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.th-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.form-submit input[type="submit"] {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form-submit input[type="submit"]:hover {
  background-color: var(--title-color);
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]) {
  border: 1px solid var(--th-border-color);
}

.wp-block-comment-author-name {
  font-weight: 600;
}

ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: none;
}

ul.comment-list .children .th-comment-item > .th-post-comment {
  padding-bottom: 30px;
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child
  > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

.th-comments-wrap.th-comment-form {
  margin: 0;
}

.comment-respond .must-log-in {
  margin-bottom: 0;
  margin-top: 8px;
}
.popup_font_big {
      /*font-size:2rem !important;*/
      font-size:2.3em !important;
      /*font-family: "Rubik Storm", system-ui;*/
      font-family: "Rubik Distressed", system-ui;
      font-weight: 400;
      font-style: normal;
  }
@media (max-width: 1199px) {
  .th-comments-wrap .children {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .th-comments-wrap .th-post-comment {
    display: block;
  }

  .th-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }

  .th-comments-wrap .comment-top {
    display: block;
  }

  .th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .th-comments-wrap .children {
    margin-left: 40px;
  }

  .th-comments-wrap .children {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .th-comment-form {
    --blog-space-y: 30px;
  }
}

.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.th-hero-bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.hero-1 {
  position: relative;
  overflow: hidden;
}

.hero-1 .th-hero-bg {
  z-index: 2;
}

.hero-1 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  mix-blend-mode: normal;
  z-index: -1;
}

.hero-1 .th-swiper-custom {
  position: absolute;
  top: 47%;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 55px;
  z-index: 9;
}

@media (max-width: 767px) {
  .hero-1 .th-swiper-custom {
    display: none;
  }
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-1
  .th-swiper-custom
  .swiper-pagination-bullets
  .swiper-pagination-bullet:before {
  display: none;
}

.hero-1
  .th-swiper-custom
  .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.hero-1
  .th-swiper-custom
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-1
  .th-swiper-custom
  .swiper-pagination-bullets
  .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-1
  .th-swiper-custom
  .swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-1
  .slider-pagination
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  background: var(--white-color);
  height: 3px;
}

.hero-1 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -90px);
}

@media (max-width: 1399px) {
  .hero-1 .slider-arrow {
    display: none;
  }
}

.hero-1 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-1 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-1 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-1:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-style1 {
  position: relative;
  z-index: 9;
  max-width: 755px;
  padding: 206px 0 260px 0;
}

.hero-style1 .sub-title {
  color: var(--white-color);
  margin-bottom: 0px;
  display: block;
}

.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 45px;
}

.hero-style1 .hero-text {
  max-width: 582px;
  line-height: 26px;
  margin-bottom: 30px;
}

.hero-style1 .btn-group {
  gap: 16px;
}

@media (max-width: 480px) {
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .hero-style1 {
    max-width: 550px;
  }

  .hero-style1 .hero-title {
    font-size: 58px;
    line-height: 68px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-img {
    position: static;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
  }

  .hero-1 .hero-shape2 {
    display: none;
  }

  .hero-style1 {
    padding: 130px 0 185px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-style1 .title-img {
    max-width: 40px;
    right: 5%;
  }
}

@media (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .hero-style1 {
    padding: 130px 0 180px 0;
  }

  .hero-style1 .title-img {
    right: 3%;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
}

@media (max-width: 375px) {
  .hero-style1 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

.hero-2 {
  position: relative;
  z-index: 6;
}

.hero-2 .hero2-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-2 .hero-slider-2 {
  max-width: 1776px;
  display: block;
  margin: auto;
  border-radius: 24px;
}

@media (min-width: 1930px) {
  .hero-2 .hero-slider-2 {
    max-width: 100%;
  }
}

.hero-2 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.hero-2 video source {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-2 .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 0px);
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1699px) {
  .hero-2 .scroll-down {
    left: calc(50% - 50px);
  }
}

@media (max-width: 1599px) {
  .hero-2 .scroll-down {
    left: calc(50% - 100px);
  }
}

@media (max-width: 1599px) {
  .hero-2 .scroll-down {
    left: calc(50% - 150px);
  }
}

@media (max-width: 1299px) {
  .hero-2 .scroll-down {
    display: none;
  }
}

.hero-2 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-2 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-2 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-2 .th-hero-bg {
  border-radius: 24px;
  overflow: hidden;
}

.hero-2 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
      bottom,
      rgba(13, 13, 12, 0.4),
      rgba(13, 13, 12, 0.4)
    ),
    url(2218.jpg);
  background: linear-gradient(
      0deg,
      rgba(13, 13, 12, 0.4),
      rgba(13, 13, 12, 0.4)
    ),
    url(2218.jpg);
  border-radius: 24px;
}

.hero-2 .th-swiper-custom {
  position: absolute;
  top: 55%;
  margin: 0;
  right: 209px;
  z-index: 9;
  width: 550px;
  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: 36px;
}

@media (max-width: 1299px) {
  .hero-2 .th-swiper-custom {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .th-swiper-custom {
    top: unset;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-2 .th-swiper-custom {
    bottom: 0;
  }
}

@media (max-width: 375px) {
  .hero-2 .th-swiper-custom {
    display: none;
  }
}

.hero-2 .hero-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.hero-2 .hero-arrow {
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-2 .hero-arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-2 .hero-arrow:hover {
  background-color: var(--white-color);
}

.hero-2 .hero-arrow:hover img {
  -webkit-filter: none;
  filter: none;
}

.hero-2 .swiper-pagination {
  position: relative;
  border-radius: 8px;
  width: 424px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-2
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.hero-2
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.hero-2 .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hero-2 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-2
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-2
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white-color);
  -webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused
  .hero-2
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.heroThumbs {
  max-width: 848px;
  position: absolute;
  bottom: 70px;
  right: 0;
}

@media (max-width: 1199px) {
  .heroThumbs {
    display: none;
  }
}

.hero-style2 {
  position: relative;
  z-index: 6;
  max-width: 451px;
  padding: 230px 0;
}

.hero-style2 .hero-title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 70px;
  color: var(--white-color);
  display: block;
  margin-top: -0.8rem;
  margin-bottom: 2px;
}

.hero-style2 .hero-text {
  color: var(--white-color);
  font-weight: 600;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1299px) {
  .hero-style2 .hero-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 320px) {
  .hero-style2 .hero-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero-style2 .hero-desc {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 38px;
}

.hero-style2 .th-btn {
  padding: 19px 40px;
}

.hero-style2 .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right.svg);
  mask-image: url(../img/icon/arrow-right.svg);
  background-color: #202020;
}

.hero-style2 .th-btn:hover {
  color: var(--white-color);
}

.hero-style2 .th-btn:hover:after {
  background-color: var(--white-color);
}

.hero-style2 .th-btn:hover:before {
  background-color: var(--title-color);
}

.hero-card {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.hero-card_wrapp {
  position: absolute;
  bottom: 72px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.hero-card .hero-img {
  position: relative;
  max-width: 168px;
  height: 168px;
  border-radius: 16px;
}

.hero-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(13, 13, 12, 0.2),
    rgba(13, 13, 12, 0.2)
  );
  background: linear-gradient(
    0deg,
    rgba(13, 13, 12, 0.2),
    rgba(13, 13, 12, 0.2)
  );
  border-radius: 16px;
}

.hero-card .hero-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.hero-card .hero-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-card .hero-img .play-btn > i {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  text-align: center;
  background: transparent;
  border: 1px solid var(--white-color);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white-color);
  font-size: var(--icon-font-size, 1.2em);
}

.hero-card .box-title {
  color: var(--white-color);
  margin-bottom: 0;
}

.hero-card_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
}

.hero-card span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

.hero-card span i {
  margin-right: 10px;
}

.hero-card .th-btn {
  padding: 8px 24px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .hero-style2 {
    padding: 180px 0;
  }

  .hero-style2 .hero-title {
    font-size: 74px;
    font-size: 84px;
  }
}

@media (max-width: 991px) {
  .hero-style2 .hero-title {
    font-size: 64px;
    line-height: 74px;
  }

  .hero-style2 .hero-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .hero-style2 {
    padding: 150px 0;
  }

  .hero-style2 .hero-text {
    color: var(--white-color);
  }
}

@media (max-width: 575px) {
  .hero-style2 {
    padding: 130px 0;
  }

  .hero-style2 .hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 375px) {
  .hero-style2 .sub-title {
    font-size: 16px;
  }

  .hero-style2 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero-3 {
  position: relative;
  z-index: 3;
  overflow: initial;
}

.hero-3 .th-hero-bg {
  width: 100%;
  height: 100%;
}

.hero-3 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
    167.93deg,
    rgba(13, 13, 12, 0) -4.13%,
    rgba(13, 13, 12, 0.7) 84.33%
  );
  background: linear-gradient(
    282.07deg,
    rgba(13, 13, 12, 0) -4.13%,
    rgba(13, 13, 12, 0.7) 84.33%
  );
}

.hero-3 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.hero-3 .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  bottom: 30px;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1699px) {
  .hero-3 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-3 .scroll-down {
    display: none;
  }
}

.hero-3 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-3 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-3 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-slider-3 {
  position: relative;
}

.hero-style3 {
  position: relative;
  padding: 285px 0 292px 0;
  max-width: 760px;
  display: block;
  z-index: 4;
}

@media (max-width: 1199px) {
  .hero-style3 {
    padding: 250px 0 340px 0;
  }
}

@media (max-width: 991px) {
  .hero-style3 {
    text-align: center;
    padding: 235px 0 150px 0;
  }
}

@media (max-width: 375px) {
  .hero-style3 {
    padding: 200px 0 115px 0;
  }
}

.hero-style3 .hero-title {
  font-size: 80px;
  line-height: 96px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-top: -1.2rem;
  margin-bottom: 7px;
}

@media (max-width: 1299px) {
  .hero-style3 .hero-title {
    font-size: 74px;
    line-height: 84px;
  }
}

@media (max-width: 1199px) {
  .hero-style3 .hero-title {
    font-size: 64px;
    line-height: 74px;
    margin-top: -1rem;
  }
}

@media (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 575px) {
  .hero-style3 .hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-style3 .hero-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 451px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-style3 .hero-text {
    display: block;
    margin: auto auto 40px auto;
  }
}

.hero3Thumbs {
  position: relative;
  right: 0;
  bottom: 110px;
  max-width: 424px;
  height: 186px;
}

@media (max-width: 1299px) {
  .hero3Thumbs {
    bottom: 99px;
  }
}

@media (max-width: 1199px) {
  .hero3Thumbs {
    bottom: 65px;
  }
}

@media (max-width: 991px) {
  .hero3Thumbs {
    display: none;
  }
}

.hero3-card {
  cursor: pointer;
}

.hero3-card_wrapp {
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  border-radius: 24px 24px 0 0;
  max-width: 424px;
  min-height: 296px;
  z-index: 9;
}

.hero3-card .hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  z-index: 2;
}

.hero3-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(13, 13, 12, 0.2),
    rgba(13, 13, 12, 0.2)
  );
  background: linear-gradient(
    0deg,
    rgba(13, 13, 12, 0.2),
    rgba(13, 13, 12, 0.2)
  );
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
}

.hero3-card .hero-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero3-card .hero-img .play-btn > i {
  background: transparent;
  --icon-size: 40px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  font-size: 16px;
}

.hero3-swiper-custom {
  position: relative;
  right: 0;
  bottom: -186px;
  min-width: 424px;
  height: 110px;
  background-color: var(--theme-color);
  z-index: 99;
}

@media (max-width: 1399px) {
  .hero3-swiper-custom {
    min-width: 390px;
  }
}

@media (max-width: 1299px) {
  .hero3-swiper-custom {
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .hero3-swiper-custom {
    bottom: 0;
  }
}

@media (max-width: 1199px) {
  .hero3-swiper-custom .swiper-button-next,
  .hero3-swiper-custom .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%);
  }
}

.hero3-swiper-custom .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 40px);
  z-index: 8;
}

.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  padding: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:after,
.hero3-swiper-custom .swiper-button-prev:after {
  display: none !important;
}

.hero3-swiper-custom .swiper-button-next img,
.hero3-swiper-custom .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:hover,
.hero3-swiper-custom .swiper-button-prev:hover {
  background-color: var(--white-color);
}

.hero3-swiper-custom .swiper-button-next:hover img,
.hero3-swiper-custom .swiper-button-prev:hover img {
  -webkit-filter: none;
  filter: none;
}

.hero3-swiper-custom .swiper-pagination {
  color: var(--white-color);
}

.hero3-wrapper {
  position: relative;
  margin-top: -294px;
}

@media (max-width: 991px) {
  .hero3-wrapper {
    margin-top: 0;
  }

  .hero3-wrapper .container {
    max-width: 100%;
  }
}

.error-img {
  text-align: center;
  min-width: 926px;
  margin-left: -100px;
}

@media (max-width: 1699px) {
  .error-img {
    min-width: 100%;
  }
}

@media (max-width: 1299px) {
  .error-img {
    margin-left: 0;
  }
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.error-subtitle {
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .error-subtitle {
    font-size: 18px;
  }
}

.error-content {
  margin-right: 90px;
}

@media (max-width: 1299px) {
  .error-content {
    margin-right: 0;
  }
}

.error-content .th-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }

  .error-img {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .error-text {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -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;
  right: 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%;
  left: 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-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-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;
  right: 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;
  right: 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;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

@media (max-width: 450px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 300px;
  }
}

.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 .th-widget-about .footer-info-title {*/
/*  color: var(--title-color);*/
/*}*/

.sidemenu-wrapper .sidemenu-content .widget_title {
  color: var(--title-color);
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper .info-box_icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.woocommerce-message a,
.woocommerce-info a {
  color: var(--white-color);
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-checkout select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .form-select,
.woocommerce-checkout textarea,
.woocommerce-checkout input {
  border: 1px solid var(--smoke-color);
  background-color: var(--smoke-color);
}

.woocommerce-checkout select:focus,
.woocommerce-checkout .form-control:focus,
.woocommerce-checkout .form-select:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout input:focus {
  background-color: var(--white-color);
  border-color: var(--theme-color);
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--smoke-color);
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}

table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--th-border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
  width: auto !important;
}

.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
  display: none;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  z-index: 1111;
}

table.woocommerce-product-attributes {
  margin-bottom: 30px;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}

#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}

#woosq-popup .single-product .product .actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#woosq-popup
  .single-product
  .product
  .actions
  > div
  .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px â€‹15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 900;
  font-size: 12px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: #ff9c00;
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 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;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.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;
}

@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }

  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}

.th-product {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: var(--white-color);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1299px) {
  .th-product {
    padding: 25px;
  }
}

.th-product .product-title {
  font-size: 20px;
  margin: 2px 0 2px 0;
  font-weight: 600;
}

@media (max-width: 1299px) {
  .th-product .product-title {
    font-size: 18px;
  }
}

.th-product .product-title a {
  color: inherit;
}

.th-product .product-title a:hover {
  color: var(--theme-color);
}

.th-product .product-category {
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
}

.th-product .product-category:hover {
  color: var(--theme-color);
}

.th-product .product-tag {
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0 12px;
  min-width: 60px;
  border-radius: 4px;
  z-index: 3;
  line-height: 24px;
}

.th-product .woocommerce-product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  margin-bottom: -0.4rem;
}

.th-product .product-content {
  margin-bottom: -0.4rem;
}

.th-product .star-rating {
  margin: 0 auto 0 auto;
  width: 93px;
}

.th-product .price {
  display: block;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--body-font);
}

.th-product .price del {
  margin-left: 10px;
  font-weight: 400;
  color: var(--body-color);
}

.th-product .product-img {
  --space: 0px;
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
}

.th-product .product-img:before {
  --space: 0px;
  content: "";
  height: calc(100% - var(--space) * 2);
  width: calc(100% - var(--space) * 2);
  border-radius: inherit;
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: var(--title-color);
  z-index: 1;
  border-radius: 8px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-product .product-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.th-product .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  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;
}

.th-product .actions .icon-btn {
  --btn-size: 45px;
  line-height: 42px;
  font-size: 16px;
  border-radius: 50%;
  border-color: var(--white-color);
  background-color: var(--white-color);
  color: var(--title-color);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.th-product .actions .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.th-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}

.th-product .actions > * > a {
  margin: 0;
}

.th-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.th-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.th-product .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}

.th-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product .add_to_cart_button.added {
  display: none;
}

.th-product .added_to_cart {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 99px;
  border: none;
  margin-bottom: 10px;
}

.th-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.th-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}

.th-product .product-actions {
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.th-product .product-actions .th-btn {
  padding: 13px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.th-product .product-actions .th-btn:hover:before {
  background-color: var(--theme-color);
}

.th-product:hover .product-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.th-product:hover .product-img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.th-product:hover .product-actions {
  visibility: visible;
  opacity: 1;
  bottom: 35%;
}

.th-product:hover .product-actions .th-btn {
  background: var(--white-color);
}

.th-product:hover .product-actions .th-btn:before {
  background: var(--theme-color);
}

.th-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.th-product:hover .actions .icon-btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.th-product.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: left;
  height: 100%;
  padding: 10px;
}

@media (max-width: 991px) {
  .th-product.list-view {
    gap: 10px;
  }
}

.th-product.list-view .product-img {
  --space: 0px;
  width: 100%;
  width: 50%;
  margin: 0;
}

.th-product.list-view .product-img:before {
  --space: 0px;
}

.th-product.list-view .product-category {
  font-size: 13px;
  line-height: 23px;
  margin-top: -3px;
}

.th-product.list-view .star-rating {
  margin: 5px 0 0 0;
  width: 93px;
  font-size: 12px;
}

.th-product.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 4px 0 13px;
}

.th-product.list-view .actions {
  --icon-gap-x: 2px;
  width: 100%;
  right: 0;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.th-product.list-view .actions .icon-btn {
  --btn-size: 45px;
  --btn-font-size: 14px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: none;
}

.th-product.list-view .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.th-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}

.th-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.th-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.th-product.list-view .added_to_cart:after {
  font-size: 16px;
}

.th-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}

.product-list-area {
  margin-bottom: -24px;
}

.swiper-slide.style2 .th-product {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.06);
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mfp-content .container {
  position: relative;
}

.mfp-content .product-big-img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup {
  border-radius: 10px;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product .summary {
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.woosq-product .thumbnails .slick-list {
  display: block;
}

.woosq-product .thumbnails .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: var(--theme-color);
  opacity: 0.4;
}

.woosq-product .thumbnails .slick-dots li button:before {
  display: none;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
  opacity: 1;
}

.woosq-product .tinv-wraper {
  display: none;
}

.th-sort-bar {
  padding: 0;
  margin: 0 0 35px 0;
  background-color: transparent;
  border-radius: 0px;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar select {
  height: 50px;
  border: 0;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 154px;
  font-size: 16px;
  padding: 0 8px;
  margin: 0;
  color: var(--title-color);
  background-position: right 0px center;
}

.th-sort-bar .woocommerce-result-count {
  padding-left: 0;
  margin-bottom: 0;
  color: var(--theme-color);
}

.th-sort-bar .sorting-filter-wrap {
  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;
}

.th-sort-bar .nav {
  border: 1px solid #e9f6f9;
  border-radius: 4px;
  padding: 4px;
}

.th-sort-bar .nav a {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 0;
  background-color: transparent;
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  border-radius: 5px;
}

.th-sort-bar .nav a.active {
  color: var(--white-color);
  background: var(--theme-color);
}

.product-thumb-area {
  position: relative;
  margin-right: 10px;
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  top: 0;
  left: 0;
}

.product-thumb-tab {
  --thumb: 120px;
  --gap: 10px;
  max-width: var(--thumb);
  margin-left: calc(0px - var(--thumb) / 2);
  position: relative;
  z-index: 3;
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.product-thumb-tab .indicator {
  position: absolute;
  top: calc(var(--pos-y) + var(--gap));
  left: calc(var(--pos-x) + var(--gap));
  width: calc(var(--width-set) - var(--gap) * 2);
  height: calc(var(--height-set) - var(--gap) * 2);
  border: 2px solid var(--theme-color);
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img {
  background-color: var(--smoke-color);
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
}

.product-big-img .img {
  width: 100%;
  border-radius: 16px;
}

.product-big-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img .slider-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.product-big-img .slick-dots {
  margin: -11px 0 0 0 !important;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  --border-color: #c0c0c0;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}

.magnify {
  position: relative;
  cursor: none;
}

.magnify .magnifier {
  height: 180px;
  width: 180px;
  position: absolute;
  z-index: 20;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 700%;
  background-repeat: no-repeat;
  margin-left: -90px !important;
  margin-top: -90px !important;
  pointer-events: none;
  display: none;
}

.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
}

.magnify img {
  width: 100%;
  height: 100%;
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: 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-right: none;
}

.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}

.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

.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;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  border-bottom: 1px solid var(--smoke-color);
  margin: 95px auto 40px auto;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.product-tab-style1 .th-btn.active {
  background-color: var(--title-color);
}

.product-tab-style2 {
  border-bottom: 1px solid #e4e4e4;
  margin: 95px 0 40px 0;
}

.product-tab-style2 li {
  margin: 0 45px 0 0;
}

.product-tab-style2 li:last-child {
  margin-right: 0;
}

.product-tab-style2 a {
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0 17px 0;
  text-transform: capitalize;
}

.product-tab-style2 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.product-tab-style2 a.active:before {
  width: 100%;
}

#productTabContent {
  margin-bottom: -10px;
}

#additional_information {
  margin-bottom: 40px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}

.share-title i {
  color: var(--theme-color);
}

.summary-content .product-title,
.product-about .product-title {
  margin: 0 0 5px 0;
}

.summary-content .product_title,
.product-about .product_title {
  margin-bottom: 20px !important;
}

.summary-content > .price,
.product-about > .price {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.summary-content > .price del,
.product-about > .price del {
  color: var(--gray-color);
  font-weight: 500;
  margin-left: 15px;
}

.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 15px;
}

.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 8px;
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}

.summary-content .checklist,
.product-about .checklist {
  margin: 29px 0 29px 0;
}

.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 35px 0 25px 0;
}

.summary-content .actions .th-btn,
.product-about .actions .th-btn {
  padding: 17px 44.5px;
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  --btn-size: 60px;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 99px;
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.summary-content .share,
.product-about .share {
  margin-top: 25px;
}

.summary-content .th-social a,
.product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--th-border-color);
  border-radius: 0;
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
  border-color: var(--theme-color);
}

.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 56px;
  height: 56px;
  line-height: 54px;
  display: inline-block;
  border-radius: 99px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}

.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--title-color);
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  position: relative;
}

.summary-content .quantity:after,
.product-about .quantity:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  left: 55px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 101px;
  height: 60px;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 0 21px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  border-radius: 48px;
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--white-color);
  background-color: transparent;
  position: absolute;
  right: 21px;
  height: auto;
  width: auto;
  border: none;
  font-size: 14px;
  line-height: 16px;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  bottom: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  top: 12px;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 20px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  box-shadow: none;
  background-color: transparent;
}

.woocommerce-Reviews .th-comment-form {
  box-shadow: none;
  margin-right: 0 !important;
  margin-top: 28px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.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%;
  }
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--th-border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin: 12px;
  border-radius: 10px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

#description {
  margin-bottom: 30px;
}

.product-details .th-comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--th-border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }

  .product-thumb-area {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .th-sort-bar select {
    min-width: auto;
  }

  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }

  .summary-content,
  .product-about {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
  }

  .product-thumb-tab {
    margin-left: -10px;
  }

  .th-product-box.list-view .product-img {
    max-width: 150px;
  }

  .th-sort-bar .row {
    --bs-gutter-x: 20px;
  }

  .th-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }

  .th-sort-bar .nav a:last-child:before {
    display: none;
  }

  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .th-sort-bar {
    text-align: center;
    padding: 10px 15px 15px 15px;
  }

  .th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .th-sort-bar select {
    margin: 0 auto;
  }

  .th-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }

  .th-product-box.list-view .product-img {
    max-width: 130px;
  }

  .th-product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}

@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }

  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }

  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .th-product.list-view .product-img {
    max-width: 130px;
  }

  .th-product.list-view .product-content {
    padding: 0 15px;
  }
}

.productSlide {
  position: relative;
}

@media (max-width: 991px) {
  .productSlide {
    margin-bottom: 30px;
  }
}

.productSlide .product-tag {
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--theme-color);
  text-transform: uppercase;
  color: var(--white-color);
  padding: 0 12px;
  border-radius: 8px;
  min-width: 60px;
  z-index: 3;
  line-height: 24px;
}

.product-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.product-thumb .tab-btn {
  border: 1px solid var(--title-color);
  width: 60px;
  height: 60px;
}

@media (max-width: 375px) {
  .product-thumb .tab-btn {
    width: 40px;
    height: 40px;
  }
}

.product-thumb .tab-btn.active {
  border: 1px solid var(--theme-color);
}

.product-thumb-wrap {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .product-thumb-wrap {
    left: 10px;
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .product-thumb-wrap {
    left: 20px;
    bottom: 20px;
  }
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 800;
  border: none;
  padding: 27px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.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(--smoke-color);
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_table td.product-quantity {
  min-width: 155px;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 4px;
}

.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 60px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 3px;
  border-radius: 4px;
  padding: 0;
}

.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_table .qty-input[type="number"] {
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
  padding-left: 20px;
}

.cart_table .actions > .th-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}

.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}

.cart_table .th-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .th-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .th-cart-coupon .th-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.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 .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

.empty-notice {
  margin: 40px auto;
}

@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }

  .cart_table .cart-productname {
    font-size: 14px;
  }

  .cart_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart_table .actions {
    text-align: center;
  }

  .cart_table .cart-productimage {
    max-width: 100px;
  }
}

@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 #f3f3f3;
    border-bottom: none;
  }

  .cart_table td::before {
    display: block;
  }

  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }

  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }

  .cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }

  .cart_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }

  .cart_table .th-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }

  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: 0;
}

.woocommerce-checkout .select2-dropdown {
  border: none;
  border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 27px;
}

.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .form-control:focus {
  color: var(--body-color);
}

.woocommerce-checkout .shipping_address {
  margin-top: -3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid transparent;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid transparent;
  background-color: var(--smoke-color2);
  border-radius: 27px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.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: 56px;
  line-height: 56px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}

.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}

.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);
}

.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: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label {
  margin-bottom: 17px;
  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: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.th-checkout-wrapper form.woocommerce-form {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }

  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
  }

  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}

.tinv-wishlist input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
  text-transform: capitalize;
}

.tinv-wishlist .cart-empty {
  padding: 14px 25px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 45px;
  border-radius: 8px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table {
  border: none;
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--th-border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock .stock {
  display: block;
}

.tinv-wishlist .product-stock span {
  display: inline;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button i {
  font-size: 18px !important;
  margin-right: 3px !important;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist .tinvwl-buttons-group button i {
  font-size: 14px;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }

  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }

  .tinvwl-txt {
    display: inline-block !important;
  }

  .product-stock {
    width: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--th-border-color);
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }

  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--th-border-color);
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .product-name {
    text-align: center;
  }

  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }

  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--th-border-color);
  }

  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }

  .tinvwl-txt {
    display: inline-block !important;
  }
}

.contact-form {
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 40px;
}

@media (max-width: 1299px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-ms-input-placeholder,
.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::placeholder,
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: var(--body-color);
}

.contact-form .nice-select .option {
  color: var(--title-color);
}

.contact-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.contact-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.contact-form i {
  color: #888c97;
}

.contact-form textarea.form-control,
.contact-form textarea {
  min-height: 159px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.contact-form .nice-select:after {
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
}

.contact-form .th-btn {
  padding: 19.5px 42px;
}

.contact-form .th-btn i {
  color: var(--white-color);
}

.contact-form.style2 textarea.form-control,
.contact-form.style2 textarea {
  min-height: 130px;
}

.contact-form.style2 select,
.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 textarea,
.contact-form.style2 input {
  height: 64px;
}

.contact-form2 {
  background-color: var(--white-color);
  border-radius: 16px 16px 0 0;
  padding: 40px;
}

@media (max-width: 575px) {
  .contact-form2 {
    padding: 30px;
  }
}

.contact-form2 .nice-select .option {
  color: var(--title-color);
}

.contact-form2 .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.contact-form2 .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form2 .nice-select .option:hover,
.contact-form2 .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form2 .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.form-btn-wrapp {
  background-color: var(--theme-color);
  border-radius: 0px 0px 16px 16px;
  padding: 16px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .form-btn-wrapp {
    display: block;
  }
}

@media (max-width: 480px) {
  .form-btn-wrapp .th-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form-btn-wrapp .th-btn:hover {
  color: var(--white-color);
}

.form-btn-wrapp .th-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.form-btn-wrapp .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.form-btn-wrapp .contact-info_link {
  color: var(--white-color);
  margin-bottom: 0;
}

.form-btn-wrapp .contact-info_link a {
  color: inherit;
}

.about-contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: 1px solid #e1e4e6;
  border-radius: 8px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 375px) {
  .about-contact-grid {
    gap: 14px;
    padding: 15px 15px 18px;
  }
}

.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}

.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  background: var(--title-color);
  border-radius: 50%;
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 375px) {
  .about-contact-grid .about-contact-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.about-contact-grid .about-contact-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-contact-grid .box-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: -0.3em;
  margin-bottom: 2px;
}

.about-contact-grid .about-contact-details-text {
  color: var(--title-color);
  margin-bottom: 0;
}

.about-contact-grid .about-contact-details-text a:not(:hover) {
  color: initial;
}

.about-contact-grid:hover .about-contact-icon {
  background: var(--theme-color);
}

.contact-form-area {
  padding-top: 152px;
}

@media (max-width: 991px) {
  .contact-form-area {
    padding-top: 0px;
  }
}

.contact-map {
  position: relative;
  line-height: 0px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .contact-map {
    margin-bottom: 40px;
  }
}

.contact-map .contact-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.contact-map .contact-icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

@media (max-width: 991px) {
  .contact-map .contact-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.contact-map .contact-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 3;
}

.contact-map .contact-icon img {
  -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
  animation: jumpAni 2s ease-in-out infinite alternate;
}

.contact-map .contact-icon:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 90%;
  width: 38px;
  height: 18px;
  border-radius: 50%;
  background: rgba(13, 13, 12, 0.2);
  z-index: -1;
}

.contact-map .contact-icon:before {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  margin: auto;
  top: 50%;
  width: 130px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--white-color);
  z-index: -1;
}

@-webkit-keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
    transform: rotate(5deg) translate(5px, 5px);
  }

  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
    transform: rotate(5deg) translate(-5px, -5px);
  }
}

@keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
    transform: rotate(5deg) translate(5px, 5px);
  }

  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
    transform: rotate(5deg) translate(-5px, -5px);
  }
}

@-webkit-keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.contact-map iframe {
  width: 100%;
  height: 365px;
  border-radius: 30px;
}

.contact-map.style2 iframe {
  width: 100%;
  height: 398px;
  border-radius: 0;
}

.contact-map.style3 iframe {
  border-radius: 16px;
}

.contact-text {
  max-width: 369px;
  font-size: 18px;
}

.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.global-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

@media (max-width: 991px) {
  .global-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.global-img:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.global-img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.img-box1 {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .img-box1 {
    margin-bottom: 50px;
  }
}

.img-box1 .img1 {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1299px) {
  .img-box1 .img1 {
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .img-box1 .img1 {
    max-width: 100%;
  }
}

.img-box1 .img1 img {
  border-radius: 25px 66px 25px 25px;
  z-index: 2;
  position: relative;
}

.img-box1 .img2 {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .img-box1 .img2 {
    max-width: 280px;
  }
}

@media (max-width: 1299px) {
  .img-box1 .img2 {
    max-width: 220px;
  }
}

@media (max-width: 1199px) {
  .img-box1 .img2 {
    right: 40%;
  }
}

@media (max-width: 991px) {
  .img-box1 .img2 {
    right: 20%;
  }
}

@media (max-width: 767px) {
  .img-box1 .img2 {
    right: 0%;
  }
}

/*@media (max-width: 480px) {*/
/*  .img-box1 .img2 {*/
/*    display: none;*/
/*  }*/
/*}*/

.img-box1 .img2 img {
  border-radius: 22px 25px 50px 0px;
  position: relative;
  z-index: 2;
}

.img-box1 .img3 {
  position: absolute;
  bottom: -20px;
  right: 0;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .img-box1 .img3 {
    max-width: 280px;
  }
}

@media (max-width: 1299px) {
  .img-box1 .img3 {
    max-width: 220px;
  }
}

@media (max-width: 1199px) {
  .img-box1 .img3 {
    right: 40%;
  }
}

@media (max-width: 991px) {
  .img-box1 .img3 {
    right: 20%;
  }
}

@media (max-width: 767px) {
  .img-box1 .img3 {
    right: 0%;
  }
}

/*@media (max-width: 480px) {*/
/*  .img-box1 .img3 {*/
/*    display: none;*/
/*  }*/
/*}*/

.img-box1 .img3 img {
  border-radius: 0px 0px 156px 156px;
    z-index: 1;
    position: relative;
}

.about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.about-item:not(:last-child) {
  margin-bottom: 30px;
}

.about-item.style2 .about-item_img {
  background-color: var(--smoke-color);
}

.about-item_img {
  min-width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.about-item .box-title {
  margin-bottom: 7px;
}

@media (max-width: 375px) {
  .about-item .box-title {
    font-size: 20px;
  }
}

.about-item_text {
  margin-bottom: -0.3rem;
}

.about-shape {
  position: absolute;
}

.about-shape:before {
  content: "";
  position: absolute;
  left: -47%;
  bottom: 17%;
  width: 396px;
  height: 396px;
  border-radius: 50%;
  background: #e9f6f9;
  z-index: -1;
}

.about-rating {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  text-align: center;
  padding: 10px;
}

.about-rating i {
  font-size: 16px;
  color: #eb5757;
  display: block;
}

.about-rating span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: var(--black-color);
}

.about-emoji {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  text-align: center;
}

.img-box3 {
  position: relative;
  margin-left: -110px;
}

@media (max-width: 1599px) {
  .img-box3 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .img-box3 img {
    width: 100%;
  }
}

.img-box3 .img1 img {
  border-radius: 24px;
}

.img-box3 .img2 {
  position: absolute;
  top: 20%;
  right: 12%;
}

@media (max-width: 767px) {
  .img-box3 .img2 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.img-box3 .img2 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

.img-box3 .img3 {
  position: relative;
  margin-top: 30px;
  z-index: 3;
}

@media (max-width: 575px) {
  .img-box3 .img3 {
    margin-top: 20px;
  }
}

.img-box3 .img3 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

.th-team {
  position: relative;
}

.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .team-desig {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: -0.45em;
  color: var(--black-color2);
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 32px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 14px;
}

.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-team .box-title {
  margin-bottom: 0;
}

.teamSlider1 .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid var(--title-color);
}

.teamSlider1
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--theme-color);
}

.team-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  --space: 56px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.team-box .team-img {
  max-width: calc(100% - var(--space) * 2);
  margin: 0 auto;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-box .team-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-box .team-content {
  position: relative;
  padding: 130px 16px 16px 16px;
  margin-top: -100px;
  background-color: var(--white-color);
  border-radius: 16px;
  z-index: 2;
}

.team-box .media-body {
  position: relative;
  border-radius: 16px;
  background-color: #e9f6f9;
  padding: 24px 28px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
  overflow: hidden;
}

.team-box .box-title {
  color: var(--black-color2);
}

.team-box .box-title a {
  color: inherit;
}

.team-box .team-desig {
  margin-bottom: 12px;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-box:hover .media-body {
  background-color: var(--theme-color);
}

.team-box:hover .box-title {
  color: var(--white-color);
}

.team-box:hover .team-desig {
  color: var(--white-color);
}

.team-box:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.team-grid {
  position: relative;
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 16px;
  --space: 72px;
}

.team-grid .team-img {
  border-radius: 16px 16px 0 0;
}

.team-grid .team-img img {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-img2 {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  margin-top: -100px;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-grid .team-img2 img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-content {
  position: relative;
  padding: 24px 16px 16px 16px;
  border-radius: 16px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
}

.team-grid .media-body {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  padding: 24px 28px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
  overflow: hidden;
}

.team-grid .box-title {
  color: var(--black-color2);
}

.team-grid .box-title a {
  color: inherit;
}

.team-grid .team-desig {
  margin-bottom: 12px;
}

.team-grid:hover .team-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-grid:hover .team-img2 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-grid:hover .media-body {
  background-color: var(--theme-color);
}

.team-grid:hover .box-title {
  color: var(--white-color);
}

.team-grid:hover .team-desig {
  color: var(--white-color);
}

.team-grid:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.team-area3 .slider-arrow {
  top: 35%;
  left: var(--pos-x, -60px);
}

.team-area3 .slider-arrow.slider-next {
  right: var(--pos-x, -60px);
  left: unset;
}

.team-details .box-title {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .team-about {
    margin-bottom: 20px;
  }
}

.team-about .th-social a:not(:hover) {
  background-color: #e4e4e4;
  color: var(--title-color);
}

.team-about.style2 {
  margin-left: 45px;
}

@media (max-width: 1199px) {
  .team-about.style2 {
    margin: 0;
  }
}

.team-about.style2 .team-about_title {
  font-weight: 600;
  margin: 0 0 3px 0px;
}

.team-about.style2 .team-about_desig {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.team-about.style2 .team-about_text {
  line-height: 26px;
  max-width: 465px;
}

.team-about_title {
  font-size: 40px;
  margin: -0.8rem 0 20px 0px;
}

.team-about_desig {
  font-weight: 500;
  color: var(--body-color);
  margin-bottom: 23px;
}

.team-about .box-title {
  font-size: 28px;
}

.team-about .th-btn {
  padding: 19.5px 38.9px;
}

.about-card-img {
  position: relative;
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}

.about-card-img img {
  width: 100%;
}

@media (max-width: 1299px) {
  .about-card-img {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .about-card-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  .about-card-img {
    padding: 20px;
  }
}

@media (min-width: 1300px) {
  .about-card {
    margin-left: 50px;
  }
}

.about-card_title {
  margin-bottom: 15px;
}

.about-card_desig {
  color: var(--body-color);
  margin-bottom: 22px;
  margin-top: -0.5em;
}

.about-card_text {
  margin-bottom: 26px;
  margin-top: 32px;
}

.about-card .th-social a {
  border-radius: 10px;
}

.team-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.team-info ul li {
  margin-bottom: 15px;
  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;
}

.team-info ul li:last-child {
  margin-bottom: 0;
}

.team-info ul li b {
  font-family: var(--title-font);
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
  line-height: 28px;
}

.team-info ul li span,
.team-info ul li a {
  color: var(--body-color);
}

.team-info ul li a:hover {
  color: var(--theme-color);
}

@media (max-width: 575px) {
  .team-info ul li b {
    max-width: 140px;
  }
}

.team-contact-form {
  padding: 50px;
  background-color: var(--smoke-color);
}

.team-contact-form textarea {
  height: 120px;
}

.team-contact-form .form-title {
  margin-top: -0.3em;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .team-contact-form {
    padding: 40px 20px;
  }
}

.skill-feature {
  text-align: left;
}

.skill-feature.style2 .skill-feature_title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.skill-feature.style2 .progress {
  height: 6px;
  background-color: #4d5765;
  border-radius: 3px;
}

.skill-feature.style2 .progress-bar {
  height: 6px;
  margin: 0px;
}

.skill-feature.style2 .progress-value {
  font-family: var(--title-font);
  color: var(--white-color);
}

.skill-feature:not(:last-child) {
  margin-bottom: 30px;
}

.skill-feature_title,
.skill-feature .progress-value {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: -0.5em;
  font-family: var(--title-font);
  color: var(--title-color);
}

.skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: #e4e4e4;
  overflow: visible;
  border-radius: 4px;
}

.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 4px;
  margin: 2px;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}

.skill-feature .progress-value {
  position: absolute;
  top: -30px;
  right: -8px;
}

.testiSlider1 {
  overflow: visible;
  margin: 0 -30px !important;
}

@media (max-width: 991px) {
  .testiSlider1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 {
    margin: 0 !important;
  }
}

.testiSlider1 .swiper-slide {
  margin-top: 98px !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide {
    margin-top: 58px !important;
  }
}

.testiSlider1 .swiper-slide.swiper-slide-active {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
  width: calc(716px) !important;
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide.swiper-slide-active {
    width: 60% !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
  background-color: var(--theme-color);
}

/*.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote img {*/
/*  -webkit-filter: brightness(0) invert(1);*/
/*  filter: brightness(0) invert(1);*/
/*}*/

.testiSlider1 .swiper-wrapper {
  visibility: visible;
}

.testi-card {
  position: relative;
  padding: 40px 40px 64px;
  background: #e9f6f9;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .testi-card {
    padding: 30px 30px 64px;
  }
}

@media (max-width: 575px) {
  .testi-card {
    padding: 25px 25px 64px;
  }
}

.testi-card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .testi-card_wrapper {
    display: block;
  }
}

.testi-card_wrapper:nth-child(even) .testi-card {
  margin-top: 0px;
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.testi-card_avater {
  min-width: 72px;
}

@media (max-width: 575px) {
  .testi-card_avater {
    min-width: 40px;
  }
}

.testi-card_avater img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card .box-title {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .testi-card .box-title {
    font-size: 20px;
  }
}

.testi-card_review i {
  color: #ffa944;
  font-size: 14px;
  margin-right: 3px;
}

@media (max-width: 991px) {
  .testi-card_review i {
    font-size: 12px;
  }
}

.testi-card_text {
  color: var(--black-color2);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -0.3rem;
}



.testi-card-quote {
  width: 78px;
  height: 78px;
  line-height: 70px;
  text-align: center;
  background-color: var(--white-color);
  border: 4px solid var(--white-color);
  border-radius: 50%;
  position: absolute;
  left: 48%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.counter-box_title {
  font-size: 18px;
  font-weight: 400;
  color: var(--black-color2);
  margin-bottom: -0.4rem;
}

@media (max-width: 1299px) {
  .counter-box_title {
    font-size: 16px;
  }
}

.blog-card {
  background-color: var(--white-color);
  position: relative;
  z-index: 3;
  border-radius: 30px;
  border: 1px solid #e3e8f5;
}

.blog-card .blog-img {
  position: relative;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}

.blog-card .blog-img:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  z-index: 2;
}

.blog-card .blog-img img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-card .blog-content {
  padding: 15px 30px 30px 40px;
}

@media (max-width: 1299px) {
  .blog-card .blog-content {
    padding: 20px;
  }
}

.blog-card .blog-tags {
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-top: -0.3rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e5eb;
}

.blog-card .box-title {
  font-weight: 600;
  letter-spacing: -0.24px;
  margin-bottom: 5px;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(
    right,
    var(--theme-color),
    var(--theme-color)
  );
  background-image: linear-gradient(
    to left,
    var(--theme-color),
    var(--theme-color)
  );
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card_text {
  margin-bottom: 8px;
}

.blog-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.blog-card_author {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-card_author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-card_info a {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 400;
}

.blog-card_name {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  margin-bottom: -0.3rem;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.blog-card:hover .blog-img:before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.blog-card .blog-btn {
  border-bottom: 1px solid #e1e5eb;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.blog-card .line-btn {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
}

@media (max-width: 991px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 30px;
  }

  .blog-card .box-title {
    font-size: 24px;
  }
}

@media (max-width: 410px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}

@media (max-width: 350px) {
  .blog-card .blog-content {
    padding: 18px;
  }

  .blog-card .box-title {
    font-size: 20px;
  }
}

.blog-box {
  position: relative;
}

.blog-area {
  padding-bottom: 60px;
}

.why-item_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1.3px solid var(--theme-color);
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.why-item_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.why-item_text {
  line-height: 26px;
  margin-bottom: -0.4rem;
}

.why-item .box-title {
  font-weight: 600;
  line-height: 34px;
  margin: 23px 0 13px 0;
}

@media (max-width: 1299px) {
  .why-item .box-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.why-item .icon-btn {
  border-radius: 99px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  color: var(--title-color);
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.why-item .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.why-item:hover .why-item_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.why-item:hover .why-item_icon {
  border: 1px solid var(--theme-color);
}

.why-item:hover .why-item_icon:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.why-item:hover .why-item_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.why-item_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 1299px) {
  .why-item_wrapper {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .why-item_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.why-img1 {
  position: relative;
  margin-left: 55px;
}

@media (max-width: 480px) {
  .why-img1 {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .why-img1 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.why-img1 .img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 480px) {
  .why-img1 .img2 {
    display: none;
  }
}

.why-img1 .img2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 275px;
  height: 336px;
  background-color: var(--white-color);
  z-index: -1;
}

.why-img1 .img3 {
  position: relative;
  margin: -48px 0 0 50px;
}

@media (max-width: 480px) {
  .why-img1 .img3 {
    display: none;
  }
}

.why-img1 .img3:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 318px;
  height: 416px;
  background-color: var(--white-color);
}

.why-img1 .img3 img {
  -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
}

.feature-wrapper.style3 {
  margin-bottom: 60px;
}

.feature-wrapper.style3 .feature-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #1e2127;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-wrapper.style3 .feature-icon:hover {
  background-color: var(--theme-color);
}

.feature-wrapper.style3 .header-info_label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.feature-wrapper.style3 .header-info_link {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
}

.work-area {
  margin-bottom: 40px;
}

.work-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.work-item:first-child {
  max-width: 290px;
}

@media (max-width: 1299px) {
  .work-item:first-child {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .work-item:first-child {
    max-width: 100%;
  }
}

.work-item:first-child:before {
  right: -15px;
}

@media (max-width: 1199px) {
  .work-item:first-child:before {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .work-item {
    margin-bottom: 20px;
  }
}

.work-item:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='37' viewBox='0 0 20 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.5L0 0L10.6446 18.5L0 37L20 18.5Z' fill='%233E66F3'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0px;
  right: -40px;
  font-family: var(--icon-font);
  width: 20px;
  height: 37px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .work-item:before {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .work-item:before {
    display: none;
  }
}

.work-item:last-child:before {
  display: none;
}

.work-item_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .work-item_wrapper {
    display: block;
  }
}

.work-item_number {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  display: block;
  background-color: #1e2127;
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.work-item .work-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #c7c7c7;
}

.download-btn {
  background-color: var(--title-color);
  max-width: 190px;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
}

.appointment-sec {
  background: -webkit-linear-gradient(top, #edf0f4 2.66%, #edf0f4 90.4%);
  background: linear-gradient(180deg, #edf0f4 2.66%, #edf0f4 90.4%);
}

.marquee-wrapper .marquee {
  position: relative;
  --duration: 120s;
  --gap: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee-wrapper .marquee:first-child {
  --duration: 100s;
}

.marquee-wrapper .marquee:last-child {
  --duration: 80s;
}

.marquee-wrapper .marquee.marquee--reverse .marquee-group {
  animation-direction: reverse;
}

.marquee-wrapper .marquee .marquee-group {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee-wrapper .marquee .marquee-group .text {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 74px;
  line-height: 56px;
  text-transform: uppercase;
  color: var(--theme-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #888c97;
}

.marquee-wrapper .marquee .marquee-group .text img {
  margin: 0 20px 20px 20px;
}

.categorySlider .swiper-pagination-bullets {
  max-width:575px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.category-area {
  padding: 165px 0 120px 0;
  margin-top: -55px;
}

.category-area .th-container {
  --main-container: 1750px;
}

.category-area .swiper .swiper-slide {
  width: 312px;
}

.category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.category-card .box-img {
  border-radius: 24px;
  margin-bottom: 22px;
}

.category-card .box-img img {
  border-radius: 24px;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .box-title {
  margin-bottom: 0;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);
}

.category-card .line-btn:before {
  display: none;
}

.category-card:hover .box-img img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.categorySlider2 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.category-slider3 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto auto 10px auto;
  overflow: hidden;
}

.category-area3 .th-container {
  --main-container: 1689px;
}

.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid var(--title-color);
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 75px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

/*.accordion-card .accordion-button:after {
  content: "\f107";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: grid;
  -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;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}*/

.book_now_btn {
    background: #0d6efd;
    color: #fff;
    padding: 7px 17px;
    font-size: 0.9rem;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: var(--body-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px;
}

.accordion-card .faq-text {
  color: #313131;
  margin-bottom: -0.48em;
  margin-top: -0.48em;
}

@media (max-width: 991px) {
  .accordion-card .accordion-button {
    font-size: 20px;
    min-height: 70px;
  }
}

@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 12px 45px 12px 20px;
  }

  .accordion-card .accordion-body {
    padding: 0px 20px 30px;
  }
}

.faq-img1 {
  margin-left: -180px;
  width: 817px;
  height: 617px;
}

.faq-img1.style2 {
  margin-left: -280px;
}

@media (max-width: 1399px) {
  .faq-img1.style2 {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1399px) {
  .faq-img1 {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .faq-img1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

.faq-bg-image {
  position: absolute;
  top: 0;
  right: -30px;
  width: 737px;
  height: 100%;
  z-index: 1;
}

.faq-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1299px) {
  .faq-bg-image {
    display: none;
  }
}

.faq-area {
  position: relative;
  overflow: hidden;
}

.faq-area2 {
  max-width: 1720px;
  display: block;
  margin: auto;
  background-color: #f8f8f8;
}

.faq-img2 {
  position: relative;
  z-index: 2;
  margin-left: -80px;
}

@media (max-width: 1500px) {
  .faq-img2 {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (max-width: 1199px) {
  .faq-img2 {
    margin: 0 0 50px 0;
  }
}

.faq-img2 .img1 {
  -webkit-clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
  clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
}

.offer-deals-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 1199px) {
  .offer-deals-wrapp {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .offer-deals-wrapp {
    display: block;
  }
}

.accordion-item {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: transparent;
  overflow: hidden;
  min-width: 336px;
}

@media (max-width: 767px) {
  .accordion-item {
    min-width: 100%;
  }
}

.accordion-item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-item_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 575px) {
  .accordion-item_wrapp {
    display: block;
  }
}

.accordion-item_number {
  border: 1px solid var(--gray-color);
  width: 69px;
  height: 32px;
  padding: 2px 24.5px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: var(--gray-color);
}

.accordion-item_content {
  color: #fff;
  padding: 0 30px 0px 110px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

@media (max-width: 575px) {
  .accordion-item_content {
    padding: 0 30px 0px 0px;
  }
}

.accordion-item .box-title {
  margin-bottom: 0;
}

.accordion-item i {
  font-size: 20px;
  font-weight: 400;
  color: var(--title-color);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 575px) {
  .accordion-item i {
    font-size: 24px;
  }
}

.accordion-item .accordion-button {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background: transparent;
  padding: 20px 0 20px 0;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 0 !important;
}

.accordion-item .accordion-button:after {
  display: none;
}

.accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  background-color: transparent;
  padding: 20px 0 0px 0;
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.accordion-item .accordion-button:not(.collapsed) i {
  color: #616161;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
}

.accordion-item .accordion-button.collapsed {
  border-bottom: 1px solid var(--gray-color);
}

.accordion-item .accordion-collapse {
  border: none;
}

.accordion-item .accordion-collapse .accordion-body {
  border-color: var(--theme-color);
}

.accordion-item .accordion-body {
  background-color: transparent;
  border: none;
  padding: 0px;
  border-bottom: 1px solid var(--gray-color);
}

.accordion-item .faq-img {
  height: 100%;
}

.accordion-item .faq-img img {
  height: 100%;
  object-fit: cover;
}

.accordion-item-wrapp {
  padding: 0;
}

.accordion-item-wrapp li {
  list-style: none;
}

.according-img-tab {
  position: absolute;
  right: 40px;
  top: 20px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 1399px) {
  .according-img-tab {
    right: 20px;
  }
}

@media (max-width: 1299px) {
  .according-img-tab {
    top: 0;
    max-width: 250px;
  }
}

@media (max-width: 1199px) {
  .according-img-tab {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .according-img-tab {
    right: 0;
  }
}

@media (max-width: 767px) {
  .according-img-tab {
    position: relative;
    margin-top: 50px;
  }
}

.according-img-tab img {
  border-radius: 16px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.faq-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--theme-color);
  display: block;
  margin-bottom: 10px;
}

.th-accordion_images {
  position: absolute;
  right: 40px;
  top: 10px;
  margin-top: 35px;
}

.th-accordion_images img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-accordion_images img.active {
  opacity: 1;
  visibility: visible;
}

.th-accordion_images img {
  border-radius: 16px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.th-accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.th-accordion_images img.active {
  opacity: 1;
}

.offer-deals-counter {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 0;
}

@media (max-width: 1299px) {
  .offer-deals-counter {
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .offer-deals-counter {
    grid-template-columns: auto auto auto auto;
  }
}

@media (max-width: 480px) {
  .offer-deals-counter {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 375px) {
  .offer-deals-counter {
    grid-template-columns: auto;
  }
}

.offer-deals-counter li {
  position: relative;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  list-style: none;
  padding: 30px 20px;
  width: 114px;
}

.offer-deals-counter li:not(:last-child):before {
  content: ":";
  position: absolute;
  right: -16%;
  top: 35%;
  font-size: 35px;
  color: var(--title-color);
  font-weight: 700;
}

@media (max-width: 1399px) {
  .offer-deals-counter li:not(:last-child):before {
    right: -11%;
  }
}

@media (max-width: 1299px) {
  .offer-deals-counter li:not(:last-child):before {
    display: none;
  }
}

.offer-deals-counter li .count-number {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--title-color);
}

.offer-deals-counter li .count-name {
  font-weight: 400;
  color: var(--title-color);
}

.th-loader {
  position: relative;
}

.loadcontent {
  display: none;
}

.tour-box {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #bcced2;
  border-top: transparent;
  border-radius: 16px;
  overflow: hidden;
}

.tour-box.style-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bcced2;
}

@media (max-width: 1299px) {
  .tour-box.style-flex {
    display: block;
  }
}

.tour-box.style-flex .tour-content {
  padding: 0;
}

@media (max-width: 1299px) {
  .tour-box.style-flex .tour-content {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .tour-box.style-flex .tour-content {
    padding: 20px;
  }
}

.tour-box.style-flex .tour-action {
  gap: 30px;
}

.tour-box.style-flex .tour-box_img {
  border-radius: 16px 0px 0 0;
  width: 50%;
}

@media (max-width: 1299px) {
  .tour-box.style-flex .tour-box_img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .tour-box.style-flex .tour-box_img {
    margin-bottom: 0;
  }
}

.tour-box.style-flex .tour-box_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px 0px 0 0;
}

.tour-box_img {
  position: relative;
  border-radius: 16px 16px 0 0;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 991px) {
  .tour-box_img {
    margin-bottom: 0;
  }
}

.tour-box_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 88.18%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 88.18%
  );
}

.tour-box_img img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.tour-box .tour-content {
  padding: 24px 24px 16px 24px;
}

.tour-box .box-title {
  color: var(--black-color2);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tour-box .tour-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 13px;
}

.tour-box .star-rating {
  font-size: 14px;
}

.tour-box .star-rating span:before {
  color: #ff833e;
}

.tour-box .woocommerce-review-link {
  font-size: 16px;
  line-height: 16px;
  color: var(--black-color2);
}

.tour-box_price {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 35px;
}

.tour-box .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--black-color2);
}

.tour-box .tour-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-box .tour-action i {
  margin-right: 8px;
}

.tour-box .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
}

.tour-box .tour-action .th-btn {
  border: 1px solid var(--gray-color);
  font-weight: 500;
  padding: 10px 19.5px;
}

@media (max-width: 1199px) {
  .tour-box .tour-action .th-btn {
    padding: 10px 15px;
  }
}

.tour-box .tour-action .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right3.svg);
  mask-image: url(../img/icon/arrow-right3.svg);
}

.tour-box:hover {
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
}

.tour-box:hover .tour-box_img img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.tour-slider {
  position: relative;
}

.tourSlider2 {
  margin-right: -23% !important;
}

.tourSlider2 .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-card {
  position: relative;
  --space: 16px;
}

@media (max-width: 480px) {
  .tour-card {
    width: 83%;
  }
}

.tour-card_img {
  border-radius: 16px;
}

.tour-card_img img {
  border-radius: 16px;
}

.tour-card .tour-content {
  position: absolute;
  top: var(--space);
  left: var(--space);
  width: calc(100% - var(--space) * 2);
  height: calc(100% - var(--space) * 2);
  z-index: 2;
  background: rgba(17, 61, 72, 0.5);
  border: 1px solid var(--white-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tour-card .box-title {
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .tour-card .box-title {
    font-size: 20px;
  }
}

.tour-card .tour-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 20px;
}

.tour-card .star-rating {
  font-size: 14px;
}

.tour-card .star-rating span:before {
  color: #ff833e;
}

.tour-card .woocommerce-review-link {
  font-size: 16px;
  line-height: 16px;
  color: var(--white-color);
}

.tour-card_price {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 35px;
}

.tour-card .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--white-color);
}

.tour-card .tour-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-card .tour-action i {
  margin-right: 8px;
}

.tour-card .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

.tour-card .tour-action .th-btn {
  border: 1px solid var(--white-color);
  font-weight: 500;
  padding: 10px 19.5px;
  color: var(--white-color);
}

.tour-card .tour-action .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right3.svg);
  mask-image: url(../img/icon/arrow-right3.svg);
}

.tour-card .tour-action .th-btn:hover {
  color: var(--black-color2);
}

.tour-card .tour-action .th-btn:hover:before {
  background-color: var(--white-color);
}

.tour-card:hover .tour-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tour-text {
  font-size: 18px;
  color: var(--title-color);
  text-align: center;
  max-width: 687px;
  display: block;
  margin: auto auto 60px auto;
}

@media (max-width: 1199px) {
  .tour-text {
    max-width: 100%;
  }
}

.style-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-page-single .box-title {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .tour-page-single .box-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tour-page-single .box-title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .tour-page-single .box-title {
    font-size: 28px;
  }
}

.tour-page-single .box-text {
  font-size: 18px;
}

.tour-page-single .tour-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: var(--body-color);
}

.tour-page-single .tour-price .currency {
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color);
}

.tour-slider1 {
  position: relative;
}

.tour-slider1 .tour-slider-img img {
  border-radius: 8px;
}

.tour-slider1 .slider-arrow {
  top: auto;
  bottom: 60px;
  left: -23px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tour-slider1 .slider-arrow.slider-next {
  left: auto;
  right: -23px;
}

.tour-tab {
  border: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.tour-tab .nav-item .nav-link {
    border: 2px solid #df4b26;
    border-radius: 8px;
    /* background: #df4b26; */
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 7px 22px;
}

.tour-tab .nav-item .nav-link.active {
    background: #fec201;
    color: #000000;
    border-color: #fec201;
}

.tour-snapshot {
  border: 1px solid #e1e4e5;
  padding: 40px 24px;
  margin-bottom: 64px;
}

.tour-snapshot .box-title {
  font-size: 28px;
  margin-top: -0.3rem;
}

.tour-snap-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1299px) {
  .tour-snap-wrapp {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .tour-snap-wrapp {
    grid-template-columns: auto;
  }
}

.tour-snap {
  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: 12px;
}

.tour-snap .icon i {
  font-size: 20px;
  color: var(--title-color);
}

.tour-snap span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: -0.3rem;
}

.tour-snap .title {
  font-weight: 400;
  display: block;
  color: var(--body-color);
}

.tour-snap .line-btn {
  text-transform: capitalize;
  padding-bottom: 0;
}

.tour-gallery-card {
  position: relative;
}

.tour-gallery-card .gallery-img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 991px) {
  .tour-gallery-card .gallery-img {
    margin-bottom: 0;
  }
}

.tour-gallery-card .gallery-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.tour-gallery-card .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  line-height: normal;
  border: 0;
  background: transparent;
  color: var(--white-color);
  font-size: 32px;
  opacity: 0;
}

.tour-gallery-card:hover .tour-gallery-card-img {
  border-color: var(--white-color);
}

.tour-gallery-card:hover .icon-btn {
  opacity: 1;
}

.service-inner-img {
  border-radius: 10px;
}

.service-inner-img img {
  border-radius: 10px;
}

.feature-area .row {
  --bs-gutter-x: 50px;
}

.feature-item {
  position: relative;
  background-color: var(--white-color);
  border: 2px solid #e4e4e4;
  padding: 40px 35px 40px 35px;
  margin: 10px 5px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1299px) {
  .feature-item {
    padding: 40px 25px;
  }
}

.feature-item:before,
.feature-item:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-style: solid;
  border-color: var(--theme-color);
  top: -1px;
  left: -1px;
  -webkit-transition: height, width, 0.4s ease;
  transition: height, width, 0.4s ease;
}

.feature-item:before {
  border-width: 1px 0 0 1px;
}

.feature-item:after {
  top: unset;
  left: unset;
  bottom: -1px;
  right: -1px;
  border-width: 0 1px 1px 0;
}

.feature-item_shape {
  content: "";
  position: absolute;
  font-family: var(--icon-font);
  font-weight: 600;
  background-color: var(--white-color);
  width: 28px;
  height: 28px;
  top: -12px;
  right: -12px;
  z-index: 2;
}

.feature-item_shape:before {
  content: "";
  position: absolute;
  background-color: #e4e4e4;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  z-index: -1;
  -webkit-clip-path: path(
    "M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z"
  );
  clip-path: path(
    "M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z"
  );
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item_shape2 {
  content: "";
  position: absolute;
  font-family: var(--icon-font);
  font-weight: 600;
  background-color: var(--white-color);
  width: 28px;
  height: 28px;
  bottom: -12px;
  left: -12px;
  z-index: 2;
}

.feature-item_shape2:before {
  content: "";
  position: absolute;
  background-color: #e4e4e4;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  z-index: -1;
  -webkit-clip-path: path(
    "M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z"
  );
  clip-path: path(
    "M14 0L17.7813 10.2187L28 14L17.7813 17.7813L14 28L10.2187 17.7813L0 14L10.2187 10.2187L14 0Z"
  );
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item_icon {
  margin-top: -0.2rem;
  margin-bottom: 35px;
}

.feature-item_text {
  font-weight: 400;
  line-height: 26px;
  margin-bottom: -0.4rem;
}

.feature-item .box-title {
  line-height: 34px;
  margin-bottom: 15px;
}

@media (max-width: 1299px) {
  .feature-item .box-title {
    font-size: 20px;
  }
}

.feature-item img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item:hover {
  border: 2px solid var(--theme-color);
}

.feature-item:hover:before,
.feature-item:hover:after {
  width: 100%;
  height: 100%;
}

.feature-item:hover .feature-item_shape:before {
  background-color: var(--theme-color);
}

.feature-item:hover .feature-item_shape2:before {
  background-color: var(--theme-color);
}

.feature-item:hover .feature-item_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.feature-wrapper {
  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: 10px;
}

.feature-wrapper .feature-icon i {
  font-size: 46px;
  font-weight: 300;
  line-height: 56px;
}

.feature-wrapper .header-info_link {
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--title-color);
  margin-bottom: -0.5rem;
}

.feature-wrapper .header-info_link:hover {
  color: var(--theme-color);
}

.feature-wrapper .header-info_link a {
  color: inherit;
}

.feature-wrapper .header-info_label {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.feature-circle {
  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: 15px;
  max-width: 289px;
}

.feature-circle-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 40px 0;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .feature-circle-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .feature-circle:not(:last-child) {
    margin-bottom: 30px;
  }
}

.feature-circle .box-title {
  line-height: 34px;
  margin-bottom: 0px;
}

.feature-circle_text {
  margin-bottom: 0px;
  font-size: 14px;
}

.feature-circle .progressbar {
  position: relative;
  max-height: 100px;
}

.feature-circle .circle-num {
  font-size: 30px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 5px;
  text-align: center;
}

.choose-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  max-width: 621px;
}

.choose-about:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .choose-about {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .choose-about {
    display: block;
  }
}

.choose-about_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 50%;
}

@media (max-width: 375px) {
  .choose-about_icon {
    display: block;
    margin: auto auto 20px auto;
  }
}

.choose-about_text {
  margin-bottom: 0;
}

@media (max-width: 375px) {
  .choose-about_text {
    text-align: center;
  }
}

.choose-about img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.choose-about .box-title {
  font-size: 22px;
  letter-spacing: -0.44px;
  margin-bottom: 10px;
}

@media (max-width: 375px) {
  .choose-about .box-title {
    text-align: center;
  }
}

.choose-about:hover .choose-about_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.choose-area {
  position: relative;
  z-index: 2;
  -webkit-clip-path: path(
    "M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z"
  );
  clip-path: path(
    "M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z"
  );
}

@media (min-width: 1930px) {
  .choose-area {
    -webkit-clip-path: path(
      "M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z"
    );
    clip-path: path(
      "M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z"
    );
  }
}

@media (max-width: 1199px) {
  .choose-area {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@media (max-width: 1199px) {
  .choose-tab-area {
    margin: 80px 0;
  }
}

.choose-image {
  position: relative;
  margin-left: -110px;
}

@media (max-width: 1199px) {
  .choose-image {
    margin: 0;
  }
}

.choose-image .choose-text {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.06);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
  font-family: var(--title-font);
  font-weight: 900;
  font-size: 114px;
  line-height: 94px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 38%;
  left: -58.5%;
  margin: 0;
}

.choose-text {
  color: #888c97;
}

.mission-content .checklist li {
  color: var(--white-color);
}

.mission-content .mission-text {
  color: var(--gray-color);
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1299px) {
  .features-wrapper {
    display: block;
  }
}

.features-wrapper .features-img {
  min-width: 300px;
}

@media (max-width: 1299px) {
  .features-wrapper .features-img {
    min-width: 100%;
    margin-top: 20px;
  }
}

.features-wrapper .features-img img {
  width: 100%;
}

.features-content .box-title {
  margin-bottom: 5px;
}

.features-content .checklist li:not(:last-child) {
  margin-bottom: 5px;
}

.gallery-area .row {
  --bs-gutter-x: 17px;
}

.gallery-card:nth-child(2) {
  margin-top: 17px;
}

.gallery-card .box-img {
  border-radius: 24px;
}

@media (max-width: 991px) {
  .gallery-card .box-img {
    margin-bottom: 10px;
  }
}

.gallery-card .box-img img {
  border-radius: 24px;
}

.gallery-card .box-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.newsletter-form.style3 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::placeholder {
  color: var(--white-color);
}

.mfp-wrap {
  -webkit-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.mfp-wrap.mfp-ready {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup-login-register {
  position: relative;
  max-width: 606px;
  display: block;
  margin: auto;
  background: var(--white-color);
  border-radius: 16px;
  padding: 40px;
}

.popup-login-register ul {
  gap: 30px;
  border-bottom: 3px solid var(--th-border-color);
  margin-bottom: 28px;
}

.popup-login-register ul li .nav-menu {
  position: relative;
  background: transparent;
  font-size: 18px;
  color: var(--body-color);
  border: none;
  font-family: var(--title-font);
  font-weight: 600;
  padding: 0;
  padding-bottom: 20px;
}

.popup-login-register ul li .nav-menu:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.popup-login-register ul li .nav-menu.active {
  color: var(--black-color2);
}

.popup-login-register ul li .nav-menu.active:before {
  background-color: var(--theme-color);
}

.popup-login-register .box-title {
  font-size: 28px;
  font-weight: 700;
}

.booking-form {
  position: relative;
  background-color: var(--white-color);
  /*border: 2px solid var(--theme-color);*/
  /*box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);*/
  border-radius: 16px;
  padding: 25px 32px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  z-index: 3;
  margin-top: -55px;
  
  /*border-image-slice: 1;*/
  /*  border-image-source: linear-gradient(90deg, #fb0301, #fb0301 25%, #fbbb06, #34a653, #206ace 75%);*/
  /*  border-left: 0;*/
  /*  border-right: 0;*/
  /*  border-style: solid;*/
  /*  border-width: 3px;*/
  /*  border-radius: 5px;*/
}

@media (max-width: 1199px) {
  .booking-form {
    padding: 20px 20px;
  }
}

.booking-form.style2 {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
  padding: 27px 32px;
  border-radius: 16px 0px 0px 0px;
  box-shadow: none;
  border: none;
  min-width: 896px;
}

@media (max-width: 1399px) {
  .booking-form.style2 {
    min-width: 849px;
  }
}

@media (max-width: 1299px) {
  .booking-form.style2 {
    min-width: 780px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 {
    min-width: 640px;
  }
}

@media (max-width: 991px) {
  .booking-form.style2 {
    min-width: 100%;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.15);
    border-radius: 16px;
  }
}

.booking-form.style2 .input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.booking-form.style2 .input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #e1e4e5;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: 12px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

@media (max-width: 1299px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    padding: 15px 35px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.form_wrapp {
  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: 8px;
}

.input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (max-width: 991px) {
  .input-wrap .form-group {
    margin-bottom: 15px;
    padding-left: 25px;
  }

  .input-wrap .form-group .search-input {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #e1e4e5;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .input-wrap .form-group:not(:last-child) {
    border: none;
  }
}

.input-wrap .form-group .icon i {
  font-size: 24px;
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .input-wrap .form-group .icon i {
    font-size: 18px;
  }
}

.input-wrap .form-group label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--black-color);
  margin: 0;
}

.input-wrap .form-group input {
  padding: 0 0 0 37px;
  font-size: 16px;
  font-weight: 600;
}

.input-wrap .form-group .nice-select {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.input-wrap .form-group .nice-select:after {
  top: 10px;
  right: -20px;
}

@media (max-width: 991px) {
  .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.input-wrap .form-group .nice-select.open .list {
  -webkit-animation: fade-down 0.3s linear;
  animation: fade-down 0.3s linear;
}

.input-wrap .form-group .nice-select .list {
  overflow-y: scroll;
  z-index: 9;
}

.input-wrap .form-group .nice-select .list {
  width: 200px;
}

.input-wrap .form-group select,
.input-wrap .form-group .form-control,
.input-wrap .form-group .form-select,
.input-wrap .form-group textarea,
.input-wrap .form-group .nice-select,
.input-wrap .form-group input {
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color2);
}

@media (max-width: 1199px) {
  .input-wrap .form-group select,
  .input-wrap .form-group .form-control,
  .input-wrap .form-group .form-select,
  .input-wrap .form-group textarea,
  .input-wrap .form-group .nice-select,
  .input-wrap .form-group input {
    font-size: 14px;
  }
}

.input-wrap .form-group .nice-select .option {
  color: var(--title-color);
  display: block;
}

.input-wrap .form-group .nice-select .option p {
  display: block;
}

.input-wrap .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.input-wrap .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.input-wrap .form-group .nice-select .option:hover,
.input-wrap .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.input-wrap .form-group .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.input-wrap .form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .input-wrap .form-btn {
    display: block;
  }

  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.input-wrap .form-btn .th-btn {
  padding: 15px 45px;
}

@media (max-width: 767px) {
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.color-scheme-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  background: var(--white-color);
  padding: 20px 30px;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
}

.color-scheme-wrap .switchIcon {
  position: absolute;
  left: 0;
  top: 10px;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  height: 45px;
  width: 45px;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.color-scheme-wrap .color-scheme-wrap-title {
  font-size: 22px;
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 6px;
  color: var(--title-color);
  margin-bottom: 30px;
}

.color-scheme-wrap .color-scheme-wrap-title i {
  font-size: 18px;
  margin-right: 3px;
}

.color-scheme-wrap .color-switch-btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 25px;
}

.color-scheme-wrap .color-switch-btns button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 34px;
  color: var(--theme-color);
  text-align: left;
}

.color-scheme-wrap.active {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.tour-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  border-bottom: 0;
  margin-bottom: 60px;
}

.tour-tabs .th-btn {
  background-color: var(--white-color);
  border-radius: 48px;
  padding: 8px 30px;
  color: var(--theme-color);
}

.tour-tabs .th-btn:hover,
.tour-tabs .th-btn.active {
  color: var(--white-color);
}

.tour-tabs .th-btn:hover img,
.tour-tabs .th-btn.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-80 {
  padding-top: 80px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mt-24 {
  margin-top: 24px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-55 {
  margin-top: 55px;
}

/*.days_div_background {*/
/*    background: #eee;*/
/*}*/

@media (max-width: 1500px) {
  .m-4 {
    margin: 0 !important;
  }
}

.fs-48 {
  font-size: 48px;
}

@media (max-width: 767px) {
  .fs-48 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .fs-48 {
    font-size: 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);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-top-md-none {
    padding-top: 0;
  }

  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }

  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

.text_gradient {
    background: -webkit-linear-gradient(93deg, #ff9653, #cc3d91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size:3rem;
}

/*================================================*/

@media (max-width: 786px) {
   .btn_font_size_accordian {
       font-size: 16px !important;
       font-weight: 800 !important;
   }
   .search-input {
        text-align:center;
    }
    .img-box1 .img1 {
        width:50%;
    }
    .days_div_background {
        background: #f0f1f7;
    }
    .testi_card_text_new {
        font-size: 14px !important;
    }
    .testi_card_text_new_points {
        font-size: 14px !important;
    }
    .testi-card_text {
        font-size: 14px;
      }
      .heighlights_itenery strong {
     font-weight: 500;
    font-size: 14px;
  }
  .heighlights_itenery div .badge {
        font-size: 15px;
        font-weight: 500;
        padding: 0.6rem 0.5rem !important;
    }

.text_gradient {
    font-size: 2.2rem;
}





/*---------media query end ------------*/
}

.space-extra3 {
  position: relative;
  margin: -35px 0;
  z-index: 8;
}
.header_slider_height .swiper-slide {
    height:100vh;
}
.heighlights_itenery div .badge {
    font-size: 15px;
    padding: 0.8rem 0.8rem;
}


.lable_top_color {
  color: var(--title-color);
}

.testi_card_text_new {
    /*font-size:19px;*/
    color: var(--black-color2);
}
.testi_card_text_new_points {
    font-size:18px;
    color: var(--black-color2);
}
.testi_card_text_new_points li {
    margin-bottom:10px;
}
#swiper_backPacking .swiper-pagination {
    margin: 0px;
    transform: translate(0px, -31px);
}
#swiper_backPacking .swiper-pagination-bullet {
    background:#fff;
}


/*============================ Details Card Css Start ============================*/

.details_card_text {
  font-size: 0.79em;
  line-height: 17px;
}

.card_bg {
  background-color: #f3e8ff;
}
.trip-sort-itnry {
  font-size: 0.75em;
  color: #000;
}

.card_shadow_detsils {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.bg_shadow_for_show_details {
  background-color: #fee2e2;
  padding: 15px 0;
}
.card-title {
  color: #113d48;
}
.packages-all-card {
    min-width: 307px;
    display: inline-block;
    margin-right: 13px;
}

.scroll_bar_hide {
    scrollbar-width: none;
    width: 100%;
    padding: 1.5rem 0;
}

.scroll_bar_hide::-webkit-scrollbar {
  display: none;
}

.package_bg_pattern {
    background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url(../../assets/img/bg-pattern.jpg);
    background-repeat: repeat;
    background-size: contain;

}