* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.eot");
  src: url("../fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff"), url("../fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.eot");
  src: url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff"), url("../fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.eot");
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.eot");
  src: url("../fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff"), url("../fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BlackOpsOne";
  src: url("../../fonts/BlackOpsOne-Regular.ttf");
  src: url("../../fonts/BlackOpsOne-Regular.eot") format("embedded-opentype"), url("../../fonts/BlackOpsOne-Regular.woff2") format("woff2"), url("../../fonts/BlackOpsOne-Regular.woff") format("woff"), url("../../fonts/BlackOpsOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@keyframes slide-right {
  0% {
    transform: translateX(135px);
    opacity: 0.5;
  }
  20% {
    transform: translateX(145px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(155px);
    opacity: 0.1;
  }
  65% {
    transform: translateX(-125px);
    opacity: 0.2;
  }
  85% {
    transform: translateX(110px);
    opacity: 0.3;
  }
  100% {
    transform: translateX(130px);
    opacity: 1;
  }
}
.uiverse {
  --duration: 7s;
  --easing: linear;
  --c-color-1: #7058ee;
  --c-color-2: #c94db5;
  --c-color-3: #d8a557;
  --c-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  border: none;
  display: table;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--c-color);
  background: radial-gradient(circle, var(--c-radial-inner), var(--c-radial-outer) 80%);
  box-shadow: 0 0 14px var(--c-shadow);
}

.uiverse .wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  border-radius: 24px;
  min-width: 100px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .uiverse .wrapper {
    min-width: 80px;
    padding: 8px 0px;
  }
}

.uiverse .wrapper span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.uiverse:hover {
  --duration: 1400ms;
}

.uiverse .wrapper .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(var(--blur, 8px));
  background: var(--background, transparent);
  transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
  animation: var(--animation, none) var(--duration) var(--easing) infinite;
}

.uiverse .wrapper .circle.circle-1,
.uiverse .wrapper .circle.circle-9,
.uiverse .wrapper .circle.circle-10 {
  --background: var(--c-color-4);
}

.uiverse .wrapper .circle.circle-3,
.uiverse .wrapper .circle.circle-4 {
  --background: var(--c-color-2);
  --blur: 14px;
}

.uiverse .wrapper .circle.circle-5,
.uiverse .wrapper .circle.circle-6 {
  --background: var(--c-color-3);
  --blur: 10px;
}

.uiverse .wrapper .circle.circle-2,
.uiverse .wrapper .circle.circle-7,
.uiverse .wrapper .circle.circle-8,
.uiverse .wrapper .circle.circle-11,
.uiverse .wrapper .circle.circle-12 {
  --background: var(--c-color-1);
  --blur: 20px;
}

.uiverse .wrapper .circle.circle-1 {
  --x: 0;
  --y: -40px;
  --animation: circle-1;
}

.uiverse .wrapper .circle.circle-2 {
  --x: 92px;
  --y: 8px;
  --animation: circle-2;
}

.uiverse .wrapper .circle.circle-3 {
  --x: -12px;
  --y: -12px;
  --animation: circle-3;
}

.uiverse .wrapper .circle.circle-4 {
  --x: 80px;
  --y: -12px;
  --animation: circle-4;
}

.uiverse .wrapper .circle.circle-5 {
  --x: 12px;
  --y: -4px;
  --animation: circle-5;
}

.uiverse .wrapper .circle.circle-6 {
  --x: 56px;
  --y: 16px;
  --animation: circle-6;
}

.uiverse .wrapper .circle.circle-7 {
  --x: 8px;
  --y: 28px;
  --animation: circle-7;
}

.uiverse .wrapper .circle.circle-8 {
  --x: 28px;
  --y: -4px;
  --animation: circle-8;
}

.uiverse .wrapper .circle.circle-9 {
  --x: 20px;
  --y: -12px;
  --animation: circle-9;
}

.uiverse .wrapper .circle.circle-10 {
  --x: 64px;
  --y: 16px;
  --animation: circle-10;
}

.uiverse .wrapper .circle.circle-11 {
  --x: 4px;
  --y: 4px;
  --animation: circle-11;
}

.uiverse .wrapper .circle.circle-12 {
  --blur: 14px;
  --x: 52px;
  --y: 4px;
  --animation: circle-12;
}

@keyframes circle-1 {
  33% {
    transform: translate(0px, 16px) translateZ(0);
  }
  66% {
    transform: translate(12px, 64px) translateZ(0);
  }
}
@keyframes circle-2 {
  33% {
    transform: translate(80px, -10px) translateZ(0);
  }
  66% {
    transform: translate(72px, -48px) translateZ(0);
  }
}
@keyframes circle-3 {
  33% {
    transform: translate(20px, 12px) translateZ(0);
  }
  66% {
    transform: translate(12px, 4px) translateZ(0);
  }
}
@keyframes circle-4 {
  33% {
    transform: translate(76px, -12px) translateZ(0);
  }
  66% {
    transform: translate(112px, -8px) translateZ(0);
  }
}
@keyframes circle-5 {
  33% {
    transform: translate(84px, 28px) translateZ(0);
  }
  66% {
    transform: translate(40px, -32px) translateZ(0);
  }
}
@keyframes circle-6 {
  33% {
    transform: translate(28px, -16px) translateZ(0);
  }
  66% {
    transform: translate(76px, -56px) translateZ(0);
  }
}
@keyframes circle-7 {
  33% {
    transform: translate(8px, 28px) translateZ(0);
  }
  66% {
    transform: translate(20px, -60px) translateZ(0);
  }
}
@keyframes circle-8 {
  33% {
    transform: translate(32px, -4px) translateZ(0);
  }
  66% {
    transform: translate(56px, -20px) translateZ(0);
  }
}
@keyframes circle-9 {
  33% {
    transform: translate(20px, -12px) translateZ(0);
  }
  66% {
    transform: translate(80px, -8px) translateZ(0);
  }
}
@keyframes circle-10 {
  33% {
    transform: translate(68px, 20px) translateZ(0);
  }
  66% {
    transform: translate(100px, 28px) translateZ(0);
  }
}
@keyframes circle-11 {
  33% {
    transform: translate(4px, 4px) translateZ(0);
  }
  66% {
    transform: translate(68px, 20px) translateZ(0);
  }
}
@keyframes circle-12 {
  33% {
    transform: translate(56px, 0px) translateZ(0);
  }
  66% {
    transform: translate(60px, -32px) translateZ(0);
  }
}
header .navbar .navbar_container .uiverse.cmn-btn {
  padding: 0 !important;
  display: none;
}

header .navbar .navbar_container form .uiverse.cmn-btn .icon {
  left: -33px;
}

header .navbar .navbar_container form .uiverse.cmn-btn:hover .icon {
  left: -65px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #07101c;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 9999;
  color: #fff;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50%;
  mix-blend-mode: lighten;
}
@media (max-width: 991px) {
  .preloader img {
    width: 100%;
  }
}

.txt {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.preloader_inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 7em;
  font-family: monospace;
  font-weight: bolder;
  color: #484747;
}

.show__ {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  position: relative;
  top: 200px;
  gap: 5px;
}

.chat-bot {
  position: fixed;
  right: -5px;
  bottom: 5px;
  cursor: pointer;
  display: inline-flex;
  width: 120px;
  z-index: 99;
  display: none;
}
.chat-bot img {
  width: 100%;
  height: 100%;
}

/* =======scroll====top===== */
#scroll_top {
  display: inline-block;
  background: linear-gradient(254.63deg, rgba(216, 165, 87, 0.25) 22.27%, rgba(201, 77, 181, 0.25) 49.33%, rgba(112, 88, 238, 0.25) 76.38%);
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#scroll_top::after {
  display: none;
}
#scroll_top .black_arrow {
  display: none;
}
#scroll_top:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#scroll_top:hover .black_arrow {
  display: block;
}
#scroll_top:hover .white_arrow {
  display: none;
}
#scroll_top:active {
  background-color: #ffffff;
}
#scroll_top.show__ {
  opacity: 0.8;
  visibility: visible;
}
#scroll_top.show__:hover {
  opacity: 1;
}
#scroll_top svg {
  width: 20px;
}

.form_error_msg {
  position: absolute;
  right: 2px;
  bottom: -18px;
  color: rgba(255, 0, 0, 0.6784313725);
  font-size: 12px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@keyframes slide-right {
  0% {
    transform: translateX(135px);
    opacity: 0.5;
  }
  20% {
    transform: translateX(145px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(155px);
    opacity: 0.1;
  }
  65% {
    transform: translateX(-125px);
    opacity: 0.2;
  }
  85% {
    transform: translateX(110px);
    opacity: 0.3;
  }
  100% {
    transform: translateX(130px);
    opacity: 1;
  }
}
.uiverse {
  --duration: 7s;
  --easing: linear;
  --c-color-1: #7058ee;
  --c-color-2: #c94db5;
  --c-color-3: #d8a557;
  --c-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  border: none;
  display: table;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--c-color);
  background: radial-gradient(circle, var(--c-radial-inner), var(--c-radial-outer) 80%);
  box-shadow: 0 0 14px var(--c-shadow);
}

.uiverse .wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  border-radius: 24px;
  min-width: 100px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .uiverse .wrapper {
    min-width: 80px;
    padding: 8px 0px;
  }
}

.uiverse .wrapper span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.uiverse:hover {
  --duration: 1400ms;
}

.uiverse .wrapper .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(var(--blur, 8px));
  background: var(--background, transparent);
  transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
  animation: var(--animation, none) var(--duration) var(--easing) infinite;
}

.uiverse .wrapper .circle.circle-1,
.uiverse .wrapper .circle.circle-9,
.uiverse .wrapper .circle.circle-10 {
  --background: var(--c-color-4);
}

.uiverse .wrapper .circle.circle-3,
.uiverse .wrapper .circle.circle-4 {
  --background: var(--c-color-2);
  --blur: 14px;
}

.uiverse .wrapper .circle.circle-5,
.uiverse .wrapper .circle.circle-6 {
  --background: var(--c-color-3);
  --blur: 10px;
}

