/* ---HEADER--- */

.header {
  display: flex;
  justify-content: center;
  background-color: #000000;
  width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  max-width: 1440px;
  padding: 0 105px 0 140px;
}

.header-logo {
  width: 311px;
}

.header-button {
  padding: 0 25px;
  background-color: #ff4200;
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  height: 58px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  display:inline-flex;
  align-items: center;
  justify-content:center;
}

.header-button--hover:hover {
  background: #DC3900;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .header .header-container {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-logo {
    width: 160px;
  }

  .header .header-container {
    padding: 0 20px;
    height: 80px;
  }

  .header .header-button {
    display: none;
  }
}

/* --- HERO --- */

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000000;
  min-height: 100px;
  width: 100%;
}

.hero .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  width: 100%;
  max-width: 1440px;
  padding: 0 140px;
}

.hero .hero-title {
  font-weight: 900;
  color: #ff4200;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72px;
  margin-bottom: 0;
}

.hero .hero-title-highlight {
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 90px;
  letter-spacing: 0;
  line-height: 94px;
  margin: 0;
}

.hero .hero-list {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  /*line-height: 21.5px;*/
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
}

.hero .hero-list li {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}

.hero .hero-container-1 {
  display: flex;
  flex-direction: column;
  width: 50%;
  z-index: 3;
}

.hero .hero-container-1 .header-button {
  max-width: 240px;
  color: #000;
  text-align: center;
  font-family: Figtree;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero .hero-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 60px 0;
  z-index: 2;
}

.hero .hero-check-icon {
  width: 20px;
  height: 20px;
}

.hero .hero-video-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero .hero-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.hero .gradient-rectangle {
  position: absolute;
  top: 0;
  left: -30%;
  background: linear-gradient(90deg, #000 37%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.hero .trophy-mockup {
  width: 450px;
  padding-top: 40px;
  z-index: 1;
}

.hero .gradient-rectangle-2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  height: 165px;
  background: linear-gradient(0deg, #000 47.31%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .hero .hero-container {
    padding: 0 4rem;
  }
}

@media (max-width: 1024px) {
  .hero .phone-mockup {
    width: 305px;
    margin-top: -90px;
  }

  .hero .trophy-mockup {
    width: 305px;
    margin-top: -90px;
  }
}

