@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&display=swap");

:root {
  --font-family: "Space Grotesk", sans-serif;
  --pallete-1: #f9f9f9;
  --pallete-2: #9ca3af;
  --pallete-3: #000000;
  --pallete-4: #ffffff;
  --pallete-5: #737373;
  --pallete-6: #B1B1B1;
  --pallete-7: #F7F7F7;
  --border-color: #E6E6E6;
  --ink-900: #1a1a1a;
  --ink-600: #6b7280;
  --ink-400: #9ca3af;
  --border: #e5e7eb;
  --panel-bg: #f7f7f8;
  --green: #16a34a;
  --green-bg: #f0faf3;
  --purple: #8b5cf6;
}

.color-1 {
  color: var(--pallete-1);
}

.color-2 {
  color: var(--pallete-2);
}

.bg--1 {
  background: #FFDAD6;
}

.bg--2 {
  background: #DCDDDD;
}

.bg--3 {
  background: #C6C6C7;
}

.hidden {
  display: none;
}

.page-width {
  max-width: 2400px;
  margin: auto;
  padding: 36px 80px;
}

.custom-padding {
  padding: 60px 80px;
}

* {
  transition: all .25s ease;
}

body {
  margin: 0;
  font-family: var(--font-family);
  overflow-x: hidden;
}

details summary,
button {
  cursor: pointer;
}

.divider {
  padding: 4rem;
  background: var(--pallete-4);
}

.logo img {
  width: 5.75rem;
  height: auto;
}

.footer {
  background: var(--pallete-3);
  padding: 36px 80px;
}

.footer .footer-section-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-section-1 .app-logo-with-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.footer .footer-section-1 .app-logo-with-text img {
  width: 56px;
  height: 56px;
}

.footer .footer-section-1 .app-logo-with-text .app-label {
  color: var(--pallete-4);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.9px;
  vertical-align: middle;
}

.footer .footer-section-1 .links {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer .footer-section-1 .links .link {
  list-style: none;
}

.footer .footer-section-1 .links .link a {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
}

.footer .footer-section-2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}

.section.beta-access-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px;
  background-color: var(--pallete-7);
  gap: 2rem;
}

.section.beta-access-section input::placeholder {
  font-family: var(--font-family);
}

.section.beta-access-section .text-section {
  flex: 1;
  max-width: 535px;
}

.text-with-image {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.text-with-image .text .app-store-tag {
  font-weight: 400;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  border: 1px solid var(--pallete-3);
  width: fit-content;
  padding: 5px 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #1B1B1B;
}

.text-with-image .text .app-store-tag img {
  width: 22px;
  height: 22px;
  border-radius: 3px;
}

.text-with-image .text,
.text-with-image .viewable {
  flex: 1;
}

.text-with-image .viewable {
  max-width: 45rem;
}

.text-with-image .text .h1,
.section.beta-access-section .text-section .h1 {
  font-weight: 700;
  font-size: 49px;
  line-height: 58.8px;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #1B1B1B 0%, #6B6B6B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0px;
}

.text-with-image .text p,
.section.beta-access-section .text-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  color: var(--pallete-5);
}

.section.beta-access-section .email-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 634px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #000;
  padding: 32px 32px 48px;
  gap: 1rem;
}

.section.beta-access-section .email-box .sub-heading,
.section.beta-access-section .email-box .caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.section.beta-access-section .email-box .caption {
  letter-spacing: -0.5px;
  font-weight: 400;
  color: var(--pallete-6);
}

.section.beta-access-section .email-box input {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  width: calc(100% - 2.1rem);
  padding: 17px 16px;
}

.section.beta-access-section .email-box button {
  border: 1px solid var(--pallete-3);
  border-radius: 6px;
  padding: 17px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: .5%;
  background: var(--pallete-3);
  color: var(--pallete-4);
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 20px 80px;
  align-items: center;
  border-bottom: 1px solid #00000033;
}

.navbar ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  transform: translate(7%, 0px);
  gap: 2rem;
}

