﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: VFuturaLight;
  src: url(/assets/assets/fonts/VFutura-Light.woff2) format("woff2"),
    url(/assets/fonts/VFutura-Light.woff) format("woff"),
    url(/assets/fonts/VFutura-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VFuturaRegular;
  src: url(/assets/fonts/VFutura-Regular.woff2) format("woff2"),
    url(/assets/fonts/VFutura-Regular.woff) format("woff"),
    url(/assets/fonts/VFutura-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VFuturaMedium;
  src: url(/assets/fonts/VFutura-Medium.woff2) format("woff2"),
    url(/assets/fonts/VFutura-Medium.woff) format("woff"),
    url(/assets/fonts/VFutura-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VFuturaBold;
  src: url(/assets/fonts/VFutura-Bold.woff2) format("woff2"),
    url(/assets/fonts/VFutura-Bold.woff) format("woff"),
    url(/assets/fonts/VFutura-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VFuturaHeavy;
  src: url(/assets/fonts/VFutura-Heavy.woff2) format("woff2"),
    url(/assets/fonts/VFutura-Heavy.woff) format("woff"),
    url(/assets/fonts/VFutura-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#root {
  margin: 0 auto;
  padding: 0rem;
  text-align: center;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  color: #000;
}

._Main_nparadox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sync__icons_nparadox {
  width: 100%;
  padding: 30px 0vw 6vh;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  max-width: 900px;
  margin: auto;
}
.sync__icons_nparadox .sync__icons_container_nparadox {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  border-radius: 25px;
  border: 1.5px solid #eee;
  padding-top: 9px;
}
.sync__icons_container_nparadox > div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  width: 100%;
}
.sync__icons_nparadox .sync__icons_container_nparadox img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 0 10px 10px;
  flex-shrink: 0;
  /* filter: grayscale(90%);
  opacity: 0.7; */
}
.sync__icons_nparadox ._imageslider_c6wud_38 {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
}
._imageslider_c6wud_38 > div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  width: 100%;
}
.sync__icons_nparadox ._imageslider_c6wud_38 img {
  height: 260px;
  width: 100%;
  object-fit: contain;
  padding: 0 10px 10px;
  flex-shrink: 0;
}

.nparadox__logo {
  width: 180px;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .nparadox__logo {
    margin-top: -2rem;
  }

  .sync__icons_nparadox .sync__icons_container_nparadox {
    border: none;
    padding: 0;
    border-radius: 0;
  }

  .sync__icons_nparadox {
    gap: 35px;
    padding-bottom: 3vh;
  }
  .sync__icons_nparadox .sync__icons_container_nparadox img {
    height: 40px !important;
    padding: 0;
  }
  .sync__icons_nparadox ._imageslider_c6wud_38 img {
    height: 200px;
  }
}
._Wrapper_nparadox {
  display: flex;
  flex-direction: column;
  padding: 10vh 5vw 50px;
  align-items: center;
  gap: 5vh;
}
._tag_subline_nparadox {
  border-radius: 25px;
  border: 1.5px solid #eee;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  padding: 10px;
  letter-spacing: 0;
  padding-right: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: -10px;
}
._tag_subline_nparadox svg {
  margin-top: -3px;
  margin-right: -5px;
  margin-left: -2px;
}
._content_main_npradaox {
  display: flex;
  flex-direction: column;
  gap: 3vh;
  align-items: center;
}
._content_main_npradaox h1 {
  color: #0c0c11;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 64.5px;
  letter-spacing: 0px;
}
._content_main_npradaox > p {
  color: #0c0c11;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  max-width: 720px;
  max-width: 735px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}
._content_main_npradaox div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vh;
}

._content_main_npradaox div.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  flex-direction: row;
}

._content_main_npradaox div a {
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.096);
  transition: background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #333333;
  letter-spacing: 1px;
}
._content_main_npradaox div a.secondary {
  background-color: #ffffff;
  color: #333;
}

._content_main_npradaox div a:hover {
  background-color: #4576ff;
  border-color: #4576ff;
}
._content_main_npradaox div a.secondary:hover {
  background-color: #ffffff;
  color: #4576ff;
}