.uiverse .wrapper .circle.circle-2,
.uiverse .wrapper .circle.circle-7,
.uiverse .wrapper .circle.circle-8,
.uiverse .wrapper .circle.circle-11,
.uiverse .wrapper .circle.circle-12 {
  --background: var(--c-color-1);
  --blur: 20px;
}

.uiverse .wrapper .circle.circle-1 {
  --x: 0;
  --y: -40px;
  --animation: circle-1;
}

.uiverse .wrapper .circle.circle-2 {
  --x: 92px;
  --y: 8px;
  --animation: circle-2;
}

.uiverse .wrapper .circle.circle-3 {
  --x: -12px;
  --y: -12px;
  --animation: circle-3;
}

.uiverse .wrapper .circle.circle-4 {
  --x: 80px;
  --y: -12px;
  --animation: circle-4;
}

.uiverse .wrapper .circle.circle-5 {
  --x: 12px;
  --y: -4px;
  --animation: circle-5;
}

.uiverse .wrapper .circle.circle-6 {
  --x: 56px;
  --y: 16px;
  --animation: circle-6;
}

.uiverse .wrapper .circle.circle-7 {
  --x: 8px;
  --y: 28px;
  --animation: circle-7;
}

.uiverse .wrapper .circle.circle-8 {
  --x: 28px;
  --y: -4px;
  --animation: circle-8;
}

.uiverse .wrapper .circle.circle-9 {
  --x: 20px;
  --y: -12px;
  --animation: circle-9;
}

.uiverse .wrapper .circle.circle-10 {
  --x: 64px;
  --y: 16px;
  --animation: circle-10;
}

.uiverse .wrapper .circle.circle-11 {
  --x: 4px;
  --y: 4px;
  --animation: circle-11;
}

.uiverse .wrapper .circle.circle-12 {
  --blur: 14px;
  --x: 52px;
  --y: 4px;
  --animation: circle-12;
}

@keyframes circle-1 {
  33% {
    transform: translate(0px, 16px) translateZ(0);
  }
  66% {
    transform: translate(12px, 64px) translateZ(0);
  }
}
@keyframes circle-2 {
  33% {
    transform: translate(80px, -10px) translateZ(0);
  }
  66% {
    transform: translate(72px, -48px) translateZ(0);
  }
}
@keyframes circle-3 {
  33% {
    transform: translate(20px, 12px) translateZ(0);
  }
  66% {
    transform: translate(12px, 4px) translateZ(0);
  }
}
@keyframes circle-4 {
  33% {
    transform: translate(76px, -12px) translateZ(0);
  }
  66% {
    transform: translate(112px, -8px) translateZ(0);
  }
}
@keyframes circle-5 {
  33% {
    transform: translate(84px, 28px) translateZ(0);
  }
  66% {
    transform: translate(40px, -32px) translateZ(0);
  }
}
@keyframes circle-6 {
  33% {
    transform: translate(28px, -16px) translateZ(0);
  }
  66% {
    transform: translate(76px, -56px) translateZ(0);
  }
}
@keyframes circle-7 {
  33% {
    transform: translate(8px, 28px) translateZ(0);
  }
  66% {
    transform: translate(20px, -60px) translateZ(0);
  }
}
@keyframes circle-8 {
  33% {
    transform: translate(32px, -4px) translateZ(0);
  }
  66% {
    transform: translate(56px, -20px) translateZ(0);
  }
}
@keyframes circle-9 {
  33% {
    transform: translate(20px, -12px) translateZ(0);
  }
  66% {
    transform: translate(80px, -8px) translateZ(0);
  }
}
@keyframes circle-10 {
  33% {
    transform: translate(68px, 20px) translateZ(0);
  }
  66% {
    transform: translate(100px, 28px) translateZ(0);
  }
}
@keyframes circle-11 {
  33% {
    transform: translate(4px, 4px) translateZ(0);
  }
  66% {
    transform: translate(68px, 20px) translateZ(0);
  }
}
@keyframes circle-12 {
  33% {
    transform: translate(56px, 0px) translateZ(0);
  }
  66% {
    transform: translate(60px, -32px) translateZ(0);
  }
}
header .navbar .navbar_container .uiverse.cmn-btn {
  padding: 0 !important;
  display: none;
}

header .navbar .navbar_container form .uiverse.cmn-btn .icon {
  left: -33px;
}

header .navbar .navbar_container form .uiverse.cmn-btn:hover .icon {
  left: -65px;
}

.next_gen_section {
  padding: 75px 0px;
}
@media (max-width: 991px) {
  .next_gen_section {
    padding: 40px 20px;
  }
}
.next_gen_section .content-wrapper {
  display: flex;
  gap: 72px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .next_gen_section .content-wrapper {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.next_gen_section .content-wrapper .image-container_left {
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .next_gen_section .content-wrapper .image-container_left {
    display: flex;
    justify-content: center;
  }
}
.next_gen_section .content-wrapper .image-container_left img {
  width: 100%;
}
@media (max-width: 991px) {
  .next_gen_section .content-wrapper .image-container_left img {
    width: 80%;
  }
}
.next_gen_section .gentext {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .next_gen_section .gentext {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .next_gen_section .gentext {
    font-size: 20px;
  }
}
.next_gen_section .type-wrap {
  font-size: 38px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .next_gen_section .type-wrap {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .next_gen_section .type-wrap {
    font-size: 20px;
  }
}
.next_gen_section #typed,
.next_gen_section .text-gradient > * {
  background: linear-gradient(60.95deg, #7058ee 20.35%, #c94db5 38.87%, #d8a557 57.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0turn;
}
#pv_connectwithus {
  display: inline-flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
#pv_connectwithus .cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: radial-gradient(circle at center, #101a2f 20%, #0a0f1c 100%);
  border: 2px solid rgba(0, 0, 255, 0.3);
  border-radius: 24px;
  padding: 70px;
  box-shadow: 0 0 30px rgba(0, 0, 255, 0.3);
  position: relative;
  transition: all 0.6s ease;
}
@media (min-width: 991px) and (max-width: 1399px) {
  #pv_connectwithus .cta-container {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container {
    display: block;
    padding: 20px;
    margin: 20px;
    height: 675px;
  }
}
@media (max-width: 767px) {
  #pv_connectwithus .cta-container {
    width: 476px;
  }
}
@media (max-width: 567px) {
  #pv_connectwithus .cta-container {
    margin: 0 auto;
    width: 320px;
  }
}
#pv_connectwithus .cta-container .cta-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-icon-box {
    top: 34px;
  }
}
#pv_connectwithus .cta-container .cta-icon-box svg {
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-icon-box svg {
    width: 50%;
  }
}
#pv_connectwithus .cta-container .cta-icon-box img {
  transition: all 0.4s ease;
  position: absolute;
  z-index: -1;
}
#pv_connectwithus .cta-container:hover .cta-icon-box img {
  z-index: 1;
}
#pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(1) {
  right: 10px;
  bottom: 100px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(1) {
    right: 120px;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(1) {
    right: 6px;
    bottom: -55px;
  }
}
#pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(2) {
  top: 100px;
  left: 30px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(2) {
    left: 120px;
    top: 196px;
  }
}
@media (max-width: 767px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(2) {
    top: 160px;
    left: 32px;
  }
}
#pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(3) {
  top: 100px;
  right: 36px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(3) {
    top: 200px;
    right: 150px;
  }
}
@media (max-width: 767px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(3) {
    top: 160px;
    right: 38px;
  }
}
#pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(4) {
  left: 30px;
  bottom: 100px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(4) {
    left: 120px;
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  #pv_connectwithus .cta-container:hover .cta-icon-box img:nth-child(4) {
    left: 32px;
    bottom: -55px;
  }
}
#pv_connectwithus .cta-container:hover:before {
  inset: -16px;
  background: conic-gradient(from var(--border-angle), #1d2648, #212ff7, #1d2648);
}
#pv_connectwithus .cta-container:before {
  content: "";
  position: absolute;
  inset: -3px;
  background: conic-gradient(from var(--border-angle), #7058ee, #c94db5, #7058ee);
  border: 0px solid;
  border-radius: 24px;
  z-index: -1;
  mask: linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  animation: spin-border 3s linear infinite;
  transition: all 0.6s ease;
}
#pv_connectwithus .cta-container .cta-text {
  max-width: 100%;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text {
    text-align: center;
  }
}
#pv_connectwithus .cta-container .cta-text h4 {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ececff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text h4 {
    line-height: 36px;
  }
}
#pv_connectwithus .cta-container .cta-text .ai-power-text {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.18;
  font-style: italic;
  color: #ffffff;
}
@media (min-width: 991px) and (max-width: 1399px) {
  #pv_connectwithus .cta-container .cta-text .ai-power-text {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .ai-power-text {
    font-size: 32px !important;
  }
}
#pv_connectwithus .cta-container .cta-text .ai-power-text span {
  background: linear-gradient(90deg, #c084fc, #fca5a5, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .ai-power-text br {
    display: none;
  }
}
@media (max-width: 1399px) {
  #pv_connectwithus .cta-container .cta-text p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  #pv_connectwithus .cta-container .cta-text p br {
    display: none;
  }
}
#pv_connectwithus .cta-container .cta-text .cmn-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  border-radius: 32px;
  border: 1px solid rgba(62, 171, 144, 0.568627451);
  background: linear-gradient(20deg, #7058ee 16.88%, #c94db5 49.03%, #d8a557 81.17%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  --w: 120px;
  --h: 40px;
  --icon-size: 25px;
  padding: 12px 34px;
  margin-top: 20px;
}
#pv_connectwithus .cta-container .cta-text .cmn-btn:hover {
  box-shadow: 0px -1px 2px 0px #c94db5;
  background: linear-gradient(254.63deg, rgba(216, 165, 87, 0.675) 22.27%, rgba(201, 77, 181, 0.75) 49.33%, rgba(112, 88, 238, 0.675) 76.38%);
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .cmn-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
}
#pv_connectwithus .cta-container .cta-text .cmn-btn .text,
#pv_connectwithus .cta-container .cta-text .cmn-btn .icon {
  z-index: 2;
  margin-left: 0px !important;
}
#pv_connectwithus .cta-container .cta-text .cmn-btn .text {
  transform: translateX(-15%);
  transition: transform 500ms ease;
}
#pv_connectwithus .cta-container .cta-text .cmn-btn .icon {
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  left: 0;
  transform: translateX(calc((var(--w)) / 2 + 36px));
  transition: transform 500ms ease, color 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pv_connectwithus .cta-container .cta-text .cmn-btn img {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .cmn-btn img {
    position: relative;
    left: -14px;
  }
}
#pv_connectwithus .cta-container .cta-text .cmn-btn:hover, #pv_connectwithus .cta-container .cta-text .cmn-btn:active {
  box-shadow: none !important;
}
#pv_connectwithus .cta-container .cta-text .cmn-btn:hover .icon {
  left: -34px;
  opacity: 0.4;
  transform: translateX(calc((var(--w)) / 2 + 70px));
  animation: slide-right 0.6s ease-out both;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .cmn-btn {
    margin: 0 auto;
    font-size: 16px;
    padding: 16px 66px;
  }
}
#pv_connectwithus .cta-container .cta-text .cmn-btn .icon {
  left: 10px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .cmn-btn .icon {
    left: 80px;
  }
}
#pv_connectwithus .cta-container .cta-text .cmn-btn:hover .icon {
  left: -20px;
}
@media (max-width: 991px) {
  #pv_connectwithus .cta-container .cta-text .cmn-btn:hover .icon {
    left: 46px;
  }
}

@keyframes spin-border {
  from {
    --border-angle: 0turn;
  }
  to {
    --border-angle: 1turn;
  }
}
.cta_robot {
  z-index: 99;
  width: 100%;
  height: auto;
  position: absolute;
  top: -50px;
  right: -30px;
  transform: translate(250px);
}
@media (max-width: 1399px) {
  .cta_robot {
    width: 1032px;
    top: 140px;
    right: -170px;
    transform: scale(0.4) translate(364px, -365px);
  }
}
@media (max-width: 1199px) {
  .cta_robot {
    transform: scale(0.4) translate(512px, -365px);
  }
}
@media (max-width: 991px) {
  .cta_robot {
    transform: scale(0.4) translate(215px, 223px);
  }
}
@media (max-width: 767px) {
  .cta_robot {
    transform: scale(0.4) translate(446px, 334px);
  }
}
@media (max-width: 566px) {
  .cta_robot {
    transform: scale(0) translate(948px, 590px);
  }
}
.cta_robot canvas {
  width: 100% !important;
  height: auto !important;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@keyframes slide-right {
  0% {
    transform: translateX(135px);
    opacity: 0.5;
  }
  20% {
    transform: translateX(145px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(155px);
    opacity: 0.1;
  }
  65% {
    transform: translateX(-125px);
    opacity: 0.2;
  }
  85% {
    transform: translateX(110px);
    opacity: 0.3;
  }
  100% {
    transform: translateX(130px);
    opacity: 1;
  }
}
.uiverse {
  --duration: 7s;
  --easing: linear;
  --c-color-1: #7058ee;
  --c-color-2: #c94db5;
  --c-color-3: #d8a557;
  --c-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  border: none;
  display: table;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--c-color);
  background: radial-gradient(circle, var(--c-radial-inner), var(--c-radial-outer) 80%);
  box-shadow: 0 0 14px var(--c-shadow);
}

.uiverse .wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  border-radius: 24px;
  min-width: 100px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .uiverse .wrapper {
    min-width: 80px;
    padding: 8px 0px;
  }
}

.uiverse .wrapper span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.uiverse:hover {
  --duration: 1400ms;
}

.uiverse .wrapper .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(var(--blur, 8px));
  background: var(--background, transparent);
  transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
  animation: var(--animation, none) var(--duration) var(--easing) infinite;
}

.uiverse .wrapper .circle.circle-1,
.uiverse .wrapper .circle.circle-9,
.uiverse .wrapper .circle.circle-10 {
  --background: var(--c-color-4);
}

.uiverse .wrapper .circle.circle-3,
.uiverse .wrapper .circle.circle-4 {
  --background: var(--c-color-2);
  --blur: 14px;
}

.uiverse .wrapper .circle.circle-5,
.uiverse .wrapper .circle.circle-6 {
  --background: var(--c-color-3);
  --blur: 10px;
}

.uiverse .wrapper .circle.circle-2,
.uiverse .wrapper .circle.circle-7,
.uiverse .wrapper .circle.circle-8,
.uiverse .wrapper .circle.circle-11,
.uiverse .wrapper .circle.circle-12 {
  --background: var(--c-color-1);
  --blur: 20px;
}

.uiverse .wrapper .circle.circle-1 {
  --x: 0;
  --y: -40px;
  --animation: circle-1;
}

.uiverse .wrapper .circle.circle-2 {
  --x: 92px;
  --y: 8px;
  --animation: circle-2;
}

.uiverse .wrapper .circle.circle-3 {
  --x: -12px;
  --y: -12px;
  --animation: circle-3;
}

.uiverse .wrapper .circle.circle-4 {
  --x: 80px;
  --y: -12px;
  --animation: circle-4;
}

.uiverse .wrapper .circle.circle-5 {
  --x: 12px;
  --y: -4px;
  --animation: circle-5;
}

.uiverse .wrapper .circle.circle-6 {
  --x: 56px;
  --y: 16px;
  --animation: circle-6;
}

.uiverse .wrapper .circle.circle-7 {
  --x: 8px;
  --y: 28px;
  --animation: circle-7;
}

.uiverse .wrapper .circle.circle-8 {
  --x: 28px;
  --y: -4px;
  --animation: circle-8;
}

.uiverse .wrapper .circle.circle-9 {
  --x: 20px;
  --y: -12px;
  --animation: circle-9;
}

.uiverse .wrapper .circle.circle-10 {
  --x: 64px;
  --y: 16px;
  --animation: circle-10;
}

.uiverse .wrapper .circle.circle-11 {
  --x: 4px;
  --y: 4px;
  --animation: circle-11;
}

.uiverse .wrapper .circle.circle-12 {
  --blur: 14px;
  --x: 52px;
  --y: 4px;
  --animation: circle-12;
}

@keyframes circle-1 {
  33% {
    transform: translate(0px, 16px) translateZ(0);
  }
  66% {
    transform: translate(12px, 64px) translateZ(0);
  }
}
@keyframes circle-2 {
  33% {
    transform: translate(80px, -10px) translateZ(0);
  }
  66% {
    transform: translate(72px, -48px) translateZ(0);
  }
}
@keyframes circle-3 {
  33% {
    transform: translate(20px, 12px) translateZ(0);
  }
  66% {
    transform: translate(12px, 4px) translateZ(0);
  }
}
@keyframes circle-4 {
  33% {
    transform: translate(76px, -12px) translateZ(0);
  }
  66% {
    transform: translate(112px, -8px) translateZ(0);
  }
}
@keyframes circle-5 {
  33% {
    transform: translate(84px, 28px) translateZ(0);
  }
  66% {
    transform: translate(40px, -32px) translateZ(0);
  }
}
@keyframes circle-6 {
  33% {
    transform: translate(28px, -16px) translateZ(0);
  }
  66% {
    transform: translate(76px, -56px) translateZ(0);
  }
}
@keyframes circle-7 {
  33% {
    transform: translate(8px, 28px) translateZ(0);
  }
  66% {
    transform: translate(20px, -60px) translateZ(0);
  }
}
@keyframes circle-8 {
  33% {
    transform: translate(32px, -4px) translateZ(0);
  }
  66% {
    transform: translate(56px, -20px) translateZ(0);
  }
}
@keyframes circle-9 {
  33% {
    transform: translate(20px, -12px) translateZ(0);
  }
  66% {
    transform: translate(80px, -8px) translateZ(0);
  }
}
@keyframes circle-10 {
  33% {
    transform: translate(68px, 20px) translateZ(0);
  }
  66% {
    transform: translate(100px, 28px) translateZ(0);
  }
}
@keyframes circle-11 {
  33% {
    transform: translate(4px, 4px) translateZ(0);
  }
  66% {
    transform: translate(68px, 20px) translateZ(0);
  }
}
@keyframes circle-12 {
  33% {
    transform: translate(56px, 0px) translateZ(0);
  }
  66% {
    transform: translate(60px, -32px) translateZ(0);
  }
}
header .navbar .navbar_container .uiverse.cmn-btn {
  padding: 0 !important;
  display: none;
}

header .navbar .navbar_container form .uiverse.cmn-btn .icon {
  left: -33px;
}

header .navbar .navbar_container form .uiverse.cmn-btn:hover .icon {
  left: -65px;
}

.footer_section {
  padding: 30px 0px 0;
  background-size: 100%;
  margin-top: 72px;
  position: relative;
}
@media (max-width: 991px) {
  .footer_section .container {
    padding: 0 20px;
  }
}
.footer_section .container .footer_top_section {
  display: flex;
  position: relative;
  padding: 10px 0 40px 0;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .footer_section .container .footer_top_section {
    flex-direction: column;
    padding: 10px 10px 40px 10px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .footer_section .container .footer_top_section {
    flex-direction: column;
    padding: 10px 10px 40px 10px;
    align-items: start;
  }
}
.footer_section .container .footer_top_section::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 24px;
  padding: 0.7px;
  opacity: 0.4;
  background: linear-gradient(90.61deg, rgba(112, 88, 238, 0.6) -1.57%, rgba(112, 88, 238, 0.6) 32.2%, rgba(201, 77, 181, 0.6) 54.71%, rgba(216, 165, 87, 0.45) 71.6%, rgba(216, 165, 87, 0.45) 111%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.footer_section .container .footer_top_section .footer_top_text p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2%;
  line-height: 140%;
  color: rgb(255, 255, 255);
  margin: 0;
}
.footer_section .container .footer_top_section .footer_top_text p span {
  background: linear-gradient(60.87deg, #7058ee 20.76%, #c94db5 49.98%, #d8a557 79.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .footer_section .container .footer_top_section .top_subscribe {
    width: 100%;
  }
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form {
  display: flex;
  gap: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .footer_section .container .footer_top_section .top_subscribe .subscribe-form {
    justify-content: center;
  }
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper {
  position: relative;
  padding: 10px;
  background: transparent;
  width: 360px;
  margin-top: 10px;
  border-radius: 24px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper {
    padding: 5px;
    border-radius: 14px;
    width: 310px;
    font-size: 14px;
  }
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5px;
  border-radius: 24px;
  background: linear-gradient(16.11deg, #7058ee 26.61%, #c94db5 60.27%, #d8a557 90.12%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper::before {
    border-radius: 14px;
  }
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper .subscribe_email {
  background: transparent;
  border: none;
  padding: 0 10px;
  color: white;
  width: 100%;
}
@media (max-width: 767px) {
  .footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper .subscribe_email {
    height: 32px;
  }
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form .subscribe_email_wrapper .subscribe_email:focus-visible {
  outline: none;
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form button {
  position: relative;
  font-size: 14px;
  background: linear-gradient(60.95deg, #7058ee 16.88%, #c94db5 49.03%, #d8a557 81.17%);
  border-radius: 24px;
  padding: 10px 28px;
  border: none;
  color: rgb(255, 255, 255);
  line-height: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer_section .container .footer_top_section .top_subscribe .subscribe-form button {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 12px;
  }
}
.footer_section .container .footer_top_section .top_subscribe .subscribe-form .form_error_msg {
  bottom: -22px;
  left: 22px;
  text-align: left;
}
.footer_section .container .pv_footer_container {
  display: flex;
  gap: 50px;
  padding: 30px 0px;
  justify-content: space-between;
  position: relative;
}
.footer_section .container .pv_footer_container::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 1px;
  background: rgba(239, 240, 252, 0.25);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container {
    display: block;
    padding: 30px 10px;
  }
}
.footer_section .container .pv_footer_container .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 330px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container .footer-brand {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .footer-brand {
    padding-bottom: 30px;
    width: 100%;
  }
}
.footer_section .container .pv_footer_container .footer-brand .footer_logo img {
  width: 130px;
}
.footer_section .container .pv_footer_container .footer-brand p {
  color: #949894;
  font-size: 16px;
  font-weight: 400;
  width: 315px;
  margin: 0;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container .footer-brand p {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .footer-brand p {
    margin-bottom: 0;
    width: 100%;
  }
}
.footer_section .container .pv_footer_container .social-links {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .social-links {
    gap: 1rem;
  }
}
.footer_section .container .pv_footer_container .social-links .icon {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 36px;
  height: 36px;
  text-decoration: none;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(40.65deg, rgba(112, 88, 238, 0.16) -6.43%, rgba(201, 77, 181, 0.16) 37.74%, rgba(216, 165, 87, 0.16) 76.91%);
  border: solid 1px transparent;
}
.footer_section .container .pv_footer_container .social-links .icon::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 24px;
  padding: 2.5px;
  background: linear-gradient(40.65deg, rgba(112, 88, 238, 0.24) -6.43%, rgba(201, 77, 181, 0.24) 37.74%, rgba(216, 165, 87, 0.24) 76.91%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.footer_section .container .pv_footer_container .social-links .icon img {
  transition: all 0.5s ease-in-out;
  width: 18px;
  height: 18px;
}
.footer_section .container .pv_footer_container .social-links .icon .icons {
  opacity: 1;
}
.footer_section .container .pv_footer_container .social-links .icon .icons_hover {
  opacity: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
}
.footer_section .container .pv_footer_container .social-links .icon:hover {
  background: linear-gradient(45deg, #ffc107, #f606e8);
}
.footer_section .container .pv_footer_container .social-links .icon:hover .icons {
  opacity: 0;
}
.footer_section .container .pv_footer_container .social-links .icon:hover .icons_hover {
  opacity: 1;
}
.footer_section .container .pv_footer_container .footer_list_link {
  display: grid;
  grid-template-columns: repeat(3, 180px);
  gap: 30px;
  width: 610px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container .footer_list_link {
    gap: 75px;
    width: 70%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .footer_list_link {
    display: block;
    width: auto;
  }
}
.footer_section .container .pv_footer_container .footer_list_link .links-group h4 {
  color: #c7dad9;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(to right, #7058EE, #C94DB5, #D8A557);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 30px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .footer_list_link .links-group h4 {
    margin: 25px 0px 0px 0px;
  }
}
.footer_section .container .pv_footer_container .footer_list_link .links-group ul {
  list-style: none;
  margin-top: 14px;
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .footer_list_link .links-group ul {
    margin-top: 8px;
  }
}
.footer_section .container .pv_footer_container .footer_list_link .links-group ul li {
  padding: 3px 0px;
}
.footer_section .container .pv_footer_container .footer_list_link .links-group ul li a {
  color: rgba(239, 240, 252, 0.6);
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  transition: all 0.5s ease;
}
.footer_section .container .pv_footer_container .footer_list_link .links-group ul li a:hover {
  color: white;
  letter-spacing: 0.4px;
}
.footer_section .container .pv_footer_container .subscribe {
  width: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container .subscribe {
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .subscribe {
    margin: 30px 0px;
    width: 100%;
  }
}
.footer_section .container .pv_footer_container .subscribe p {
  font-size: 18px;
  color: #c7dad9;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container .subscribe p {
    text-align: center;
  }
}
.footer_section .container .pv_footer_container .subscribe .subscribe-form {
  position: relative;
  margin: 20px 0px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .container .pv_footer_container .subscribe .subscribe-form {
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .footer_section .container .pv_footer_container .subscribe .subscribe-form {
    margin: 0;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .footer_section .container .pv_footer_container .subscribe .subscribe-form {
    width: 100%;
  }
}
.footer_section .container .footer-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  color: rgba(239, 240, 252, 0.25);
  font-size: 14px;
  padding-top: 10px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer_section .container .footer-bottom {
    flex-direction: column;
  }
}
.footer_section .container .footer-bottom p {
  color: rgba(239, 240, 252, 0.25);
  padding: 10px 0px 50px 0px;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 767px) {
  .footer_section .container .footer-bottom p {
    padding: 10px;
    font-size: 12px;
  }
}

#pv_product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  #pv_product {
    padding: 0px 20px;
  }
}
#pv_product .dashboard_btm_strip {
  margin: 2px auto 0;
}
@media (max-width: 1399px) {
  #pv_product .dashboard_btm_strip {
    margin-top: 8px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #pv_product .dashboard_btm_strip {
    margin: 0;
    width: 80%;
  }
}
#pv_product .pv_banner_content {
  text-align: center;
  padding: 168px 0 0px;
}
@media (max-width: 1199px) {
  #pv_product .pv_banner_content {
    padding: 120px 0 0px;
  }
}
#pv_product .pv_banner_content .spring_icon {
  position: absolute;
  left: 25%;
}
@media (max-width: 1399px) {
  #pv_product .pv_banner_content .spring_icon {
    left: 22%;
  }
}
@media (max-width: 1199px) {
  #pv_product .pv_banner_content .spring_icon {
    left: 16%;
  }
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content .spring_icon {
    display: none;
  }
}
#pv_product .pv_banner_content h2 {
  font-size: 40px;
  font-weight: 300;
  color: #ececff;
  width: 62%;
  margin: 30px auto;
  font-variant-ligatures: none;
}
@media (max-width: 1299px) {
  #pv_product .pv_banner_content h2 {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content h2 {
    font-size: 24px;
    width: 100%;
  }
}
#pv_product .pv_banner_content h2 span {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #pv_product .pv_banner_content h2 br {
    display: none;
  }
}
#pv_product .pv_banner_content p {
  font-size: 24px;
  font-weight: 400;
  color: #ececff;
  margin-bottom: 10px;
}
@media (max-width: 1299px) {
  #pv_product .pv_banner_content p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content p br {
    display: none;
  }
}
#pv_product .pv_banner_content .banner_button {
  padding: 50px 0px;
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content .banner_button {
    gap: 10px;
    padding: 0px 0px 30px;
  }
}
#pv_product .pv_banner_content .cmn-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  border-radius: 32px;
  border: 1px solid rgba(62, 171, 144, 0.568627451);
  background: linear-gradient(20deg, #7058ee 16.88%, #c94db5 49.03%, #d8a557 81.17%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  --w: 120px;
  --h: 40px;
  --icon-size: 25px;
  padding: 12px 34px;
}
#pv_product .pv_banner_content .cmn-btn:hover {
  box-shadow: 0px -1px 2px 0px #c94db5;
  background: linear-gradient(254.63deg, rgba(216, 165, 87, 0.675) 22.27%, rgba(201, 77, 181, 0.75) 49.33%, rgba(112, 88, 238, 0.675) 76.38%);
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content .cmn-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
}
#pv_product .pv_banner_content .cmn-btn .text,
#pv_product .pv_banner_content .cmn-btn .icon {
  z-index: 2;
  margin-left: 0px !important;
}
#pv_product .pv_banner_content .cmn-btn .text {
  transform: translateX(-15%);
  transition: transform 500ms ease;
}
#pv_product .pv_banner_content .cmn-btn .icon {
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  left: 0;
  transform: translateX(calc((var(--w)) / 2 + 36px));
  transition: transform 500ms ease, color 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pv_product .pv_banner_content .cmn-btn img {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content .cmn-btn img {
    position: relative;
    left: -14px;
  }
}
#pv_product .pv_banner_content .cmn-btn:hover, #pv_product .pv_banner_content .cmn-btn:active {
  box-shadow: none !important;
}
#pv_product .pv_banner_content .cmn-btn:hover .icon {
  left: -34px;
  opacity: 0.4;
  transform: translateX(calc((var(--w)) / 2 + 70px));
  animation: slide-right 0.6s ease-out both;
}
#pv_product .pv_banner_content .cmn-btn:last-child {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(90deg, rgba(112, 88, 238, 0.1) 0%, rgba(201, 77, 181, 0.1) 50%, rgba(216, 165, 87, 0.1) 100%);
  border: 1px solid rgba(112, 88, 238, 0.1);
  margin-left: 15px;
}
@media (max-width: 991px) {
  #pv_product .pv_banner_content .cmn-btn:last-child {
    margin-left: 0px;
  }
}
#pv_product .pv_product_dashboard {
  position: relative;
  margin: 0 auto;
  width: 1120px;
  height: 440px;
  border-radius: 0.875em;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  #pv_product .pv_product_dashboard {
    width: 900px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  #pv_product .pv_product_dashboard {
    width: 650px;
    height: 262px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #pv_product .pv_product_dashboard {
    width: 450px;
    height: 185px;
  }
}
@media (max-width: 500px) {
  #pv_product .pv_product_dashboard {
    width: 315px;
    height: 128px;
  }
}
#pv_product .pv_product_dashboard img {
  position: absolute;
  inset: 0.125em;
  border-radius: 0.875em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1199px) {
  #pv_product .pv_product_dashboard img {
    width: 100%;
  }
}
#pv_product .pv_product_dashboard .backdrop {
  position: absolute;
  inset: -100%;
  background: radial-gradient(circle at 50% 50%, rgba(7, 15, 28, 0.47) 0, rgba(7, 15, 28, 0.4) 20%, rgba(7, 15, 28, 0.7490196078) 50%);
  background-size: 3px 3px;
  z-index: -2;
}
@media (max-width: 991px) {
  #pv_product .pv_product_dashboard .backdrop {
    inset: 0;
  }
}
#pv_product .pv_product_dashboard .card-border {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3333333333);
  border-radius: inherit;
}
#pv_product .pv_product_dashboard .spin {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
#pv_product .pv_product_dashboard .spin-blur {
  filter: blur(3em) url(#unopaq);
}
#pv_product .pv_product_dashboard .spin-intense {
  inset: -0.125em;
  filter: blur(0.5em) url(#unopaq2);
  border-radius: 0.75em;
}
#pv_product .pv_product_dashboard .spin-inside {
  inset: -2px;
  border-radius: inherit;
  filter: blur(2px) url(#unopaq3);
  z-index: 0;
}
#pv_product .pv_product_dashboard .spin::before {
  content: "";
  position: absolute;
  inset: -80%;
  animation: speen 8s cubic-bezier(0.56, 0.15, 0.28, 0.86) infinite;
}
#pv_product .pv_product_dashboard .spin-blur::before {
  background: linear-gradient(-45deg, #f50, rgba(0, 0, 0, 0) 46% 54%, #05f);
}
#pv_product .pv_product_dashboard .spin-intense::before {
  background: linear-gradient(-45deg, #f95, rgba(0, 0, 0, 0) 35% 65%, #59f);
}
#pv_product .pv_product_dashboard .spin-inside::before {
  background: linear-gradient(-45deg, #fc9, rgba(0, 0, 0, 0) 35% 65%, #9cf);
}
@keyframes speen {
  0% {
    rotate: 10deg;
  }
  50% {
    rotate: 190deg;
  }
  to {
    rotate: 370deg;
  }
}

.key__figures__wrapper .section_top_img {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
  /* Animate each group with increasing delay */
}
@media (max-width: 767px) {
  .key__figures__wrapper .section_top_img {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .key__figures__wrapper .section_top_img svg {
    width: 70%;
  }
}
@keyframes showHide {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
}
.key__figures__wrapper .section_top_img #group1 {
  opacity: 0;
  animation: showHide 5s infinite;
  animation-delay: 0s;
}
.key__figures__wrapper .section_top_img #group2 {
  opacity: 0;
  animation: showHide 5s infinite;
  animation-delay: 1s;
}
.key__figures__wrapper .section_top_img #group3 {
  opacity: 0;
  animation: showHide 5s infinite;
  animation-delay: 2s;
}
.key__figures__wrapper .section_top_img #group4 {
  opacity: 0;
  animation: showHide 5s infinite;
  animation-delay: 3s;
}
.key__figures__wrapper .section_top_img #group5 {
  opacity: 0;
  animation: showHide 5s infinite;
  animation-delay: 4s;
}
.key__figures__wrapper .section_title {
  text-align: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .key__figures__wrapper .section_title {
    padding-bottom: 10px;
  }
}
.key__figures__wrapper .section_title .title {
  height: 38px;
  display: inline-block;
  border-radius: 48px;
  border-width: 1px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0.5px 0px #ffffff;
  margin-bottom: 12px;
  background: linear-gradient(60.95deg, rgba(112, 88, 238, 0.75) 16.88%, rgba(201, 77, 181, 0.75) 49.03%, rgba(216, 165, 87, 0.75) 81.17%) border-box;
  color: #fff;
}
@media (max-width: 767px) {
  .key__figures__wrapper .section_title .title {
    height: 42px;
  }
}
.key__figures__wrapper .section_title .title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(25, 25, 25, 0.9);
  padding: 8px 0px;
  border-radius: 48px;
  margin: 0;
}
@media (max-width: 767px) {
  .key__figures__wrapper .section_title .title p {
    font-size: 12px;
    padding: 14px 0px;
  }
}
.key__figures__wrapper .section_title .sub_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #ececff;
  margin: 0;
}
@media (max-width: 1299px) {
  .key__figures__wrapper .section_title .sub_title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .key__figures__wrapper .section_title .sub_title {
    font-size: 22px;
    padding: 10px;
  }
}
.key__figures__wrapper .counter_flex_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media (max-width: 767px) {
  .key__figures__wrapper .counter_flex_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.key__figures__wrapper .counter_flex_wrap .counter_item {
  text-align: center;
  padding: 40px 32px;
  position: relative;
  border: none;
}
@media (max-width: 1299px) {
  .key__figures__wrapper .counter_flex_wrap .counter_item {
    padding: 20px 22px;
  }
}
.key__figures__wrapper .counter_flex_wrap .counter_item h3 {
  color: #e0d0d0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
@media (max-width: 1399px) {
  .key__figures__wrapper .counter_flex_wrap .counter_item h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .key__figures__wrapper .counter_flex_wrap .counter_item h3 {
    font-size: 20px;
  }
}
.key__figures__wrapper .counter_flex_wrap .counter_item p {
  color: #e0d0d0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  max-width: 222px;
  margin: 0 auto;
  height: 72px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .key__figures__wrapper .counter_flex_wrap .counter_item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .key__figures__wrapper .counter_flex_wrap .counter_item p {
    font-size: 14px;
    height: auto;
  }
}
.key__figures__wrapper .counter_flex_wrap .counter_item .markers {
  width: 0;
  height: 2px;
  background: linear-gradient(93.1deg, rgba(255, 193, 7, 0.3333333333) 0%, #FFC107 -0.49%, #9C27B0 60.07%, rgba(255, 181, 59, 0.8588235294) 90.79%, rgba(255, 193, 7, 0.3333333333) 0%);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.35s ease-in;
  border-radius: 100%;
}
.key__figures__wrapper .counter_flex_wrap .counter_item:hover {
  background: linear-gradient(360deg, #D8A557 0%, rgba(226, 157, 82, 0.6) 15%, rgba(201, 77, 181, 0.2509803922) 45%, rgba(175, 67, 157, 0.15) 65%, rgba(112, 88, 238, 0.1019607843) 80%, rgba(0, 0, 0, 0) 100%);
}
.key__figures__wrapper .counter_flex_wrap .counter_item:hover .markers {
  width: 75%;
  transition: all 0.35s ease-in;
}
@media (max-width: 767px) {
  .key__figures__wrapper .counter_flex_wrap .counter_item {
    border: none !important;
  }
}
.key__figures__wrapper .first_count_text::after {
  content: " M+";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .x_count_text::after {
  content: " X";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .second_count_text::after {
  content: " TPS";
  display: inline-block;
  padding-left: 3px;
}
.key__figures__wrapper .eyc_sec::after {
  content: " Seconds";
  display: inline-block;
  padding-left: 3px;
  font-size: 24px;
  font-weight: 400;
}
.key__figures__wrapper .k_plus_count::after {
  content: "K+";
  display: inline-block;
  padding-left: 3px;
}
.key__figures__wrapper .cr_pluse_count::after {
  content: "Cr+";
  display: inline-block;
  padding-left: 3px;
}
.key__figures__wrapper .percentage_counter::after {
  content: "%";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .counter_plus::after {
  content: "+";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .float_percentage::after {
  content: ".9%";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .float_percentage_five_::after {
  content: ".5 minutes";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .float_percentage_seven::after {
  content: ".7%";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .float_percentage_five::after {
  content: ".5M+";
  display: inline-block;
  padding-left: 2px;
}
.key__figures__wrapper .previous_text_counter::before {
  content: "Up to";
  display: inline-block;
  padding-right: 5px;
  font-weight: 400;
  font-size: 24px;
}
.key__figures__wrapper .third_count_text::after {
  content: "%";
  display: inline-block;
  padding-left: 3px;
}
.key__figures__wrapper .third_count_text::before {
  content: ">";
  display: inline-block;
  padding-left: 3px;
}
.key__figures__wrapper .bottom_item,
.key__figures__wrapper .top_item {
  position: relative;
}
.key__figures__wrapper .bottom_item::before,
.key__figures__wrapper .top_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-image-source: linear-gradient(180deg, rgba(217, 217, 217, 0.25) 0%, rgba(39, 38, 38, 0.25) 100%);
  bottom: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
  pointer-events: none;
  z-index: 1;
}
.key__figures__wrapper .top_item::before {
  border-image-source: linear-gradient(360deg, rgba(217, 217, 217, 0.25) 0%, rgba(39, 38, 38, 0.25) 100%);
}
@media (max-width: 767px) {
  .key__figures__wrapper .bottom_item::before {
    border-image-source: linear-gradient(360deg, rgba(217, 217, 217, 0.25) 0%, rgba(39, 38, 38, 0.25) 100%);
  }
}

@media (max-width: 767px) {
  #product_detail {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
#product_detail .section_title {
  text-align: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  #product_detail .section_title {
    padding-bottom: 10px;
  }
}
#product_detail .section_title .title {
  height: 38px;
  display: inline-block;
  border-radius: 48px;
  border-width: 1px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0.5px 0px #ffffff;
  margin-bottom: 12px;
  background: linear-gradient(60.95deg, rgba(112, 88, 238, 0.75) 16.88%, rgba(201, 77, 181, 0.75) 49.03%, rgba(216, 165, 87, 0.75) 81.17%) border-box;
  color: #fff;
}
@media (max-width: 767px) {
  #product_detail .section_title .title {
    height: 42px;
  }
}
#product_detail .section_title .title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(25, 25, 25, 0.9);
  padding: 8px 0px;
  border-radius: 48px;
  margin: 0;
}
@media (max-width: 767px) {
  #product_detail .section_title .title p {
    font-size: 12px;
    padding: 14px 0px;
  }
}
#product_detail .section_title .sub_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #ececff;
  margin: 0;
}
@media (max-width: 1299px) {
  #product_detail .section_title .sub_title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  #product_detail .section_title .sub_title {
    font-size: 22px;
    padding: 10px;
  }
}
#product_detail .product_detail_sec {
  padding: 100px 0px 0;
}
@media (max-width: 1299px) {
  #product_detail .product_detail_sec {
    padding: 50px 30px 0px 30px;
  }
}
@media (max-width: 767px) {
  #product_detail .product_detail_sec {
    padding: 0px 20px;
  }
}
#product_detail .product_detail_sec .section_top_img {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  #product_detail .product_detail_sec .section_top_img {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  #product_detail .product_detail_sec .section_top_img img {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #product_detail .product_detail_sec .title {
    width: 100% !important;
  }
}
#product_detail .product_detail_sec .product_detail_icon {
  width: 72px;
  height: 72px;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #000000 0%,
    #000000 50%
  );
  border: solid 0.01px transparent;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    rgba(2, 237, 104, 0) 7.95474deg,
    #7058ee 63.822552deg,
    #c94db5 95deg,
    #d8a557 21.393755deg,
    rgba(10, 10, 10, 0) 182.574207deg,
    rgba(10, 10, 10, 0) 204.015297deg,
    #d8a557 246.393755deg,
    #c94db5 276deg,
    rgba(0, 157, 255, 0) 354.246679deg
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear infinite;
  border-radius: 10px;
  transition: transform 0.2s;
  transition: all 0.9s ease;
}
#product_detail .product_detail_sec .product_detail_icon .border_image_pro {
  background: #0d0d0d;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#product_detail .product_detail_sec h3 {
  font-size: 38px;
  color: #ececff;
  margin: 24px 0px;
}
@media (max-width: 1299px) {
  #product_detail .product_detail_sec h3 {
    font-size: 34px;
    line-height: 34px;
    margin: 16px 0px;
  }
}
@media (max-width: 991px) {
  #product_detail .product_detail_sec h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  #product_detail .product_detail_sec h3 br {
    display: none;
  }
}
#product_detail .product_detail_sec p {
  font-size: 18px;
  color: rgba(236, 236, 255, 0.8);
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  #product_detail .product_detail_sec p br {
    display: none;
  }
}
@media (max-width: 1299px) {
  #product_detail .product_detail_sec p {
    font-size: 16px;
  }
}
#product_detail .product_detail_sec .cmn-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  border-radius: 32px;
  border: 1px solid rgba(62, 171, 144, 0.568627451);
  background: linear-gradient(20deg, #7058ee 16.88%, #c94db5 49.03%, #d8a557 81.17%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  --w: 120px;
  --h: 40px;
  --icon-size: 25px;
  padding: 12px 34px;
}
#product_detail .product_detail_sec .cmn-btn:hover {
  box-shadow: 0px -1px 2px 0px #c94db5;
  background: linear-gradient(254.63deg, rgba(216, 165, 87, 0.675) 22.27%, rgba(201, 77, 181, 0.75) 49.33%, rgba(112, 88, 238, 0.675) 76.38%);
}
@media (max-width: 991px) {
  #product_detail .product_detail_sec .cmn-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
}
#product_detail .product_detail_sec .cmn-btn .text,
#product_detail .product_detail_sec .cmn-btn .icon {
  z-index: 2;
  margin-left: 0px !important;
}
#product_detail .product_detail_sec .cmn-btn .text {
  transform: translateX(-15%);
  transition: transform 500ms ease;
}
#product_detail .product_detail_sec .cmn-btn .icon {
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  left: 0;
  transform: translateX(calc((var(--w)) / 2 + 36px));
  transition: transform 500ms ease, color 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product_detail .product_detail_sec .cmn-btn img {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  #product_detail .product_detail_sec .cmn-btn img {
    position: relative;
    left: -14px;
  }
}
#product_detail .product_detail_sec .cmn-btn:hover, #product_detail .product_detail_sec .cmn-btn:active {
  box-shadow: none !important;
}
#product_detail .product_detail_sec .cmn-btn:hover .icon {
  left: -34px;
  opacity: 0.4;
  transform: translateX(calc((var(--w)) / 2 + 70px));
  animation: slide-right 0.6s ease-out both;
}
#product_detail .product_detail_sec .pro_detail_image_right {
  padding-left: 43px;
}
#product_detail .product_detail_sec .pro_detail_image_right.finacctz_detail_img_rt {
  width: 70%;
  margin: auto;
}
#product_detail .product_detail_sec .pro_detail_image_right.finacctz_detail_img_lt {
  width: 70%;
}
@media (max-width: 991px) {
  #product_detail .product_detail_sec .pro_detail_image_right {
    padding: 30px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1299px) {
  #product_detail .product_detail_sec .pro_detail_image_right img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #product_detail .product_detail_sec .pro_detail_image_right img {
    width: 60%;
  }
}
#product_detail .product_detail_sec .cards1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#product_detail .product_detail_sec .card1 {
  position: sticky;
  margin-bottom: 50px;
  transform-origin: center top;
}
@media (max-width: 767px) {
  #product_detail .product_detail_sec .card1 img {
    width: 100%;
  }
}
#product_detail .product_detail_sec .pro_dtl_rt_conts {
  align-items: start !important;
}
@media (max-width: 767px) {
  #product_detail .product_detail_sec .pro_dtl_rt_conts {
    padding-top: 20px;
  }
}

#product_feature_sec {
  padding: 0 0px 100px;
}
@media (max-width: 767px) {
  #product_feature_sec {
    padding: 0px 20px 50px 20px;
  }
}
#product_feature_sec .section_title {
  text-align: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  #product_feature_sec .section_title {
    padding-bottom: 10px;
  }
}
#product_feature_sec .section_title .title {
  height: 38px;
  display: inline-block;
  border-radius: 48px;
  border-width: 1px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0.5px 0px #ffffff;
  margin-bottom: 12px;
  background: linear-gradient(60.95deg, rgba(112, 88, 238, 0.75) 16.88%, rgba(201, 77, 181, 0.75) 49.03%, rgba(216, 165, 87, 0.75) 81.17%) border-box;
  color: #fff;
}
@media (max-width: 767px) {
  #product_feature_sec .section_title .title {
    height: 42px;
  }
}
#product_feature_sec .section_title .title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(25, 25, 25, 0.9);
  padding: 8px 0px;
  border-radius: 48px;
  margin: 0;
}
@media (max-width: 767px) {
  #product_feature_sec .section_title .title p {
    font-size: 12px;
    padding: 14px 0px;
  }
}
#product_feature_sec .section_title .sub_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #ececff;
  margin: 0;
}
@media (max-width: 1299px) {
  #product_feature_sec .section_title .sub_title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .section_title .sub_title {
    font-size: 22px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #product_feature_sec .title {
    width: 100% !important;
  }
}
#product_feature_sec .border_gradient {
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #000000 0%,
    #000000 50%
  );
  border: solid 0.01px transparent;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    rgba(2, 237, 104, 0) 7.95474deg,
    #7058ee 63.822552deg,
    #c94db5 95deg,
    #d8a557 21.393755deg,
    rgba(10, 10, 10, 0) 182.574207deg,
    rgba(10, 10, 10, 0) 204.015297deg,
    #d8a557 246.393755deg,
    #c94db5 276deg,
    rgba(0, 157, 255, 0) 354.246679deg
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear infinite;
  border-radius: 24px;
  transition: transform 0.2s;
  transition: all 0.9s ease;
}
#product_feature_sec .border_gradient:hover .feature_income_img img {
  transform: scale(1.02);
  transition: all 0.9s ease;
}
#product_feature_sec .second_feature_row {
  padding: 35px 0px;
}
#product_feature_sec .second_feature_row .col-6 {
  display: flex;
  justify-content: center;
}
#product_feature_sec .second_feature_row .col-6 .border_gradient_pro_feature {
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #000000 0%,
    #000000 50%
  );
  border: solid 0.01px transparent;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    rgba(2, 237, 104, 0) 7.95474deg,
    #7058ee 63.822552deg,
    #c94db5 95deg,
    #d8a557 21.393755deg,
    rgba(10, 10, 10, 0) 182.574207deg,
    rgba(10, 10, 10, 0) 204.015297deg,
    #d8a557 246.393755deg,
    #c94db5 276deg,
    rgba(0, 157, 255, 0) 354.246679deg
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear infinite;
  border-radius: 24px;
  width: 182px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #product_feature_sec .second_feature_row .col-6 .border_gradient_pro_feature {
    width: 167px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_feature_sec .second_feature_row .col-6 .border_gradient_pro_feature {
    width: 137px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_feature_sec .second_feature_row .col-6 .border_gradient_pro_feature {
    width: 157px;
  }
}
@media (max-width: 470px) {
  #product_feature_sec .second_feature_row .col-6 .border_gradient_pro_feature {
    width: 142px;
  }
}
#product_feature_sec .second_feature_row .grad_border_2 {
  float: right;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #000000 0%,
    #000000 50%
  );
  border: solid 0.01px transparent;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    rgba(2, 237, 104, 0) 7.95474deg,
    #7058ee 63.822552deg,
    #c94db5 95deg,
    #d8a557 21.393755deg,
    rgba(10, 10, 10, 0) 182.574207deg,
    rgba(10, 10, 10, 0) 204.015297deg,
    #d8a557 246.393755deg,
    #c94db5 276deg,
    rgba(0, 157, 255, 0) 354.246679deg
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear infinite;
  border-radius: 24px;
  width: 384px;
  height: 384px;
}
@media (max-width: 1399px) {
  #product_feature_sec .second_feature_row .grad_border_2 {
    width: 100%;
    height: 94%;
    border-radius: 14px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .grad_border_2 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #product_feature_sec .second_feature_row .sec_row_pad {
    padding-bottom: 20px;
  }
}
#product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img {
  height: 385px;
  width: 385px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #000000 0%,
    #000000 50%
  );
  border: solid 0.01px transparent;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    rgba(2, 237, 104, 0) 7.95474deg,
    #7058ee 63.822552deg,
    #c94db5 95deg,
    #d8a557 21.393755deg,
    rgba(10, 10, 10, 0) 182.574207deg,
    rgba(10, 10, 10, 0) 204.015297deg,
    #d8a557 246.393755deg,
    #c94db5 276deg,
    rgba(0, 157, 255, 0) 354.246679deg
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear infinite;
  border-radius: 24px;
}
@media (max-width: 1399px) {
  #product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 1199px) {
  #product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img {
    width: 100%;
    height: 97%;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img {
    width: 100%;
    height: 100%;
  }
}
#product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
#product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
#product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img img {
  transition: all 0.3s ease-in;
  transition: transform 0.2s;
  object-fit: cover;
}
@media (max-width: 1399px) {
  #product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img img {
    width: 100%;
    height: 100%;
  }
}
#product_feature_sec .second_feature_row .sec_row_pad .second_feature_row_img img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}
#product_feature_sec .second_feature_row .sec_row_pad .feature_text {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: normal;
  font-size: 26px;
  text-align: left;
  margin: 0;
  line-height: 35px;
  color: #ececff;
}
#product_feature_sec .second_feature_row .sec_row_pad .feature_text span {
  background: linear-gradient(60.87deg, #7058ee 20.76%, #c94db5 49.98%, #d8a557 79.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
#product_feature_sec .second_feature_row .pro_dt_thd_rw_card {
  background: #0d0d0d;
  border-radius: 26px;
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #product_feature_sec .second_feature_row .pro_dt_thd_rw_card {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_feature_sec .second_feature_row .pro_dt_thd_rw_card {
    width: 135px;
    height: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_feature_sec .second_feature_row .pro_dt_thd_rw_card {
    width: 155px;
    height: 155px;
  }
}
@media (max-width: 470px) {
  #product_feature_sec .second_feature_row .pro_dt_thd_rw_card {
    width: 140px;
    height: 140px;
  }
}
#product_feature_sec .second_feature_row .pro_dt_thd_rw_card img {
  width: 48px;
  height: 48px;
  transition: transform 0.2s;
  transition: all 1s ease;
}
#product_feature_sec .second_feature_row .pro_dt_thd_rw_card:hover {
  background: linear-gradient(20deg, #1c0e64 16.88%, #69115b 49.03%, #62400d 81.17%) !important;
}
#product_feature_sec .second_feature_row .pro_dt_thd_rw_card:hover img {
  position: absolute;
  bottom: 40px;
  transform: scale(1.2);
  transition: all 1s ease;
  filter: drop-shadow(0 0 20px rgba(189, 189, 189, 0.8)) drop-shadow(0 0 40px rgba(189, 189, 189, 0.8)) drop-shadow(0 0 60px rgba(189, 189, 189, 0.8));
}
#product_feature_sec .second_feature_row .pro_dt_thd_rw_card:hover span {
  opacity: 1;
  transform: scale(1);
  padding: 0px 10px;
  line-height: 1.3;
  top: 15px;
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .pro_dt_thd_rw_card:hover span {
    font-size: 12px;
    line-height: 1.1;
  }
}
#product_feature_sec .second_feature_row .pro_dt_thd_rw_card span {
  position: absolute;
  top: 22px;
  word-wrap: break-word;
  max-width: 152px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  transition: 1s;
  transform: scale(0);
}
#product_feature_sec .second_feature_row .second_row_third_card {
  border: 1px solid;
  background: #0d0d0d;
  border-radius: 24px;
  padding: 82px 24px 82px 48px;
  height: 384px;
  width: auto;
}
@media (max-width: 1399px) {
  #product_feature_sec .second_feature_row .second_row_third_card {
    height: 100%;
    padding: 30px;
    border-radius: 14px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .second_row_third_card {
    padding: 42px 24px;
  }
}
#product_feature_sec .second_feature_row .second_row_third_card h4 {
  font-size: 30px;
  color: #ececff;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  #product_feature_sec .second_feature_row .second_row_third_card h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .second_row_third_card h4 br {
    display: none;
  }
}
#product_feature_sec .second_feature_row .second_row_third_card .js_count_up_1::after {
  content: "+";
  display: inline-block;
  padding-left: 3px;
}
#product_feature_sec .second_feature_row .second_row_third_card p {
  font-size: 18px;
  color: rgba(236, 236, 255, 0.8);
  font-weight: 500;
  margin: 16px 0px;
}
@media (max-width: 1399px) {
  #product_feature_sec .second_feature_row .second_row_third_card p {
    font-size: 16px;
    margin: 12px 0px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .second_row_third_card p br {
    display: none;
  }
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  border-radius: 32px;
  border: 1px solid rgba(62, 171, 144, 0.568627451);
  background: linear-gradient(20deg, #7058ee 16.88%, #c94db5 49.03%, #d8a557 81.17%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  --w: 120px;
  --h: 40px;
  --icon-size: 25px;
  padding: 12px 34px;
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn:hover {
  box-shadow: 0px -1px 2px 0px #c94db5;
  background: linear-gradient(254.63deg, rgba(216, 165, 87, 0.675) 22.27%, rgba(201, 77, 181, 0.75) 49.33%, rgba(112, 88, 238, 0.675) 76.38%);
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .second_row_third_card .cmn-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn .text,
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn .icon {
  z-index: 2;
  margin-left: 0px !important;
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn .text {
  transform: translateX(-15%);
  transition: transform 500ms ease;
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn .icon {
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  left: 0;
  transform: translateX(calc((var(--w)) / 2 + 36px));
  transition: transform 500ms ease, color 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn img {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  #product_feature_sec .second_feature_row .second_row_third_card .cmn-btn img {
    position: relative;
    left: -14px;
  }
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn:hover, #product_feature_sec .second_feature_row .second_row_third_card .cmn-btn:active {
  box-shadow: none !important;
}
#product_feature_sec .second_feature_row .second_row_third_card .cmn-btn:hover .icon {
  left: -34px;
  opacity: 0.4;
  transform: translateX(calc((var(--w)) / 2 + 70px));
  animation: slide-right 0.6s ease-out both;
}
#product_feature_sec .feature_income_bg {
  height: 385px;
  display: flex;
  align-items: center;
  border: 1.07px solid;
  background: #0d0d0d;
  border-radius: 24px;
  padding: 56px 48px;
}
@media (max-width: 1199px) {
  #product_feature_sec .feature_income_bg {
    padding: 32px 42px;
    height: 285px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg {
    padding: 31px 20px;
    border-radius: 14px;
    height: 333px;
  }
}
@media (max-width: 767px) {
  #product_feature_sec .feature_income_bg {
    height: auto;
  }
}
#product_feature_sec .feature_income_bg .feature_income_img {
  padding-left: 25px;
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg .feature_income_img {
    padding-left: 0px;
    padding-top: 20px;
  }
}
#product_feature_sec .feature_income_bg .feature_income_img img {
  width: 100%;
}
@media (max-width: 1399px) {
  #product_feature_sec .feature_income_bg .feature_income_img img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg .feature_income_img img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #product_feature_sec .feature_income_bg .feature_income_img img {
    width: 100%;
  }
}
#product_feature_sec .feature_income_bg .feature_income h4 {
  font-size: 30px;
  color: #ececff;
  font-weight: 500;
}
@media (max-width: 1399px) {
  #product_feature_sec .feature_income_bg .feature_income h4 {
    font-size: 28px;
  }
}
@media (max-width: 1299px) {
  #product_feature_sec .feature_income_bg .feature_income h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg .feature_income h4 {
    font-size: 20px;
  }
}
#product_feature_sec .feature_income_bg .feature_income p {
  font-size: 18px;
  color: rgba(236, 236, 255, 0.8);
  font-weight: 500;
  margin: 10px 0px;
}
@media (max-width: 1299px) {
  #product_feature_sec .feature_income_bg .feature_income p br {
    display: none;
  }
}
@media (max-width: 1299px) {
  #product_feature_sec .feature_income_bg .feature_income p {
    font-size: 16px;
  }
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  border-radius: 32px;
  border: 1px solid rgba(62, 171, 144, 0.568627451);
  background: linear-gradient(20deg, #7058ee 16.88%, #c94db5 49.03%, #d8a557 81.17%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  --w: 120px;
  --h: 40px;
  --icon-size: 25px;
  padding: 12px 34px;
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn:hover {
  box-shadow: 0px -1px 2px 0px #c94db5;
  background: linear-gradient(254.63deg, rgba(216, 165, 87, 0.675) 22.27%, rgba(201, 77, 181, 0.75) 49.33%, rgba(112, 88, 238, 0.675) 76.38%);
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg .feature_income .cmn-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn .text,
#product_feature_sec .feature_income_bg .feature_income .cmn-btn .icon {
  z-index: 2;
  margin-left: 0px !important;
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn .text {
  transform: translateX(-15%);
  transition: transform 500ms ease;
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn .icon {
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  left: 0;
  transform: translateX(calc((var(--w)) / 2 + 36px));
  transition: transform 500ms ease, color 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn img {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg .feature_income .cmn-btn img {
    position: relative;
    left: -14px;
  }
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn:hover, #product_feature_sec .feature_income_bg .feature_income .cmn-btn:active {
  box-shadow: none !important;
}
#product_feature_sec .feature_income_bg .feature_income .cmn-btn:hover .icon {
  left: -34px;
  opacity: 0.4;
  transform: translateX(calc((var(--w)) / 2 + 70px));
  animation: slide-right 0.6s ease-out both;
}
@media (max-width: 991px) {
  #product_feature_sec .feature_income_bg.feature-income-tab {
    height: auto !important;
  }
}
#product_feature_sec .feat_image_rt {
  width: 385px;
  height: 385px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  margin: 0 auto;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #000000 0%,
    #000000 50%
  );
  border: solid 0.01px transparent;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    rgba(2, 237, 104, 0) 7.95474deg,
    #7058ee 63.822552deg,
    #c94db5 95deg,
    #d8a557 21.393755deg,
    rgba(10, 10, 10, 0) 182.574207deg,
    rgba(10, 10, 10, 0) 204.015297deg,
    #d8a557 246.393755deg,
    #c94db5 276deg,
    rgba(0, 157, 255, 0) 354.246679deg
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear infinite;
  border-radius: 24px;
}
#product_feature_sec .feat_image_rt::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
#product_feature_sec .feat_image_rt:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
#product_feature_sec .feat_image_rt img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  transition: transform 0.2s;
}
#product_feature_sec .feat_image_rt img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}
#product_feature_sec .feat_image_rt img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1299px) {
  #product_feature_sec .feat_image_rt img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  #product_feature_sec .feat_image_rt {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #product_feature_sec .feat_image_rt {
    margin-top: 20px;
  }
}
#product_feature_sec .feat_image_rt .feature_text {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: normal;
  font-size: 26px;
  text-align: left;
  margin: 0;
  line-height: 35px;
  color: #ececff;
}
#product_feature_sec .feat_image_rt .feature_text span {
  background: linear-gradient(to right, #7058ee, #c94db5, #d8a557);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

#other_products_sec {
  padding: 120px 0px;
}
@media (max-width: 767px) {
  #other_products_sec {
    padding: 40px 20px 50px;
  }
}
#other_products_sec .section_top_img {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 32px 0px;
}
@media (max-width: 767px) {
  #other_products_sec .section_top_img img {
    width: 80%;
  }
}
#other_products_sec .section_title {
  text-align: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  #other_products_sec .section_title {
    padding-bottom: 10px;
  }
}
#other_products_sec .section_title .title {
  height: 38px;
  display: inline-block;
  border-radius: 48px;
  border-width: 1px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0.5px 0px #ffffff;
  margin-bottom: 12px;
  background: linear-gradient(60.95deg, rgba(112, 88, 238, 0.75) 16.88%, rgba(201, 77, 181, 0.75) 49.03%, rgba(216, 165, 87, 0.75) 81.17%) border-box;
  color: #fff;
}
@media (max-width: 767px) {
  #other_products_sec .section_title .title {
    height: 42px;
  }
}
#other_products_sec .section_title .title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(25, 25, 25, 0.9);
  padding: 8px 0px;
  border-radius: 48px;
  margin: 0;
}
@media (max-width: 767px) {
  #other_products_sec .section_title .title p {
    font-size: 12px;
    padding: 14px 0px;
  }
}
#other_products_sec .section_title .sub_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #ececff;
  margin: 0;
}
@media (max-width: 1299px) {
  #other_products_sec .section_title .sub_title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  #other_products_sec .section_title .sub_title {
    font-size: 22px;
    padding: 10px;
  }
}
#other_products_sec .container .product_content {
  position: relative;
}
#other_products_sec .container .product_content .other_products_items {
  display: grid;
  grid-template-columns: repeat(7, 129px);
  padding: 1rem;
  list-style: none;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 991px) {
  #other_products_sec .container .product_content .other_products_items li:empty:not(.keep) {
    display: none;
  }
}
@media (max-width: 991px) {
  #other_products_sec .container .product_content .other_products_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.07px solid rgba(153, 153, 153, 0.1019607843);
  padding: 11px;
  border-radius: 25px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.09), inset 0 0 5px rgba(255, 255, 255, 0.13), 0 5px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: none;
  transition: all 0.7s;
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item {
    padding: 6px 0px 0px;
    border-radius: 12px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active, #other_products_sec .container .product_content .other_products_items .other_products_item:hover {
  box-shadow: none;
  border: 1.07px solid;
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 1px solid transparent;
  backdrop-filter: blur(1px);
  background: linear-gradient(60.95deg, rgba(112, 88, 238, 0.4117647059) 16.88%, rgba(201, 77, 181, 0.3098039216) 49.03%, rgba(216, 165, 87, 0.368627451) 81.17%);
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active:before, #other_products_sec .container .product_content .other_products_items .other_products_item:hover:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7607843137);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active:before, #other_products_sec .container .product_content .other_products_items .other_products_item:hover:before {
    border-radius: 12px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active span, #other_products_sec .container .product_content .other_products_items .other_products_item:hover span {
  opacity: 1;
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active span:nth-child(1), #other_products_sec .container .product_content .other_products_items .other_products_item:hover span:nth-child(1) {
  opacity: 0.2;
  transform: translate(-3px, 3px);
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active span:nth-child(1), #other_products_sec .container .product_content .other_products_items .other_products_item:hover span:nth-child(1) {
    display: none;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active span:nth-child(2), #other_products_sec .container .product_content .other_products_items .other_products_item:hover span:nth-child(2) {
  opacity: 0.4;
  transform: translate(3px, -3px);
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active span:nth-child(3), #other_products_sec .container .product_content .other_products_items .other_products_item:hover span:nth-child(3) {
  opacity: 0.6;
  transform: translate(10px, -10px);
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active .product_img, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .product_img {
  background-color: #000;
  box-shadow: inset 0 -2px 6px rgba(112, 88, 238, 0.3019607843), inset 0 -3px 8px rgba(201, 77, 181, 0.2784313725), inset 0 -4px 10px rgba(216, 165, 87, 0.2509803922);
  transform: translate(15px, -15px);
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active .product_img, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .product_img {
    transform: translate(16px, -24px);
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active .product_img img, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .product_img img {
  height: 63px;
  width: 70px;
  filter: none;
  opacity: 1;
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active .product_img img, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .product_img img {
    height: 46px;
    width: 46px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item.active .text, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .text {
  opacity: 1;
  transform: translate(96px, -140px);
}
@media (max-width: 991px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active .text, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .text {
    transform: translate(70px, -140px);
  }
}
@media (max-width: 767px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active .text, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .text {
    margin-top: 4px;
    transform: translate(70px, -140px);
  }
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item.active .text, #other_products_sec .container .product_content .other_products_items .other_products_item:hover .text {
    transform: none;
    margin-top: 4px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item span {
  opacity: 0;
  position: absolute;
  box-shadow: inset 0 -2px 6px rgba(112, 88, 238, 0.3019607843), inset 0 -3px 8px rgba(201, 77, 181, 0.2784313725), inset 0 -4px 10px rgba(216, 165, 87, 0.2509803922);
  border-radius: 25px;
  transition: all 0.7s;
  height: 110px;
  width: 110px;
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item span {
    height: 88px;
    width: 88px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item .product_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
  padding: 1rem;
  height: 106px;
  width: 106px;
  border-radius: 25px;
  border: 1px solid transparent;
}
@media (max-width: 500px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item .product_img {
    height: 96px;
    width: 96px;
  }
}
#other_products_sec .container .product_content .other_products_items .other_products_item .product_img img {
  height: 53px;
  width: 60px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
#other_products_sec .container .product_content .other_products_items .other_products_item .text {
  opacity: 0;
  border-radius: 8px;
  transition: all 0.7s;
  color: white;
  position: absolute;
  z-index: 9999;
  box-shadow: 0px 2px 8px 0px rgba(201, 77, 181, 0.5019607843), 0px -2px 8px 0px rgba(112, 88, 238, 0.5019607843);
  backdrop-filter: blur(1px);
  padding: 1px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background: linear-gradient(60.95deg, rgba(112, 88, 238, 0.4901960784) 16.88%, rgba(201, 77, 181, 0.4784313725) 49.03%, rgba(216, 165, 87, 0.5019607843) 81.17%);
}
#other_products_sec .container .product_content .other_products_items .other_products_item .text .text_bg {
  padding: 8px 32px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7882352941);
}
@media (max-width: 991px) {
  #other_products_sec .container .product_content .other_products_items .other_products_item .text .text_bg {
    padding: 6px 12px;
    font-size: 12px;
  }
}
#other_products_sec .container .product_content .grid-line {
  position: absolute;
  top: -48px;
  left: 1px;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1399px) {
  #other_products_sec .container .product_content .grid-line {
    display: none;
  }
}

.zoom-section {
  clear: both;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .zoom-section {
    height: auto !important;
  }
}
.zoom-section .pinned-content {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .zoom-section .pinned-content {
    height: auto;
  }
}
.zoom-section .pinned-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .zoom-section .pinned-content video {
    height: auto;
  }
}