.navbar ol li.is-active a {
  font-weight: 700;
  text-decoration: underline;
}

.navbar ol li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: var(--ink-900);
  text-decoration: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--pallete-3);
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 999;
}

.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  max-width: 80vw;
  background: #ffffff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.nav-drawer.is-open {
  transform: translateX(0);
}

.nav-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.nav-drawer-header .logo img {
  height: 28px;
  width: auto;
}

.nav-drawer-close {
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--pallete-3);
  padding: 4px 8px;
}

.nav-drawer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav-drawer-links li {
  border-bottom: 1px solid var(--border-color);
}

.nav-drawer-links li a {
  display: block;
  padding: 14px 4px;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 400;
  color: var(--pallete-3);
  text-decoration: none;
}

.nav-drawer-links li.is-active a {
  font-weight: 700;
  text-decoration: underline;
}

.nav-drawer-cta {
  width: calc(100% - 0rem) !important;
  height: auto !important;
  padding: 14px !important;
  /* margin-top: calc(100%); */
  margin-bottom: 2rem;
}

body.nav-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .navbar ol {
    display: none;
  }

  .navbar .demo-botton {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.text-with-image .text .buttons button,
.nav-drawer .demo-botton,
.navbar .demo-botton {
  border-radius: 6px;
  background: var(--pallete-3);
  color: var(--pallete-4);
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .5%;
  cursor: pointer;
  width: 156px;
  height: 56px;
  border: 1px solid black;
}

.section-pallete {
  background: var(--pallete-7);
}

.section-pallete .text-with-image .text {
  max-width: 605px;
  width: 100%;
}

.text-with-image .text .buttons button {
  width: 192px;
  height: 54px;
}

.text-with-image .text .buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.text-with-image .viewable .screen {
  position: relative;
  height: auto;
  padding: 25px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 4px 20px -2px #0000000D;
  border-radius: 12px;

}

.text-with-image .viewable .screen .header {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #CFC4C5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.text-with-image .viewable .screen .header span {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  display: block;
}

.text-with-image .viewable .screen .content {
  border-radius: 10px;
  border: 1px solid #cfc4c5;
  background: #efeded;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .5rem;
  padding: 16px;
}

.text-with-image .viewable .screen .content .empty--1 {
  width: 30%;
  height: 8px;
  opacity: 1;
  background: var(--pallete-3);
}

.text-with-image .viewable .screen .content .empty--2 {
  width: 48%;
  height: 32px;
  opacity: 1;
  border-radius: 10px;
  background: #0000001A;

}

.text-with-image .viewable .screen .footer-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}

.text-with-image .viewable .screen .footer-badges .left,
.text-with-image .viewable .screen .footer-badges .right {
  width: 100%;
  height: 128px;
  opacity: 1;
  border-radius: 10px;
  padding: 16px;
  background: #FBF9F9;
  border: 1px solid #CFC4C5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 0.6px;
  text-align: center;
  vertical-align: middle;
  gap: 7px;

}

.text-with-image .viewable .screen .footer-badges .left img,
.text-with-image .viewable .screen .footer-badges .right img {
  width: 20px;
  height: auto;
}

.text-with-image .viewable .screen .absolute-badge {
  position: absolute;
  right: -24px;
  top: -28px;
  box-shadow: 0px 20px 25px -5px #0000001A;
  background: #ffffff;
  width: 189px;
  opacity: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.absolute-badge h5 {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 0.6px;
  vertical-align: middle;
}

.absolute-badge h4 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  vertical-align: middle;
}