@media (max-width: 840px) {
  .hero .hero-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .hero .hero-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero .hero-title-highlight {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    margin: 0;
  }

  .hero .hero-container-1,
  .hero .hero-container-2 {
    width: 100%;
  }

  .hero .hero-container-2 {
    align-items: flex-end;
    padding: 0;
  }

  .hero .hero-list {
    padding: 0;
  }

  .hero .hero-container-1 button {
    max-width: 160px;
    font-size: 16px;
    padding: 0;
  }

  .hero .phone-mockup {
    width: 305px;
    margin-top: -90px;
  }

  .hero .trophy-mockup {
    width: 295px;
    margin-top: -70px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .hero .hero-video-background {
    bottom: 0;
    top: auto;
    height: 250px;
  }

  .hero .hero-video-background video {
    height: 250px;
  }

  .hero .gradient-rectangle {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    height: 65px;
    background: linear-gradient(0deg, #000 47.31%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }

  .hero .gradient-rectangle-2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 200px;
    top: auto;
    height: 65px;
    background: linear-gradient(180deg, #000 47.31%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }

  .hero .phone-mockup {
    width: 195px;
    margin-top: 40px;
  }

  .hero .trophy-mockup {
    width: 195px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* --- HOW IT WORKS --- */
.how-it-works {
  display: flex;
  justify-content: center;
  background-color: #000000;
  min-height: 100px;
  width: 100%;
  background: url('img/how-it-works-bg.svg');
  background-repeat: no-repeat;
  background-position: 0px 55px;
  background-size: cover;
}

.how-it-works .how-it-works-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 140px;
}

.how-it-works .how-it-works-title {
  font-weight: 900;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 60px;
}

.how-it-works .how-it-works-list {
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 45px;
  margin-bottom: 30px;
  list-style-type: decimal;
  padding-inline-start: 20px;
  max-width: 430px;
}

.how-it-works .how-it-works-list li {
  margin-bottom: 45px;
}

.how-it-works .how-it-works-container-1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.how-it-works .how-it-works-container-2 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.how-it-works .how-it-works-img-wrapper {
  overflow: hidden;
  content: "";
  display: block;
  padding-top: calc(100% * 9/16);
  position:relative;
}

.how-it-works .how-it-works-img-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.how-it-works video {
	width:100%;
}

.how-it-works .how-it-works-link {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .how-it-works .how-it-works-container {
    padding: 4rem 4rem;
  }
}

@media (max-width: 767px) {
  .how-it-works {
    background-position: 0px 0px;
  }

  .how-it-works .how-it-works-container {
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
  }

  .how-it-works .how-it-works-title {
    font-size: 40px;
    font-weight: 900;
    /*line-height: 48px;*/
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
  }

  .how-it-works .how-it-works-container-1,
  .how-it-works .how-it-works-container-2 {
    width: 100%;
  }

  .how-it-works .how-it-works-list li {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: normal;
  }

  .how-it-works .how-it-works-img-wrapper {
    display: flex;
    justify-content: center;
    height: auto;
    max-height: 170px;
    width: 100%;
  }

  .how-it-works .how-it-works-img-wrapper img {
    object-fit: cover;
  }
}

/* --- BANNER --- */
.banner {
  display: flex;
  justify-content: center;
  background-color: #333333;
  min-height: 200px;
  width: 100%;
}

.banner .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  width: 100%;
  max-width: 1440px;
  padding: 45px 280px;
}

.banner .banner-text-wrapper {
  max-width: 55%;
}

.banner .banner-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-top: 0;
}

.banner .banner-description {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner .banner-button {
  padding: 0 30px;
  background-color: #ff4200;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  height: 58px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.banner .banner-button--hover:hover {
  background: #DC3900;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .banner .banner-container {
    padding: 45px 6rem;
  }
}

@media (max-width: 767px) {
  .banner .banner-button {
    margin-top: 40px;
  }

  .banner .banner-container {
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
  }

  .banner .banner-title {
    margin-top: 10px;
    font-size: 35px;
    font-weight: 900;
    /*line-height: 42px;*/
    line-height: normal;
    text-align: center;
  }

  .banner .banner-description {
    font-size: 20px;
    font-weight: 400;
    /*line-height: 24px;*/
    line-height: normal;
    text-align: center;
  }

  .banner .banner-text-wrapper {
    max-width: none;
  }

  .banner .banner-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    width: 180px;
    padding: 0;
    border-radius: 5px;
  }
}

/* --- FAQs --- */
.faqs {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000000;
  min-height: 100px;
  width: 100%;
}

.faqs .faqs-img-bg {
  position: absolute;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  z-index: 1;
  height: 223px;
}

.faqs .gradient-rectangle {
  position: absolute;
  width: 100%;
  height: 225px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 2;
}

.faqs .faqs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  max-width: 1440px;
  padding: 75px 4rem;
}

.faqs .faqs-title {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 110px;
  margin-bottom: 30px;
  z-index: 2;
}

.faqs .faqs-item {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px 144px;
}

.faqs .faqs-item-title {
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .faqs .faqs-item {
    padding: 25px 80px;
  }
}

@media (max-width: 767px) {
  .faqs .faqs-container {
    padding: 20px;
  }

  .faqs .faqs-title {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .faqs .faqs-img-bg {
    height: 155px;
  }

  .faqs .gradient-rectangle {
    height: 155px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }

  .faqs .faqs-item {
    padding: 15px 0;
  }

  .faqs .faqs-item p {
    margin: 0;
  }

  .faqs .faqs-title {
    font-size: 45px;
  }
}

/* --- FOOTER --- */
.footer {
  display: flex;
  justify-content: center;
  background-color: #000000;
  min-height: 100px;
  width: 100%;
}

.footer .footer-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 4rem;
  padding-left: 4rem;
}

.footer .footer-container p {
  padding: 0 144px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .footer-link {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .footer .footer-container p {
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .footer .footer-container {
    padding: 20px;
  }
  .footer .footer-container p {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 19.5px;*/
    line-height: normal;
    text-align: left;
  }
}
