.agricultureBtn, .realEstateBtn, .miningBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  background-color: #f09000;
  border: 1.2px solid #f09000;
  color: #fff !important;
  height: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  border-radius: 10rem;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.agricultureBtn:hover {
  background-color: #fff;
  color: #f09000 !important;
  border: 1.2px solid #f09000;
}

.realEstateBtn:hover {
  background-color: #fff;
  color: #296EB4 !important;
  border: 1.2px solid #296EB4;
}

.miningBtn:hover {
  background-color: #fff;
  color: #296EB4 !important;
  border: 1.2px solid #296EB4;
}

.industriesDesktopWrapper {
  /* background-color: red; */
  height: 60dvh !important;
}

.industriesDesktopWrapper .desktopBannerMainContainer {
  /* background-color: blue; */
  height: 100%;
}

.contentWrapper .mainHeading {
  font-family: 'Satoshi-Black' !important;
  font-size: 2rem !important;
}

span.investEase {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: gradientMove;
          animation-name: gradientMove;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background-clip: text;
  background-image: linear-gradient(97deg, #296EB4 0%, #F09000 33%, #16154D 66%, #296EB4 100%);
  background-position: 0.0432301% 50%;
  background-size: 300% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1A1A1A40;
  display: inline;
  font-family: 'Satoshi-Black' !important;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .contentWrapper .mainHeading {
    font-size: 2.5rem !important;
    margin-top: 3rem !important;
  }
}

.industriesSectors {
  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;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}

.industriesSectors > div {
  height: 8rem;
  width: 10rem;
  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;
}

.industriesSectors .industrySector {
  position: relative;
}

.industriesSectors .industrySector img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industriesSectors .industrySector a {
  font-size: .8rem;
  color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Satoshi-Black';
  text-decoration: none !important;
}
/*# sourceMappingURL=industriesPortalNew.css.map */