p {
  font-family: Poppins;
}

.top-nav {
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.05);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.top-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.top-nav .nav-item a {
  font-family: Poppins !important;
  color: rgba(255, 255, 255, 0.4) !important;
  padding: 15px;
}
.top-nav .nav-item a.active {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}
.top-nav .dropdown-menu {
  font-size: 14px;
  border-radius: 12px;
  background: #201c21 !important;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.35);
  min-width: 223px;
  right: 0;
  left: auto;
  padding: 8px;
}
.top-nav .dropdown-menu li a {
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 11px;
}
.top-nav .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.main-content-box {
  padding: 20px;
}

.change-password-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 16px;
}

.gcbhub-main-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 16px;
}
.gcbhub-main-card .profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gcbhub-main-card .profile-info h5 {
  font-size: 20px;
}
.gcbhub-main-card .profile-info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.gcbhub-main-card .main-section .left-section {
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: space-between;
  padding: 25px 20px;
  border-radius: 8px;
  background: linear-gradient(151deg, rgba(255, 255, 255, 0.1) 3.15%, rgba(255, 255, 255, 0) 64.68%), var(--Background-Disabled-Default, rgba(255, 255, 255, 0.05));
}
.gcbhub-main-card .main-section .left-section .profile-info {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
}
.gcbhub-main-card .main-section .left-section .quantity-box p {
  line-height: 100%;
  width: 170px !important;
  font-size: 14px;
  margin: 0px auto;
  margin-bottom: 10px;
  text-align: center;
}
.gcbhub-main-card .main-section .left-section .quantity-box .input-wrapper {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  padding: 4px;
}
.gcbhub-main-card .main-section .left-section .quantity-box .input-wrapper .quantity-button {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 11px 15px;
}
.gcbhub-main-card .main-section .left-section .quantity-box .input-wrapper input {
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 0px solid transparent !important;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.gcbhub-main-card .main-section .left-section .quantity-box .hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.gcbhub-main-card .main-section .left-section .price-box {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}
.gcbhub-main-card .main-section .left-section .price-box ul {
  margin-bottom: 10px;
}
.gcbhub-main-card .main-section .left-section .price-box ul li {
  display: flex;
  justify-content: space-between;
}
.gcbhub-main-card .main-section .left-section .price-box ul li p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.gcbhub-main-card .main-section .left-section .price-box ul li p b {
  color: #fff;
}
.gcbhub-main-card .main-section .right-section {
  padding: 25px 20px;
  border-radius: var(--Radius-200, 8px);
  background: var(--Background-Disabled-Default, rgba(255, 255, 255, 0.05));
  min-height: 500px;
}
.gcbhub-main-card .main-section .right-section h5 {
  margin-bottom: 20px;
}
.gcbhub-main-card .main-section .right-section .no-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.gcbhub-main-card .main-section .right-section .no-share p {
  font-size: 16px;
}

.buy-now {
  background: #fff;
  border-radius: 8px;
  padding: 12px 32px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.base-btn {
  background: #fff;
  border-radius: 8px;
  padding: 12px 32px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.upload-btn {
  background: transparent;
  border-radius: 8px;
  padding: 11px 32px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
}
.upload-btn:hover {
  color: #000;
  transition: 0.2s;
  background-color: #fff;
}

.search-button {
  background: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-nav {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 3px 16px;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 16px !important;
}

::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 16px !important;
}

:-ms-input-placeholder {
  color: white;
}

::-ms-input-placeholder {
  color: white;
}

label {
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 140%;
  font-size: 14px;
  font-weight: 500;
}

select::after {
  padding-right: 10px !important;
}

.select-field {
  position: relative;
}
.select-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  /* Size of the SVG icon */
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  /* Allows clicks to pass through */
}

.auth-page select {
  background-color: #080309;
}
.auth-page .login {
  background-color: #fff;
  color: #080309;
}
.auth-page .login:hover {
  background-color: #fff;
  color: #080309;
  border-color: #fff;
}
.auth-page .image-container {
  position: relative;
  height: 100%;
}
.auth-page .image-container img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-page .image-text {
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  width: 515px;
  position: fixed;
  bottom: 50px;
  left: 50px;
}
.auth-page .image-text h4 {
  font-size: 40px !important;
  font-weight: 700;
  line-height: 40px;
}
.auth-page .image-text p {
  font-size: 16px;
  line-height: 18px;
  font-size: 16px !important;
  font-weight: 16px !important;
}
.auth-page .login-box {
  width: 65%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.auth-page .login-box h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
}
.auth-page .right-part {
  display: flex;
  align-items: center;
}

.payment-method-box {
  border-radius: 8px;
  background: linear-gradient(151deg, rgba(255, 255, 255, 0.1) 3.15%, rgba(255, 255, 255, 0) 64.68%), rgba(255, 255, 255, 0.05);
  padding: 24px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.payment-method-box .gateways-box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  height: 335px;
  overflow-y: scroll;
  /* Track (the background of the scrollbar) */
}
.payment-method-box .gateways-box .gateway {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 2px;
  cursor: pointer;
}
.payment-method-box .gateways-box .gateway .images {
  display: flex;
  gap: 10px;
  align-items: center;
}
.payment-method-box .gateways-box .gateway .image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.payment-method-box .gateways-box .gateway:hover {
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.2);
}
.payment-method-box .gateways-box .gateway.active {
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.2);
}
.payment-method-box .gateways-box::-webkit-scrollbar {
  width: 8px;
  /* For vertical scroll */
}
.payment-method-box .gateways-box::-webkit-scrollbar-track {
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.payment-method-box .gateways-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d9d9d9;
}

