::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

body {
  font-family: "Inter", "Roboto", Tahoma, Arial, sans-serif !important;
}

.nav-link {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.btn-moon-gradient span {
  font-size: 0.8rem;
}

@media screen and (max-width: 440px) {
  .page-breadcrumb .pb-8 {
    padding-bottom: 4.5rem;
  }
}

.page-breadcrumb:hover video {
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0)
    skew(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

.btn,
.btn-light {
  border-radius: 0.5rem;
  text-transform: none;
}

.myflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tns-nav {
  display: none;
}

.skiptranslate {
  display: none;
}

.pos {
  z-index: 1;
  position: fixed !important;
  top: 75px;
  width: 100% !important;
}

.purple-gradient {
  background-color: #4158d0;
  color: #ffffff;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  background: -webkit-linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
}

.blue-gradient {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
  color: #ffffff;
}

.peach-gradient {
  background-color: #fbab7e;
  background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
  color: #ffffff;
}

.sky-gradient {
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}

.pink-gradient {
  background-color: #ff9a8b;
  background-image: linear-gradient(
    90deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
}

.dark-green-gradient {
  background-color: #f4d03f;
  background-image: linear-gradient(132deg, #f4d03f 0%, #16a085 100%);
}

.green-gradient {
  background: #1d976c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #93f9b9, #1d976c);
  background: linear-gradient(to right, #93f9b9, #1d976c);
}

.cherry-gradient {
  background: #eb3349; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f45c43,
    #eb3349
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f45c43,
    #eb3349
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.deep-purple-gradient {
  background: #1d2b64; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f8cdda,
    #1d2b64
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f8cdda,
    #1d2b64
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.gray-gradient {
  background: #403b4a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #e7e9bb,
    #403b4a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #e7e9bb,
    #403b4a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.lemon-gradient {
  background: #3ca55c; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #b5ac49,
    #3ca55c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #b5ac49,
    #3ca55c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.emerald-gradient {
  background: #348f50; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #56b4d3,
    #348f50
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #56b4d3,
    #348f50
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.brown-gradient {
  background: #603813; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #b29f94,
    #603813
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #b29f94,
    #603813
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.youtube-gradient {
  background: #e52d27; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #b31217,
    #e52d27
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #b31217,
    #e52d27
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.youtube-gradient:hover {
  color: #d0d5dd;
}

.nimvelo-gradient {
  background: #314755; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #26a0da,
    #314755
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #26a0da,
    #314755
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.seablue-gradient {
  background: #2b5876; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4e4376,
    #2b5876
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4e4376,
    #2b5876
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}

.seablue-gradient:hover {
  color: #d0d5dd;
}

.blokker-gradient {
  background: #e65c00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f9d423,
    #e65c00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f9d423,
    #e65c00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.copper-gradient {
  background: #b79891; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #94716b,
    #b79891
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #94716b,
    #b79891
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.rea-gradient {
  background: #ffe000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #799f0c,
    #ffe000
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #799f0c,
    #ffe000
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mango-gradient {
  background: #ffe259; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #ffa751,
    #ffe259
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #ffa751,
    #ffe259
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reaqua-gradient {
  background: #799f0c; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #acbb78,
    #799f0c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #acbb78,
    #799f0c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.lunada-gradient {
  background: #5433ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #a5fecb,
    #20bdff,
    #5433ff
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #a5fecb,
    #20bdff,
    #5433ff
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.blue-algo-gradient {
  background: #0052d4; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #6fb1fc,
    #4364f7,
    #0052d4
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #6fb1fc,
    #4364f7,
    #0052d4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}

.blue-algo-gradient:hover {
  color: #d0d5dd;
}

.dark-gradient {
  background: #334d50; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #cbcaa5,
    #334d50
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #cbcaa5,
    #334d50
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.moon-gradient {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.royal-blue {
  background: #141e30; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}

.xm-grey {
  background: #0c111d;
}

.btn-primary-c {
  background: #1570ef;
  color: #ffffff;
  border-radius: 0.5rem;
}

.text-primary-c {
  color: #1570ef;
}

.text-primary-l {
  color: #b2ddff;
}

.smaller {
  font-size: 0.72rem;
}

.fadeInUp {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
}

.btn-app {
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  color: #344054;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #fff;
  border-color: #d0d5dd;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  display: flex;
  position: relative;
}

.btn-app:hover {
  color: #101828;
  background-color: #f9fafb;
}

.box {
  background-color: #101828;
  padding: 1.3rem;
  border-radius: 0.3rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-success-c {
  background: rgb(14, 159, 110);
  color: #d0d5dd;
}

.btn-success-c:hover {
  background: rgb(4, 108, 78);
  color: #d0d5dd;
}

.border-radius-5 {
  border-radius: 0.8rem;
}

.eyes {
  cursor: pointer;
  right: 10px;
  top: 6px;
  position: absolute;
  z-index: 1000;
}

.icon-stroke {
  color: transparent; /* Make the fill transparent */
  text-shadow: 1px 1px 0px #d0d5dd,
    /* Horizontal shadow */ -1px -1px 0px #d0d5dd,
    /* Horizontal shadow */ 1px -1px 0px #d0d5dd,
    /* Vertical shadow */ -1px 1px 0px #d0d5dd; /* Vertical shadow */
}

.btn-primary-c:hover {
  background-color: #175cd3;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  color: #d0d5dd;
}

.btn-moon-gradient {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  border-radius: 0.5rem;
}

.btn-moon-gradient:hover {
  background-color: #203a43;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  color: #ffffff;
}

.rounded-b-25 {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.left-0 {
  left: 0;
}

.top-10 {
  top: 10rem;
}

.bg-radical {
  background-image: radial-gradient(
    circle,
    #9e165f13 10%,
    #0e173a2c 34%,
    #0c111d 52%
  );
}

.scale-150,
.scale-\[1\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  --tw-rotate: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.img-1 {
  top: 0.75rem;
  display: block;
}

.bg-home-text {
  --transparent: transparent;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: slideInBottomForwards 1s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slideInBottomForwards 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-image: linear-gradient(to bottom, #ffffff 5%, #98a2b3 90%);
  color: var(--transparent);
  opacity: 0.5;
  animation-delay: 220ms;
}

.text-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6.5rem;
  padding-bottom: 1rem;
}

.text-we {
  animation-delay: 440ms;
  opacity: 0.5;
  color: #98a2b3;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 0.75rem;
  -webkit-animation: slideInBottomForwards 1s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slideInBottomForwards 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.text-me {
  animation-delay: 0ms;
  opacity: 0.5;
  color: #98a2b3;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
  -webkit-animation: slideInBottomForwards 1s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slideInBottomForwards 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.nav-item a {
  font-size: +1;
}

.small-card-container {
  max-width: 100vw;
  scroll-snap-type: inline mandatory;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 1.5rem;
}

.holding {
  background: radial-gradient(circle, #172543, #000000);
  opacity: 0;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  flex-direction: column;
  min-height: 422px;
  display: flex;
  cursor: pointer;
  position: relative;
  -webkit-animation: fadeInLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  transition: all 0.3s;
}

.holding-2 {
  background: #194185 !important;
  animation: fadeInRight 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.holding-2 .phone-img {
  right: -6.4rem;
  width: 235px;
  bottom: -18rem;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(0, 0) rotate(0) skew(0) skewY(0)
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.holding-3 {
  background: linear-gradient(115deg, #12204e, #0c5754);
  animation: fadeInLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.holding-3 .bg-3-img {
  opacity: 0.5;
  max-width: 800px;
  top: -98px;
  left: -155px;
}

.phone-img {
  right: -7rem;
  width: 470px;
  bottom: -4rem;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(0, 0) rotate(0) skew(0) skewY(0)
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.holding-2 .bg-2-img {
  object-fit: contain;
  opacity: 0.3;
  max-width: 874px;
  top: -98px;
  right: -155px;
}

/* Change the scrollbar width */
.small-card-container::-webkit-scrollbar {
  width: 8px; /* Horizontal scrollbar width */
  height: 5px; /* Vertical scrollbar height */
}

/* Style the track (background of the scrollbar) */
.small-card-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light grey background */
  border-radius: 10px;
}

/* Style the thumb (draggable part of the scrollbar) */
.small-card-container::-webkit-scrollbar-thumb {
  background: #888; /* Darker grey thumb */
  border-radius: 10px;
}

/* Hover effect for the thumb */
.small-card-container::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker thumb when hovered */
}

.small-card {
  animation-delay: 0ms;
  scroll-snap-align: start;
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
  animation: fadeInUp 1s ease-in-out forwards;
  animation-delay: 0s;

  /* padding: 0.6rem; */
  background-image: linear-gradient(262deg, #1c263bcc 5.02%, #121a2ecc 86.48%);
  border-color: #0000;
  border-width: 1px;
  border-radius: 0.75rem;
  gap: 0.75rem;
  min-width: 207px;
  min-height: 72px;
  display: flex;
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fadeInLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.other-img {
  opacity: 0.7;
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  --tw-rotate: 10deg;
  transform: translate(0, 0) rotate(var(--tw-rotate)) skew(0) skewY(0)
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 317px;
  left: -5.5rem;
  bottom: -4rem;
}

.holding-4 {
  background: #f2f4f7;
}

.cup-img {
  object-fit: contain;
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(0, 0) rotate(0) skew(0) skewY(0)
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 180px;
  right: 0;
  bottom: 1rem;
  transition-duration: 0.5s;
}

.copy-img {
  object-fit: contain;
  max-width: 376px;
  max-height: 309px;
  right: -8rem;
  bottom: -3rem;
  transition-duration: 0.5s;
}

.z-10 {
  z-index: 10;
}

.bg__big {
  background-color: #000000;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}

.bg__big-inner {
  padding-bottom: 6rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-image: radial-gradient(
    111.14% 27.39% at 50% 27.02%,
    #172543,
    #000
  );
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}

.bg__big-cards {
  background-color: #0c111d;
  border: 1px solid #344054;
  border-radius: 1rem;
}

.text-gray-c {
  color: #98a2b3;
}

.bg__section-md {
  background-image: linear-gradient(180deg, #000 0% 50%, #f2f4f7 50% 100%);
}

.bg__section-md-inner {
  background-image: linear-gradient(121deg, #04112b 28.47%, #062c5a 72.5%);
  border-radius: 1.5rem;
  overflow: hidden;
}

.bg__section-md-div {
  padding: 1.5rem;
  background-image: linear-gradient(275deg, #ffffff0d 40.89%, #9999990d 99.46%);
  border-color: #fff3;
  border-width: 1px;
  border-radius: 0.75rem;
  z-index: 10;
  border-style: solid;
  position: relative;
}

.bg__section-md-img {
  mix-blend-mode: luminosity;
  opacity: 0.3;
  width: 330px;
  right: -112px;
  bottom: -62px;
  position: absolute;
}

.bg__section-md-img-1 {
  mix-blend-mode: luminosity;
  --tw-translate-x: -55%;
  --tw-scale-y: 1;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), 0) rotate(0) skew(0) skewY(0)
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  max-width: max-content;
  height: 100%;
  top: 0;
  left: 50%;
}

.bg-gray-100 {
  background-color: #f2f4f7;
}

.cover {
  text-decoration-line: none;
  color: var(--brand-700);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  cursor: pointer;
  max-width: max-content;
  cursor: pointer;
}

.pl-card {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}

.pl-card-2 {
  background-image: linear-gradient(114deg, #0c111d, #14264c);
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}

.hidden {
  display: none;
}

.top-img {
  top: 0;
  right: 0;
}

.bottom-img {
  bottom: -6rem;
  right: -1rem;
}

.bt-img {
  bottom: -2.5rem;
  right: -1rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pt-8 {
  padding-top: 3rem;
}

.bd__card {
  background: #f9fafb;
  border-radius: 1rem;
  overflow: hidden;
}

.bd__card-img-1 {
  margin-left: auto;
  display: block;
}

.bg-img {
  background: rgba(0, 0, 0, 0.56);
  overflow: hidden;
}

.bg-vid {
  object-fit: cover;
  transition-duration: 0.5s;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0)
    skew(0) skewY(0) scaleX(1) scaleY(1);
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
  top: 50%;
  left: 50%;
  position: absolute;
}

.fw-boldest {
  font-weight: 900;
}

.display-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
}

.display-grid img {
  max-height: 2.8rem;
}

@media (min-width: 768px) {
  .img-1 {
    animation: fade-in ease 1s;
    top: 3rem;
  }

  .pt-8 {
    padding-top: 8rem;
  }

  .t-1 {
    padding-top: 5rem;
  }

  .b-1 {
    padding-bottom: 5rem;
  }

  .bt-img {
    width: 269px;
    display: block;
    right: -5rem;
    bottom: -2.5rem;
  }

  .hidden {
    display: block;
  }

  .pl-card {
    border-radius: 1.5rem;
  }

  .bg__section-md-img {
    opacity: 0.4;
    right: -92px;
    bottom: -82px;
  }

  .bg__section-md-div {
    padding: 2.5rem;
  }

  .bg__big {
    border-top-left-radius: 3.7rem;
    border-top-right-radius: 3.7rem;
  }

  .bg__big-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: radial-gradient(50% 50% at 50% 50%, #172543, #000);
    border-top-left-radius: 3.7rem;
    border-top-right-radius: 3.7rem;
  }

  .holding {
    min-height: 288px;
  }

  .holding:hover .phone-img {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .cover:hover .top-img,
  .cover:hover .bottom-img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .copy-img {
    max-width: 454px;
    max-height: 303px;
    bottom: -2rem;
  }

  .holding-3:hover .cup-img {
    --tw-scale-x: 1.6;
    --tw-scale-y: 1.6;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.5s;
  }

  .holding-4:hover .copy-img {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .holding-2 .phone-img {
    width: 288px;
    right: -7rem;
    bottom: -13rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.5s;
  }

  .scale-150 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .phone-img {
    width: 488px;
    right: -4rem;
    bottom: -3rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.5s;
  }

  .other-img {
    --tw-scale-x: 2;
    --tw-scale-y: 2;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: 0deg;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 363px;
    left: auto;
    top: -8rem;
    right: -5rem;
  }

  .animate-reveal {
    animation: reveal 7s ease-out forwards;
  }

  .bg-home-text {
    font-size: 3rem;
    line-height: 1;
  }

  .text-content {
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
  }

  .text-we {
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 56rem;
    margin-top: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .img-1 {
    top: 5rem;
  }

  .t-1 {
    padding-top: 7rem;
  }

  .b-1 {
    padding-bottom: 7rem;
  }

  .bt-img {
    width: 304px;
  }

  .top-img,
  .bottom-img,
  .bt-img {
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .bg__section-md-img-1 {
    --tw-translate-x: -50%;
    --tw-scale-y: 1;
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    max-width: 100%;
  }
  .bg__section-md-img {
    width: 364px;
    right: -121px;
    bottom: -109px;
  }

  .bg__section-md-div {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .bg__big {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }

  .bg__big-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }

  .holding {
    min-height: 300px;
    border-radius: 1.5rem;
    padding: 2rem;
  }

  .copy-img {
    transition-duration: 0.5s;
    right: -10rem;
  }

  .cup-img {
    width: 209px;
    transition-duration: 0.5s;
  }

  .holding-2 .bg-2-img {
    transition-duration: 0.5s;
  }

  .holding-2 .phone-img {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.5s;
    top: 3rem;
    right: -6.4rem;
  }

  .holding-3 .bg-3-img {
    transition-duration: 0.5s;
    max-width: 660px;
    top: -70px;
    left: -65px;
  }

  .other-img {
    transition-duration: 0.5s;
  }

  .text-me {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }

  .phone-img {
    transition-duration: 0.5s;
  }

  .bg-home-text {
    font-size: 3.75rem;
    line-height: 1;
  }

  .text-content {
    padding-top: 8.6rem;
    padding-bottom: 6rem;
  }

  .text-we {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1350px) {
  .img-1 {
    top: 4rem;
  }

  .bd__card-img-1 {
    margin-top: auto;
  }

  .t-1 {
    padding-top: 6.5rem;
  }

  .b-1 {
    padding-bottom: 7.5rem;
  }

  .bt-img {
    width: 444px;
    bottom: -3.5rem;
  }

  .t-1 h4 {
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .bg__section-md-img-1 {
    width: 100%;
    --tw-translate-x: -50%;
    --tw-scale-y: 1;
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), 0) rotate(0) skew(0) skewY(0)
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .bg__section-md-img {
    width: 350px;
    right: -94px;
    bottom: -83px;
  }

  .bg__section-md-div {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bg__big-inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
    border-top-left-radius: 6.2rem;
    border-top-right-radius: 6.2rem;
  }

  .holding-2 .phone-img {
    bottom: -7rem;
    max-width: 307px;
  }

  .holding-2 .bg-2-img {
    right: -45px;
  }

  .copy-img {
    bottom: 0;
    right: -5rem;
  }

  .holding-3 .bg-3-img {
    transition: 0.5s;
    max-width: 490px;
    top: -32px;
    left: -45px;
  }

  .small-card-container {
    overscroll-behavior: none;
    overflow: hidden;
  }

  .text-we {
    max-width: none;
  }

  .bg-home-text {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
  }

  .rounded-b-25 {
    border-bottom-right-radius: 6.25rem;
    border-bottom-left-radius: 6.25rem;
  }

  .text-content {
    padding-bottom: 3.5rem;
  }
}

@keyframes slideInBottomForwards {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes reveal {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(100% 0, 0% 0, 0% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 0% 0, 0% 100%, 100% 100%);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translate(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translate(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
}
