/* start: Navbar */
.cta-wrapper {
  justify-content: start;
  align-items: start;
}
.navbar-right > .btn-outline-primary {
  background-color: #f7f7f7e5;
}
.navbar-right > .btn-outline-primary:hover {
  background-color: var(--black);
}
/* end: Navbar */

/* start: Hero */
.hero-section {
  overflow: hidden;
  background-color: #f7f7f7e5;
  position: relative;
  margin-top: -110px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  min-height: 50vh;
}
.trader-section,
.trading-pinch {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-left {
  padding: 174px 0 64px;
}
.hero-top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.hero-subtitle {
  font-size: var(--text-sm);
  font-weight: 400;
  padding: 8px 16px;
  border-radius: var(--rounded-lg);
  background-color: var(--secondary);
  margin-right: 16px;
}
.hero-reg {
  font-weight: 600;
  color: var(--logo);
  text-underline-offset: 4px;
}
.hero-title {
  font-size: var(--text-5xl);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 48px;
  max-width: 635px;
}
.hero-title-underline {
  background-image: url(/img/underline-warning.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hero-title-color {
  color: var(--logo);
}
.hero-registration-title {
  font-weight: 500;
  margin-bottom: 12px;
}
.hero-registration-form-box {
  display: none;
}
.main-trader-warpper {
  /* padding-left: 76px; */
}
.hero-registration-form-box.active {
  display: block;
}
.hero-registration-form {
  display: flex;
}
.hero-registration-form-group {
  position: relative;
}
.hero-registration-form-control {
  text-align: center;
  height: 56px;
  width: 280px;
  padding: 0 16px;
  font-size: var(--text-base);
  border: 2px solid var(--primary);
  border-radius: var(--rounded-md) 0 0 var(--rounded-md);
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  border-right: none;
  background-color: var(--white);
}
.hero-registration-form-group.invalid .hero-registration-form-control {
  border-color: red;
}
.hero-registration-form-invalid-feedback {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: var(--rounded-md);
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition-property: opacity, visibility, top;
  transition-duration: var(--duration-300);
}
.hero-registration-form-group.invalid .hero-registration-form-invalid-feedback {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 16px);
}
.hero-registration-form-invalid-feedback > :first-child {
  margin-right: 8px;
  color: red;
}
.hero-registration-form-invalid-feedback::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid;
  border-color: transparent transparent var(--white) transparent;
}
.hero-registration-form-submit {
  height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--primary);
  color: var(--black);
  font-size: var(--text-base);
  border: 2px solid var(--primary);
  outline: none;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0 var(--rounded-md) var(--rounded-md) 0;
  transition-property: background-color, color, border-color;
  transition-duration: var(--duration-150);
}
.hero-registration-form-submit:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.hero-registration-form-submit > :first-child {
  margin-right: 8px;
}
.hero-right-image {
  display: none;
}
.hero-image {
  position: absolute;
  left: calc(50% + 96px);
  width: calc(50% - 96px);
  top: 50%;
  transform: translateY(-50%);
}
.hero-feature {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 1fr;
  column-gap: 32px;
  row-gap: 24px;
  margin-top: 32px;
}
.hero-feature-item {
  display: flex;
  align-items: center;
  position: relative;
}
.hero-feature-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  height: 32px;
  width: 0;
  border-left: 1px solid #d2d0d0;
}
.hero-feature-item:last-child::before {
  display: none;
}
.hero-feature-item-image {
  width: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}
.hero-feature-item-text {
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.5;
  color: #4b4444;
}
/* end: Hero */

