:root {
  --primary-color: #000;
  --secondary-color: #fff;
  --bg-blue: rgb(0, 127, 245);
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #000;
}
a,
a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  padding: 0;
}

.btn-primary {
  background-color: var(--bg-blue) !important;
  border: 1px solid var(--bg-blue) !important;
  color: rgb(255, 255, 255);
  border: none;
  padding: 6px 20px !important;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.06rem;
}
.btn-black,
.btn-black:hover {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 10px 24px;
  transition: 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-weight: 500;
  min-width: 134px;
}
.btn-black:hover {
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.btn-white,
.btn-white:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 50px;
  padding: 10px 24px;
  transition: 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  min-width: 134px;
}
.btn-white:hover {
  box-shadow: rgba(255, 255, 255, 0.9) 0px 0px 12px;
}
.btn-read,
.btn-read:hover {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  border-radius: 40px;
  background-blend-mode: overlay;
  background: rgba(254, 254, 254, 0.2);
  padding: 10px 24px;
  border: none;
}

.top-bar {
  background-color: var(--primary-color);
  padding: 5px 0px;
}

.top-bar a {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar a i {
  padding-left: 4px;
}
.navbar {
  height: 48px;
  background-color: var(--primary-color) !important;
  backdrop-filter: blur(24px);
  transition: 0.2s ease-in-out;
}
.navbar.active {
  background-color: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(24px);
  transition: 0.2s ease-in-out;
}
.navbar .nav-link {
  color: 0.5;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader img {
  max-width: 550px;
  height: auto;
}
main {
  /* margin-top: 5em; */
}
#section1 {
  background-color: var(--primary-color);
  height: 110vh !important;
}
#section1 .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 400px;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 16px;
}
#section1 .content h2 {
  font-size: 0.7rem;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#section1 .content h1 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  margin: 8px 0px;
}
#section1 .content h1 sup {
  font-size: 12px;
  padding-left: 5px;
  position: relative;
  top: -20px;
}
#section1 .content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.667);
  line-height: 130%;
  margin: 0px auto;
  letter-spacing: -0.26px;
}

#section2 {
  background-color: #f8f8f8;
}
#section2 .content {
  width: 80%;
  padding-top: 4em;
}
#section2 .content h1 {
  font-size: 60px;
}
#section2 .content p {
  font-size: 25px;
}
#section3 {
  background-color: rgb(16, 16, 16);
}
#section3 h1 {
  font-size: 80px;
}

.accuracy-carousel-section {
  background: #0a0a0a;
  color: white;

  overflow: hidden;
  overflow-x: hidden;
}

.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 25px;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 20px 0;
}

.carousel-card {
  flex: 0 0 500px;
  height: 500px;
  background: #000;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.carousel-card h3 {
  z-index: 2;
  font-size: 32px;
  line-height: 35px;
}
.carousel-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.carousel-btn {
  background: rgba(255, 255, 255, 0.07);
  border: none;
  color: white;
  font-size: 20px;
  padding: 8px 13px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: -60px;
}

.carousel-btn.next {
  right: 20px;
}
.carousel-btn.prev {
  right: 80px;
}

.carousel-btn:hover {
  background: #fff;
  color: #000 !important;
}
.z-index-2 {
  z-index: 2;
}
.contentContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.contentContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.multiImgContainer {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 800px;
  width: 900px;
}

.multiImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rotate {
  animation: rotation 50s linear infinite;
}

.shadow-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.shadow-frame::before {
  display: block;
  content: "";
  height: 100%;
  width: 120px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 97.64%);
}

.shadow-frame::after {
  position: absolute;
  right: -2px;
  top: 0px;
  display: block;
  content: "";
  height: 100%;
  width: 120px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 97.64%);
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.icon-container {
  z-index: 2;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.3px;
}
.icon-container img {
  object-fit: contain;
  height: 16px;
  transform: translateY(-3px);
}
.sublime-section {
  height: 130vh !important;
}
.sublime-section .content2 p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: rgb(255, 255, 255) 0px 0px 10px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  /* opacity: 0;
  transition: opacity 0.5s ease; */
}

.scroll-section {
  position: relative;
  overflow: hidden;
}

