@font-face {
  font-family: "Metro Sans";
  src: url("../fonts/MetroSans-Light.woff2") format("woff2"),
    url("../fonts/MetroSans-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal;
}

@font-face {
  font-family: "Metro Sans";
  src: url("../fonts/MetroSans-Book.woff2") format("woff2"),
    url("../fonts/MetroSans-Book.ttf") format("truetype");
  font-weight: 350;
  /* Book */
  font-style: normal;
}

@font-face {
  font-family: "Metro Sans";
  src: url("../fonts/MetroSans-Regular.woff2") format("woff2"),
    url("../fonts/MetroSans-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Metro Sans";
  src: url("../fonts/MetroSans-Medium.woff2") format("woff2"),
    url("../fonts/MetroSans-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Metro Sans";
  src: url("../fonts/MetroSans-SemiBold.woff2") format("woff2"),
    url("../fonts/MetroSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "Metro Sans";
  src: url("../fonts/MetroSans-Bold.woff2") format("woff2"),
    url("../fonts/MetroSans-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}

:root {
  --primary-color: #2e39e6;
  --gray-text: #4b5565;
  --dark-gray-text: #101828;
  --font-size-text: 16px;
  --font-size-h2: 32px;
  --fw-light: 300;
  --fw-book: 350;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
}

html {
  font-family: "Metro Sans", sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
  position: relative;
}

header {
  margin-top: 3rem;
  padding-top: 3rem;
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 32px;
  font-weight: var(--fw-semi-bold);
  line-height: 44px;
  padding-top: 2rem;
}

.header-container {
  margin: 3rem 16px 0 16px;
}

.banner {
  display: flex;
  flex-direction: row;
  justify-content: center;

  background-color: #090C37;
  border-radius: 9px;
  color: white;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%); 
  width: 95%;
  margin: 0 auto;
}

.banner-img, .banner-text, .banner-a {
  margin: .6rem 0 0 0;
}

.banner-img {
  width: 20px;
  height: 20px;
}

.banner-text {
  font-size: 12px;
  margin-top: .6rem;
  margin-left: .2rem;
  margin-right: 1rem;
}

.banner-a {
  font-size: 12px;
  color: white;
  text-underline-offset: 3px;
}

.btn-blue {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: white;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.btn-blue:hover {
  background-color: white;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-white {
  background-color: white;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.btn-white:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}

.btn-long {
  width: 100%;
  height: 48px;
}

.btn-mid {
  width: 60%;
  height: 56px;
  margin-left: 1rem;
}

nav {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  margin-top: 3rem;
}

.nav-logo {
  display: flex;
  flex-direction: row;
}

.version {
  margin: 0;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  width: 55px;
  height: 25px;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(61, 61, 61, 0.12),
    0px 0.75px 0.75px 0px rgba(255, 255, 255, 0.64) inset;
}

.nav-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  width: 100%;
  text-align: right;
  padding: 10px;
  margin: 0;
  height: 100vh;
}

.nav-links li {
  padding: 10px;
  position: relative;
}

.nav-links li a {
  color: #707070;
  font-size: 16px;
  text-decoration: none;
}

.hamburger {
  display: block;
  padding-right: 1rem;
}

.nav-icon {
  width: 35px;
  height: 35px;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

.mockup {
  width: 100%;
}

#features,
#pricing {
  text-align: center;
  background-image: url("../assets/Pattern-mobile.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  padding: 1rem;
  padding-top: 5.5rem;
}

#pricing {
  background-image: none;
}

.title-small {
  color: var(--primary-color);
  font-size: 0.86rem;
  font-weight: var(--fw-medium);
  line-height: 20px;
  margin: 0;
  padding-right: 5px;
}

.title-small-container {
  display: flex;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: row;
  justify-content: space-evenly;
  height: 32px;
  width: 102px;
  align-items: center;
  text-align: center;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.06),
    0px 2px 4px 0px rgba(41, 41, 41, 0.04),
    0px 1px 2px 0px rgba(41, 41, 41, 0.04),
    0px 0px 0px 1px rgba(41, 41, 41, 0.08),
    0px -0.5px 0.5px 0px rgba(41, 41, 41, 0.08) inset;
}

.feature-h2,
.pricing-h2 {
  text-align: center;
  color: var(--dark-gray-text);
  font-size: var(--font-size-h2);
  margin: 0;
  margin-bottom: 20px;
}

.feature-icons {
  height: 35px;
  width: 35px;
}

.feature-title {
  color: var(--dark-gray-text);
  font-size: 20px;
  font-weight: var(--fw-medium);
  line-height: 30px;
  margin: 0 0 8px 0;
}

.tagline,
.supporting-text {
  color: var(--gray-text);
  margin-top: 0;
}

.tagline {
  font-size: 18px;
}

.feature-tagline {
  margin-bottom: 64px;
}

.supporting-text {
  font-size: var(--font-size-text);
}

.sect-l {
  background-color: rgb(1, 11, 20);
  position: relative;
  width: 100%;
}

.background-img {
  width: 100%;
}

.sect-l-b {
  position: absolute;
  bottom: 5%;
  padding-bottom: 2rem;
}

.sect-l-text {
  color: white;
  font-size: 20px;
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-right: 2rem;
}

.sect-r {
  background: url("../assets/sect-r-bg-img.svg") no-repeat center center,
    var(--Linear, linear-gradient(173deg, #2b39ee 3.75%, #7880fc 94.67%));
  background-size: contain, cover;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.sect-r-h2 {
  color: #fff;
  margin-left: 1rem;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.sect-r-content {
  margin-left: 1rem;
  width: 80%;
}

.numbers {
  color: rgba(255, 255, 255, 0.5);
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
}

.sect-r-text {
  color: white;
  font-size: 24px;
}

.toggle-text {
  margin: 0;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
}

.modal-web {
  display: none;
}

.biz-plan-wrapper {
  border-radius: 24px;
  margin-top: 3rem;
  padding-top: 4px;
  background-color: var(--primary-color);
}

.biz-plan-text {
  margin: 0;
  color: white;
  font-size: 12px;
  padding-bottom: 4px;
}

.pricing-card {
  border-radius: 24px;
  box-shadow: 0px 30px 40px 8px rgba(0, 0, 0, 0.12);
  padding: 1.5rem;
  padding-bottom: 3rem;
  z-index: 1;
  background-color: white;
}

.pricing-desc {
  text-align: left;
}

.plan {
  font-size: 20px;
  margin: 0;
}

.plan-tagline {
  font-size: 14px;
  color: var(--gray-text);
  margin: 0;
}

.price {
  position: relative;
}

.price-big {
  font-size: 32px;
  font-weight: 700;
  margin-right: 10px;
}

.price-sml {
  font-weight: 700;
  position: absolute;
  top: 10%;
}

.feature-items {
  list-style: none;
  padding: 0;
}

.feature-item,
.biz-feature-item {
  line-height: 1.8;
  font-size: 16px;
}

.biz-feature-item {
  font-weight: 700;
}

.biz-feature-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/badge-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

u {
  cursor: pointer;
}

.feature-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/badge-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.pricing-contact {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: 700;
}

#qa {
  background-color: var(--primary-color);
  color: white;
  padding: 1rem;
  line-height: normal;
  text-align: left;
}

.qa-h2 {
  font-size: 48px;
  font-weight: 700;
}

.qa-tagline {
  font-size: 20px;
}

.qa-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: "Metro Sans";
  border-top: 1px solid white;
}

.qas {
  border-bottom: 1px solid white;
}

.question {
  font-size: 20px;
  padding: 30px 0;
  cursor: pointer;
  border-left: none;
  border-right: none;
}

.answer {
  display: none;
  margin: 10px;
  font-size: 16px;
}

.arrow {
  float: right;
  transition: transform 0.3s ease, color 0.3s ease;
}

.meet {
  text-align: center;
  padding: 0 1rem;
}

.meet-h2 {
  color: #101828;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: .5rem;
}

.meet-tagline {
  color: #4B5565;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 2rem;
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.member-wrapper{
  margin-bottom: 48px;
}

.member-img {
  width: 150px;
  background-color: #BBBFFF;
  border-radius: 9px;
}

.member-name {
  color: #2E39E6;
  font-size: 14px;
  font-weight: 700;
}

.member-name-4 {
  margin-top: 2rem;
}

.member-role {
  color: #231F20;
  font-size: 14px;
  font-weight: 500;
}

.member-connect {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.member-connect a {
  text-decoration: none;
}

.member-link {
  margin-top: 8px;
  margin-left: 8px;
  color: #1A1A1A;
  font-size: 12px;  
  font-weight: 700;
}

.member-link-7 {
  text-align: left;
}

footer {
  background-color: black;
  color: white;
  padding: 4rem 1rem;
}

.footer-img {
  width: 70%;
}

.footer-tagline {
  font-size: 20px;
  width: 90%;
}

.footer-h3 {
  font-size: 24px;
}

.footer-ul {
  list-style: none;
  padding: 0;
}

.footer-link {
  margin-bottom: 2rem;
}

.footer-link a {
  color: #fff;
  text-decoration: none;
}

.legal {
  border-top: 1px solid white;
}

.legal-text {
  font-size: 18px;
}

@media (max-width: 414px) {
  .member-role-2 {
    margin-top: 1.55rem;
    margin-bottom: 1.55rem;
  }
}

@media screen and (min-width: 768px) {
  header {
    padding-top: 8rem;
  }

  header,
  #features {
    background: url("../assets/Pattern-web.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .banner-text, .banner-a{
    font-size: 14px;
  }

  h1 {
    font-size: 60px;
    width: 70%;
    margin: 0 auto 2rem auto;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    padding: 0;
  }

  .header-btn {
    width: 30% !important;
    margin-top: 2rem !important;
  }

  nav {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 2rem;
    border-radius: 24px;
    box-shadow: 0px 1px 1px 0.5px rgba(41, 41, 41, 0.04), 0px 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0px 6px 6px -3px rgba(41, 41, 41, 0.04), 0px 12px 12px -6px rgba(41, 41, 41, 0.04), 0px 24px 24px -12px rgba(41, 41, 41, 0.04), 0px 48px 48px -24px rgba(41, 41, 41, 0.04), 0px 0px 0px 1px rgba(41, 41, 41, 0.04), 0px -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset;
  }

  .nav-logo {
    margin-bottom: 1rem;
  }

  .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    height: 100%;
    width: 100%;
    background-color: transparent;
    padding-top: 0;
    padding-right: 1.5rem;
  }

  .nav-center {
    display: flex;
    gap: 20px;
    justify-items: center;
    position: absolute ;
  left: 50% ;
  transform: translateX(-50%) ;
  }
  
  .nav-right {
    display: flex;
    gap: 0;
  }

  .nav-links li {
    padding:0;
  }
  
  .btn-nav {
    width: 76px;
    height: 56px!important;
  }

  .hidden {
    display:none;
  }

  .mockup {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
  }

  .feature-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    margin: 0 2rem 3rem 2rem;
  }

  .tagline {
    width: 70%;
    margin: 0 auto;
  }

  .feature-title {
    margin-bottom: 1rem;
  }

  .section-rl {
    display: grid;
    grid-template-columns: 40% 60%;
    background-color: black;
    margin-bottom: 3rem;
  }

  .sect-l-b {
    bottom: 20%;
  }

  .sect-l-text {
    padding-right: 2rem;
  }

  .sect-r {
    background: url("../assets/sect-r-bg-img-web.svg") no-repeat,
    var(--Linear, linear-gradient(173deg, #2b39ee 3.75%, #7880fc 94.67%));
    background-position: center bottom; 
    padding: 0 2rem;
  }

  .sect-r-h2 {
    width: 90%;
    font-size: 56px;
    margin-bottom: 1rem;
  }

  .section-r-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sect-r-content {
    margin: 0 auto;
  }

  .numbers {
    margin-top: 0;
  }

  .pricing-tagline {
    margin-bottom: 0;
  }

  .toggle-text {
    margin-bottom: 3rem;
  }

  .pricing-card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .biz-plan-wrapper {
    margin-top: 0;
    width: 468px;
  }

  .biz-plan-wrapper .pricing-card {
    margin: 0 auto;
    height: 618px;
  }

  .pricing-card {
    width: 400px;
    height: 658px;
  }

  .feature-items {
    margin-bottom: 3rem;
  }

  .qa-content-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2rem;
    padding: 2rem 3rem;
  }

  .qa-h2 {
    font-size: 87px;
    margin: 0;
  }

  .qa-tagline {
    font-size: 40px;
    width: 80%;
  }

  .qa-r {
    width: 100%;
  }

  .question {
    font-size: 28px;
  }

  .answer {
    font-size: 20px;
    line-height: 1.5;
  }

  .meet-tagline {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .member-img {
    width: 180px;
  }

  .member-name {
    font-size: 16px;
  }

  .member-link {
    font-size: 14px;
  }

  footer {
    padding: 4rem;
  }

  .footer-img {
    width: 30%;
  }

  .footer-tagline {
    width: 30%;
  }

  .footer-content,
  .footer-ul {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }

  .footer-h3 {
    margin: 0;
  }

  .footer-ul {
    margin-top: 10px;
  }

  .legal {
    text-align: center;
  }

  .spacer {
    margin: 0 2rem;
  }
}

@media (min-width: 1048px) {
  .team {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 8rem;
  }

  .member-img {
    width: 195px;
  }
}

@media screen and (min-width: 1344px) {
  .modal-web {
    display: block;
    background-color: #131861;
    padding: 0;
    position: relative;
    padding-bottom: 70px;
  }

  .modal-web-h2 {
    color: white;
    font-size: 40px;
    text-align: left;
    padding-left: 2rem;
    padding-top: 2rem;
    line-height: 57px;
  }

  .thin {
    font-weight: 300;
  }

  .bold {
    font-weight: 700;
  }

  .modal-web-img {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 24px 24px;
  }
}