.dropdown:hover>.dropdown-menu {
    display: block;
    
  }
  .join_button{
    /* border-radius:8px;
    background-color:rgb(183, 0, 255); */
    color: black;
    font-style: bold;
    /* margin-left: 15px; */
  }
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }

  
  .list {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .margin_app a + a {
    margin-left: 10px;
}
.footer_h5{
text-align: center;
}
.banner-content {
  text-align: center;
  max-width: 650px;
  margin: auto;
  position: relative;
  z-index: 9;
  padding: 30px 0;
}

.banner-content .title {
  font-size: 36px;
  margin-bottom: 10px;
}

.banner-content .logo {
  margin-bottom: 20px;
}

.banner-content img {
  max-height: 55px;
  object-fit: contain;
  margin-bottom: 20px;
}
.banner-content .text {
  max-width: 500px;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 767px) {
  .banner-content {
      padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .banner-content {
      padding-top: 50px;
  }

  .banner-content .title {
      font-size: 28px;
  }
}

.banner-shape-1 {
  position: absolute;
  inset-inline-start: 0;
  top: -130px;
}

@media (max-width: 991px) {
  .banner-shape-1 {
      top: 0;
      max-height: calc(100% - 100px);
      width: unset;
  }
}

.banner-shape-2 {
  inset-inline-end: 0;
  position: absolute;
  bottom: 193px;
}

@media (max-width: 991px) {
  .banner-shape-2 {
      top: 0;
      bottom: unset;
      inset-inline-end: -40px;
  }

  .banner-shape-2 svg {
      height: unset;
      width: 130px;
  }
}

@media (max-width: 575px) {
  .banner-shape-2 {
      display: none;
  }
}

.banner-img {
  width: 100%;
  height: unset;
  position: relative;
  z-index: 9;
}

.banner-section {
  padding-bottom: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-height: calc(100vh - 86px); */
}

.banner-section .container {
  margin-top: auto;
}
@media (max-width: 991px) {
  .banner-section {
      overflow: hidden;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 35px;
}

.section-header .title {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .section-header {
      margin-bottom: 45px;
  }

  .section-header .title {
      font-size: 30px;
      margin-bottom: 18px;
  }
}

.ecommerce-venture-section {
  background: linear-gradient(
      112.54deg,
      #ffffff 0%,
      rgba(var(--base-rgb), 0.03) 15.13%,
      rgba(255, 255, 255, 0.15) 79.34%,
      #ffffff 99.56%
  );
  padding: 53px 0px 68px;
}
.newsletter{
  padding-top: 70px;
}
