.accordian-title {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2V22' stroke='white' style='stroke:white;stroke-opacity:1;' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 11.9999H22' stroke='white' style='stroke:white;stroke-opacity:1;' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0;
  background-position: 99% 30px;
}
@media only screen and (min-width: 768px) {
  .accordian-title {
    background-size: 25px;
    background-position: 99% 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordian-title {
    background-position: 94% 44px;
    background-size: 0;
  }
}
.accordian-title[aria-expanded="true"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.99988H22' stroke='white' style='stroke:white;stroke-opacity:1;' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: #fff;
  font-weight: 700;
}
.faqs-details button {
  border: 0;
  font-weight: 300 !important;
}
.hero-title-video-section .hero-detail .hero-right .hero-panther-box {
  border-radius: 120px;
}
.hero-title-video-section .hero-detail .hero-right .hero-panther-box img {
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-title-video-section .hero-detail .hero-right .hero-panther-box img {
    height: auto;
  }
}
@media only screen and (min-width: 1190px) {
  .hero-title-video-section .hero-detail .hero-right .hero-panther-box img {
    height: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-title-video-section .hero-detail .hero-right .hero-panther-box img {
    height: 380px;
  }
}
.hero-title-video-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, #000, transparent);
}
.hero-right.hero-desk .marquee-content-scorll {
  display: flex;
  flex-direction: column;
}
.hero-right.hero-desk .marquee-content-scorll .marquee-item {
  margin: 10px 0;
}
@media only screen and (min-width: 1280px) {
  .hero-right.hero-desk .marquee-content-scorll .marquee-item {
    margin: 10px 0;
  }
}
.hero-right.hero-desk .marquee-content-scorll .marquee-item img {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .hero-right.hero-desk .marquee-content-scorll .marquee-item img {
    height: 380px;
    object-fit: contain;
  }
}
.hero-right.hero-desk .marquee-content {
  animation: scrollingup 5s linear infinite alternate;
}
.hero-right.hero-desk .marquee-content-left {
  animation: scrollingdown 5s linear infinite alternate;
}
.hero-right.hero-mobile .marquee-content-scorll {
  display: flex;
  flex-direction: row;
}
.hero-right.hero-mobile .marquee-content-scorll .marquee-item {
  margin: 0 10px;
}
.hero-right.hero-mobile .marquee-content-scorll .marquee-item img {
  display: block;
  height: 80px;
  max-width: fit-content;
  width: 170px;
  object-fit: contain;
}
.hero-right.hero-mobile .marquee-content-mobile {
  animation: scrollingone 8s linear infinite alternate;
}
.hero-right.hero-mobile .marquee-content-left-mobile {
  animation: scrollingleftone 8s linear infinite alternate;
}
@keyframes scrollingup {
  0% {
    transform: translatey(0);
  }
  to {
    transform: translatey(-20vw);
  }
}
@keyframes scrollingdown {
  0% {
    transform: translatey(-20vw);
  }
  to {
    transform: translatey(0);
  }
}
@keyframes scrollingone {
  0% {
    transform: translatex(0);
  }
  to {
    transform: translatex(-140vw);
  }
}
@keyframes scrollingleftone {
  0% {
    transform: translatex(-140vw);
  }
  to {
    transform: translatex(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.5);
    opacity: 0;
  }
}
.popup-video-play {
  animation: zoomIn 0.3s ease forwards;
}
.popup-video-play.popup-closing {
  animation: zoomOut 0.3s ease forwards;
}
.partners-detail .marquee-content-scorll {
  display: flex;
}
.partners-detail .marquee-content-scorll .marquee-item {
  flex: 0 0 32vw;
  margin: 0 0.5vw;
}
@media only screen and (min-width: 768px) {
  .partners-detail .marquee-content-scorll .marquee-item {
    flex: 0 0 18vw;
    margin: 0 1vw;
  }
}
@media only screen and (min-width: 1024px) {
  .partners-detail .marquee-content-scorll .marquee-item {
    flex: 0 0 18vw;
    margin: 0 1vw;
  }
}
@media only screen and (min-width: 1190px) {
  .partners-detail .marquee-content-scorll .marquee-item {
    flex: 0 0 20vw;
    margin: 0 1vw;
  }
}
@media only screen and (min-width: 1280px) {
  .partners-detail .marquee-content-scorll .marquee-item {
    flex: 0 0 14vw;
    margin: 0 1vw;
  }
}
.partners-detail .marquee-content-scorll .marquee-item img {
  display: block;
  width: 100%;
}
.partners-detail .marquee-content {
  animation: scrolling 20s linear infinite;
}
.partners-detail .marquee-content-left {
  animation: scrollingleft 20s linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translatex(-144vw);
  }
}
@keyframes scrollingleft {
  0% {
    transform: translateX(-144vw);
  }
  to {
    transform: translatex(0);
  }
}
.demo-gallery:not(.last) {
  padding-bottom: 1rem;
}
.supertext {
  line-height: 1;
  font-weight: 900;
}
ul.wrapper {
  padding-left: 1rem;
  list-style: none;
  height: 40%;
  margin-top: -6%;
}
@media only screen and (min-width: 768px) {
  ul.wrapper {
    height: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  ul.wrapper {
    height: 58%;
    margin-top: -4%;
  }
}
@media only screen and (min-width: 1440px) {
  ul.wrapper {
    height: 80%;
    margin-top: -4%;
  }
}
.pin-spacer {
  overflow: hidden;
  height: 100%;
}
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -60%);
  z-index: 12;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .circle {
    width: 160%;
    transform: translate(-50%, -80%);
  }
}
@media only screen and (min-width: 1024px) {
  .circle {
    height: 100vh;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
.circle:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.demo-gallery {
  height: 100%;
  display: flex;
}
.demo-gallery,
.demo-text {
  align-items: center;
  transition: opacity 0.5s ease;
}
.iamgesz li {
  display: flex;
  flex-shrink: 0;
  width: 200px;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .iamgesz li {
    width: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .iamgesz li {
    width: 250px;
  }
}
@media only screen and (min-width: 1440px) {
  .iamgesz li {
    width: 360px;
  }
}
@media only screen and (min-width: 1536px) {
  .iamgesz li {
    width: 400px;
  }
}
.iamgesz li:nth-child(2n) {
  justify-content: center;
  align-items: flex-end;
}
.iamgesz li:nth-child(2n) img {
  top: inherit !important;
}
.iamgesz li:nth-child(odd) {
  justify-content: center;
  align-items: flex-start;
}
.iamgesz li:nth-child(odd) img {
  bottom: inherit !important;
}
.iamgesz li img {
  height: auto !important;
}
#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
