@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Poppins", sans-serif;
}
.lander-form-wrapper {
  background-color: #9d1008;
  padding: 0 3px 3px 3px;
}
.lander-form {
  padding: 30px 30px 20px;
  position: relative;
  border: 2px solid #9d1008; /* Border with specified color */
  border-top: none; /* Removes top border */
  border-radius: 0 0 12px 12px; /* Rounds only the bottom corners */
  /* Orange Glow Effect */
  box-shadow: 0 0 35px #9d0f08b5 !important; /* Adjust the spread & opacity */
}

/* Add the video background using ::before */
.lander-form-header {
  font-size: 26px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 30px 20px !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  /* background: url("../images/7020340_Blue_4k_3840x2160-ezgif.com-video-to-gif-converter_scasgr.gif")
    center/cover no-repeat !important; */
  background-color: #9d1008;
  background-size: cover !important;
  border: 2px solid #9d1008 !important;
  position: relative !important; /* Ensures the overlay sits correctly */
  overflow: hidden !important;
  color: white !important;
  z-index: 1 !important; /* Moves text above the overlay */
  box-shadow: 0 0 35px #9d0f08b5 !important; /* Adjust the spread & opacity */
}

.line {
  height: 100%;
  width: 4px;
  min-height: 600px;
  background-color: #686868;
}

/* Masonry Grid Styling */
.masonry {
  column-count: 3;
  /* Default 3 columns */
  column-gap: 1rem;
}

@media (max-width: 1100px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .masonry {
    column-count: 1;
  }
}

.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}

/* Scrollable container */
.scroll-container {
  max-height: 600px;
  /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 8px;
  /* Prevent content from hiding behind scrollbar */
}

/* Custom scrollbar (optional) */
.scroll-container::-webkit-scrollbar {
  width: 6px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.logo {
  width: 100px;
}
.rating-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.text-traders {
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .text-traders {
    max-width: 532px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 500px) {
  .text-traders {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .title-traders {
    font-size: 20px !important;
  }
  .subtitle {
    font-size: 16px !important;
  }
  .rating-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.steps-wrapper {
  margin: 60px auto 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steps h2 {
  font-size: 36px;
  font-family: "Poppins";
}

.step {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  align-self: flex-start;
}

.step h4 {
  color: #9d1008;
  font-size: 24px;
  font-weight: 700;
}

.step p {
  color: #d1d5db;
  font-size: 20px;
}

.step-arrow {
  max-width: 100px;
}

@media (max-width: 1100px) {
  .steps-wrapper {
    margin: 40px auto 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .step {
    align-self: stretch;
    max-width: 100%;
  }

  .step-arrow {
    display: none;
  }

  .step img {
    max-width: 60px;
    width: 100%;
  }

  .step h4 {
    font-size: 20px;
  }

  .step p {
    font-size: 18px;
  }
}
.header {
  background: #9d1008;
  padding-top: 9px;
  padding-bottom: 9px;
}
.header__list {
  background: #666;
  padding: 23px 16px;
  width: 189px;
  position: absolute;
  left: -140px;
  display: none;
  z-index: 111111;
}
.header__list.active {
  display: block;
}
.mobile__menu {
  position: relative;
}
.header__list-item-link {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  text-decoration: none;
  display: block;
}
.header__list-item {
  margin-bottom: 20px;
}
.header__list-item:last-child {
  margin-bottom: 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tablet-header__list-item-link {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.header__list-icon {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.header__list-signUp {
  border-radius: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 13px 19px;
  text-align: center;
  width: 113px;
}
.burger {
  width: 40px;
  height: 40px;
}
.burger__button {
  width: 40px;
  height: 40px;
  background: transparent;
  object-fit: contain;
  object-position: center;
  border: none;
}
.header__list-item:hover,
:visited {
  text-decoration: 1px solid white;
}
.header__list {
  background: #666;
  padding: 23px 16px;
  width: 189px;
  position: absolute;
  left: -140px;
  display: none;
}
.header__list.active {
  display: block;
}
.mobile__menu {
  position: relative;
}
.header__list-item-link {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  text-decoration: none;
  display: block;
}
.header__list-item {
  margin-bottom: 20px;
}
.header__list-item:last-child {
  margin-bottom: 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tablet-header__list-item-link {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.tablet__menu {
  display: none;
}
.main__logo {
  width: 57px;
  height: auto;
}
.footer {
  background: #080c13;
  border-top: 1px solid #374151;
  padding-top: 33px;
  padding-bottom: 33px;
}
.footer__list-item-link {
  color: #d1d5db;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.footer__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.footer__text {
  color: #9ca3af;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer__text:last-child {
  margin-bottom: 0;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
}
.tablet-header__list-item-link:hover,
.tablet-header__list-item-linkvisited {
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
}
.tablet-header__list-item-link-sign {
  text-decoration: none !important;
}
@media (min-width: 744px) {
  .container {
    padding: 0;
    width: 700px;
    margin: 0 auto;
  }
  .mobile__menu {
    display: none;
  }
  .tablet-header__list {
    min-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tablet__menu {
    display: flex;
  }
  .tablet-header__list {
    min-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tablet__menu {
    display: flex;
  }
  .container {
    padding: 0;
    width: 700px;
    margin: 0 auto;
  }
  .tablet-header__list-item-link-sign {
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Inter";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 13px 59px;
    text-align: center;
    border: 1px solid, #fff;
  }

  .main__logo {
    width: 101px;
  }
  .footer__text {
    text-align: center;
  }
  .reasons__earning-text:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
    width: 1280px;
    margin: 0 auto;
  }
  .tablet-header__list {
    min-width: 900px;
  }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__list {
    margin-bottom: 0;
  }
  .footer__list {
    width: 500px;
  }
  .footer__text {
    margin-bottom: 0;
  }
  .footer__text-first {
    order: -1;
  }
  .hero__img-container-getStarted {
    display: none;
  }
  .footer__list {
    flex-direction: row;
    justify-content: space-between;
  }
}
