@import "reset.css";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

.container {
  width: 90%;
  margin: 0 auto;
}

body {
  font-family: "Work-sans", sans-serif;
}

header {
  padding: 18px 0;
}

header .navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .hamburger {
  display: none;
}

header .navigation {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}

header nav {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

header nav a {
  color: rgba(29, 30, 28, 1);
  font-weight: 500;
  font-size: 14px;
}

header .call__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 13.5px 36px;
  background-color: transparent;
  border: 1px solid rgba(29, 30, 28, 1);
  border-radius: 42px;
}

header .language {
  position: relative;
}

header .language .dropdown {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  background-color: white;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 59px 124px 0px rgba(0, 0, 0, 0.12);
}

header .language:hover .dropdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

header .language button {
  border: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.hero {
  background-color: rgba(248, 248, 248, 1);
  padding: 90px 0;
}

.hero .hero__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}

.hero .hero__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 2;
}

.hero .hero__image {
  flex: 1;
}

.hero__image img {
  width: 100%;
}

.hero .hero__text h1 {
  color: rgba(19, 34, 56, 1);
  font-size: 64px;
  font-weight: 600;
  text-align: left;
}

.hero__text p {
  color: rgba(29, 30, 28, 1);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}

.mobile-application {
  padding: 94px 0;
  background-color: white;
}

.application__content {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}

.application__text {
  flex: 1;
}

.application__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application__image img {
  width: 100%;
}

.application__text h1 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56.16px;
  text-align: left;
  color: rgba(31, 42, 55, 1);
}

.application__text .description {
  font-family: "Inter", sans-serif;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(107, 114, 128, 1);
}

.store__buttons {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.store__buttons button {
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 0;
}

.store__buttons button div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}

.store__buttons button div p {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.store__buttons button div span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: rgba(153, 153, 153, 1);
}

.idea {
  padding: 100px 0;
  background-color: rgba(19, 34, 56, 1);
}

.idea .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.idea .content .title {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.idea .content h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}

.idea .content .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(165, 172, 181, 1);
  max-width: 826px;
}

.idea button {
  background-color: rgba(77, 61, 255, 1);
  border-radius: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  border: 0;
  padding: 12px 36px;
}

.idea button p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1) !important;
}

footer {
  padding: 96px 0;
}

footer .contact__card {
  padding: 88px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 59px 124px 0px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  gap: 105px;
}

footer .contact-information {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .contact-information h1 {
  color: rgba(19, 34, 56, 1);
  font-weight: 600;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
}

footer .contact-information .description {
  color: rgba(135, 144, 157, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.contact-information .contact-card__grid {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-card__grid .card {
  display: flex;
  flex-direction: row;
  gap: 13px;
  padding: 24px;
  align-items: center;
}

.card .icon__background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(77, 61, 255, 0.05);
  padding: 12px;
  border-radius: 100%;
}

.card .content {
  display: flex;
  flex-direction: column;
}

.card .content h4 {
  color: rgba(66, 78, 96, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.card .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(19, 34, 56, 1);
}

footer form {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

form button {
  background-color: rgba(77, 61, 255, 1);
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 12px 36px;
  align-items: center;
  border: 0;
  border-radius: 74px;
}

form button p {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

form .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.bottom .socials {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.socials a {
  padding: 15px;
}

.form__elements {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form__elements input {
  border: 0;
  border-bottom: 1.5px solid rgba(230, 232, 235, 1);
  padding: 14px 0;
  font-family: "Work-sans", sans-serif !important;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 300;
}

.form__elements input::placeholder {
  color: rgba(105, 116, 132, 1);
  font-family: "Work-sans", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
}

.form__elements input:focus {
  border-color: rgba(77, 61, 255, 1);
}

@media only screen and (max-width: 991px) {
  header {
    padding: 21px 0;
  }

  header .hamburger {
    display: block;
  }
  header .navigation {
    display: none;
    position: absolute;
    background-color: white;
    flex-direction: column;
    top: 64px;
    left: 0;
    right: 0;
    gap: 8px;
    padding: 16px 16px;
  }

  header .navigation nav {
    display: flex;
    flex-direction: column;
    order: 1;
    gap: 8px;
  }

  header .navigation .call__box {
    order: 0;
    width: 100%;
  }

  header .navigation .call__button {
    background: rgba(250, 250, 250, 1);
    width: 100%;
    border: 0;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    border-radius: 8px;
  }

  header nav {
    width: 100%;
  }
  header nav a {
    background: rgba(250, 250, 250, 1);
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
  }

  header .navigation .language {
    order: 2;
  }

  header .language {
    margin-left: auto;
  }

  header .language .active {
    background: rgba(250, 250, 250, 1);
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  header .language .dropdown {
    top: 36px;
  }

  .hamburger {
    background-color: transparent !important;
    border: 0;
  }

  .hero {
    padding: 24px 0;
  }

  .hero__content {
    display: flex;
    flex-direction: column !important;
  }

  .hero__content .hero__text h1 {
    font-size: 36px;
  }

  .hero__text p {
    font-size: 14px;
  }

  .mobile-application {
    padding: 24px 0;
  }

  .application__content {
    flex-direction: column;
    gap: 48px;
  }

  .application__content h1 {
    font-size: 28px;
  }

  .application__content .description {
    font-size: 16px;
  }

  .idea {
    padding: 36px 0;
  }

  .idea .title h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .idea .description {
    font-size: 18px;
  }

  footer {
    padding: 36px 0;
  }

  form {
    width: 100%;
  }

  .contact__card {
    flex-direction: column !important;
    padding: 24px !important;
    gap: 36px !important;
  }

  .bottom {
    flex-direction: column !important;
    align-items: start !important;
    width: 100%;
    gap: 50px;
  }
}

.active-navbar {
  display: flex !important;
}