section.subscribtion {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

section.subscribtion .headings {
  width: 530px;
  justify-self: center;
  margin: 2rem 1rem;
}

section.subscribtion .headings h1 {
  font-weight: 700;
  font-size: 49px;
  line-height: 58.8px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(180deg, #1b1b1b 0%, #6b6b6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
}

section.subscribtion .headings p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: #6B6B6B;
  margin: 0px;
}

.subscribtion-plans {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}

.subscribtion-plans .card {
  position: relative;
  width: 275px;
  height: auto;
  opacity: 1;
  border-radius: 6px;
  border-width: 2px;
  background: #161616;
  border: 2px solid #FFFFFF33;
  padding: 44px;
  display: flex;
  flex-direction: column;
}

.subscribtion-plans .card.featured {
  scale: 1.1;
}

.subscribtion-plans .card .tag {
  position: absolute;
  top: -14.7px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  border-radius: 3px;
  padding: 4px 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  background: #F7F7F7;
  width: 7rem;
}

.subscribtion-plans .caption {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #E2E2E2;
  margin-bottom: 10px;
}

.subscribtion-plans .subscription-price-per-month {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #737373;
  display: flex;
  align-items: flex-end;
  gap: .15rem;
}

.subscribtion-plans .subscription-price-per-month h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #E2E2E2;
  margin: 0;
}

.subscribtion-plans .package-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #A3A3A3;
  margin-top: 0;

}

.subscribtion-plans ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px;
}

.subscribtion-plans li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5%;
  vertical-align: middle;
  color: #E2E2E2;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
}

.subscribtion-plans .secondary-button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #111111;
  font-weight: 400 !important;
}

.subscribtion-plans button {
  width: 100%;
  gap: 16px;
  opacity: 1;
  border-radius: 6px;
  border-width: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.5%;
  margin-bottom: 6px;
}


.subscribtion-plans .footer-caption {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  color: #A3A3A3;

}

section.collapable-content .collapable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

section.collapable-content .container .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  color: #3F4447;
}

section.collapable-content .container .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 49px;
  line-height: 58.8px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  background: linear-gradient(180deg, #1b1b1b 0%, #6b6b6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}

section.collapable-content .collapable {
  margin-top: 2rem;
}

section.collapable-content details {
  width: 830px;
  opacity: 1;
  border-radius: 6px;
  border-width: 1px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5
}

section.collapable-content details[open] {
  border-radius: 6px;
  border: 1px solid #000000;
}

section.collapable-content details[open] summary img {
  transform: rotate(180deg);
}

section.collapable-content details summary::-webkit-details-marker {
  display: none;
}

section.collapable-content details summary::marker {
  content: "";
}

section.collapable-content details summary {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.5%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

section.collapable-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

section.collapable-content details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #6B6B6B;

  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-height .35s ease,
    opacity .35s ease,
    margin-top .35s ease;
}

section.collapable-content details[open] p {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
}

section.icon-with-text-scroll {
  font-weight: 400;
  font-size: 16px;
  color: #5D5F5F;
  text-align: center;
}

section.icon-with-text-scroll .caption {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5%;
  vertical-align: middle;
  margin-bottom: 16px;

}

.brands-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brands-logo {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  gap: 7rem;
}

.animation {
  animation: marquee 20s linear infinite;
}

.brands-logo img {
  height: 50px;
  flex: 0 0 auto;
}

.brands-wrapper:hover .brands-logo {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-10%);
  }
}


.customize-section {
  background: #ffffff;
  padding: 0 0 4rem 0;
}

.customize-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.customize-header h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
  background: linear-gradient(180deg, #1b1b1b 0%, #6b6b6b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.customize-header h1 .light-h1 {
  background: linear-gradient(180deg, #3a3a3a 0%, #8a8a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.customize-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--pallete-5);
  margin: 0;
  max-width: 480px;
}

.customize-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.customize-side-panel {
  background: var(--panel-bg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 100%;
}

.customize-side-item.is-active {
  box-shadow: 0px 0px 5px 0px #585858;
  background: white;
}

.customize-side-item.is-active .customize-icon {
  filter: opacity(1);
}

.customize-side-item {
  padding: 20px;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: background 0.15s ease;
  height: 26.55%;
}

.customize-side-item:last-child {
  border-bottom: none;
}

.customize-side-item:hover {
  background: #eeeef0;
}

.customize-icon {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  color: var(--ink-900);
  filter: opacity(0.5);
}

.customize-side-item h3 {
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 6px 0;
  color: var(--ink-600);
}

.customize-side-item.is-active h3 {
  color: var(--ink-900);
}

.customize-side-item p {
  font-family: var(--font-family);
  font-size: 13px;
  color: var(--ink-600);
  line-height: 1.45;
  margin: 0;
}

.customize-main-panel {
  background: var(--panel-bg);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid var(--border);
}

.customize-main-panel h2 {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: var(--ink-900);
}

.customize-content .shipping-option,
.customize-content .payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.customize-content .shipping-option:hover,
.customize-content .payment-option:hover {
  border-color: #d1d5db;
}

.customize-content .shipping-option.selected,
.customize-content .payment-option.selected {
  background: var(--green-bg);
  border-color: var(--green);
}

.customize-content .option-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.customize-content .radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.15s ease;
}

.customize-content .shipping-option.selected .radio,
.customize-content .payment-option.selected .radio {
  border-color: var(--green);
}

.customize-content .radio .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  transform: scale(0);
  transition: transform 0.15s ease;
}

.customize-content .shipping-option.selected .radio .dot,
.customize-content .payment-option.selected .radio .dot {
  transform: scale(1);
}

.customize-content .option-text h4 {
  font-family: var(--font-family);
  font-size: 14.5px;
  font-weight: 600;
  margin: 0 0 3px 0;
  color: var(--ink-900);
}

.customize-content .option-text span {
  font-family: var(--font-family);
  font-size: 12.5px;
  color: var(--ink-600);
}

.customize-content .option-price {
  font-family: var(--font-family);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-900);
}

.customize-payment-heading {
  margin-top: 24px;
}

.customize-payment-heading h2 {
  margin-bottom: 4px;
}

.customize-payment-sub {
  font-family: var(--font-family);
  font-size: 13px;
  color: var(--ink-600);
  margin: 0 0 14px 0;
}

.customize-content .card-icons {
  display: flex;
  gap: 6px;
}

.customize-content .card-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  font-family: var(--font-family);
}

.customize-content .visa {
  background: #1a1f71;
}

.customize-content .amex {
  background: #2e77bc;
}

.customize-content .mc {
  background: #fff;
  padding: 0 !important;
}

.customize-content .mc .circles {
  display: flex;
}

.customize-content .mc .circles div:first-child {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eb001b;
}

.customize-content .mc .circles div:last-child {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f79e1b;
  margin-left: -6px;
  opacity: 0.9;
}

.customize-content .btc {
  background: #f7931a;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.customize-header {
  margin-bottom: 3rem;
}

.customize-main-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.customize-main-panel.is-active {
  display: block;
  opacity: 1;
}

.customize-side-item {
  cursor: pointer;
  transition: 0.3s ease;
}

.customize-side-item.is-active {
  border-color: #000;
}

.customize-main-panel.is-active img {
  width: 100%;
}

.customize-main-panel.is-active video {
  width: 100%;
}

.text-with-image .secondary-button {
  border: 1px solid #1B1B1B !important;
  color: #1B1B1B !important;
  background: transparent !important;

}

@media (max-width: 900px) {
  .customize-content {
    grid-template-columns: 1fr;
  }

  .customize-header h1 {
    font-size: 30px;
  }
}


.revenue-section {
  padding: 3rem 0 3rem;
}

.revenue-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.revenue-header h1 {
  font-weight: 700;
  font-size: 49px;
  line-height: 58.8px;
  letter-spacing: -2%;
  margin: 0 0 16px;
  background: linear-gradient(180deg, #1b1b1b 0%, #6b6b6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.revenue-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--pallete-5);
  margin: 0 0 32px;
}

.revenue-tabs {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: 100%;
  margin-bottom: 3rem;
}

.revenue-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--border-color);
  background: #fff;
  color: var(--pallete-3);
  cursor: pointer;
  transition: all 0.15s ease;
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 6px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;

}

.revenue-tab-btn:hover {
  border-color: var(--pallete-6);
}

.revenue-tab-btn.active {
  background: var(--pallete-3);
  color: var(--pallete-4);
  border-color: var(--pallete-3);
}

.revenue-tab-icon {
  font-size: 15px;
}

.revenue-stage {
  /* max-width: 1040px; */
  /* margin: 0 auto; */
}

.revenue-frame {
  border-radius: 10px;
  box-shadow: 0px 20px 40px -8px #00000014;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.revenue-frame img {
  width: 100%;
  height: auto;
  display: none;
}

.revenue-frame img.active {
  display: block;
}

.revenue-tab-btn.active .revenue-tab-icon {
  filter: invert(1);
}

@media (max-width: 900px) {
  .revenue-header h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 1200px) {

  .page-width {
    padding: 32px 48px;
  }

  .navbar {
    padding: 20px 48px;
  }

  .text-with-image {
    gap: 3rem;
  }

  .text-with-image .text .h1,
  .section.beta-access-section .text-section .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .section.beta-access-section {
    padding: 60px 48px;
  }

  .section.beta-access-section .email-box {
    max-width: unset;
    width: 100%;
  }

  .subscribtion-plans {
    /* flex-wrap: wrap; */
  }

  .subscribtion-plans .card {
    width: 260px;
  }

  section.subscribtion .headings {
    width: 100%;
    max-width: 530px;
    padding: 0 24px;
    margin-bottom: 2rem;
  }

  section.collapable-content details {
    width: 100%;
    max-width: 830px;
  }

  section.collapable-content .container {
    padding: 0 48px;
  }

  .customize-content {
    grid-template-columns: 240px 1fr;
  }

  .customize-header h1 {
    font-size: 34px;
  }

  .revenue-header h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .revenue-stage,
  .revenue-frame {
    max-width: 100%;
  }
}