._content_main_npradaox div a p {
  background: linear-gradient(220deg, #fff3 -0.73%, #fff0 87.11%);
  stroke-width: 0.5px;
  stroke: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._content_main_npradaox div a.secondary p {
  background: #333;
  stroke-width: 0.5px;
  stroke: #fff;
}
._content_main_npradaox div a.secondary:hover p {
  background: #4576ff;
  stroke-width: 0.5px;
  stroke: #fff;
}
._content_main_npradaox div > p {
  color: #888;
  text-align: center;
  font-family: VFuturaRegular, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.737px;
}
._content_main_npradaox img {
  height: 20px;
}
._tagss_1kw66_102 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 970px) {
  ._content_main_npradaox h1 {
    font-size: 6.8vw;
    line-height: 6.8vw;
    letter-spacing: -0.3vw;
  }
}
@media screen and (max-width: 760px) {
  ._content_main_npradaox > p {
    font-size: 17px;
    letter-spacing: -0.737px;
  }
}
@media screen and (max-width: 500px) {
  ._content_main_npradaox h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  ._Wrapper_nparadox {
    padding: 10vh 5vw 20px;
  }
}

:root {
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: #0c0c11;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.tooltip {
  position: fixed;
  background-color: #ef6a43;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  font-family: VFuturaRegular, Helvetica, Arial, sans-serif, sans-serif;
}
@media screen and (max-width: 1000px) {
  .tooltip {
    display: none;
  }
}
body {
  padding: 0;
  min-width: 320px;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  font-family: VFuturaRegular, Helvetica, Arial, sans-serif, sans-serif;
  cursor: url(../Pointer.png), auto;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #f5f5f5;
}
a {
  text-decoration: none;
}
button,
a,
input,
label,
textarea {
  cursor: url(../Pointer.png), auto;
}
img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}
.error {
  color: red;
}
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
button,
a,
p,
h1,
h2,
h3,
h4,
label {
  font-family: VFuturaRegular, Helvetica, Arial, sans-serif, sans-serif;
}
input,
textarea,
select {
  border-radius: 15px;
  border: 1px solid var(--border-e-8-e-6-ea, #e8e6ea);
  background: var(--white-ffffff, #fff);
  width: 100%;
  color: #000;
}
.mainfooter {
  color: #888;
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 8px;
  align-items: center;
  letter-spacing: -1px;
  z-index: 1;
}
.mainfooter span {
  width: 20px;
}
.mainfooter a {
  color: #0c0c11;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .mainfooter {
    padding-bottom: 100px;
  }
}
.newbtnstyle {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  background-color: transparent;
  border: 1px solid #0c0c11;
  color: #0c0c11;
  font-family: VFuturaRegular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  border-radius: 30px;
  gap: 15px;
}
.svgrotate > svg {
  transform: rotate(45deg);
}
.svgrotatenegative > svg {
  transform: rotate(-45deg);
}
.newbtnstyle:hover {
  background-color: #eee;
}
.addbgblack {
  background-color: #0c0c11;
  color: #fff;
}
.addbgblack:hover {
  background-color: #3b3b3b;
}

.hero--video {
  height: 100%;
  position: absolute;
  right: -45%;
  top: 0;
  width: 100vw;
  z-index: 0;
}

@media (min-width: 768px) {
  .hero--video {
    right: 0;
    width: 50vw;
  }
}

@media (min-width: 992px) {
  .hero--video {
    left: 50%;
    top: -11rem;
    width: 700px;
  }
}

@media (min-width: 1230px) {
  .hero--video {
    left: 50%;
    top: -11rem;
    width: 900px;
  }
}

@media (min-width: 1380px) {
  .hero--video {
    left: 40%;
    top: -11rem;
    width: 1200px;
  }
}

@media (min-width: 1699px) {
  .hero--video {
    left: 42%;
    top: auto;
    bottom: -16rem;
  }
}

.hero--video.left {
  height: 100%;
  position: absolute;
  left: -45%;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: 0;
}
.hero--video.left video {
  transform: rotateY(180deg);
}

@media (min-width: 768px) {
  .hero--video.left {
    left: 0;
    right: auto;
    width: 50vw;
  }
}

@media (min-width: 992px) {
  .hero--video.left {
    right: 50%;
    left: auto;
    top: -11rem;
    width: 700px;
  }
}

@media (min-width: 1230px) {
  .hero--video.left {
    right: 50%;
    left: auto;
    top: -11rem;
    width: 900px;
  }
}

@media (min-width: 1380px) {
  .hero--video.left {
    right: 40%;
    left: auto;
    top: -11rem;
    width: 1200px;
  }
}

@media (min-width: 1699px) {
  .hero--video.left {
    right: 42%;
    left: auto;
    top: auto;
    bottom: -16rem;
  }
}

.rfm-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rfm-track {
  display: flex;
  width: max-content;
  animation: marquee var(--duration, 60s) linear infinite;
  will-change: transform;
}

.rfm-group {
  display: flex;
  gap: var(--gap, 24px);
  align-items: center;
}
.rfm-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 60px;
}
.rfm-item img {
  max-height: 50px;
  width: auto;
  display: block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--distance, 100%)));
  }
}

.rfm-marquee-container.paused .rfm-track {
  animation-play-state: paused;
}

.rfm-track .rfm-group:first-child,
.rfm-track .rfm-group:first-of-type {
  margin-right: 23px;
}

.hero_bg-wrap {
  z-index: 1;
  width: 100vw;
  max-width: 75rem;
  position: absolute;
  transform: translateY(-15%);
}