.panel-wrapper {
  height: 100vh;
  position: relative;
}

.panel {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 2em;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
}

.panel .content,
.panel .image-container {
  width: 45%;
}
.panel .content {
  position: relative;
  top: 2em;
}

.panel img {
  width: 100%;
  object-fit: contain;
}

.scroll-section h1 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 0.4em;
  color: #fff;
}
.scroll-section p {
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
.scroll-section p strong {
  color: #fff;
  font-weight: 600 !important;
}
.day-anim {
  position: relative;
  width: 100vw;
  height: 200vh;
  font-family: "Roboto", sans-serif;
}

.day-anim .sticky {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0px;
  bottom: 0px;
  background-color: rgb(0, 0, 0);
}

.day-anim .sticky .text-content-1 {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  padding: 0px 16px;
}

.day-anim .sticky .text-content-1 > div {
  text-align: center;
}

.day-anim .sticky .text-content-1 > div .title {
  font-weight: 500;
  font-size: 12rem;
  line-height: 100%;
  margin-bottom: 24px;
}

.day-anim .sticky .text-content-1 > div .accent {
  color: rgb(5, 255, 0);
  margin-right: 12px;
}

.day-anim .sticky .text-content-1 > div p {
  margin-top: 24px;
  font-size: 1.6rem;
}

.day-anim .sticky .circles-svg {
  overflow: visible;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
}

.day-anim .sticky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  clip-path: circle(100%);
}

.day-anim .sticky .text-content-2-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 120px;
  color: rgb(255, 255, 255);
}

.day-content {
  width: 100%;
  margin: 0px auto;
  padding: 0px 12px;
}

.day-outer {
  width: 100%;
}

.h2-head {
  font-size: 150px;
  line-height: 150px;
  font-weight: 500;
  letter-spacing: -3px;
  margin-bottom: 10px;
}

.day-anim .sticky .text-content-2-wrapper p {
  margin-top: 1.2rem;
}

.day-para {
  font-size: 1.8rem;
  line-height: 120%;
}

.day-anim .sticky .circles-svg {
  z-index: 2;
  pointer-events: none;
}

.day-anim .sticky .background-img {
  z-index: 1;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(0% at center);
  transition: clip-path 0.5s ease;
}

.day-anim .sticky .text-content-2-wrapper {
  z-index: 3;
}

.circ {
  transform-box: fill-box;
  transform-origin: center;
}

#scroll-container {
  height: 500vh;
}

.ring-wrapper {
  position: sticky;
  top: 0vh;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ring-wrapper img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
.power-section {
  background-color: rgb(238, 238, 238);
}

.power-section h1 {
  font-size: 100px;
  line-height: 95px;
}
.power-card img {
  margin-bottom: 20px;
}

.power-card .text-container {
  padding: 0px 10px;
}

.power-card .text-container .name {
  font-size: 38px;
  color: #000;
  font-weight: 500;
}

.power-card .text-container .desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.video-section {
  border-radius: 50px;
}
.video-section video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1);
  pointer-events: none;
  border-radius: 50px;
  position: relative;
}
.video-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000038;
  border-radius: 50px;
}
.video-section .content {
  position: absolute;
  inset: 0px;
  z-index: 3;
  color: rgb(255, 255, 255);
  text-align: center;
  max-width: 50%;
  margin: 0px auto;
}
.video-section .content h3 {
  font-size: 60px;
  color: #fff;
}
.video-section .content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.mob-air h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3px;
  color: #fff;
}
.mob-air p {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: initial;
  font-size: 20px;
  padding: 0 7em;
}
.mob-scroll .col-md-5 {
  width: 38%;
  padding: 0;
}
.mob-scroll .img1 {
  margin-right: -25px;
  position: relative;
  z-index: 11;
}
.mob-scroll .img2 {
  margin-left: -25px;
}
.img-big-container {
  transform-origin: center bottom;
  will-change: transform;
}