@media (max-width: 992px) {

  .page-width {
    padding: 28px 32px;
  }

  .navbar {
    padding: 16px 32px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .text-with-image {
    flex-direction: column;
  }

  .text-with-image .text .app-store-tag {
    justify-self: center;
  }

  .text-with-image .text,
  .text-with-image .viewable {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .text-with-image .text .buttons {
    justify-content: center;
  }

  .section-pallete .text-with-image .text {
    max-width: 100%;
    text-align: center;
  }

  .text-with-image .text .buttons {
    justify-content: center;
  }

  .text-with-image .viewable .screen .absolute-badge {
    right: 8px;
  }

  .section.beta-access-section {
    flex-direction: column;
    padding: 48px 32px;
  }

  .section.beta-access-section .text-section {
    max-width: 100%;
    text-align: center;
  }

  .subscribtion-plans {
    justify-content: center;
    gap: 1rem;
  }

  .subscribtion-plans .card.featured {
    scale: 1;
  }

  section.collapable-content .container {
    padding: 0 32px;
  }

  .customize-content {
    grid-template-columns: 1fr;
  }

  .customize-side-panel {
    height: auto;
  }

  .customize-side-item {
    height: auto;
  }

  .customize-header h1 {
    font-size: 30px;
  }

  .revenue-tabs {
    gap: 8px;
  }

  .revenue-tab-btn {
    font-size: 13px;
    padding: 9px 14px;
  }

  .section.beta-access-section .email-box {
    width: calc(100% - 4rem);
  }
}

@media (max-width: 768px) {
  .revenue-tabs::-webkit-scrollbar {
    display: none;
  }

  .page-width {
    padding: 24px 20px;
  }

  .navbar {
    padding: 14px 20px;
  }

  .navbar .logo img {
    height: 28px;
    width: auto;
  }

  .navbar button {
    width: auto;
    height: auto;
    padding: 12px 18px;
  }

  .text-with-image .text .h1,
  .section.beta-access-section .text-section .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-with-image .text p,
  .section.beta-access-section .text-section p {
    font-size: 14px;
    line-height: 22px;
  }

  .text-with-image .text .buttons {
    /* flex-direction: column; */
    align-items: stretch;
  }

  .text-with-image .text .buttons button {
    width: 100%;
    font-size: 13px;
    height: 36px;

  }

  .subscribtion-plans {
    flex-wrap: wrap;
  }

  .text-with-image .viewable .screen .footer-badges .left,
  .text-with-image .viewable .screen .footer-badges .right {
    max-height: 128px;
    height: 100%;
  }

  .text-with-image .viewable .screen .absolute-badge {
    width: unset;
    padding: .5rem;
    top: -10px;
  }

  .text-with-image .viewable .screen .absolute-badge h5 {
    font-size: 9px;
  }

  .text-with-image .viewable .screen .absolute-badge h4 {
    font-size: 16px;
  }

  .brands-logo img {
    height: 36px;
  }

  .brands-logo {
    gap: 4rem;
  }

  section.subscribtion {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  section.subscribtion .headings h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .subscribtion-plans .card {
    width: 100%;
    max-width: 340px;
  }

  section.collapable-content {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  section.collapable-content .container .title {
    font-size: 32px;
    line-height: 40px;
  }

  section.collapable-content details {
    padding: 14px 18px;
  }

  .section.beta-access-section .email-box {
    padding: 24px 20px 32px;
  }

  .section.beta-access-section .text-section .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .customize-section {
    padding: .5rem 0;
  }

  .customize-header h1 {
    font-size: 26px;
  }

  .customize-header p {
    max-width: 100%;
  }

  .customize-main-panel {
    padding: 18px;
  }

  .customize-content .shipping-option,
  .customize-content .payment-option {
    padding: 14px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .customize-content .option-price {
    margin-left: auto;
  }

  .revenue-section {
    padding: 3.5rem 0 3rem;
  }

  .revenue-header h1 {
    font-size: 28px;
  }

  .revenue-header p {
    font-size: 14px;
  }

  .revenue-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .revenue-tab-btn {
    flex: 0 0 auto;
  }

  .footer {
    padding: 28px 20px;
  }

  .footer .footer-section-1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer .footer-section-1 .links {
    gap: 1.5rem;
    width: 100%;
    padding: 0;
    justify-content: space-around;
  }

  section.subscribtion .headings {
    margin-bottom: 2rem;
    width: 90%;
  }

  .divider {
    padding: 2rem;
  }

  .section.beta-access-section .email-box {
    width: calc(100% - 2.5rem);
  }
}

@media (max-width: 480px) {

  .text-with-image .text .app-store-tag {
    justify-self: center;
    font-size: 10px;
  }

  .page-width {
    padding: 20px 16px;
  }

  .navbar {
    padding: 12px 16px;
  }

  .navbar ol {
    gap: 0.75rem;
  }

  .navbar ol li {
    font-size: 12px;
  }

  .text-with-image .text .h1,
  .section.beta-access-section .text-section .h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-with-image .viewable .screen {
    padding: 16px;
  }

  .text-with-image .viewable .screen .content {
    height: 120px;
  }

  .text-with-image .viewable .screen .absolute-badge {
    top: -20px;
  }

  section.subscribtion .headings h1 {
    font-size: 26px;
    line-height: 32px;
  }

  section.subscribtion .headings p {
    font-size: 14px;
  }

  .subscribtion-plans .card {
    padding: 28px 22px;
  }

  section.collapable-content .container .title {
    font-size: 26px;
    line-height: 34px;
  }

  section.collapable-content .container .sub-title {
    font-size: 14px;
  }

  .section.beta-access-section .email-box .sub-heading,
  .section.beta-access-section .email-box .caption {
    font-size: 14px;
  }

  .customize-divider {
    margin: 24px 0 28px;
  }

  .customize-side-item {
    padding: 16px;
  }

  .customize-main-panel h2 {
    font-size: 16px;
  }

  .customize-content .option-text h4 {
    font-size: 13.5px;
  }

  .customize-content .card-icons {
    flex-wrap: wrap;
  }

  .revenue-header h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .revenue-tab-btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  .footer .footer-section-1 .app-logo-with-text img {
    width: 44px;
    height: 44px;
  }

  .footer .footer-section-1 .app-logo-with-text .app-label {
    font-size: 15px;
  }

  .footer .footer-section-2 {
    font-size: 10px;
  }
}