.amount-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.amount-box .amount {
  display: flex;
  gap: 10px;
  align-items: center;
}
.amount-box .amount .total {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.amount-box .amount ._shares {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

select:focus {
  outline: none;
  background-color: #080309;
  color: #fff;
}

option {
  background-color: #080309;
  color: #fff;
}

.contact-form-card {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.title {
  font-size: 20px;
  line-height: 100%;
}

.contact-right-section {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 35.6%), url("/asset/images/contact.jpeg") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, luminosity;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-right-section a {
  width: 100%;
}
.contact-right-section a:hover p {
  color: #fff;
}
.contact-right-section .social-media-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-right-section .social-media-link .social-media-card {
  display: flex;
  padding: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}
.contact-right-section .social-media-link .social-media-card .icon {
  width: 20px;
  height: 20px;
}
.contact-right-section .social-media-link .social-media-card .link-icon {
  width: 16px;
  height: 16px;
}
.contact-right-section .social-media-link .social-media-card p {
  font-size: 15px;
  font-weight: 600 !important;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-right-section {
    padding: 15px 5px !important;
  }
  .trx-filter-field {
    width: 240px !important;
  }
}
@media (min-width: 990px) {
  .agent-filter-trx {
    width: 250px !important;
  }
}
@media (max-width: 985px) {
  .transaction-header {
    display: block !important;
  }
  .transaction-header form {
    margin-top: 0px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .contact-right-section {
    padding: 15px 5px !important;
  }
}
.gateway-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  background: linear-gradient(151deg, rgba(255, 255, 255, 0.1) 3.15%, rgba(255, 255, 255, 0) 64.68%), rgba(255, 255, 255, 0.05);
  height: 100%;
}
.gateway-card .transaction-info {
  display: flex;
  padding: 12px;
  gap: 12px;
  flex-direction: column;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.gateway-card .transaction-info h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6980392157);
}
.gateway-card .transaction-info .gateway-details {
  display: flex;
  gap: 10px;
  padding-top: 4px;
}
.gateway-card .transaction-info .gateway-details img {
  width: 115px;
}
.gateway-card .transaction-info .gateway-details .text {
  flex: auto;
}
.gateway-card .transaction-info .gateway-details .text ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gateway-card .transaction-info .gateway-details .text ul li {
  display: flex;
  justify-content: space-between;
}
.gateway-card .transaction-info .gateway-details .text ul li ._label {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: rgba(255, 255, 255, 0.6980392157);
}
.gateway-card .transaction-info .gateway-details .text ul li .value {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.gateway-card .transaction-info .gateway-details .text ul li .value img {
  width: 17px;
}
.gateway-card .transaction-info .gateway-details .text ul li .value.cp {
  cursor: copy;
}
.gateway-card .transaction-info .info {
  flex-direction: column;
  color: #fff !important;
  text-align: center;
}
.gateway-card .transaction-info .info p {
  font-size: 14px !important;
}
.gateway-card .transaction-info .price-info {
  flex: auto;
  margin-top: 20px;
}
.gateway-card .transaction-info .price-info ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gateway-card .transaction-info .price-info ul li {
  display: flex;
  justify-content: space-between;
}
.gateway-card .transaction-info .price-info ul li ._label {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: rgba(255, 255, 255, 0.6980392157);
}
.gateway-card .transaction-info .price-info ul li .value {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: #fff;
}
.gateway-card textarea {
  min-height: 100px !important;
}

.upload-ss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tabSwitch {
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
  justify-content: space-between;
}
.tabSwitch .nav-item {
  width: 47%;
}
.tabSwitch .nav-item .nav-link {
  width: 100%;
  text-align: center;
  padding: 8px !important;
  border-radius: 8px !important;
  color: #fff;
  font-size: 16px;
}
.tabSwitch .nav-item .nav-link.active {
  background-color: #fff;
  color: #000;
}
.tabSwitch li {
  width: 47%;
}

.profile-card {
  background-color: rgba(255, 255, 255, 0.0509803922);
  padding: 24px;
  border-radius: 8px;
  min-height: 550px;
}
.profile-card .img-choose-div {
  position: relative;
  width: 100px;
  margin: 50px auto;
}
.profile-card .img-choose-div .image-box {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.profile-card .img-choose-div img {
  height: 100px !important;
  width: auto !important;
}
.profile-card .image-upload-btn {
  position: absolute;
  background: #fff;
  bottom: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-card .image-upload-btn img {
  width: 15px !important;
}
.profile-card.form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.profile-card.form .change-password {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0px solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}

.landingpage .banner {
  overflow-x: hidden;
}
.landingpage .banner .image-box {
  background: linear-gradient(180deg, #000 12.98%, rgba(0, 0, 0, 0) 86.95%), url("/asset/images/banner.png") lightgray 0px -105.587px/100% 134.237% no-repeat;
  height: 751px;
  padding-top: 100px;
}
.landingpage .banner .video {
  display: flex;
  justify-content: center;
  margin-top: -210px;
}
.landingpage .banner .video video {
  width: 1000px;
  height: 564px;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.landingpage .ecosystem {
  overflow: hidden;
  padding-top: 100px;
}
.landingpage .ecosystem .myecosystem-box {
  padding-top: 20px;
  padding-bottom: 150px;
  background-image: url("/asset/images/eco-bg.png");
}
.landingpage .ecosystem .myecosystem-box .item-box {
  padding-bottom: 50px;
}
.landingpage .ecosystem .myecosystem-box .item-box .icons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 900px;
  margin: 0px auto;
}
.landingpage .ecosystem .myecosystem-box .item-box .icons .icon-box {
  width: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landingpage .ecosystem .myecosystem-box .item-box .icons .icon-box img {
  width: 120px;
  height: 120px;
  margin-bottom: 17px;
}
.landingpage .ecosystem .myecosystem-box .item-box .icons .icon-box p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.landingpage .solutions {
  padding-top: 70px;
}
.landingpage .solutions .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.landingpage .solutions .header .title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.landingpage .solutions .header .title b {
  font-weight: 800;
}
.landingpage .solutions .header .buy-now {
  margin-bottom: 10px;
}
.landingpage .solutions .solution-cards {
  margin-top: 80px;
}
.landingpage .solutions .solution-cards .solution-card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(72px);
          backdrop-filter: blur(72px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  cursor: pointer;
  transition: 0.2s;
  padding: 30px;
}
.landingpage .solutions .solution-cards .solution-card h5 {
  margin-bottom: 0px !important;
  font-weight: 700 !important;
  color: #fff;
  font-size: 20px;
}
.landingpage .solutions .solution-cards .solution-card p {
  display: none;
  font-size: 20px;
  padding: 0px 20px;
  margin-bottom: 70px !important;
  margin-bottom: 0px !important;
}
.landingpage .solutions .solution-cards .solution-card:hover {
  background-color: #fff;
  transition: 0.2s;
}
.landingpage .solutions .solution-cards .solution-card:hover h5 {
  display: none;
}
.landingpage .solutions .solution-cards .solution-card:hover p {
  display: block;
  color: #000 !important;
}
.landingpage .offering .title-box {
  text-align: left !important;
}
.landingpage .offering ._subtitle {
  font-size: 20px;
}
.landingpage .offering ._text {
  color: rgba(255, 255, 255, 0.5);
  width: 750px;
  margin: 20px auto;
  text-align: left;
}
.landingpage .offering .title-box {
  margin-bottom: 80px;
}
.landingpage .offering .middle-image {
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-35%);
}
.landingpage .offering .middle-image .cam {
  position: absolute;
}
.landingpage .offering .top-to-bottom path:nth-child(2) {
  fill: url(#transparentToWhite);
  stroke: white;
}
.landingpage .offering .top-to-bottom path:nth-child(6),
.landingpage .offering .top-to-bottom path:nth-child(7) {
  stroke: white;
}
.landingpage .offering .bottom-to-top path:nth-child(2) {
  fill: url(#transparentToBlack);
  stroke: white;
}
.landingpage .offering .bottom-to-top path:nth-child(5) {
  stroke: white;
}
.landingpage .offering .offer-card {
  width: 100%;
  position: relative;
  margin-bottom: 34px;
}
.landingpage .offering .offer-card img {
  display: none;
}
.landingpage .offering .offer-card.left-top {
  margin-bottom: 40px;
}
.landingpage .offering .offer-card .text {
  width: 300px;
  position: relative;
}
.landingpage .offering .offer-card .text h5 {
  color: #fff !important;
  font-weight: 500;
  background-color: #000;
  width: -moz-max-content;
  width: max-content;
  font-size: 26px;
  margin-bottom: 20px;
}
.landingpage .offering .offer-card:hover svg path:nth-child(1),
.landingpage .offering .offer-card:hover svg path:nth-child(2) {
  fill: none;
}
.landingpage .offering .offer-card:hover svg path,
.landingpage .offering .offer-card:hover svg circle,
.landingpage .offering .offer-card:hover svg rect {
  stroke: #fff;
}
.landingpage .offering .offer-card:hover .text h5 {
  z-index: 9;
  position: relative;
  text-decoration: underline;
}
.landingpage .offering .offer-card:hover .text p {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.landingpage .offering .offer-card:hover .text .progress-bar {
  background: rgba(213, 20, 90, 0.8);
}
.landingpage .offering .offer-card.left svg {
  position: absolute;
  top: 10px;
  right: 3px;
}
.landingpage .offering .offer-card.left-bottom svg {
  position: absolute;
  top: -112px;
  right: 3px;
}
.landingpage .offering .offer-card.right svg {
  position: absolute;
  top: -85px;
  left: 5px;
}
.landingpage .offering .offer-card.right-bottom {
  margin-top: 28px;
}
.landingpage .offering .offer-card.right-bottom .camera {
  position: absolute;
  top: -90px;
  left: 36px;
  z-index: 99;
}
.landingpage .offering .offer-card.right-bottom .camera-bar {
  position: absolute;
  top: -48px;
  left: 124px;
  z-index: 99;
}
.landingpage .offering .offer-card.bottom svg {
  position: absolute;
  top: -215px;
  right: -7px;
  z-index: 9;
}
.landingpage .offering .offer-card.right {
  float: right;
}
.landingpage .offering .offer-card.right .text {
  float: right;
}
.landingpage .offering .offer-card.right-bottom {
  float: right;
}
.landingpage .offering .offer-card.right-bottom .text {
  float: right;
}
.landingpage .offering .offer-progress .title {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-style: normal;
  line-height: 120%; /* 16.8px */
  margin-bottom: 0px;
}
.landingpage .offering .offer-progress .progress {
  flex-grow: 1;
  height: 5px;
  background-color: rgba(139, 139, 139, 0.158);
}
.landingpage .offering .offer-progress .progress .progress-bar {
  width: 2%;
  background: rgba(255, 255, 255, 0.3);
}
.landingpage .offering .offer-progress .percentage {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-top: 5px;
  margin-bottom: 4px;
  text-align: right;
}
.landingpage .title-box {
  text-align: center;
  padding: 20px;
}
.landingpage .title-box .title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
}
.landingpage .title-box .title b {
  font-weight: 800;
}
.landingpage .title-box .subtitle {
  font-size: 20px;
  padding: 0px 20px;
  margin-bottom: 70px !important;
}
.landingpage .community {
  overflow-x: hidden;
}
.landingpage .community .content {
  margin: 50px;
}
.landingpage .community .content .title {
  font-size: 25px;
}
@media (min-width: 768px) {
  .landingpage .community .content {
    margin: 200px;
  }
  .landingpage .community .content .title {
    font-size: 30px;
  }
}
.landingpage .community .image-box {
  background: linear-gradient(180deg, rgba(8, 3, 9, 0.7411764706) 0%, rgba(8, 3, 9, 0) 100%), url("/asset/images/community-bg.png") lightgray 0px -92.396px/121.759% 121.715% no-repeat;
  background-size: auto 100%; /* Adjust width automatically, height 100% */
  background-position: center center;
  height: 1100px;
  padding-top: 100px;
}
.landingpage .invest {
  color: white;
}
.landingpage .invest .title {
  line-height: 1.3;
  font-size: 26px;
  line-height: 120%;
}
.landingpage .invest .subtitle {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 19.2px;
  text-align: left;
  color: #fff;
}
.landingpage .invest .icon-text {
  height: 50px;
}
@media (min-width: 769px) {
  .landingpage .invest .title {
    font-size: 40px;
  }
}
@media (max-width: 950px) {
  .landingpage .invest {
    text-align: center;
  }
  .landingpage .subtitle {
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
  }
}
.landingpage .oportunity {
  color: white;
}
.landingpage .oportunity .title {
  line-height: 1.3;
  font-size: 26px;
  line-height: 120%;
}
.landingpage .oportunity .subtitle {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 19.2px;
  color: #fff;
  text-align: left;
}
.landingpage .oportunity .icon-text {
  height: 50px;
}
.landingpage .oportunity .row {
  align-items: center;
}
@media (min-width: 769px) {
  .landingpage .oportunity .title {
    font-size: 48px;
  }
}
.landingpage .custom-svg-box {
  display: none;
}
@media (max-width: 769px) {
  .landingpage .oportunity {
    text-align: center;
  }
  .landingpage .subtitle {
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
  }
  .landingpage .footer {
    text-align: center;
  }
}
.landingpage .roadmap {
  color: white;
  margin-top: 120px;
  margin-top: 150px;
  overflow-x: hidden;
}
.landingpage .roadmap .title {
  font-size: 48px !important;
  line-height: 120%;
}
.landingpage .roadmap .text-box h4 {
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
}
.landingpage .roadmap .roadmap-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins";
  line-height: 19.2px;
}
.landingpage .roadmap .pc .roadmap-box {
  display: flex;
  position: relative;
  margin-top: 70px;
}
.landingpage .roadmap .pc .roadmap-box .content-box {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 235px;
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-family: "Poppins";
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle.one {
  background: #6b0e38;
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle.two {
  background: #7a0f3d;
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle.three {
  background: #921145;
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle.four {
  background: #ab124d;
}
.landingpage .roadmap .pc .roadmap-box .content-box ._circle.five {
  background: #c51355;
}
.landingpage .roadmap .pc .roadmap-box .content-box .text {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 19.2px;
  color: #fff;
  padding-left: 40px;
  padding-right: 7px;
  max-width: 240px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.landingpage .roadmap .pc .roadmap-box .top-to-bottom ._circle .line {
  top: 100%;
}
.landingpage .roadmap .pc .roadmap-box .top-to-bottom ._circle .arrow {
  top: 220%;
}
.landingpage .roadmap .pc .roadmap-box .top-to-bottom .text {
  margin-bottom: 21px;
}
.landingpage .roadmap .pc .roadmap-box .bottom-to-top {
  margin-top: 29px;
}
.landingpage .roadmap .pc .roadmap-box .bottom-to-top ._circle .line {
  bottom: 100%;
}
.landingpage .roadmap .pc .roadmap-box .bottom-to-top ._circle .arrow {
  bottom: 220%;
}
.landingpage .roadmap .pc .roadmap-box .bottom-to-top .text {
  margin-top: 21px;
  margin-bottom: 0px;
}
.landingpage .roadmap .pc .roadmap-box .mid-bar {
  position: absolute;
  border-radius: 30px;
  background: linear-gradient(90deg, #5c0d33 0.46%, #d5145a 100.36%);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
}
.landingpage .roadmap .mobile .roadmap-box {
  display: flex;
  position: relative;
  margin-top: 70px;
  flex-wrap: wrap;
}
.landingpage .roadmap .mobile .roadmap-box .content-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 235px;
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-family: "Poppins";
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle.one {
  background: #6b0e38;
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle.two {
  background: #7a0f3d;
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle.three {
  background: #921145;
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle.four {
  background: #ab124d;
}
.landingpage .roadmap .mobile .roadmap-box .content-box ._circle.five {
  background: #c51355;
}
.landingpage .roadmap .mobile .roadmap-box .content-box .text {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 19.2px;
  color: #fff;
  padding-left: 40px;
  padding-right: 7px;
  max-width: 240px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.landingpage .roadmap .mobile .roadmap-box .top-to-bottom ._circle .line {
  left: 100%;
}
.landingpage .roadmap .mobile .roadmap-box .top-to-bottom ._circle .arrow {
  top: 220%;
}
.landingpage .roadmap .mobile .roadmap-box .top-to-bottom .text {
  margin-bottom: 21px;
}
.landingpage .roadmap .mobile .roadmap-box .bottom-to-top {
  margin-top: 29px;
}
.landingpage .roadmap .mobile .roadmap-box .bottom-to-top ._circle .line {
  bottom: 100%;
}
.landingpage .roadmap .mobile .roadmap-box .bottom-to-top ._circle .arrow {
  bottom: 220%;
}
.landingpage .roadmap .mobile .roadmap-box .bottom-to-top .text {
  margin-top: 21px;
  margin-bottom: 0px;
}
.landingpage .roadmap .mobile .roadmap-box .mid-bar {
  position: absolute;
  border-radius: 30px;
  background: linear-gradient(90deg, #5c0d33 0.46%, #d5145a 100.36%);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
}
.landingpage .roadmap .roadmap-box-pc {
  display: none;
}
@media (min-width: 769px) {
  .landingpage .roadmap .title {
    font-size: 48px;
  }
  .landingpage .roadmap .roadmap-box-pc {
    display: block;
    position: relative;
    height: 500px;
  }
  .landingpage .roadmap .roadmap-box-pc .horizantal-line {
    position: absolute;
    border-radius: 30px;
    width: 100%;
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #5c0d33 0.46%, #d5145a 100.36%);
  }
  .landingpage .roadmap .roadmap-box-pc .roadmap-circle {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landingpage .roadmap .roadmap-box-pc .roadmap-circle-1 {
    background: #6b0e38;
  }
}
.landingpage .leaderboard {
  padding-top: 100px;
}
.landingpage .leaderboard .leaderboard-card {
  display: flex;
  padding: 12px 30px 12px 30px;
  align-items: center;
  align-self: stretch;
  border-radius: 54px;
  font-family: "Poppins";
  border-radius: 54px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(0deg, #ffb200 0%, #ffb200 100%), linear-gradient(339deg, rgba(255, 255, 255, 0) 52.79%, #fff 95.95%), linear-gradient(77deg, #576265 11.6%, #9ea1a1 25.31%, #848b8a 48.06%, #576265 55.72%, #576265 77.23%, #757a7b 85.34%, #576265 91.31%);
  background-blend-mode: normal, color, overlay, normal;
}
.landingpage .leaderboard .leaderboard-card .leaderboard-user {
  display: flex;
  align-items: center;
}
.landingpage .leaderboard .leaderboard-card .leaderboard-user p {
  font-size: 18px;
}
.landingpage .leaderboard .leaderboard-card .leaderboard-profile {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.landingpage .leaderboard .leaderboard-card .leaderboard-profile img {
  height: 50px;
}
.landingpage .leaderboard .leaderboard-card .text {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.landingpage .leaderboard .buy-now {
  margin-top: 120px;
}
.landingpage .shareholders {
  margin-top: 120px;
  margin-bottom: 100px;
}
.landingpage .shareholders .table > :not(caption) > * > * {
  background-color: transparent !important;
  color: #fff;
  font-family: "Poppins";
}
.landingpage .shareholders .table > :not(caption) > * > * td {
  color: #fff !important;
}
.landingpage .shareholders table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
.landingpage .shareholders thead th {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}
.landingpage .shareholders thead th:first-child {
  text-align: left;
  padding-left: 80px;
  width: 300px;
}
.landingpage .shareholders thead th:last-child {
  text-align: right;
  padding-right: 80px;
}
.landingpage .shareholders tbody tr {
  margin-bottom: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  align-items: center;
  align-self: stretch;
  -webkit-clip-path: xywh(0 0 100% 100% round 14px);
          clip-path: xywh(0 0 100% 100% round 14px);
}
.landingpage .shareholders tbody tr td {
  font-family: Poppins !important;
  padding: 12px 40px 12px 12px !important;
  text-align: center;
  font-size: 18px !important;
}
.landingpage .shareholders tbody tr td:first-child {
  border-top-left-radius: 10px;
}
.landingpage .shareholders tbody tr td:first-child {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
}
.landingpage .shareholders tbody tr td:last-child {
  text-align: right;
}
.landingpage .shareholders tbody tr td p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
.landingpage .shareholders img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.landingpage .shareholders .row {
  align-items: center;
}
.landingpage .shareholders .row img {
  height: 39px;
  border-radius: 5px;
}
.landingpage .shareholders .row p {
  padding: 0px;
}
.landingpage .shareholders .table tr {
  padding: 12px 40px 12px 12px;
}
.landingpage .shareholders .custom-table .header {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins";
  font-size: 16px;
  gap: 10px;
  padding: 12px 40px 12px 12px;
}
.landingpage .shareholders .custom-table .header > * {
  flex: 1;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0px !important;
  text-align: center;
}
.landingpage .shareholders .custom-table .header > *:first-child {
  text-align: left;
}
.landingpage .shareholders .custom-table .header > *:last-child {
  text-align: right;
}
.landingpage .shareholders .custom-table .body .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Poppins";
  font-size: 16px;
  gap: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  padding: 12px 40px 12px 12px;
  margin-bottom: 10px;
}
.landingpage .shareholders .custom-table .body .row > * {
  flex: 1;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0px !important;
  text-align: center;
}
.landingpage .shareholders .custom-table .body .row > *:first-child {
  text-align: left;
}
.landingpage .shareholders .custom-table .body .row > *:last-child {
  text-align: right;
}

.rcb-bank {
  overflow-x: hidden;
  background: black;
}
.rcb-bank .right-art {
  position: absolute;
  right: -10px;
  top: -28px;
}
.rcb-bank .container .title,
.rcb-bank .container-xxl .title {
  font-size: 25px;
}
.rcb-bank .container .subtitle,
.rcb-bank .container-xxl .subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.rcb-bank .container .title1,
.rcb-bank .container-xxl .title1 {
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.rcb-bank .container .title2,
.rcb-bank .container-xxl .title2 {
  color: #ffffff;
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.56px;
}
.rcb-bank .container .subtitle1,
.rcb-bank .container-xxl .subtitle1 {
  color: #ffffff;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.rcb-bank .container .media-hub-details p,
.rcb-bank .container-xxl .media-hub-details p {
  color: rgba(255, 255, 255, 0.6);
}
.rcb-bank .container .media-hub-details strong,
.rcb-bank .container-xxl .media-hub-details strong {
  color: #ffffff;
}
.rcb-bank .container .product-details,
.rcb-bank .container-xxl .product-details {
  margin-top: 150px;
}
.rcb-bank .container .product-details .content,
.rcb-bank .container-xxl .product-details .content {
  text-align: start;
  padding-right: 40px;
}
.rcb-bank .container .product-details .content strong,
.rcb-bank .container-xxl .product-details .content strong {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .product-details .content .header,
.rcb-bank .container-xxl .product-details .content .header {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.rcb-bank .container .product-details .key-feature,
.rcb-bank .container-xxl .product-details .key-feature {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 40px 0px 20px 0px;
}
.rcb-bank .container .product-details .key-feature-data li,
.rcb-bank .container-xxl .product-details .key-feature-data li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 5px;
  font-family: Poppins;
}
.rcb-bank .container .product-details .content-image img,
.rcb-bank .container-xxl .product-details .content-image img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .rcb-bank .container .product-details,
  .rcb-bank .container-xxl .product-details {
    flex-direction: column;
    margin-top: 50px;
  }
  .rcb-bank .container .product-details .content-image,
  .rcb-bank .container-xxl .product-details .content-image {
    order: -1;
    width: 100%;
  }
  .rcb-bank .container .product-details .content,
  .rcb-bank .container-xxl .product-details .content {
    width: 100%;
    text-align: center;
  }
}
.rcb-bank .container .matter-section,
.rcb-bank .container-xxl .matter-section {
  margin: 100px 0px 200px 0px;
}
.rcb-bank .container .matter-section .matter-content,
.rcb-bank .container-xxl .matter-section .matter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.rcb-bank .container .matter-section .title,
.rcb-bank .container-xxl .matter-section .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .marketplace-section,
.rcb-bank .container-xxl .marketplace-section {
  margin: 100px 0px 200px 0px;
}
.rcb-bank .container .marketplace-section .marketplace-content,
.rcb-bank .container-xxl .marketplace-section .marketplace-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.rcb-bank .container .marketplace-section .title,
.rcb-bank .container-xxl .marketplace-section .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .digital-property-card,
.rcb-bank .container-xxl .digital-property-card {
  border-radius: 20px;
  background: #211c22;
  padding: 40px;
  gap: 40px;
  margin: 0px 0px 200px 0px;
}
.rcb-bank .container .digital-property-section,
.rcb-bank .container-xxl .digital-property-section {
  padding: 40px;
}
.rcb-bank .container .digital-property-section .content,
.rcb-bank .container-xxl .digital-property-section .content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.rcb-bank .container .digital-property-section .title,
.rcb-bank .container-xxl .digital-property-section .title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: start;
}
.rcb-bank .container .marketplace-work,
.rcb-bank .container-xxl .marketplace-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  margin-bottom: 150px;
}
.rcb-bank .container .marketplace-work-content,
.rcb-bank .container-xxl .marketplace-work-content {
  display: flex;
  height: 217px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.rcb-bank .container .marketplace-work-content .number,
.rcb-bank .container-xxl .marketplace-work-content .number {
  color: #ed4c5c;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.rcb-bank .container .marketplace-work-content .title,
.rcb-bank .container-xxl .marketplace-work-content .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .marketplace-work-content .text-content,
.rcb-bank .container-xxl .marketplace-work-content .text-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.rcb-bank .container .marketplace-offer,
.rcb-bank .container-xxl .marketplace-offer {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 200px;
}
.rcb-bank .container .marketplace-offer .left-content,
.rcb-bank .container-xxl .marketplace-offer .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.rcb-bank .container .marketplace-offer .left-content .title2,
.rcb-bank .container-xxl .marketplace-offer .left-content .title2 {
  text-align: start;
}
.rcb-bank .container .marketplace-offer .right-content,
.rcb-bank .container-xxl .marketplace-offer .right-content {
  display: flex;
  width: 650px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.rcb-bank .container .marketplace-offer .right-content .data,
.rcb-bank .container-xxl .marketplace-offer .right-content .data {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.rcb-bank .container .marketplace-offer .right-content .data .title,
.rcb-bank .container-xxl .marketplace-offer .right-content .data .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .marketplace-offer .right-content .data .text-content,
.rcb-bank .container-xxl .marketplace-offer .right-content .data .text-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
}
@media (max-width: 768px) {
  .rcb-bank .container .marketplace-offer,
  .rcb-bank .container-xxl .marketplace-offer {
    display: flex;
    padding: 70px 20px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
  }
  .rcb-bank .container .right-content,
  .rcb-bank .container-xxl .right-content {
    width: 100%;
    display: block;
  }
  .rcb-bank .container .data,
  .rcb-bank .container-xxl .data {
    padding: 10px;
    gap: 8px;
  }
  .rcb-bank .container .data .title,
  .rcb-bank .container-xxl .data .title {
    font-size: 18px;
  }
  .rcb-bank .container .data .text-content,
  .rcb-bank .container-xxl .data .text-content {
    font-size: 14px;
  }
}
.rcb-bank .container .exchange-section,
.rcb-bank .container-xxl .exchange-section {
  margin: 10px 0px 100px 0px;
}
.rcb-bank .container .exchange-section .exchange-content,
.rcb-bank .container-xxl .exchange-section .exchange-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.rcb-bank .container .exchange-section .title,
.rcb-bank .container-xxl .exchange-section .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .exchange-section .bottom,
.rcb-bank .container-xxl .exchange-section .bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.rcb-bank .container .exchange-feature,
.rcb-bank .container-xxl .exchange-feature {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}
.rcb-bank .container .exchange-feature .left-content,
.rcb-bank .container-xxl .exchange-feature .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.rcb-bank .container .exchange-feature .left-content .title2,
.rcb-bank .container-xxl .exchange-feature .left-content .title2 {
  text-align: start;
}
.rcb-bank .container .exchange-feature .right-content,
.rcb-bank .container-xxl .exchange-feature .right-content {
  display: flex;
  width: 650px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.rcb-bank .container .exchange-feature .right-content .row,
.rcb-bank .container-xxl .exchange-feature .right-content .row {
  display: flex;
  width: 581px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.rcb-bank .container .exchange-feature .right-content .data,
.rcb-bank .container-xxl .exchange-feature .right-content .data {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.rcb-bank .container .exchange-feature .right-content .data .title,
.rcb-bank .container-xxl .exchange-feature .right-content .data .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .exchange-feature .right-content .data .text-content,
.rcb-bank .container-xxl .exchange-feature .right-content .data .text-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
}
@media only screen and (max-width: 768px) {
  .rcb-bank .container .exchange-feature,
  .rcb-bank .container-xxl .exchange-feature {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
  }
  .rcb-bank .container .exchange-feature .left-content,
  .rcb-bank .container-xxl .exchange-feature .left-content {
    align-items: center;
    text-align: center;
  }
  .rcb-bank .container .exchange-feature .left-content .title2,
  .rcb-bank .container-xxl .exchange-feature .left-content .title2 {
    text-align: center;
  }
  .rcb-bank .container .exchange-feature .right-content,
  .rcb-bank .container-xxl .exchange-feature .right-content {
    width: 100%;
    align-items: center;
    gap: 15px;
  }
  .rcb-bank .container .exchange-feature .right-content .row,
  .rcb-bank .container-xxl .exchange-feature .right-content .row {
    width: 100%;
    gap: 15px;
  }
  .rcb-bank .container .exchange-feature .right-content .data,
  .rcb-bank .container-xxl .exchange-feature .right-content .data {
    width: 100%;
    padding: 15px;
    gap: 10px;
  }
  .rcb-bank .container .exchange-feature .right-content .data .title,
  .rcb-bank .container-xxl .exchange-feature .right-content .data .title {
    font-size: 18px;
  }
  .rcb-bank .container .exchange-feature .right-content .data .text-content,
  .rcb-bank .container-xxl .exchange-feature .right-content .data .text-content {
    font-size: 14px;
  }
  .rcb-bank .container .base-btn,
  .rcb-bank .container-xxl .base-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.rcb-bank .container .exchange-matter-card,
.rcb-bank .container-xxl .exchange-matter-card {
  border-radius: 20px;
  background: #211c22;
  padding: 40px;
  gap: 40px;
  margin: 0px 0px 200px 0px;
}
.rcb-bank .container .exchange-matter-section,
.rcb-bank .container-xxl .exchange-matter-section {
  padding: 40px;
}
.rcb-bank .container .exchange-matter-section .content,
.rcb-bank .container-xxl .exchange-matter-section .content {
  display: flex;
  width: 719px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
}
.rcb-bank .container .exchange-matter-section .title,
.rcb-bank .container-xxl .exchange-matter-section .title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  align-items: start;
  letter-spacing: -1.56px;
}
.rcb-bank .container .exchange-matter-section .exchange-matter-img,
.rcb-bank .container-xxl .exchange-matter-section .exchange-matter-img {
  align-content: center;
}
.rcb-bank .container .fiat-section,
.rcb-bank .container-xxl .fiat-section {
  margin: 10px 0px 100px 0px;
}
.rcb-bank .container .fiat-section .fiat-content,
.rcb-bank .container-xxl .fiat-section .fiat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.rcb-bank .container .fiat-section .title,
.rcb-bank .container-xxl .fiat-section .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .fiat-section .row-spacing,
.rcb-bank .container-xxl .fiat-section .row-spacing {
  margin-top: 80px;
}
.rcb-bank .container .fiat-service,
.rcb-bank .container-xxl .fiat-service {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 200px;
}
.rcb-bank .container .fiat-service .left-content,
.rcb-bank .container-xxl .fiat-service .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.rcb-bank .container .fiat-service .left-content .title2,
.rcb-bank .container-xxl .fiat-service .left-content .title2 {
  text-align: start;
}
.rcb-bank .container .fiat-service .right-content,
.rcb-bank .container-xxl .fiat-service .right-content {
  display: flex;
  width: 650px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.rcb-bank .container .fiat-service .right-content .data,
.rcb-bank .container-xxl .fiat-service .right-content .data {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.rcb-bank .container .fiat-service .right-content .data .title,
.rcb-bank .container-xxl .fiat-service .right-content .data .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .fiat-service .right-content .data .text-content,
.rcb-bank .container-xxl .fiat-service .right-content .data .text-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
}
@media (max-width: 768px) {
  .rcb-bank .container .fiat-section .row-spacing,
  .rcb-bank .container-xxl .fiat-section .row-spacing {
    margin-top: 0px;
  }
  .rcb-bank .container .fiat-service,
  .rcb-bank .container-xxl .fiat-service {
    display: flex;
    padding: 70px 20px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
  }
  .rcb-bank .container .right-content,
  .rcb-bank .container-xxl .right-content {
    width: 100%;
    display: block;
  }
  .rcb-bank .container .data,
  .rcb-bank .container-xxl .data {
    padding: 10px;
    gap: 8px;
  }
  .rcb-bank .container .data .title,
  .rcb-bank .container-xxl .data .title {
    font-size: 18px;
  }
  .rcb-bank .container .data .text-content,
  .rcb-bank .container-xxl .data .text-content {
    font-size: 14px;
  }
}
.rcb-bank .container .gcb-token-section,
.rcb-bank .container-xxl .gcb-token-section {
  margin: 10px 0px 100px 0px;
}
.rcb-bank .container .gcb-token-section .gcb-token-content,
.rcb-bank .container-xxl .gcb-token-section .gcb-token-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.rcb-bank .container .gcb-token-section .title,
.rcb-bank .container-xxl .gcb-token-section .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .gcb-token-feature,
.rcb-bank .container-xxl .gcb-token-feature {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 200px;
}
.rcb-bank .container .gcb-token-feature .left-content,
.rcb-bank .container-xxl .gcb-token-feature .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.rcb-bank .container .gcb-token-feature .left-content .title2,
.rcb-bank .container-xxl .gcb-token-feature .left-content .title2 {
  text-align: start;
}
.rcb-bank .container .gcb-token-feature .right-content,
.rcb-bank .container-xxl .gcb-token-feature .right-content {
  display: flex;
  width: 650px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.rcb-bank .container .gcb-token-feature .right-content .data,
.rcb-bank .container-xxl .gcb-token-feature .right-content .data {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.rcb-bank .container .gcb-token-feature .right-content .data .title,
.rcb-bank .container-xxl .gcb-token-feature .right-content .data .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .gcb-token-feature .right-content .data .text-content,
.rcb-bank .container-xxl .gcb-token-feature .right-content .data .text-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
}
.rcb-bank .container .academy-section,
.rcb-bank .container-xxl .academy-section {
  margin: 10px 0px 100px 0px;
}
.rcb-bank .container .academy-section .academy-content,
.rcb-bank .container-xxl .academy-section .academy-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.rcb-bank .container .academy-section .title,
.rcb-bank .container-xxl .academy-section .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .academy-offer,
.rcb-bank .container-xxl .academy-offer {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 200px;
}
.rcb-bank .container .academy-offer .left-content,
.rcb-bank .container-xxl .academy-offer .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.rcb-bank .container .academy-offer .left-content .title2,
.rcb-bank .container-xxl .academy-offer .left-content .title2 {
  text-align: start;
}
.rcb-bank .container .academy-offer .right-content,
.rcb-bank .container-xxl .academy-offer .right-content {
  display: flex;
  width: 650px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.rcb-bank .container .academy-offer .right-content .data,
.rcb-bank .container-xxl .academy-offer .right-content .data {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.rcb-bank .container .academy-offer .right-content .data .title,
.rcb-bank .container-xxl .academy-offer .right-content .data .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.rcb-bank .container .academy-offer .right-content .data .text-content,
.rcb-bank .container-xxl .academy-offer .right-content .data .text-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
}
@media (min-width: 768px) {
  .rcb-bank .container .title {
    font-size: 30px;
  }
  .rcb-bank .image-box {
    height: 900px;
  }
}

.p-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin: 0px auto;
  background: #fff;
  border-radius: 8px;
  padding: 12px 32px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.portfolio-why-choose h4 {
  color: white;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
}
.portfolio-why-choose .image {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.portfolio-why-choose .subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.portfolio-why-choose .token-subtitle {
  color: white;
}
.portfolio-why-choose .buy-now {
  margin-top: 60px;
  margin-bottom: 20px;
}
.portfolio-why-choose ._title {
  margin-bottom: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 950px) {
  .portfolio-why-choose ._title {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.portfolio-why-matter .matters-card {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  color: white;
  /* Mobile Styles */
}
.portfolio-why-matter .matters-card .matter-text {
  width: 80%;
  background-color: #5c0d33;
}
.portfolio-why-matter .matters-card .matter-image {
  width: 20%;
}
@media (min-width: 769px) {
  .portfolio-why-matter .matters-card .matter-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 768px) {
  .portfolio-why-matter .matters-card .matter-text {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .portfolio-why-matter .matters-card .matter-text,
  .portfolio-why-matter .matters-card .matter-image {
    width: 100%; /* Both take full width on mobile */
  }
}

.portfolio-vision .visions-card {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  color: white;
  /* Mobile Styles */
}
.portfolio-vision .visions-card .vision-text {
  width: 50%;
  background-color: #211c22;
}
.portfolio-vision .visions-card .vision-image {
  width: 50%;
}
@media (min-width: 769px) {
  .portfolio-vision .visions-card .vision-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 768px) {
  .portfolio-vision .visions-card .vision-text {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .portfolio-vision .visions-card .vision-text,
  .portfolio-vision .visions-card .vision-image {
    width: 100%; /* Both take full width on mobile */
  }
}

.portfolio-benifits .benifits-card {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  color: white;
  /* Mobile Styles */
}
.portfolio-benifits .benifits-card .benifit-text {
  background-color: #211c22;
  width: 100%;
}
@media (min-width: 769px) {
  .portfolio-benifits .benifits-card .benifit-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 768px) {
  .portfolio-benifits .benifits-card .benifit-text {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.portfolio-apart .title-number {
  color: #ed4c5c;
}
.portfolio-apart .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio-apart .left ._title {
  text-align: left;
}
.portfolio-apart .left .buy-now {
  float: left;
}
.portfolio-apart .title {
  color: white;
}
.portfolio-apart .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
}
.portfolio-apart .card .title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
}
.portfolio-apart .card .subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0px;
}

.portfolio-intergration .card {
  background: rgba(255, 255, 255, 0.1);
}
.portfolio-intergration .card .title {
  color: white;
}
.portfolio-intergration .card .subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(80deg, #5c0d33 30.17%, #d5145a 102.08%);
}
.footer .footer-link {
  margin-bottom: 10px;
  display: block;
}

.only-lg {
  display: block;
}

.only-sm {
  display: none !important;
}

@media (min-width: 710px) and (max-width: 900px) {
  .roadmap .content-box .text {
    font-size: 12px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .landingpage .banner .title-box {
    width: 700px !important;
  }
}
@media screen and (max-width: 1600px) {
  .login-box {
    width: 80% !important;
  }
}
@media screen and (max-width: 1400px) {
  .login-box {
    width: 90% !important;
  }
}
@media screen and (max-width: 1200px) {
  .login-box {
    width: 90% !important;
  }
}
@media screen and (max-width: 350px) {
  .landingpage .icons {
    gap: 0px !important;
  }
  .landingpage .icons .icon-box {
    width: 140px !important;
  }
}
@media screen and (max-width: 1150px) {
  .top-nav .nav-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 740px) {
  .roadmap {
    padding: 12px;
    margin-top: 60px;
  }
  .roadmap .roadmap-box {
    height: 770px;
    flex-wrap: wrap;
  }
  .roadmap .roadmap-box .mid-bar {
    top: 0px !important;
    background: linear-gradient(180deg, #5c0d33 0.46%, #d5145a 100.36%) !important;
    left: 50% !important;
    transform: translatex(-50%) !important;
    width: 4px !important;
    height: 770px !important;
  }
  .roadmap .roadmap-box .content-box {
    width: 100% !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    height: 150px !important;
    align-items: center;
  }
  .roadmap .roadmap-box .content-box .icon-box {
    width: 50%;
    display: flex;
  }
  .roadmap .roadmap-box .content-box .text-box {
    width: 50%;
  }
  .roadmap .roadmap-box .content-box.bottom-to-top {
    margin-top: 0px !important;
  }
  .roadmap .roadmap-box .content-box.bottom-to-top .icon-box {
    padding-right: 77px;
    justify-content: end;
  }
  .roadmap .roadmap-box .content-box.bottom-to-top .arrow {
    bottom: 225% !important;
  }
  .roadmap .roadmap-box .content-box.bottom-to-top .text {
    margin-top: 0px !important;
    padding-left: 30px !important;
    padding-right: 0px !important;
    max-width: 80% !important;
  }
  .roadmap .roadmap-box .content-box.bottom-to-top ._circle {
    margin-left: 10%;
  }
  .roadmap .roadmap-box .content-box.top-to-bottom .icon-box {
    padding-left: 77px;
    justify-content: start;
  }
  .roadmap .roadmap-box .content-box.top-to-bottom .arrow {
    top: 225% !important;
  }
  .roadmap .roadmap-box .content-box.top-to-bottom .text {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 30px !important;
    max-width: 80% !important;
  }
  .roadmap .roadmap-box .content-box.top-to-bottom ._circle {
    margin-right: 10%;
  }
  .roadmap .roadmap-box .content-box ._circle {
    transform: rotate(90deg);
  }
  .roadmap .roadmap-box .content-box ._circle span {
    transform: rotate(-90deg);
  }
  .roadmap .roadmap-box .content-box .line {
    height: 96px;
  }
}
@media screen and (max-width: 950px) {
  .only-lg {
    display: none !important;
  }
  .only-sm {
    display: block !important;
  }
  .title {
    font-weight: 800 !important;
  }
  .landingpage .title-box {
    padding: 15px;
  }
  .landingpage .title-box .title {
    font-size: 26px;
    line-height: 31.2px;
  }
  .landingpage .title-box .subtitle {
    font-size: 16px;
    line-height: 19.2px;
    padding: 0px;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .landingpage .banner .image-box {
    height: 700px;
    padding-top: 100px;
    background-position: center;
    background-size: cover;
  }
  .landingpage .banner .title-box {
    width: 350px !important;
  }
  .landingpage .banner .title-box .title {
    font-size: 26px;
    line-height: 31.2px;
  }
  .landingpage .banner .title-box .subtitle {
    font-size: 16px;
    line-height: 19.2px;
    padding: 0px;
    margin-bottom: 20px !important;
  }
  .landingpage .banner .video {
    width: 90%;
    overflow: hidden;
    margin: -250px auto 0px auto;
    border-radius: 30px;
  }
  .landingpage .ecosystem {
    padding: 70px 10px 0px 10px;
  }
  .landingpage .ecosystem .myecosystem-box {
    background-size: 100%;
  }
  .landingpage .ecosystem .myecosystem-box .item-box .icons {
    width: 100%;
    flex-wrap: wrap;
  }
  .landingpage .ecosystem .title {
    font-weight: 800 !important;
  }
  .landingpage .offering {
    padding: 10px;
  }
  .landingpage .offering .title-box {
    padding: 0px;
    margin-bottom: 65px;
  }
  .landingpage .offering ._title {
    text-align: left;
  }
  .landingpage .offering ._subtitle {
    text-align: left;
    font-size: 20px;
  }
  .landingpage .offering .offer-card img {
    display: block;
  }
  .landingpage .offering .offer-card .text {
    width: 100%;
  }
  .landingpage .offering .offer-card .text h5 {
    width: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .landingpage .offering .offer-card .text p {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  }
  .landingpage .offering .offer-card .text p.text-danger {
    -webkit-text-fill-color: red !important;
    color: red !important;
  }
  .landingpage .offering .offer-card.right-bottom {
    margin-top: 10px;
  }
  .landingpage .offering svg {
    display: none;
  }
  .landingpage .solutions {
    padding: 10px;
  }
  .landingpage .solutions .solution-card {
    padding: 0px !important;
  }
  .landingpage .solutions .header {
    flex-wrap: wrap;
    text-align: center;
  }
  .landingpage .solutions .header .title {
    width: 100%;
    font-size: 26px;
    line-height: 31.2px;
    padding: 0px 10px;
  }
  .landingpage .solutions .header .buy-now {
    display: none;
  }
  .landingpage .solutions .only-sm {
    margin-top: 50px;
  }
  .landingpage .solutions .solution-cards {
    margin-top: 25px;
  }
  .landingpage .middle-image {
    display: none;
  }
  .landingpage .buy-now {
    width: 100% !important;
  }
  .landingpage .buy-now img {
    display: block;
    width: auto;
    padding-left: 10px;
  }
  .profile-card {
    gap: 30px !important;
  }
  .profile-card.form {
    margin-top: 20px;
  }
  .profile-card a {
    width: 100%;
  }
  .profile-card a .change-password {
    width: 100%;
  }
  .profile-card .buy-now {
    width: 100% !important;
  }
  .withdraw-page .profile-card {
    min-height: auto !important;
    margin-bottom: 20px !important;
  }
  .amount-box {
    justify-content: center;
  }
  .amount-box .button {
    width: 100%;
  }
  .amount-box .button a {
    width: 100%;
  }
  .amount-box .button a .buy-now {
    width: 100% !important;
  }
  .gateway-details {
    flex-wrap: wrap;
    justify-content: center;
  }
  .payment-method-box {
    padding: 15px;
  }
  .contact-form-card {
    padding: 24px 15px;
  }
  .gateway-card {
    padding: 15px;
  }
  .gateway-card .transaction-info {
    margin-bottom: 15px;
  }
  .main-content-box {
    padding: 10px;
  }
  .gcbhub-main-card {
    padding: 25px 12px !important;
  }
  .left-section {
    margin-bottom: 20px;
  }
  .mobile-nav {
    display: flex;
  }
  .top-nav {
    padding-top: 15px !important;
  }
  .top-nav .nav-item {
    padding: 0px !important;
  }
  .top-nav .nav-item a {
    padding: 15px 10px !important;
  }
  .image-text {
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
    padding: 25px !important;
    width: 100% !important;
  }
  .image-text p {
    line-height: 17px !important;
    font-size: 14px !important;
  }
  .image-text h4 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .image-container {
    height: 370px !important;
  }
  .image-container img {
    height: auto !important;
  }
  .login-box {
    width: 100%;
    padding: 0px !important;
  }
  .right-part {
    display: block;
  }
  .contact-right-section {
    height: 500px !important;
    margin-top: 20px;
  }
  .agent .nav-item {
    font-size: 16px;
    padding: 0px !important;
  }
  .agent .nav-item a {
    padding: 15px 0px !important;
  }
}
table thead tr {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
table thead th {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  font-size: 14px;
}
table tbody {
  padding-top: 10px;
}
table tbody td {
  border-width: 0px !important;
  color: #fff;
  font-size: 14px !important;
  padding-bottom: 0px !important;
}

.kyc-application-form {
  padding: 25px;
}
.kyc-application-form input {
  background-color: rgba(193, 184, 184, 0.18) !important;
  border-radius: 5px !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.kyc-application-form select {
  background: rgba(193, 184, 184, 0.18) !important;
  border-radius: 5px !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.kyc-application-form option {
  background: rgb(8, 3, 9) !important;
  color: #fff;
}
.kyc-application-form select:focus {
  outline: none;
  background: rgba(193, 184, 184, 0.18) !important;
}

.kyc-application-form p {
  text-align: center;
}

.kyc-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn-cv {
  border: 1px solid #ffffff;
  background-color: #080309;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

.btn-cv:hover {
  border: 1px solid #ffffff;
  background-color: #080309;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

.apply-kyc {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #080309;
  width: 100%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

#driver-license-upload {
  display: flex;
  gap: 10px;
}

#company-driver-license-upload {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  #driver-license-upload {
    display: block;
  }
  #driver-license-upload button {
    margin-bottom: 10px;
  }
  #company-driver-license-upload {
    display: block;
  }
  #company-driver-license-upload button {
    margin-bottom: 10px;
  }
}
.select2-container .select2-selection--single {
  height: 50px !important;
  padding-top: 10px !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

.country-code .select2-container {
  width: 80px !important;
}
.country-code .select2-container .selection {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.select2-results__option {
  color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.full .select2-container {
  width: 100% !important;
}
.full .select2-container .selection {
  width: 100%;
}

.withdraw-instructions li {
  background: #444;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.action-btn {
  background-color: transparent;
  border: 0px solid #fff !important;
  color: #fff !important;
  padding: 0px 5px !important;
}

th,
td {
  white-space: nowrap;
  vertical-align: middle;
}

.sp_page_verify {
  margin-top: 150px;
  margin-bottom: 100px;
}

.verify-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.verify-header {
  display: flex;
  padding: 10px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.0509803922);
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  border-radius: 20px;
}

.verify-header img:first-child {
  position: relative;
  align-self: flex-end;
  right: 10px;
  top: 10px;
}

.verify-input-wrapper {
  display: grid;
  gap: 2px;
  width: 100%;
}

.verify-input-wrapper > .verify-input-single {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.verify-input-forms {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.verify-input-forms > .verify-input {
  background: rgb(29, 31, 37);
  border: 1.5px solid rgb(52, 56, 76);
  border-radius: 8px;
  text-align: left;
  padding: 8px 10px;
  font-weight: 500;
  color: rgb(255, 255, 255) !important;
  width: 100%;
}

.verify-input-forms > .verify-check-btn {
  order: 1px solid rgb(215, 17, 89);
  position: relative;
  background-color: #fff;
  color: black;
  padding: 0px 30px;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.verify-failed {
  color: rgb(255, 74, 74);
  font-size: 16px;
  height: -moz-max-content;
  height: max-content;
  font-weight: 500;
  text-align: left;
}

.verify-success {
  color: rgb(23, 136, 0);
  font-size: 16px;
  height: -moz-max-content;
  height: max-content;
  font-weight: 500;
  text-align: left;
}

.trx_copy {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.trx_copy img {
  cursor: pointer;
}

.pagination .page-item.active .page-link {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.bitcoin-report {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-x: scroll;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bitcoin-report::-webkit-scrollbar {
  display: none;
}
.bitcoin-report .report-box {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}
.bitcoin-report .report-box p {
  margin-bottom: 0px !important;
  color: var(--color);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight);
  line-height: normal;
  padding: 4px;
  font-family: Poppins;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 3px;
}
.bitcoin-report .report-box .price_increase_amount {
  line-height: 100%;
}
.bitcoin-report .report-box.price-drop .price_increase_amount {
  color: #d5145a;
}
.bitcoin-report .report-box.price-drop .price_increase_percentage {
  color: #d5145a;
  border-radius: 4px;
  background-color: rgba(213, 20, 90, 0.2);
}
.bitcoin-report .report-box.price-increase .price_increase_amount {
  color: #00a478;
}
.bitcoin-report .report-box.price-increase .price_increase_percentage {
  color: #00a478;
  border-radius: 4px;
  background: rgba(0, 164, 120, 0.2);
}

.shares {
  margin-top: 100px;
  margin-bottom: 100px;
}
.shares ._title {
  width: 700px;
  margin: 0px auto;
  padding-bottom: 10px;
}
.shares .text {
  width: 700px;
  margin: 0px auto;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 120%; /* 24px */
}
.shares .share-price-box {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  width: 1000px;
  margin: 50px auto;
}
.shares .share-price-box p {
  margin-bottom: 0px;
}
.shares .share-price-box .share_text,
.shares .share-price-box .price_text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.44px;
}
.shares .share-price-box .share_label,
.shares .share-price-box .price_label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  letter-spacing: -0.24px;
}
.shares .share-price-box .progress {
  flex-grow: 1;
  height: 5px;
  background-color: rgba(139, 139, 139, 0.158);
  margin-top: 12px;
  overflow: unset !important;
}
.shares .share-price-box .progress .progress-bar {
  background: linear-gradient(270deg, rgba(213, 20, 90, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  overflow: unset !important;
}
.shares .share-price-box .progress .progress-bar:before {
  content: "";
  background: linear-gradient(270deg, rgba(213, 20, 90, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(9.8181819916px);
  width: 100%;
  height: 19px;
  position: absolute;
}
._subtitle {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
  margin-bottom: 0px;
}

._title {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.96px;
  font-size: 48px;
  line-height: 57.6px;
}

._text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 120%; /* 24px */
}

.earning {
  padding-top: 20px;
  padding-bottom: 50px;
}
.earning .left img {
  width: 100%;
}
.earning .right {
  text-align: left;
  padding-left: 80px;
}
.earning .right ._title {
  text-align: left;
}
.earning .right ._text {
  width: 500px;
}
.earning .right .buy-now {
  float: left;
}

.aboutus ._title {
  font-size: 78px !important;
  font-weight: 700 !important;
}
.aboutus ._subtitle {
  font-style: italic;
  font-weight: 500;
}
.aboutus ._text {
  color: rgba(255, 255, 255, 0.6);
  width: 1100px;
  margin: 40px auto;
}
.aboutus ._text b {
  color: #fff;
}

.cards {
  margin-top: 100px;
}
.cards .about-us-card {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: #000;
  overflow: hidden;
  margin-bottom: 30px;
}
.cards .about-us-card .text {
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cards .about-us-card h2 {
  color: #fff;
  /* M3/display/medium */
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 115.556% */
  letter-spacing: 0px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.cards .about-us-card h2:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(213, 20, 90, 0.8);
  position: absolute; /* Ensure proper positioning */
  bottom: 10px; /* Adjust as needed */
  left: 0; /* Adjust as needed */
  z-index: -1;
}
.cards .about-us-card p {
  font-size: 16px;
  font-family: Poppins;
  width: 580px;
  color: #fff;
  margin-bottom: 0px;
}
.why-invest {
  margin-top: 150px;
  margin-bottom: 150px;
}
.why-invest .title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  width: 400px;
  margin-bottom: 50px;
}
.why-invest .title b {
  font-weight: 800;
}
.why-invest .reason {
  display: flex;
  gap: 20px;
}
.why-invest .reason p {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  position: relative;
  margin-bottom: 10px;
}
.why-invest .reason p:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(213, 20, 90, 0.8);
  position: absolute; /* Ensure proper positioning */
  bottom: 10px; /* Adjust as needed */
  left: 0; /* Adjust as needed */
  z-index: -1;
}

.counter {
  background: rgba(255, 255, 255, 0.07);
  padding: 70px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.counter .counter-card {
  text-align: center;
}
.counter .counter-card h3 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.96px;
}
.counter .counter-card h3 span {
  color: #ed4c5c;
}
.counter .counter-card p {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  line-height: 120%; /* 26.4px */
}

.mi-pagination {
  align-items: center;
  float: right;
  margin-top: 15px;
  gap: 4px;
  background-color: transparent;
  padding: 10px;
}
.mi-pagination .page-link {
  background: transparent;
  color: #fff !important;
  border: 0px;
  font-family: Poppins;
  border-radius: 100%;
  height: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mi-pagination .page-link.active {
  color: #000 !important;
  background-color: #fff;
}
.mi-pagination .page-link:hover {
  color: #000 !important;
  background-color: #fff;
}
.mi-pagination .page-item.disabled .page-link {
  color: #555 !important;
  background-color: transparent;
}

/* Apply CSS properties to ui-widgets class */
.ui-widgets {
  position: relative;
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 9rem;
  margin: 1.5rem;
  border: 1.2rem solid #5c0d33;
  box-shadow: inset 0 0 7px grey;
  border-left-color: #5c0d33;
  border-top-color: chartreuse;
  border-right-color: darkgreen;
  border-bottom-color: white;
  text-align: center;
  box-sizing: border-box;
}

/*  Apply css properties to the second
    child of ui-widgets class */
.ui-widgets:nth-child(2) {
  border-top-color: chartreuse;
  border-right-color: white;
  border-left-color: palegreen;
  border-bottom-color: white;
}

/*  Apply css properties to ui-widgets class
    and ui-values class*/
.ui-widgets .ui-values {
  top: 40px;
  position: absolute;
  left: 10px;
  right: 0;
  font-weight: 700;
  font-size: 2rem;
}

/*  Apply css properties to ui-widgets
    class and ui-labels class*/
.ui-widgets .ui-labels {
  left: 0;
  bottom: -16px;
  text-shadow: 0 0 4px grey;
  color: black;
  position: absolute;
  width: 100%;
  font-size: 16px;
}

.map {
  position: relative;
  margin-top: 100px;
}
.map .title {
  margin-bottom: 100px;
}
.map .office {
  width: 354px;
  /* height: 142.22px; */
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: 20px;
  position: absolute;
  top: 84px;
  left: 659px;
}
.map .office .location-text {
  font-size: 14px;
}
.map .office h3 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}
.map .office p {
  margin-bottom: 0px;
}
.map .office .type {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}
.map .office .license {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.map .office .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -18px;
  left: 44px;
}
.map .map-box {
  position: relative;
}

.sponsors {
  margin-top: -122px;
  margin-bottom: 122px;
  padding: 0px 50px;
  gap: 30px;
  display: flex;
  justify-content: space-around;
}

.newsletter {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  margin-bottom: 150px;
}
.newsletter p {
  margin-bottom: 0px;
}
.newsletter input {
  background-color: #fff !important;
  color: #000 !important;
}
.newsletter input:focus {
  background-color: #fff !important;
  color: #000 !important;
}
.newsletter ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.newsletter ::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.newsletter .title {
  color: #fff;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
.newsletter .subtitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 120%; /* 19.2px */
}

.banner-image-box {
  background: url("/asset/images/portfolio/top-bg.png") no-repeat;
  background-size: 100% 100%; /* Ensures the image covers the entire container */
  background-position: top; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  height: 100vh;
  padding-top: 70px;
}
.banner-image-box .progress-box {
  display: flex;
  align-items: center;
  margin-top: 35px;
  flex-direction: column;
}
.banner-image-box .progress-box img {
  width: 100px;
  height: 100px;
}
.banner-image-box .progress-box .status {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
  border-radius: 50px;
  padding: 4px 12px;
  width: -moz-max-content;
  width: max-content;
  margin: 25px 0px;
}
.banner-image-box .progress-box .status.in-progress {
  color: #ed4c5c;
  background: rgba(213, 27, 91, 0.2);
}
.banner-image-box .progress-box .status.active {
  color: white;
  background: green;
}
.banner-image-box .progress-box .status.coming-soon {
  color: #ffffff;
  background: #00a478;
}
.banner-image-box .progress-box .project-status {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-bottom: 0px;
  margin-top: 10px;
}
.banner-image-box .title {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.96px;
  font-size: 48px !important;
  margin-bottom: 0px;
}
.banner-image-box ._title {
  font-size: 72px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.banner-image-box ._subtitle {
  font-style: italic;
  font-weight: 500;
}
.banner-image-box .buy-now {
  margin-top: 25px;
}
.banner-image-box .text {
  color: #fff;
  text-align: center;
  font-size: 16;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

p {
  font-family: Poppins;
}

.buy-now {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #fff;
  background: linear-gradient(90deg, #5C0632 0%, #D71159 99.99%);
  margin: 0px auto;
  color: #fff;
}

.buy-now img {
  padding-left: -15px;
  width: 0px;
  transition: 0.3s;
}

.buy-now:hover img {
  display: block;
  width: auto;
  padding-left: 10px;
  transition: 0.3s;
}

.foodhub .our-mission {
  padding-bottom: 100px;
}
.foodhub .our-mission .mission {
  padding-top: 80px;
}
.foodhub .our-mission .mission .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  margin-bottom: 7px;
}
.foodhub .our-mission .mission .subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.foodhub .our-mission .mission ul li {
  margin-bottom: 35px;
  list-style: none;
  position: relative;
}
.foodhub .our-mission .mission ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -37px;
  transform: translateY(-50%);
  width: 22px; /* SVG width */
  height: 18px; /* SVG height */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path d="M1 9L6.33783 15.9392C7.13842 16.9799 8.70773 16.9799 9.50833 15.9392L21 1" stroke="white" stroke-width="2" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.foodhub .why-matter ._title {
  margin-bottom: 100px;
}
.foodhub .portfolio-apart {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.investment-options {
  margin-top: 200px;
}
.investment-options .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.investment-options ._title {
  text-align: left;
  width: 400px;
}
.investment-options ul {
  list-style: none;
  padding-left: 0px;
}
.investment-options ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.investment-options ul li p {
  margin-bottom: 0px !important;
}
.investment-options ul li:last-child {
  margin-bottom: 0px !important;
}

.referral {
  display: flex;
  padding: 40px;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  border-radius: 370px;
  background: linear-gradient(90deg, #5c0d33 0.46%, #d5145a 100.36%);
  margin: 170px 0px;
}
.referral .title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
  margin-bottom: 0px !important;
}
.referral .title b {
  font-weight: 700 !important;
}
.referral .text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px !important;
}
.referral .buy-now {
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
}

.vision-image img.d-md-inline {
  height: 100%;
}

.visions-card .vision-text .title {
  color: #fff;
  font-size: 48px !important;
  font-weight: 800;
}
.visions-card .vision-text ul {
  list-style: none;
}
.visions-card .vision-text ul li {
  position: relative;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.visions-card .vision-text ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -35px;
  width: 19px;
  height: 18px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18" fill="none"><path d="M1 10.22L6.13594 16.8345C6.55831 17.3784 7.39125 17.3426 7.76537 16.7644L18 0.947266" stroke="%23ED4C5C" stroke-width="1.5"/></svg>');
}
.visions-card .vision-text .buy-now {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.visions-card .vision-text .text {
  margin-bottom: 0px !important;
}

.portfolio-future .future-card {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  color: white;
  /* Mobile Styles */
}
.portfolio-future .future-card .future-text {
  width: 50%;
  background-color: #211c22;
}
.portfolio-future .future-card .future-image {
  width: 50%;
}
.portfolio-future .future-card .future-image .pc-img {
  width: 100%;
  position: absolute;
}
.portfolio-future .future-card .future-image .mobile-img {
  display: none;
}
@media (min-width: 769px) {
  .portfolio-future .future-card .future-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 768px) {
  .portfolio-future .future-card .future-text {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .portfolio-future .future-card .future-text,
  .portfolio-future .future-card .future-image {
    width: 100%; /* Both take full width on mobile */
  }
  .portfolio-future .future-card .future-text .mobile-img,
  .portfolio-future .future-card .future-image .mobile-img {
    display: none;
  }
}

.portfolio-remark {
  margin-bottom: 150px;
}

.landingpage .banner .video {
  position: relative;
}
.landingpage .banner .video:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

@media (max-width: 950px) {
  .banner-image-box {
    background: url("/asset/images/icon/top-bg-mobile.png") no-repeat;
    background-size: 100% 100%; /* Ensures the image covers the entire container */
    height: auto !important;
  }
  .banner-image-box .title {
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
  }
  .banner-image-box ._title {
    font-size: 34px;
    line-height: 100%; /* 34px */
  }
  .banner-image-box ._subtitle {
    font-size: 18px;
  }
  .banner-image-box .buy-now {
    margin-top: 10px;
    margin-bottom: 130px;
  }
  .foodhub .our-mission .mission {
    padding-top: 40px;
  }
  .foodhub .our-mission img {
    width: 100%;
  }
  .foodhub .our-mission ul {
    padding-left: 60px;
    padding-top: 50px;
  }
  .foodhub .portfolio-apart ._title {
    text-align: center;
    margin-bottom: 30px;
  }
  .foodhub .why-matter ._title {
    margin-bottom: 30px;
  }
  ._title {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    line-height: 120%; /* 31.2px */
    letter-spacing: -0.52px;
  }
  ._subtitle {
    width: 100% !important;
  }
  ._title {
    width: 100% !important;
  }
  ._text {
    width: 100% !important;
    font-size: 16px;
  }
  .text {
    width: 100% !important;
  }
  ._text {
    width: 100% !important;
    text-align: center;
  }
  .shares .share-price-box {
    flex-direction: column;
    gap: 20px;
  }
  .shares .progress {
    margin-bottom: 12px;
  }
  .earning {
    padding: 5px;
  }
  .earning .right {
    padding-left: 10px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .earning .right ._title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .earning .right .buy-now {
    width: auto !important;
    margin-top: 30px;
  }
  .map .map-box {
    overflow-x: scroll;
  }
  .sponsors {
    padding: 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: -150px;
  }
  .shares {
    z-index: 9;
    position: relative;
  }
  .shares .share-price-box {
    width: 100%;
    padding: 5px;
  }
  .shares ._title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .shares ._subtitle {
    font-size: 20px !important;
  }
  .shares .text {
    font-size: 16px;
  }
  .aboutus {
    padding: 5px;
    padding-top: 80px;
  }
  .aboutus ._title {
    font-size: 26px !important;
  }
  .aboutus ._subtitle {
    font-size: 20px !important;
    width: 240px !important;
    margin: 0px auto;
  }
  .aboutus .but-now {
    width: auto !important;
  }
  .why-invest {
    margin-bottom: 100px;
  }
  .why-invest .title {
    width: 100%;
  }
  .why-invest .reason {
    flex-wrap: wrap;
  }
  .about-us-card-mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 5px;
  }
  .about-us-card-mobile h2 {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    letter-spacing: var(--Title-Large-Tracking, 0px);
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0px auto;
  }
  .about-us-card-mobile h2:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: rgba(213, 20, 90, 0.8);
    position: absolute; /* Ensure proper positioning */
    bottom: 7px; /* Adjust as needed */
    left: 0; /* Adjust as needed */
    z-index: -1;
  }
  .about-us-card-mobile p {
    text-align: center;
    color: #fff;
  }
  .about-us-card-mobile .image-box {
    width: 285px;
    height: 200px;
    border-radius: 26px;
    border: 2px solid #d9d9d9;
    overflow: hidden;
  }
  .about-us-card-mobile .image-box img {
    width: 285px;
    height: 200px;
  }
  .why-invest {
    padding: 5px;
    margin-top: 70px;
  }
  .why-invest .title {
    font-size: 26px;
    width: 250px !important;
    text-align: center;
    margin: 0px auto;
  }
  .why-invest .reason {
    width: 200px;
    text-align: center;
    margin: 0px auto;
    justify-content: center;
  }
  .why-invest ._text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .counter {
    margin: 20px;
  }
  .counter .row {
    gap: 95px;
  }
  .leaderboard {
    padding-left: 5px;
    padding-right: 5px;
  }
  .leaderboard .leaderboard-card {
    border-radius: 12px !important;
  }
  .leaderboard .leaderboard-card .text {
    flex-wrap: wrap;
  }
  .leaderboard .leaderboard-card .text .name {
    width: 100%;
  }
  .newsletter form {
    margin-top: 90px;
    flex-wrap: wrap;
  }
  .newsletter form input {
    width: 100%;
  }
  .newsletter form button {
    width: 100%;
  }
  .map {
    margin-top: 170px;
  }
  .map .title {
    margin-bottom: 45px;
  }
  .referral {
    border-radius: 40px;
    flex-wrap: wrap;
    padding: 40px;
  }
  .referral .text {
    flex-wrap: wrap;
  }
  .referral a {
    flex-grow: 1;
  }
  .referral .buy-now {
    width: 100%;
  }
  .visions-card .vision-text a {
    width: 100%;
  }
  .visions-card .vision-text .buy-now {
    margin: 50px 0px 10px 0px !important;
    width: 100% !important;
  }
  .visions-card .vision-text .text {
    text-align: center !important;
  }
  .investment-options {
    margin-top: 100px;
  }
  .investment-options .left ._title {
    width: 200px !important;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .investment-options .left ._text {
    margin-bottom: 50px;
  }
  .referral {
    margin: 100px auto;
  }
  .product-details {
    padding: 5px !important;
  }
  .product-details img {
    width: 100%;
    margin-bottom: 50px;
  }
  .product-details .content {
    padding-right: 15px !important;
  }
  .product-details .content .header {
    text-align: left;
  }
  .product-details .content .text {
    text-align: left;
  }
  .product-details .content .key-feature {
    text-align: left;
  }
  .product-details .content ul li {
    text-align: left;
  }
  .mi-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .mi-pagination.shareholder-pagination {
    margin-top: 30px;
  }
  .mi-pagination::-webkit-scrollbar, .mi-pagination::-moz-scrollbar, .mi-pagination::-ms-scrollbar {
    display: none;
  }
  .shareholders::-webkit-scrollbar, .shareholders::-moz-scrollbar, .shareholders::-ms-scrollbar {
    display: none;
  }
}
@media (max-width: 1100px) {
  .foodhub .our-mission img {
    width: 100%;
  }
  .foodhub .our-mission ul {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .kyc-application-form {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .shares {
    margin-top: -209px;
    margin-bottom: 100px;
  }
}
.dropdown-toggle::after {
  background: no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="white" stroke-opacity="0.7" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  /* position: absolute; */
  width: 15px;
  height: 10px;
  position: absolute;
  top: 19px;
  border-top: 0em solid !important;
  border-right: 0em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0em solid transparent !important;
}

.leaderboard-pagination {
  width: 100%;
  justify-content: center;
  display: flex;
}

.about-us .our-mission {
  padding-bottom: 100px;
}
.about-us .our-mission ._title {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  font-size: 48px;
  line-height: 57.6px;
}
.about-us .our-mission ._subtitle_mission {
  color: #fff;
  font-size: 17px;
}
.about-us .our-mission ._subtitle_mission .higjlight {
  color: #D5145A;
}
.about-us .why-matter ._title {
  margin-bottom: 100px;
}
.about-us .portfolio-apart {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.about-us .portfolio-apart .portfolio-logo {
  width: 270px;
}
.about-us .portfolio-apart .portfolio-name {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .about-us .portfolio-apart .portfolio-name {
    font-size: 17px;
  }
  .about-us .portfolio-apart .portfolio-logo {
    width: 220px;
    margin: auto;
  }
  .about-us .portfolio-apart .portfolio-check {
    width: 30px;
  }
  .about-us .portfolio-apart .portfolio-item {
    margin-bottom: 1rem !important;
  }
}
.about-us .desktop-item {
  border-radius: 30px;
  border: 1px solid #D5145A;
}
.about-us .banner-image-box-2 {
  background: url(/asset/images/portfolio/top-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 100vh;
  padding-top: 70px;
}
.about-us .buy-now-2 {
  margin-top: 25px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(265.53deg, rgba(0, 0, 0, 0) 31.34%, rgba(0, 0, 0, 0.2) 50.72%, rgba(0, 0, 0, 0) 84.55%, rgba(0, 0, 0, 0.1) 101.81%);
  color: #000000;
  border: 0px solid transparent !important;
  align-items: center;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .about-us .banner-title {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */