body,
body * {
  font-family: 'Archivo', sans-serif;
}

.hidden {
  display: none !important;
}

body.night-theme .container {
  padding-top: 58px;
  padding-bottom: 58px;
  padding-right: 0;
  padding-left: 0;
}

.privacy-wrapper {
  background-color: #111111;
}

#privacy {
  margin: 28px auto;
}

nav {
  background: #111111e5;
  padding: 0 56px;
}

.navbar-brand {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand img {
  margin-right: 8px;
}

nav li a.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #b0b0bc;
}
button.nt-install-btn {
  width: 176px;
  height: 48px;
  border-radius: 1000px;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

button.nt-install-btn a {
  color: #232329;
  text-decoration: none;
  align-items: center;
  display: flex;
}

button.nt-install-btn-primary {
  background: linear-gradient(225deg, #ffb000 13.63%, #ff7000 86.73%);
}

button.nt-install-btn-secondary {
  background: #ffffff;
  margin: 0 auto;
  margin-top: 40px;
}

button.nt-install-btn img {
  margin-right: 6px;
}

button.nt-install-btn:hover {
  background: linear-gradient(0deg, #ffb000, #ffb000);
  color: #232329;
}

button.nt-install-btn:active {
  background: linear-gradient(0deg, #ffc951, #ffc951);
  color: #232329;
}

button.nt-install-btn:focus {
  border: none;
  box-shadow: none;
  color: #232329;
}

button.nt-install-btn-secondary:focus {
  background: #ffffff;
}

button.nt-install-now-btn {
  width: 129px;
  height: 48px;
  background: #fff;
}

button.nt-install-now-btn img {
  margin: 0;
  width: 20px;
  height: 20px;
}

nav .navbar-toggler {
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
}

nav .navbar-toggler:focus {
  box-shadow: none;
}

nav .navbar-toggler:hover {
  border-radius: 1000px;
  background: #43434e;
}

nav .navbar-toggler:active {
  background: #232329;
}

nav .navbar-toggler .navbar-toggler-icon {
  background-image: url(./img/burger-menu.svg);
  width: 48px;
  height: 48px;
}

.nav-link:focus,
.nav-link:hover {
  color: #b0b0bc;
}

.bg-black {
  background-color: #111111;
  color: white;
}

.bg-girl {
  background-image: url(img/girl.png);
  background-size: cover;
  height: 696px;
}

.main-bg {
  background-image: url(img/main-bg.png);
  background-size: cover;
}

.screen-ex {
  background-image: url(img/screen.png);
  height: 560px;
  background-size: cover;
  background-position: right;
}

.card {
  margin: 5px;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 48px;
  background: linear-gradient(180deg, #332d35 0%, #281f2b 100%);
  border-radius: 16px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.card h3 {
  margin-top: 30px;
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
}

.paragraph {
  max-width: 656px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.card h4,
.paragraph h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: -0.02em;
  text-align: left;
}

.paragraph h4 {
  color: #fff;
}

.card p,
.paragraph p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #d0d0d7;
}

.steps .row {
  margin-bottom: 64px;
}

.step .step-screen,
.step img {
  width: 100%;
}

.step img.install-btn {
  width: 20px;
}

.step * {
  text-align: start;
}

.step button {
  margin: 32px 0;
}

.step h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: -0.02em;
  text-align: left;
}

.step p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #d0d0d7;
}

.feature-icon {
  width: 96px;
  height: 96px;
  background-size: contain;
}

.feature-icon-1 {
  background-image: url(img/icon-feature-1.png);
  width: 368px;
  height: 96px;
  background-size: contain;
}

.feature-icon-2 {
  background-image: url(img/icon-feature-2.png);
}

.feature-icon-3 {
  background-image: url(img/icon-feature-3.png);
}

.feature-icon-4 {
  background-image: url(img/icon-feature-4.png);
}

.display-small-only {
  display: none;
}

.display-large-only {
  display: block;
}

#about {
  padding-bottom: 58px !important;
}

#about h2,
#privacy h2 {
  font-size: 84px;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(225deg, #ffb000 13.63%, #ff7000 86.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

#privacy h2 {
  margin-bottom: 32px;
}

#about h4,
#privacy h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  background: #d0d0d7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about .about-wrapper {
  background: #23232999;
  padding: 56px 48px !important;
  margin: 28px auto;
  margin-bottom: 76px;
}

#features {
  margin-top: 56px;
  margin-bottom: 32px;
}

.ready-wrapper {
  max-width: 979px;
}

h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: center;
}

.ready-wrapper p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #d0d0d7;
}

.ready-wrapper h1 {
  font-size: 72px;
}

.ready-wrapper button {
  margin: 0 auto;
  margin-top: 40px;
}

.navbar-brand-wrapper {
  display: flex;
  justify-content: center;
}

#privacyPolicy ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #b0b0bc;
}

#privacyPolicy ul:hover {
  cursor: pointer;
}

a:hover {
  color: #fff;
}

#privacyPolicy p,
#privacyPolicy a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #a1a1af;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 991px) {
  .screen-ex {
    background-position: right;
  }
  .bg-girl {
    display: none;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-icon-1 {
    width: 244px;
    height: 60px;
  }

  .display-small-only {
    display: block;
  }

  .display-large-only {
    display: none !important;
  }

  .navbar-collapse li a.nav-link {
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
  }

  .navbar-collapse ul {
    margin-top: 100px;
  }

  .nav-item:last-child {
    margin-top: 77px;
    margin-bottom: 20px;
  }

  #about h2 {
    font-size: 56px;
  }

  #about h4 {
    font-size: 18px;
  }

  h1 {
    font-size: 52px;
  }

  .card h3 {
    font-size: 32px;
  }

  .card h4,
  .paragraph h4 {
    font-size: 24px;
  }

  .paragraph h4 {
    color: #fff;
  }

  .card p,
  .paragraph p {
    font-size: 16px;
  }

  .column-wrapper {
    margin-bottom: 16px;
  }
  .step h4 {
    font-size: 24px;
  }

  .step p {
    font-size: 16px;
  }

  .steps .row {
    margin-bottom: 48px;
  }

  body.night-theme .container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .ready-wrapper h1 {
    font-size: 35px;
  }

  .ready-wrapper p {
    font-size: 18px;
  }

  #privacy {
    margin: 68px auto;
  }

  .paragraph {
    max-width: 320px;
    margin: 0 auto;
  }

  nav {
    padding: 0;
  }
}

@media (max-width: 414px) {
  #small-install-btn-container button {
    width: 120px;
  }
}