.logo {
  font-size: 120px;
  font-weight: 900;
  color: white;
  text-align: center;
  animation: springPop 7s ease-out infinite;
}
@media (max-width: 1299px) {
  .logo {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .logo {
    font-size: 42px;
  }
}

@keyframes springPop {
  0% {
    text-shadow: none;
  }
  60% {
    text-shadow: 0px 3px 0px rgb(166, 150, 255), 0px 6px 0px rgb(112, 88, 238), 0px 9px 0px rgb(68, 43, 202), 0px 12px 0px rgb(164, 27, 142), 0px 15px 0px rgb(201, 77, 181), 0px 18px 0px rgb(135, 88, 18), 0px 21px 0px rgb(216, 165, 87), 0px 3px 0px rgb(255, 222, 172);
  }
}
@media (max-width: 991px) {
  @keyframes springPop {
    0% {
      text-shadow: none;
    }
    60% {
      text-shadow: 0px 3px 0px rgb(166, 150, 255), 0px 6px 0px rgb(112, 88, 238), 0px 9px 0px rgb(164, 27, 142), 0px 12px 0px rgb(135, 88, 18);
    }
  }
}
@media (max-width: 767px) {
  .product-reverse-img {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (min-width: 768px) {
  .product-reverse-img {
    display: flex;
    gap: 20px;
  }
}