.overlay-content {
  will-change: transform, opacity;
  pointer-events: none;
}
.discover .content h1 {
  color: #fff;
  font-size: 110px;
  line-height: 110px;
  padding-top: 1em;
}
.discover .content h1 span {
  display: flex;
  flex-direction: column;
}
.discover .content p {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: initial;
  font-size: 25px;
  line-height: 29px;
  padding-right: 15em;
  margin: 1.5em 0 1em;
}
.discover .content .btn-green {
  display: inline-block;
  padding: 20px;
  border-radius: 4rem;
  background: rgb(14, 255, 39);
  font-size: 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-bottom: 10rem;
  color: rgb(0, 0, 0) !important;
}
.discover .img-big {
  position: relative;
  overflow: hidden;
}

.discover .img-big::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.393); /* More readable than #0000004a */
  z-index: 1;
}

.discover .img-big img {
  position: relative;
  z-index: 0; /* Make sure image stays below overlay */
}
.overlay-content {
  z-index: 2;
}
.discover .strip {
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  width: 90%;
  max-width: 700px;

  border-radius: 50px;
  bottom: -25px;
  padding: 15px 20px;
  z-index: 1000;
  background: rgb(29, 31, 32);
  border: 4px solid rgb(14, 255, 39);
}
.discover .strip h5 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.discover .strip .btn-white {
  padding: 8px 24px;
  border-radius: 40px;
  background: rgb(254, 254, 254);
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  display: grid;
  place-items: center;
  line-height: 16px;
}
.img-scroll .text {
  width: 60%;
  padding: 4em;
}

.img-scroll h4 {
  font-size: 45px;
  margin-bottom: 0.5em;
}

.img-scroll p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.685);
}
.power-section p {
  color: rgb(0, 0, 0);
  font-size: 22px;
  max-width: 50%;
}
.image-wrapper {
  width: 40%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(15, 15, 15, 1) 90%
  );
  z-index: 1;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(15, 15, 15, 1) 90%
  );
  z-index: 1;
}
.body-clock .content {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 2em 3em;
  text-align: center;
  position: relative;
  height: 120vh;
}
.body-clock .content h4 {
  font-size: 50px;
  color: #fff;
}
.body-clock .content p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 500;
  padding: 0 6em;
}
.body-clock .content img {
  width: 700px;
  position: absolute;
  bottom: -230px;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: table;
}
.insights .col-md-6 {
  padding-left: 5px;
}
.insight-block {
  height: 600px;
  border-radius: 25px;
}
.insight-block.bg-green {
  background: linear-gradient(
    148.85deg,
    rgb(38, 99, 44) 1.4%,
    rgb(6, 39, 10) 98.55%
  ) !important;
}
.insight-block h2 {
  font-size: 45px;
  line-height: 50px;
}
.insight-block p {
  font-size: 18px;
  color: rgb(255, 255, 255, 0.5);
}
.counts span {
  font-size: 14px;
  font-weight: 400;
}
.counts h6 {
  font-size: 50px;
}
.bg-gray2 {
  background-color: rgba(255, 255, 255, 0.08);
}
.rect-bg {
  background: linear-gradient(
    rgba(75, 66, 79, 0.68) 0%,
    rgba(46, 37, 47, 0.353) 100%
  );
}
.text-gray {
  color: rgb(104, 104, 104) !important;
}
.rect-svg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 24px;
  width: 100%;
  height: auto;
}
.ring-right-img img {
  position: absolute;
  right: -250px;
  bottom: -100px;
}
.pr-5 {
  padding-right: 13em;
}
.fw-semibold {
  font-weight: 500 !important;
}
.circle-g-anim {
  position: relative;
  left: 150px;
  top: -30px;
  width: 260px;
}
.ring-wrapper {
  position: sticky;
  top: 0vh;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ring-wrapper img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
.replay-btn,
.replay-btn:hover,
.replay-btn:focus {
  position: absolute;
  bottom: 24px;
  left: 12px;
  background: transparent;
  backdrop-filter: blur(24px);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border: 0px;
  box-shadow: none;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.footer .col-md-3 {
  padding: 0px 30px;
}
.footer h5 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.028rem;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer .copyright {
  color: rgb(255, 255, 255);
  font-size: 12px;
}
.language-select {
  position: relative;
  height: 29.5px;
  width: 50px;
  line-height: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #000 !important;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: start;
  appearance: none;
  text-align: center;
}
.language-select option {
  color: rgb(255, 255, 255);
}
