@font-face {
  font-family: 'AreaNormal-ExtraBold';
  src: url('/font/AreaNormal-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

.hide-scroll-bar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll-bar::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .home-section {
    background-size: 100% 100%;
  }
}

.tracking-100 {
  letter-spacing: 5px;
}

.dataButton {
  width: fit-content !important;
}

.fill-opacity-10 {
  fill-opacity: 0.1;
}

.fill-opacity-12 {
  fill-opacity: 0.12;
}

.fill-opacity-100 {
  fill-opacity: 1;
}

.fill-opacity-20 {
  fill-opacity: 0.2;
}

.fill-opacity-25 {
  fill-opacity: 0.25;
}

.fill-opacity-30 {
  fill-opacity: 0.30;
}

.fill-opacity-33 {
  fill-opacity: 0.33;
}

.fill-opacity-40 {
  fill-opacity: 0.4;
}

.fill-opacity-50 {
  fill-opacity: 0.5;
}

.fill-opacity-60 {
  fill-opacity: 0.6;
}

.fill-opacity-66 {
  fill-opacity: 0.66;
}

.fill-opacity-70 {
  fill-opacity: 0.7;
}

.fill-opacity-75 {
  fill-opacity: 0.75;
}

.fill-opacity-80 {
  fill-opacity: 0.8;
}

.fill-opacity-90 {
  fill-opacity: 0.9;
}

.w-10 {
  width: 40px;
}

.w-20 {
  width: 5rem;
}

.leading-max {
  line-height: 60px !important;
}

.cardWrapper:hover .card-wrap1,
.cardWrapper:hover .card-wrap2 {
  animation-play-state: paused;
}

.cardSize{
  height: 100px;
  }

.testimonialImg {
  width: -webkit-fill-available;
  width: -moz-available;
}

.animationDuration {
  animation-duration: 15s !important;
}

.animationDeplay {
  animation-delay: 15s !important;
}

/* @media (min-width: 1024px) { 
    .h-sec{
        height: calc(100vh - 80px) !important;
    }
} */

@keyframes progress-anim-1 {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 24px 100%;
  }
}

@-webkit-keyframes progress-anim-1 {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 24px 100%;
  }
}

.dataButton:hover .openIcon {
  filter: brightness(100) saturate(100%) invert(100%) sepia(71%) saturate(940%) hue-rotate(179deg) brightness(105%) contrast(95%);
}

span.highcharts-title {
  width: 100% !important;
  padding-right: 20px;
}

.introjs-overlay {
  display: block;
  opacity: 0.90;
  background: var(--black-900, #2c2f3a);
  z-index: 30 !important;
}

.introjs-showElement {
  z-index: 1100 !important;
}

tr.introjs-showElement>td {
  z-index: 1100 !important;
  position: relative;
}

tr.introjs-showElement>th {
  z-index: 1100 !important;
  position: relative;
}

.introjs-disableInteraction {
  z-index: 1100 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  box-shadow: none !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1050 !important;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperLayer :after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
    Helvetica, Arial, sans-serif;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 1200 !important;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer * {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
    Helvetica, Arial, sans-serif;
}

.introjs-helperNumberLayer {
  position: absolute;
  color: var(--white-900, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  right: 40px;
  bottom: 15px;
}

.introjs-tooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  visibility: visible;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  box-sizing: content-box;
  background: rgba(44, 47, 58, 0.8);
  box-sizing: border-box;
  margin: 16px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  min-width: 275px;
  border-radius: 8px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 0 1px 10px rgb(33 33 33 / 40%);
  box-shadow: 0 1px 10px rgb(33 33 33 / 40%);
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltiptext {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: -8px;
  margin-bottom: 28px;
}

.introjs-tooltip-title {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.introjs-tooltip-header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.introjs-tooltipbuttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  float: right;
  gap: 45px;
}

.introjs-skipbutton {
  box-sizing: content-box;
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #a7a7a7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.introjs-customDoneButton {
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  margin-bottom: -4px;
  margin-left: -4px;
}

.introjs-customDoneButton:hover {
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  margin-bottom: -4px;
  margin-left: -4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(252, 195, 44, 1);
}

.stepCount {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  order: 0;
  opacity: 0.5;
}

.introjs-prevbutton {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  outline-width: 0px;
}

.introjs-nextbutton {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  outline-width: 0px;
}

.introjs-prevbutton.introjs-disabled {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  opacity: 0.5;
  outline-width: 0px;
  cursor: not-allowed;
}

.introjs-nextbutton.introjs-donebutton {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  opacity: 0.5;
  outline-width: 0px;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  display: none;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}