@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --primary: #0075ff;
  --gray: #101828;
  --text-gray: #344054;
  --gradient-blue: linear-gradient(90deg, #344054 0%, #0055dc 100%);
  --light-gray: #667085;
  --white: #ffffff;
  --hover-blue: #1e87ff;
  --gradient-white: linear-gradient(
    90deg,
    #ffffff 0%,
    #e4e7ec 23.5%,
    #e4e7ec 74.5%,
    #ffffff 100%
  );
  --half-blue-gray: linear-gradient(
    90deg,
    rgba(0, 117, 255, 1) 50%,
    rgba(242, 244, 247, 1) 50%
  );
  --radial-blue: radial-gradient(
    82.19% 82.19% at 130.48% 68.49%,
    #4ffff4 12.38%,
    #007ff5 100%
  );
  --grayish-white: #f9fafb;
  --mobile-blue: #459aff;
}

* {
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-spacing-trim: normal;
}

body {
  background: black !important;
}

@font-face {
  font-family: futura md BT;
  src: url(../fonts/futuramdbt_bold.otf);
}

/* Base styling for lines */
.line {
  transition: all 0.3s ease-in-out;
}

/* Rotations for each line in the X state */
.toggler-active .line1 {
  transform: translateY(-2px) translateX(2px) rotate(45deg);
}

.toggler-active .line2 {
  opacity: 0;
}

.toggler-active .line3 {
  transform: translateY(10px) translateX(-15px) rotate(-45deg);
}

.container,
.container-fluid {
  padding: 0 !important;
}

.logo-img {
  width: 220px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.primary-btn {
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  transition: background 0.3s linear;
}

.primary-btn:hover {
  background: var(--hover-blue);
}

.navbar-nav li a.nav-link {
  color: var(--text-gray);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 4px 0 !important;
}

.navbar-nav li a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 50px;
  background: var(--primary);
  transition: 0.3s linear;
}

.navbar-nav li a.nav-link:hover::before {
  width: 100%;
}

footer {
  background: var(--gray);
}

.footer-option {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}

.footer-nav-option a {
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  padding-bottom: 18px;
}

.footer-nav-option a svg {
  width: 20px;
  height: 20px;
}

.customer-support div p {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 400;
  text-align: end;
}

.customer-support div h5 {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
}

.footer-logo img {
  width: 190px;
}

.footer-line {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}

.footer-line svg {
  width: 15px;
  height: 15px;
}

.social-icons a {
  text-decoration: none;
}

.social-icons a svg {
  width: 32px;
  height: 32px;
}

.ww-icon-link i {
  z-index: 1;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
}

/* Prime OS */

/* Mobile First - default styles for <576px */
.vertical__spacing {
  padding: 170px 0px 90px 0px;
}

.overflow__hidden__mob {
  overflow: hidden !important;
}

.smarter__then__ever {
  color: #99d8ff80;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.3rem;
}

.primeos__heading {
  text-align: center;
  font-size: 2.8rem;
}

.gradient__primeos {
  background: linear-gradient(90deg, #15ebff 0%, #2977ff 57%, #f310ff 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.font__bold__mob i {
  font-weight: 400;
}

.primeos__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
}

.primeos__img {
  width: 150%;
  transform: translateX(5%);
  user-select: none;
  pointer-events: none;
}

.glow__box {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100px;
  background: #00ddff;
  filter: blur(100px);
}

.black__gradience {
  position: absolute;
  z-index: 3;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 30%;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
  pointer-events: none;
  user-select: none;
}

.features__imgs img {
  user-select: none;
  pointer-events: none;
}

.features__imgs img:nth-child(1) {
  width: 110px;
}

.features__imgs img:nth-child(2) {
  width: 210px;
}

.features__imgs img:nth-child(3) {
  width: 75px;
}
.features__imgs img:nth-child(4) {
  width: 50px;
}
.features__imgs img:nth-child(5) {
  width: 130px;
}

.design__subheading {
  font-size: 1.3rem;
  font-weight: 400;
  color: white;
  text-align: center;
  text-transform: capitalize;
}

.cyan__spray__heading {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.cyan__spray__heading > div > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: auto;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.neopc__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: left bottom;
}

.waves__img {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  height: auto;
  z-index: 0;
}

.triangle__container {
  top: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.android__img {
  width: 60%;
}

.fs__mob {
  font-size: 2.8rem;
}

.fs4__mob {
  font-size: 1.2rem;
}

.gray__gradient {
  background: linear-gradient(140deg, #b4e5ff 0%, #ffffff50 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.laptop__screen__content {
  width: 83%;
  position: absolute;
  top: -28%;
  right: 12%;
  z-index: 1;
}

.laptop__screen__content .switch__heading,
.laptop__screen__content div > span {
  color: white;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
}

.keymapping__vid {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.coffee__text {
  font-size: 2rem;
  line-height: 2.2rem;
}

.glass__morphism .glass__img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 150px;
}

.icon__img__div img {
  width: 70%;
}

.coffee__guy {
  background: url(../images/coffee.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
