/* media size */
/* Landscape breakpoints for mobile and tablet */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  display: none;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.6), 0 0 30px rgba(255, 152, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 30px rgb(255, 87, 34), 0 0 60px rgb(255, 152, 0);
  }
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  outline: none;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
  }
}
.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
  }
}

.text-justify {
  text-align: justify;
}

.validate {
  position: relative;
}
.validate:hover .validate-block {
  display: block;
}

.validate-block {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #393939;
  color: #767676;
  display: none;
  z-index: 3;
}
.cur-poiter {
  cursor: pointer;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FDB913' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select:focus {
  box-shadow: none;
}
.form-select option {
  background: #1b1c21;
}

.landing-page img {
  max-width: 100%;
}
.landing-page .hero-section {
  padding-top: 65px;
  padding-bottom: 50px;
}
.landing-page .hero-section .box-link {
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 3px;
  display: inline-block;
}
.landing-page .hero-section .box-link a {
  min-width: 180px;
}
.landing-page .hero-section .banner {
  display: inline-block;
  margin: auto;
  max-width: 430px;
}
.landing-page .hero-section .banner .icon-1 {
  position: absolute;
  left: 0;
  top: 15px;
}
.landing-page .hero-section .banner .icon-1 img {
  height: 65px;
}
.landing-page .hero-section .banner .icon-2 {
  position: absolute;
  right: -100px;
  top: -80px;
}
.landing-page .hero-section .banner .icon-2 img {
  height: 130px;
}
.landing-page .hero-section .banner .icon-3 {
  position: absolute;
  left: 0px;
  bottom: 90px;
}
.landing-page .hero-section .banner .icon-3 img {
  height: 65px;
}
.landing-page .hero-section .banner .icon-4 {
  position: absolute;
  right: -50px;
  bottom: -22px;
}
.landing-page .hero-section .banner .icon-5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
}
.landing-page .features-section .feature-card {
  background: rgba(255, 255, 255, 0.1019607843);
  min-height: 272px;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 35px 10px 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing-page .features-section .feature-card .icon-box {
  margin-bottom: 25px;
}
.landing-page .features-section .feature-card .icon-box img {
  height: 95px;
}
.landing-page .features-section .feature-card .title-main {
  font-size: 20px;
  color: #FBEBA2;
}
.landing-page .features-section .feature-card:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.landing-page .features-section.custom-lg .feature-card {
  min-height: 362px;
  padding-top: 75px;
}
.landing-page .how-it-works .small-feature-box {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  min-height: 165px;
}
.landing-page .how-it-works .small-feature-box img {
  height: 30px;
}
.landing-page .how-it-works .small-feature-box .text {
  color: #FFFFFF;
  font-size: 16px;
}
.landing-page .affiliate-card {
  min-height: 285px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 25px;
  font-size: 22px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing-page .affiliate-card .title-main {
  font-size: 40px;
  background: linear-gradient(225deg, #FFD400 14.89%, #FDB913 85.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
}
.landing-page .affiliate-card .card-large-icon img {
  height: 220px;
}
.landing-page .affiliate-card:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.landing-page .investment-card {
  min-height: 285px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 7px 7px 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing-page .investment-card .image-container {
  margin-bottom: 30px;
}
.landing-page .investment-card .image-container img {
  width: 100%;
  border-radius: 20px;
}
.landing-page .investment-card .card-details {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-page .investment-card .card-details .item-sm .title {
  font-size: 18px;
  font-weight: bold;
}
.landing-page .investment-card .card-details .item-sm .desc-sm {
  font-size: 12px;
}
.landing-page .investment-card:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.landing-page .capabilities-section .banner {
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 5px;
}
.landing-page .capabilities-section .banner img {
  border-radius: 25px;
}
.landing-page .capabilities-section .list-small-feature-box .small-feature-box {
  background: rgba(255, 255, 255, 0.1019607843);
  min-height: 160px;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 30px 10px 10px;
  text-align: center;
}
.landing-page .capabilities-section .list-small-feature-box .small-feature-box img {
  height: 95px;
}
.landing-page .capabilities-section .list-small-feature-box .small-feature-box:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.landing-page .capabilities-section .post-item {
  font-size: 20px;
}
.landing-page .capabilities-section .post-item .title {
  font-weight: bold;
}
.landing-page .unified-section .banner-placeholder {
  background: rgba(255, 255, 255, 0.1019607843);
  min-height: 160px;
  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 5px;
  text-align: center;
}
.landing-page .unified-section .banner-placeholder img {
  border-radius: 25px;
}
.landing-page .box-banner-built {
  min-height: 340px;
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
  min-height: 340px;
  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 5px;
  text-align: center;
}
.landing-page .box-banner-built .bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  overflow: hidden;
  border-radius: 25px;
}
.landing-page .box-banner-built .bg img {
  border-radius: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.landing-page .box-banner-built:hover .bg img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.landing-page .connectivity-item {
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 187px;
  padding: 20px;
}
.landing-page .connectivity-item .swap-icon-box {
  min-width: 95px;
  margin-right: 15px;
}
.landing-page .connectivity-item .swap-icon-box img {
  width: 95px;
}
.landing-page .connectivity-item .title-main {
  color: #FBEBA2;
  font-size: 28px;
  text-align: center;
}
.landing-page .connectivity-item:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.landing-page .feature-card {
  min-height: 265px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 25px;
  font-size: 22px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-right: 135px;
}
.landing-page .feature-card .feature-title {
  font-size: 30px;
  font-weight: bold;
}
.landing-page .feature-card .icon-circle {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.landing-page .feature-card .icon-circle .icon {
  position: relative;
  height: 95px;
  text-align: center;
  width: 95px;
  line-height: 95px;
}
.landing-page .feature-card .icon-circle .icon .bg {
  position: absolute;
}
.landing-page .feature-card .icon-circle .icon .bg img {
  height: 95px;
  width: 95px;
}
.landing-page .feature-card .icon-circle .icon img.active {
  height: 45px;
}
.landing-page .faqs-section .banner {
  background: rgba(255, 255, 255, 0.1019607843);
  min-height: 160px;
  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.landing-page .faqs-section .banner img {
  border-radius: 25px;
  width: 100%;
}
.landing-page .faqs-section .box-input-question {
  position: relative;
  margin-bottom: 30px;
}
.landing-page .faqs-section .box-input-question .form-control.custom {
  min-height: 76px;
  border: 0;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 25px;
  font-size: 22px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-right: 70px;
  color: #fff;
}
.landing-page .faqs-section .box-input-question .form-control.custom::-webkit-input-placeholder {
  color: #6E6E6E;
}
.landing-page .faqs-section .box-input-question .form-control.custom::-moz-placeholder {
  color: #6E6E6E;
}
.landing-page .faqs-section .box-input-question .form-control.custom:-ms-input-placeholder {
  color: #6E6E6E;
}
.landing-page .faqs-section .box-input-question .form-control.custom:-moz-placeholder {
  color: #6E6E6E;
}
.landing-page .faqs-section .box-input-question .btn-question {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.landing-page .faqs-section .box-input-question .btn-question img {
  height: 42px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing-page .faqs-section .box-input-question .btn-question:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.landing-page .faqs-section .link-started.lg {
  height: 60px;
  min-width: 280px;
}
.landing-page .custom-accordion {
  background-color: transparent;
  --bs-accordion-border-width: 0;
}
.landing-page .custom-accordion .accordion-item {
  min-height: 76px;
  border: 0;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 25px;
  font-size: 22px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  margin-bottom: 20px;
}
.landing-page .custom-accordion .accordion-item .accordion-button {
  background: transparent;
  color: #FDB913;
  font-size: 20px;
  padding: 0;
}
.landing-page .custom-accordion .accordion-item .accordion-button:after {
  background: url(../images/landing/icon-down.svg) no-repeat center center;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-color: transparent;
}
.landing-page .custom-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.banenr-eff {
  overflow: hidden;
}
.banenr-eff img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banenr-eff:hover img {
  -moz-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  color: #333333;
  border-radius: 50%;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.back-to-top[style*="display: block"], .back-to-top[style*="display:flex"], .back-to-top:not([style*="display: none"]) {
  display: flex !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.back-to-top i {
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .back-to-top i {
    font-size: 16px;
  }
}
.back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(253, 185, 19, 0.4);
}
.back-to-top:active {
  transform: translateY(-2px);
}

.swap .swap-box {
  background: #1A1A1A;
  border-radius: 20px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 320px) and (max-width: 479px) {
  .swap .swap-box {
    padding: 10px;
  }
}
.swap .swap-box .swap-box-content {
  background: #313131;
  border-radius: 20px;
}
.swap .swap-box .btn-swap {
  background: #464646;
  border-radius: 30px;
  border: none;
  color: #ffffff;
  font-size: 12px;
}
.swap .swap-box .icon-swap {
  height: 25px;
}
.swap .swap-box .form-control {
  background: transparent;
  border: none;
  color: #FFD400;
  font-size: 20px;
  font-weight: 700;
}
.swap .swap-box .center-swap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swap .swap-box .center-swap .btn-swap-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3f3f3f;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #FFD400;
  margin-top: -20px;
  margin-bottom: -20px;
}
.swap .swap-box .diviver-line {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.swap .swap-box .input-bg .form-control, .swap .swap-box .input-bg .input-group-text {
  background: #464646;
  border-radius: 20px;
  border: none;
  font-size: 16px;
}
.swap .swap-box .input-bg .form-control {
  color: #ffffff;
  font-weight: 300;
}

.savings .balance-box {
  background: url(../images/bg-balance.png) no-repeat right center #1A1A1A;
  background-size: 60% 100%;
  border-radius: 20px;
  height: 300px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.savings .balance-box .title-balance {
  font-size: 30px;
  color: #FFD400;
}
@media (min-width: 320px) and (max-width: 479px) {
  .savings .balance-box .title-balance {
    font-size: 18px;
  }
}
.savings .savings-card {
  background: #313131;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.savings .savings-card .savings-card-item .savings-card-item-icon {
  height: 60px;
  aspect-ratio: 1/1;
  background: url(../images/invest/bg-glass.svg) no-repeat center bottom;
  background-size: 98% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .savings .savings-card .savings-card-item .savings-card-item-icon {
    height: 40px;
    font-size: 20px;
  }
}
.savings .savings-card .savings-card-item .savings-card-item-text {
  margin-top: 5px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .savings .savings-card .savings-card-item .savings-card-item-text {
    display: none;
  }
}
.savings .savings-card .savings-card-item:hover .savings-card-item-icon,
.savings .savings-card .savings-card-item:hover .savings-card-item-text {
  color: #FFD400;
}
.savings .saving-plans-modal {
  font-size: 12px;
}
.savings .smart-saving .smart-saving-item {
  position: relative;
}
.savings .smart-saving .smart-saving-item .smart-saving-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.savings .smart-saving .smart-saving-item .smart-saving-content {
  font-size: 16px;
  font-weight: 300;
  color: #909090;
}
.savings .smart-saving .smart-saving-item::before {
  content: ">";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000000;
  display: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .savings .smart-saving .smart-saving-item::before {
    top: 10%;
    transform: translateY(0);
  }
}
.savings .smart-saving .smart-saving-item:hover .smart-saving-title {
  color: #FFD400;
}
.savings .smart-saving .smart-saving-item:hover .smart-saving-content {
  color: #ffffff;
}
.savings .smart-saving .smart-saving-item:hover::before {
  display: flex;
}

.invest .invest-menu .invest-menu-item {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .invest-menu .invest-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.invest .invest-menu .invest-menu-item .invest-menu-bg {
  height: 60px;
  aspect-ratio: 1/1;
  background: url(../images/invest/bg-glass.svg) no-repeat center bottom;
  background-size: 98% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .invest-menu .invest-menu-item .invest-menu-bg {
    height: 40px;
    font-size: 20px;
  }
}
.invest .invest-menu .invest-menu-item .invest-menu-item-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .invest-menu .invest-menu-item .invest-menu-item-text {
    display: none;
  }
}
.invest .invest-menu .invest-menu-item:hover .invest-menu-bg,
.invest .invest-menu .invest-menu-item:hover .invest-menu-item-text, .invest .invest-menu .invest-menu-item.active .invest-menu-bg,
.invest .invest-menu .invest-menu-item.active .invest-menu-item-text {
  color: #FFD400;
}
.invest .invest-item {
  background: #1A1A1A;
  border-radius: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.invest .invest-item .invest-item-img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}
.invest .balance-box {
  background: url(../images/bg-balance.png) no-repeat right center #1A1A1A;
  background-size: 60% 100%;
  border-radius: 20px;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.invest .balance-box .title-balance {
  font-size: 20px;
  color: #FFD400;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .balance-box .title-balance {
    font-size: 18px;
  }
}
.invest .invest-history-tags {
  background: #313131;
}
.invest .invest-detail-box .invest-detail-box-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.invest .invest-detail-box .invest-detail-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.invest .invest-detail-box .invest-detail-box-content .invest-detail-box-content-price {
  font-size: 30px;
  font-weight: 700;
  color: #FFD400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .invest-detail-box .invest-detail-box-content .invest-detail-box-content-price {
    font-size: 20px;
  }
}
.invest .invest-detail-box .invest-detail-box-content .invest-detail-box-content-description {
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .invest-detail-box .invest-detail-box-content .invest-detail-box-content-description {
    font-size: 16px;
  }
}
.invest .invest-detail-box .invest-detail-box-content .diviver-line {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.invest .download-link {
  font-size: 25px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .invest .download-link {
    font-size: 16px;
  }
}

.news .news-item .news-item-image {
  width: 100%;
}
.news .news-item .news-item-title {
  font-size: 20px;
  color: #ffffff;
}
.news .news-item-small {
  display: flex;
}
.news .news-item-small .news-item-small-image {
  height: 100px;
  object-fit: cover;
}
.news .news-item-small .news-item-small-title {
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.news .recommend-news {
  background: #191818;
}
.news .recommend-news .recom-news-item {
  display: flex;
}
@media (min-width: 320px) and (max-width: 479px) {
  .news .recommend-news .recom-news-item {
    display: block;
  }
}
.news .recommend-news .recom-news-item .recom-news-item-image {
  height: 150px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .news .recommend-news .recom-news-item .recom-news-item-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.news .recommend-news .recom-news-item .recom-news-item-content .recom-news-item-title {
  font-size: 18px;
  color: #FFD400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.news .recommend-news .recom-news-item .recom-news-item-content .recom-news-item-description {
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.news .recommend-news .orther-news-item {
  color: #ffffff;
}
.news .categories .category-link {
  font-size: 18px;
  color: #ffffff;
}
.news .categories .category-link:hover {
  color: #FFD400;
}
.news .news-detail .news-detail-image {
  border-radius: 20px;
  overflow: hidden;
}
.news .news-detail .news-detail-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news .news-detail .news-detail-header .news-detail-meta {
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .news .news-detail .news-detail-header .news-detail-meta {
    font-size: 12px;
  }
}
.news .news-detail .news-detail-header .news-detail-title {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 479px) {
  .news .news-detail .news-detail-header .news-detail-title {
    font-size: 24px;
  }
}
.news .news-detail .news-detail-content {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
}
@media (min-width: 320px) and (max-width: 479px) {
  .news .news-detail .news-detail-content {
    font-size: 14px;
  }
}
.news .news-detail .news-detail-content p {
  margin-bottom: 1.5rem;
}

.agent .balance-box {
  background: url(../images/bg-balance.png) no-repeat right center #1A1A1A;
  background-size: 60% 100%;
  border-radius: 20px;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.agent .balance-box .title-balance {
  font-size: 20px;
  color: #FFD400;
}
@media (min-width: 320px) and (max-width: 479px) {
  .agent .balance-box .title-balance {
    font-size: 18px;
  }
}
.agent .task-box {
  position: relative;
}
.agent .task-box::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #FDB913;
  border-radius: 20px;
}
.agent .task-box .task-box-item {
  padding-left: 30px;
}
.agent .task-box .task-box-item .task-item-title {
  font-weight: 700;
  color: #FFD400;
  position: relative;
}
.agent .task-box .task-box-item .task-item-title::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 20px;
  aspect-ratio: 1/1;
  background: #FDB913;
  border-radius: 50%;
}
.agent .progress .progress-bar {
  background-color: #FFD400;
}
.agent .time-list .time-list-item {
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #1A1A1A;
  border: 1px solid #535353;
  color: #ffffff;
}
.agent .time-list .time-list-item:hover, .agent .time-list .time-list-item.active {
  color: #FFD400;
}
.agent .chart-box {
  min-height: 400px;
}
.agent .chart-box #revenueChart {
  width: 100%;
}

.charity .charity-box {
  background: url(../images/charity-bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 25px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .charity .charity-box {
    background-size: auto 100%;
  }
}
.charity .charity-box .title-charity {
  font-size: 45px;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 320px) and (max-width: 479px) {
  .charity .charity-box .title-charity {
    font-size: 35px;
  }
}
.charity .box-grey {
  background: #313131;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 20px;
}

body {
  background: url(../images/bg-top.png) no-repeat top left #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 479px) {
  body {
    font-size: 12px;
    background: #000000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

:root {
  --bs-border-color: rgba(255, 255, 255, 0.2) !important;
}

.btn {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}

.btn-connect {
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  color: #333333;
  border-radius: 30px;
}
.btn-connect:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #FFD400;
}

.btn-sub {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #535353;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .btn-sub {
    height: 30px;
    width: 30px;
  }
}
.btn-sub:hover {
  background-color: #535353;
  color: #FFD400;
}

.offcanvas {
  background: #1A1A1A;
}
@media (min-width: 320px) and (max-width: 479px) {
  .offcanvas.offcanvas-start {
    width: 350px;
  }
}

.dropdown-menu {
  background-color: #1A1A1A;
  border: 1px solid #535353;
  border-radius: 10px;
  padding: 10px;
}
.dropdown-menu:hover {
  background-color: #1A1A1A;
}
.dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #FFD400;
}

.form-select {
  background-color: #282828;
  border: none;
  border-radius: 30px;
  color: #FFD400;
}

.title {
  font-size: 25px;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 320px) and (max-width: 479px) {
  .title {
    font-size: 20px;
  }
}

.sub-title {
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .sub-title {
    font-size: 14px;
  }
}

.text-highlight {
  color: #FFD400;
}

.logo {
  height: 50px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .logo {
    height: 30px;
  }
}

.modal-content {
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.modal-content .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-content .modal-box {
  background: #313131;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-content .btn-address {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFD400;
  border: none;
  padding: 0;
}
.modal-content .btn-address .address-icon {
  width: 30px;
}
.modal-content .btn-address .icon-expand {
  width: 20px;
  height: 20px;
  background: #FFD400;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #000;
}
.modal-content .input-group .form-control,
.modal-content .input-group .input-group-text {
  background: #464646;
  border-radius: 30px;
  border: none;
  font-size: 16px;
}
.modal-content .input-group .form-control {
  color: #ffffff;
  font-weight: 300;
  color: #ffffff;
}
.modal-content .input-group .form-control::placeholder {
  color: #ffffff;
}
.modal-content .input-group .form-control[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

header .menu {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
}
header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
header .navbar-nav .nav-item .nav-link.active, header .navbar-nav .nav-item .nav-link:hover {
  color: #FFD400;
}
@media (min-width: 320px) and (max-width: 479px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}

section {
  min-height: 100vh;
}
section .swap,
section .news,
section .agent,
section .charity,
section .invest,
section .savings {
  padding: 50px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .swap,
  section .news,
  section .agent,
  section .charity,
  section .invest,
  section .savings {
    padding: 30px 0;
  }
}
section .bg-box {
  background: #1A1A1A;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
section .bg-box .input-group .form-control,
section .bg-box .input-group .input-group-text {
  background: #464646;
  border-radius: 30px;
  border: none;
  font-size: 16px;
}
section .bg-box .input-group .form-control {
  color: #ffffff;
  font-weight: 300;
  color: #ffffff;
}
section .bg-box .input-group .form-control::placeholder {
  color: #ffffff;
}
section .bg-box .input-group .form-control[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
section .bg-sub-box {
  background: #313131;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
section .table {
  --bs-table-bg: #2B2B2B;
  --bs-table-striped-bg: #1F1F1F;
  --bs-table-color: #ffffff;
  --bs-table-striped-color: #ffffff;
}
section .table thead th {
  font-size: 14px;
  font-weight: 400;
  color: #FFD400;
  font-weight: 700;
}
section .table > :not(caption) > * > * {
  padding: 1rem 1rem;
}
section .pationation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .pationation {
    justify-content: center;
  }
}
section .pationation .btn-pationation {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #656565 0%, #343434 100%);
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
section .pationation .btn-pationation.active, section .pationation .btn-pationation:hover {
  background: linear-gradient(135deg, #656565 0%, #343434 100%);
  color: #FFD400;
}
section .icon-coin {
  width: 20px;
  height: 20px;
}
section .icon-coin-big {
  width: 40px;
  height: 40px;
}
section .pointer {
  cursor: pointer;
}
section .text-muted {
  color: #A9A9A9 !important;
}
section .tags-block {
  background: #1A1A1A;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
section .tags-block .nav-item .nav-link {
  color: #ffffff;
  background: transparent;
  border-radius: 20px;
}
section .tags-block .nav-item .nav-link.active, section .tags-block .nav-item .nav-link:hover {
  color: #000000;
  background: #FFD400;
}

footer .footer-title {
  font-size: 25px;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 320px) and (max-width: 479px) {
  footer .footer-title {
    text-align: center;
    font-size: 20px;
  }
}
footer .footer-link {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
footer .footer-link:hover {
  color: #FFD400;
}
footer .footer-social .social-icon {
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
footer .author {
  border-top: 1px solid #535353;
  font-size: 12px;
  color: #FFD400;
}

.link-started {
  min-width: 180px;
  display: inline-block;
  background: linear-gradient(225deg, #FFD400 14.89%, #FDB913 85.85%);
  padding: 11px 15px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333333;
}
.link-started:hover, .link-started:focus, .link-started.active {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-explorer {
  min-width: 180px;
  display: inline-block;
  padding: 11px 15px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
.link-explorer:hover, .link-explorer:focus, .link-explorer.active {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: linear-gradient(225deg, #FFD400 14.89%, #FDB913 85.85%);
  color: #333333;
}

.box-title-sec {
  margin-bottom: 50px;
}
.box-title-sec .title {
  font-weight: bold;
}
.box-title-sec .title.lg {
  font-size: 40px;
  font-weight: bold;
}
.box-title-sec.custom-back .link-back {
  position: absolute;
  left: 0;
  top: 12px;
  color: #fff;
}
.box-title-sec.custom-back .link-back img {
  height: 22px;
}

.custom-tabs .nav-tabs {
  border: 0;
  margin-bottom: 65px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 3px;
  display: inline-block;
}
.custom-tabs .nav-tabs .nav-link {
  min-width: 200px;
  display: inline-block;
  padding: 11px 15px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  border: 0;
  font-weight: 600;
}
.custom-tabs .nav-tabs .nav-link.active {
  display: inline-block;
  background: linear-gradient(225deg, #FFD400 14.89%, #FDB913 85.85%);
  padding: 11px 15px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333333;
}

.position-relative .bg-top {
  top: -82px;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
