@import url("https://use.typekit.net/plf2wsn.css");
body {
  background: url("../imgs/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-family: "poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  height: 100vh;
}

body.home {
  background: url("../imgs/home-bg.jpg") center center no-repeat;
  background-attachment: fixed;
}

body.quiz {
  background: url("../imgs/quiz-bg.jpg") top center no-repeat #001124;
  background-attachment: scroll;
}

nav {
  background: rgba(33, 33, 33, 0.95);
}

nav button {
  border: 0 !important;
  padding: 0 !important;
  outline: none !important;
}

nav button.navbar-toggler:focus, nav button.navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav button .navbar-toggler-icon {
  width: 2.5em;
}

nav .navbar-collapse {
  position: absolute;
  top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#053d79), to(#3ea1e8));
  background: linear-gradient(180deg, #053d79 0%, #3ea1e8 100%);
  z-index: 1000;
}

nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-top: 5px solid #53a3ff;
}

nav .navbar-nav .nav-item:first-child .nav-link {
  border-top: none;
}

main {
  padding-top: 6rem;
}

a {
  color: #fff;
}

.btn-vinfast {
  font-family: 'bebas-kai';
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  background: #212121;
  border-radius: 10px;
  padding: 10px 30px 10px 25px;
  border: solid 5px #00e4ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-vinfast:hover {
  background: #00e4ff;
  border: solid 5px #212121;
  color: #212121;
}

h1 {
  font-size: 3rem;
  font-family: 'fort', Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 3px 0px 9px rgba(6, 33, 99, 0.6);
}

h2 {
  font-size: 2rem;
  font-style: italic;
  text-shadow: 3px 0px 9px rgba(6, 33, 99, 0.6);
}

/*home*/
#cars {
  left: -15px;
  padding-top: 50px;
}

#cars img {
  position: absolute;
  left: -100%;
  -webkit-animation: cars 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
          animation: cars 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

#cars img:first-child {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#cars img:nth-child(2) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

#cars img:last-child {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes cars {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes cars {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

#title {
  overflow: hidden;
}

#subheading {
  font-size: 28px;
  font-family: 'fort', Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 3px 0px 9px rgba(6, 33, 99, 0.6);
}

#carsM {
  left: -30px;
}

.home-mech p {
  font-size: 30px;
  font-family: 'fort', Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}

.home-mech p#callout {
  font-family: 'poppins';
  font-weight: 600;
}

.home-mech p#callout span {
  font-size: 35px;
}

.home-mech ul {
  list-style-type: disc;
}

.home-mech #note-mech p {
  font-family: "poppins", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
}

.home-mech #note-mech p a {
  text-transform: uppercase;
  background: #0290b7;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  padding: 1px 10px;
  font-weight: 400;
}

/*create acct*/
.card {
  background: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}

.card input,
.card input:focus,
.card textarea,
.card textarea:focus {
  background: rgba(136, 136, 136, 0.7);
  padding: 1rem;
  border-radius: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.card input[type=radio] {
  background: #fbf1d5;
  padding: 0.5rem;
  margin: 1rem 0;
}

.card input[type=radio]:focus {
  border-radius: 1rem;
  padding: 0.5rem;
}

.card input[type=radio]:checked {
  background-color: #00e4ff;
  border-color: #fbf1d5;
}

/*vote*/
.progress {
  height: 1.5rem;
  border-radius: 2rem;
  background: #001d3e;
}

.progress .progress-bar {
  background-color: #c4ebf1 !important;
}

.progress .progress-bar.bg-success {
  border-radius: 1.5rem;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
}

.zoom-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form-check:hover .zoom-btn {
  opacity: 1;
}

.prediction {
  font-family: 'bebas-kai';
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
}

.prediction p {
  font-size: 30px;
}

.prediction .form-select {
  font-family: 'bebas-kai';
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  background-color: #001a37;
  border: 1px solid #eeeded;
  border-radius: 8px;
  padding: 8px 36px 8px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  /* Custom arrow */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%2010%206'%20width%3D'10'%20height%3D'6'%3E%3Cpath%20fill%3D'%23666'%20d%3D'M0%200l5%206%205-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.prediction .form-select:hover {
  border-color: #888;
}

.prediction .form-select:focus {
  outline: none;
  border-color: #4f46e5;
  -webkit-box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.25);
          box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.25);
}

#car_idea {
  width: 50% !important;
}

@media only screen and (max-width: 600px) {
  body.create-account {
    background: url("../imgs/quiz-bg.jpg") top center no-repeat #001124 !important;
    background-attachment: scroll !important;
  }
  body.home {
    background-size: cover;
  }
  #home-logo {
    height: 50px;
  }
  #subheading,
  #callout,
  #note-mech {
    text-align: center;
  }
  .prediction {
    font-size: 35px;
  }
  #car_idea {
    width: 100% !important;
  }
}
/*# sourceMappingURL=styles.css.map */