*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.container {
  width: 100%;
  height: 100%;
  padding: 0 30rem;
}

.container-fluid {
  width: 100%;
  height: 100%;
  padding: 0;
}

ul,
a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

hr {
  width: 75%;
  height: 2px;
  border: 1px solid #EDF1F3;
  margin: 0 auto;
}

body {
  min-height: 100vh;
  font-family: "Passenger Display";
}

.header {
  width: 100%;
  height: 7rem;
  background-color: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 16rem;
  height: 3rem;
  overflow: hidden;
  cursor: pointer;
}
.header__logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.header__nav__item {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.header__nav__item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  border: 0.2rem solid #fff;
  border-radius: 0.5rem;
  background-color: #fea100;
  box-shadow: 0px 0px 0px 0.2rem #fea100;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.header__nav__item .btn .fas {
  color: #000;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.nav-link:hover {
  text-decoration: underline;
}

.checked {
  text-decoration: underline;
  color: #fea100;
  font-size: 1.5rem;
}

.footer {
  width: 100%;
  height: 39rem;
  padding: 6rem 0;
  background-color: #373844;
}
.footer__main {
  display: flex;
  margin-bottom: 6rem;
}
.footer__main__nav {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.footer__main__nav__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
}
.footer__main__nav__menu {
  display: flex;
  flex-direction: column;
}
.footer__main__nav__menu__item {
  font-size: 1.2rem;
  font-weight: 600;
  color: #7D8587;
  margin-bottom: 0.5rem;
}
.footer__main__letter {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.footer__main__letter__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
}
.footer__main__letter__desc {
  font-size: 1.2rem;
  font-weight: 500;
  color: #7D8587;
}
.footer__main__letter__form {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer__main__letter__form__input {
  width: 24rem;
  height: 3.5rem;
  padding: 2rem 1rem;
  border: 1px solid #7D8587;
  display: flex;
  align-items: center;
}
.footer__main__letter__form__input i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #fea100;
}
.footer__main__letter__form__input input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.footer__main__letter__form__submit {
  height: 100%;
  margin-left: 1rem;
  border: none;
  border-radius: 0.5rem;
  padding: 0 2rem;
  background-color: #fea100;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.footer__main__letter__social {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer__main__letter__social__item {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__main__letter__social__item.fb-icon {
  background-color: #3b5998;
  color: #fff;
}
.footer__main__letter__social__item.twitter-icon {
  background-color: #1da1f2;
  color: #fff;
}
.footer__main__letter__social__item.instagram-icon {
  background-color: #e1306c;
  color: #fff;
}
.footer__main__store {
  display: flex;
  flex-direction: column;
}
.footer__main__store__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
}
.footer__main__store button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  background-color: #52535E;
  color: #fff;
}
.footer__main__store button i {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.footer__main__store button .text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer__main__store button .text .first {
  font-size: 1.2rem;
}
.footer__main__store button .text .second {
  font-size: 1.4rem;
  font-weight: 700;
}
.footer__sign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
.footer__sign hr {
  width: 30%;
}
.footer__sign p {
  padding: 0 2rem;
  width: fit-content;
  font-size: 1.3rem;
}

/*# sourceMappingURL=general.css.map */