/* start: How It Works */
.how-section {
  padding: 70px 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.how-wrapper {
  display: flex;
  margin-top: 48px;
  padding: 0 96px;
}
.how-item {
  width: 100%;
  position: relative;
}
.how-image-wrapper {
  width: 100%;
  height: 320px;
}
.num {
  background: #fff9ca;
  width: 47px;
  height: 47px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin: 28px 0 0px 0;
  border-radius: 50%;
}
.hero-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.how-item-decoration {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.how-item-decoration-top {
  top: -2px;
}
.how-item-decoration-bottom {
  bottom: -2px;
}

.hero-item-body {
  padding: 20px 21px 24px 0;
}
.hero-item-title {
  font-size: var(--text-lg);
  font-weight: 500;
  margin-bottom: 16px;
}
.hero-item-description {
  line-height: 1.5;
  color: var(--text-color);
}
.how-divider {
  flex-shrink: 0;
  width: 64px;
  height: auto;
  align-self: center;
  position: relative;
  left: -2px;
}
/* end: How It Works */

/* start feature boxes */
.feature__wrapper {
  background: #00000080;
  border-radius: 8px;
  padding: 12px;
}
.feature-one__wrapper {
  height: 83px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
}
.color-white {
  color: #ffffffd9;
}
.poppins {
  font-family: Poppins;
}
.feature-one__box__header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.feature-one__box__description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #ffffffd9;
}
/* box two */
.feature-two__wrapper {
  bottom: 12px;
  right: 12px;
}
.feature-two__box__header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.feature-box__two__span {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.feature-two__box__header {
  font-weight: 600;
  font-size: 18px;
}
.feature-two__box__description {
  font-weight: 400;
  font-size: 14px;
}
/* Box 3 */
.feature-box__three__span {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.feature-three__box__header {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.feature-three__wrapper {
  bottom: 12px;
  left: 12px;
  width: 37%;
}
/* end feature boxes */

/* start: Testimonial */
.testimonial-section {
  padding: 70px 0px;
  background-color: #d8ffe9;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  position: relative;
}
.testimonial-wrapper {
  margin-top: 48px;
}
.testimonial-item {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}
.testimonial-text {
  font-size: 18px;
  margin-bottom: auto;
  line-height: 1.5;
  flex-grow: 1;
}
.testimonial-user-info {
  margin-top: 24px;
}
.testimonial-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial-job {
  font-size: 14px;
  color: #626262;
  margin-bottom: 0;
}
/* end: Testimonial */

/* start: CTA Section */
.cta-section {
  padding: 70px 0px 200px 0px;
  background-image: url("/img/homepage-register-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  position: relative;
}
.cta-box {
  background-color: #000;
  border: 1px solid #cbcbcb;
  padding: 30px;
  border-radius: 16px;
  text-align: left;
  max-width: 432px;
  width: 100%;
}
.cta-title {
  font-size: 39px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.cta-description {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
}
.cta-form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.cta-input {
  width: 100%;
  height: 53px;
  padding: 0 60px 0 20px;
  border: 2px solid #75ebbd;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  text-align: center;
}
.cta-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-color: #42cbb2;
  border: none;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cta-submit:hover {
  background-color: #35a899;
}
.cta-submit svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.cta-form-group {
  position: relative;
}
.cta-form-group.invalid .cta-input {
  border-color: red;
}
.cta-form-invalid-feedback {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: var(--rounded-md);
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition-property: opacity, visibility, top;
  transition-duration: var(--duration-300);
}
.cta-form-group.invalid .cta-form-invalid-feedback {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 16px);
}
.cta-form-invalid-feedback > :first-child {
  margin-right: 8px;
  color: red;
}
.cta-form-invalid-feedback::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid;
  border-color: transparent transparent var(--white) transparent;
}
/* end: CTA Section */

/* start: FAQ */
.faq-section {
  padding: 64px 0 128px;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  position: relative;
  background-color: var(--white);
}
.faq-wrapper {
  padding: 0 96px;
}
.faq-section .section-title {
  text-align: left;
}
.faq-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background-color: #e3ffef;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: none;
}
.faq-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-item-content {
  flex: 1;
  margin-right: 16px;
}
.faq-item-toggle {
  border: none;
  outline: none;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition-property: color;
  transition-duration: var(--duration-300);
}
.faq-item.active .faq-item-toggle {
  color: var(--logo);
}
.faq-item-icon-box {
  width: 30px;
  height: 30px;
  background-color: #88ead8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
.faq-item-icon {
  width: 16px;
  height: 16px;
  color: var(--text-color);
  transition-property: transform;
  transition-duration: var(--duration-300);
}
.faq-item.active .faq-item-icon {
  transform: rotateZ(45deg);
}
.faq-item-body {
  display: grid;
  grid-template-rows: 0fr;
  color: var(--text-color);
  margin-bottom: 0;
  margin-top: 0;
  transition-property: grid-template-rows, margin-top;
  transition-duration: var(--duration-300);
}
.faq-item-box {
  overflow: hidden;
}
.faq-item.active .faq-item-body {
  grid-template-rows: 1fr;
  margin-top: 16px;
  line-height: 1.5;
}
/* end: FAQ */

/* start: Trader CTA Section */
.trader-cta-section {
  padding: 70px 0;
  background-color: #fff9ca;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  position: relative;
}

.trader-cta-box {
  background-image: url("/img/homepage-trader-cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 190px 40px 60px;
  border-radius: 16px;
  text-align: center;
  max-width: 946px;
  width: 100%;
  aspect-ratio: 946 / 1213;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trader-cta-top-content {
  max-width: min(435px, 90%);
  width: 100%;
}

.trader-cta-bottom-content {
  max-width: min(435px, 90%);
  width: 100%;
}

.trader-cta-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 9px;
  color: var(--black);
  text-align: center;
}

.trader-cta-description {
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 28px;
  text-align: center;
}

.trader-cta-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 388px;
}

.trader-cta-button {
  background-color: var(--primary);
  color: var(--black);
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
}

.trader-cta-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.trader-cta-title-secondary {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 19px;
  color: var(--black);
  text-align: center;
}

.trader-cta-description-secondary {
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}

.trader-cta-downloads {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.trader-cta-downloads .cta-btn {
  padding: 0;
  border: none;
  background: transparent;
}

.trader-cta-downloads .cta-btn img {
  max-width: 200px;
  height: 59px;
}

@media screen and (max-width: 946px) {
  .trader-cta-box {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .trader-cta-box {
    padding-top: 150px;
  }

  .trader-cta-top-content,
  .trader-cta-bottom-content {
    max-width: 350px;
  }

  .trader-cta-title,
  .trader-cta-title-secondary {
    font-size: 32px;
  }

  .trader-cta-button-wrapper {
    margin-bottom: 260px;
  }

  .trader-cta-downloads .cta-btn img {
    max-width: 140px;
    height: 41px;
  }
}

@media screen and (max-width: 767.9px) {
  .trader-cta-box {
    padding: 80px 20px 40px;
  }

  .trader-cta-top-content,
  .trader-cta-bottom-content {
    max-width: 260px;
  }

  .trader-cta-title,
  .trader-cta-title-secondary {
    font-size: 28px;
  }

  .trader-cta-description {
    font-size: 14px;
  }

  .trader-cta-button-wrapper {
    margin-bottom: 130px;
  }

  .trader-cta-downloads {
    flex-direction: column;
    gap: 12px;
  }

  .trader-cta-downloads .cta-btn img {
    max-width: 120px;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .trader-cta-box {
    padding: 80px 15px 30px;
  }

  .trader-cta-title,
  .trader-cta-title-secondary {
    font-size: 24px;
  }

  .trader-cta-button-wrapper {
    margin-bottom: 150px;
  }

  .trader-cta-button {
    padding: 10px 30px;
    font-size: 16px;
  }

  .trader-cta-downloads .cta-btn img {
    max-width: 110px;
    height: 32px;
  }
}
/* end: Trader CTA Section */

/* start: What Are You Waiting For Section */
.waiting-section {
  background-color: #d8ffe9;
  padding: 70px 0;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  position: relative;
  overflow: hidden;
}

.waiting-image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: -15px;
  position: relative;
}

.waiting-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 150%;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  filter: blur(20px);
  z-index: 1;
}

.waiting-image {
  width: 150%;
  height: auto;
  object-fit: cover;
  margin-right: -50%;
  position: relative;
  z-index: 2;
}

.waiting-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 418px;
  padding: 40px 0;
}

.waiting-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--black);
}

.waiting-form {
  position: relative;
}

.waiting-form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.waiting-input {
  width: 100%;
  height: 53px;
  padding: 0 20px;
  border: 2px solid #999999;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  text-align: center;
}

.waiting-form-group.invalid .waiting-input {
  border-color: red;
}

.waiting-form-invalid-feedback {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: var(--rounded-md);
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition-property: opacity, visibility, top;
  transition-duration: var(--duration-300);
  margin-top: -61px;
}

.waiting-form-group.invalid .waiting-form-invalid-feedback {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0px);
}

.waiting-form-invalid-feedback > :first-child {
  margin-right: 8px;
  color: red;
}

.waiting-form-invalid-feedback::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid;
  border-color: transparent transparent var(--white) transparent;
}

.waiting-submit {
  width: 100%;
  height: 53px;
  background-color: #000;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.waiting-submit:hover {
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .waiting-content {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .waiting-image-wrapper {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .waiting-image-wrapper::after {
    width: 100%;
    bottom: 20px;
  }

  .waiting-image {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .waiting-title {
    font-size: 32px;
  }

  .waiting-input {
    height: 48px;
    padding: 0 20px;
  }

  .waiting-submit {
    height: 48px;
  }
}

@media screen and (max-width: 480px) {
  .waiting-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .waiting-input {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }

  .waiting-submit {
    height: 45px;
    font-size: 14px;
  }
}
/* end: What Are You Waiting For Section */

/* start: Breakpoints */
.seller-section {
  background: #e4fbf2;
  background-image: url("/img/homepage-selling-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70px;
  border-radius: 16px 16px 0 0;
}
.trader-wrapperr {
  position: relative;
  border: 4px solid #42cbb2;
}
.trader-decorationn-top {
  top: -2px;
}
.trader-decorationn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trader-decorationn-bottom {
  bottom: -2px;
}
.trader-decorationn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.trader-decorationn::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid var(--logo);
  background-color: var(--white);
  position: absolute;
  left: -12px;
}

.seller-text {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1515;
}
.selling-img {
  background-image: url(/img/underline-warning.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 31px;
  background-size: 259px;
}
.text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7a7a7a;
  height: fit-content;
}
.cta-btn {
  /* border: 1px solid #a6a6a6; */
  padding: 0;
}
.cta-btn img {
  max-width: 100%;
  max-height: 100%;
}
.webiste-name {
  font-family: Poppins;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 600;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1515;
}
.trader-text {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1515;
}
.img-under-txt {
  background-image: url(/img/Group-1000009468.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 30px;
}
.right-left {
  padding: 66px 57px;
  height: 100%;
}
.error-tooltip {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: none;
}
/* .seller-section img {
  height: 331px;
  width: 100%;
  object-fit: contain;
} */
.text-wrapper {
  width: 95%;
  margin-bottom: 40px;
}
.links a:hover {
  color: #42cbb2;
}

.faq-item .faq-item-content button:hover {
  color: #42cbb2;
}
/* start: Breakpoints */
@media screen and (max-width: 1200px) {
  .trader-left {
    padding: 48px;
  }
  .feature-three__wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .hero-section {
    display: grid;
  }
  .hero-feature {
    margin-bottom: 20px;
  }
  .hero-wrapper {
    grid-template-columns: 1fr;
  }
  .hero-left {
    padding-top: 142px;
    padding-bottom: 0;
  }
  .hero-right-image {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .hero-image {
    display: none;
  }

  .trader-wrapper {
    grid-template-columns: 1fr;
  }
  .trader-left,
  .trader-right {
    padding: 24px;
  }
  /* .trader-image {
    max-width: unset;
    margin-left: 0;
  } */

  .how-wrapper {
    display: block;
  }
  .how-item {
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .how-item:last-child {
    margin-bottom: 0;
  }
  .how-divider {
    display: none;
  }

  .feature-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .feature-item-image {
    grid-row: auto;
    grid-column: span 2;
    height: 300px;
  }

  .faq-section {
    padding: 40px 0 64px;
  }
  .faq-box {
    margin-top: 32px;
  }
  .trader-pinch__wrapper {
    align-items: center;
  }
  .cta-wrapper {
    justify-content: center;
    align-items: center;
  }
  .selling-easier__wrapper {
    align-items: center;
  }
  .trader-div__wrapper {
    align-items: center;
  }
  .main-trader-warpper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seller-section {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero-feature {
    grid-template-columns: 0.7fr 0.7fr;
    margin-bottom: 20px;
  }

  .hero-title,
  .seller-text,
  .trader-text {
    font-size: var(--text-4xl);
  }
  .trader-section {
    padding: 60px 0px;
  }
  .trading-pinch {
    background: #fff9ca;
    padding: 60px 0px;
  }
  .trader-image-wapper {
    max-width: 352px;
  }
  .testimonial-section {
    padding: 40px 0px;
  }
  .cta-section {
    padding: 40px 0px 80px 0px;
  }
  .cta-title {
    font-size: 28px;
  }
  .cta-box {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .hero-top {
    display: block;
  }
  .hero-subtitle {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .hero-registration-form {
    display: block;
  }
  .hero-registration-form-control {
    width: 100%;
    border-right: 2px solid var(--primary);
    border-radius: var(--rounded-md) var(--rounded-md) 0 0;
  }
  .hero-registration-form-submit {
    width: 100%;
    border-radius: 0 0 var(--rounded-md) var(--rounded-md);
  }
  .faq-wrapper,
  .how-wrapper {
    padding: 0 16px;
  }
  .feature-three__wrapper {
    width: 69%;
  }
  .hero-feature {
    grid-template-columns: 1fr;
  }
  .hero-feature-item::before {
    display: none;
  }
  .trader-section {
    padding: 40px 0px;
  }
  .trading-pinch {
    background: #fff9ca;
    padding: 40px 0px;
  }

  .feature-wrapper {
    grid-template-columns: 1fr;
  }
  .feature-item-image {
    grid-column: auto;
  }

  .faq-box {
    padding: 16px;
  }
  .faq-item-toggle {
    font-size: 16px;
  }
  .hero-registration-form-invalid-feedback {
    left: 78%;
  }
}
@media screen and (max-width: 385px) {
  .feature-three__wrapper {
    width: 89%;
    bottom: 6px;
    left: 6px;
  }
}

@media (max-width: 529px) {
  .cta-btn-1 {
    /* margin-bottom: 15px; */
  }
}
.cta-btn {
  border: none;
}
@media screen and (max-width: 767px) {
  .seller-text,
  .trader-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 413px) {
  .seller-cta {
    display: flex;
  }
  .cta-btn-1 {
    margin-right: 5px;
  }
}
.phone-wrapper {
  height: 474px;
}
@media screen and (max-width: 767px) {
  .seller-text,
  .trader-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 413px) {
  .seller-cta {
    display: flex;
  }
  .cta-btn-1 {
    margin-right: 5px;
  }
}
.phone-wrapper {
  height: 474px;
}
@media screen and (max-width: 767px) {
  .seller-text,
  .trader-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 413px) {
  .seller-cta {
    display: flex;
  }
  .cta-btn-1 {
    margin-right: 5px;
  }
}
.phone-wrapper {
  height: 474px;
}
