body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0)
}

::-webkit-scrollbar-thumb {
  background: #3dba84
}


@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }
}

.dropdown-content {
  display: none;
  z-index: 1;
}

.dropdown-content.show {
  display: block;
}

.gradient-box {
  background: #d5d9e54e;
  background: linear-gradient(0deg, #bfbfbf 0%, #d6d8de 50%, rgba(211, 217, 231, 0.249) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #ead8b9a6;
}

.gradient-box1 {
  background: #d5d9e54e;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #ead8b9a6;
}

.gradient-box2 {
  background: #d5d9e54e;
  background: linear-gradient(0deg, rgba(227, 235, 252, 0.531) 0%, #d6d8de 50%, rgba(211, 217, 231, 0.249) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #ead8b9a6;
}

.animatext {
  padding: 0;
  background-image: linear-gradient(-225deg,
      #000000 0%,
      #31996c 29%,
      #010101 67%,
      #000000 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#sync2 .synced .item {
  background: #ffffff;
  border-radius: 10px !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.transfermoney-tabs .owl-stage {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.transfermoney-tabs .owl-item {
  width: 100% !important;
  margin: 8px 0 !important;
  border-radius: 10px !important;
}

.transfermoney-tabs .owl-stage .owl-item .animate-border-animation {
  display: none;
}

.transfermoney-tabs .owl-item.synced .animate-border-animation {
  display: block;
}

.transfermoney-tabs .owl-item.synced h3 {
  color: #000000;
}

.transfermoney-tabs .owl-item.synced h3 {
  color: #3dba84;
}

.transfermoney-tabs .owl-stage .item {
  margin: 12px 0;
}

@keyframes border-animation {
  to {
    stroke-dashoffset: 0
  }
}

.animate-border-animation {
  animation: border-animation 3.5s ease-out forwards
}

.stepbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  border-radius: 25px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

#sync1 .owl-item.active h2 {
  animation: fadeInUp .2s linear;
}

#sync1 .owl-item.active p {
  animation: fadeInUp .4s linear;
}

#sync1 .owl-item.active img {
  animation: slide-right .8s forwards;
  transform: translateX(100%);
}

@keyframes slide-right {
  to {
    transform: translateX(0);
  }
}

#sync1 .owl-item.fadeIn {
  -webkit-animation: fadeinout 4s linear;
  animation: fadeinout 4s linear;
}

@keyframes fadeinout {
  0% {
    opacity: 0.3;
  }

  25% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.6;
  }
}

.trusted-box {
  background: #d5d9e536;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #ead8b9a6;
}

.privacy-box {
  background: #e2e8fb;
  border: 2px solid #e5d5b4;
}

button[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg) !important;
  transition: all .3s ease;
}

button[aria-expanded="false"] .accordion-icon {
  transform: rotate(0);
  transition: all .3s ease;
}

.trusted-carousel .owl-stage {
  display: flex;
  height: 100%;
}

.coin9 {
  top: 230px;
  margin-right: -20px;
}

.faq-coins {
  margin-top: -150px;
  margin-right: -200px;
  width: 220px;
}

.coin-anim1 {
  animation: coinAnim 2s infinite ease-in-out;
  animation-delay: 0.10s;
}

.coin-anim4 {
  animation: coinAnim 1s infinite ease-in-out;
  animation-delay: 0.11s;
}

@keyframes coinAnim {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }
}

button:hover,
a:hover,
.footer-link a,
.footer-link a:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mediaicon a {
  position: relative;
}

.mediaicon a:hover {
  border: 2px solid #3dba84;
}

.mediaicon a img {
  position: relative;
  z-index: 1;
}

.mediaicon a:hover img {
  filter: invert(1);
}

.mediaicon a:after {
  position: absolute;
  content: "";
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #3dba84;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all .35s;
  z-index: 0;
}

.mediaicon a:hover:after {
  transform: scale(1);
}

.activemenu {
  position: relative;
}

.activemenu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #3dba84;
  height: 4px;
  width: 100%;
  border-radius: 6px;
}

footer {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
  background-image: url(../images/footer-bg.png);
}

.btneffects {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.btneffects::before,
.btneffects::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}

.btneffects::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}

.btneffects::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}

.btneffects:hover::before {
  opacity: 1;
}

.btneffects:hover::before,
.btneffects:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}

.gradient-hover {
  overflow: hidden;
}

.gradient-hover::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 0.6;
}

.gradient-hover:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.gradient-hover .pandaimg img {
  transition: transform 0.6s;
}

.gradient-hover:hover .pandaimg img {
  transform: scale(1.1);
  transition: all 0.6s ease-out;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.global-payment-bg {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: linear-gradient(344deg, rgba(184, 183, 183, 1) 0%, rgba(224, 195, 146, 1) 50%, rgba(250, 206, 127, 1) 100%);
  border-radius: 24px;
  padding: 1px;
}

.global-payment {
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(344deg, rgba(236, 242, 238, 1) 0%, rgba(245, 245, 241, 1) 50%, rgba(243, 242, 225, 1) 100%);
  border: rgba(255, 0, 0, 0) 2px solid;
  border-radius: 24px;
  padding: 2px;
}

#hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #000000;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Partner Carousel */
.marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee-inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.marquee-inner img {
  transition: transform 0.5s;
  flex-shrink: 0;
  margin: 0 10px;
}

/* Testimonial Carousel */
.owl-carousel.trusted-carousel .owl-stage-outer {
  margin-bottom: 40px;
}

.owl-carousel.trusted-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
}

/* .owl-carousel.trusted-carousel .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  background: url('../images/arrow-next.svg') no-repeat;
  font-size: 0;
  position: absolute;
  margin-top: -17px;
} */

.owl-carousel.trusted-carousel .owl-nav .owl-prev,
.owl-carousel.trusted-carousel .owl-nav .owl-next {
  display: none;
}

.owl-carousel.trusted-carousel .owl-dots,
.transfermoney-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.owl-carousel.trusted-carousel .owl-dots .owl-dot,
.transfermoney-slider.owl-carousel .owl-dots .owl-dot {
  background-color: #ADACAC;
  border-radius: 20px;
  width: 9px;
  height: 9px;
  margin: 0 6px;
}

.owl-carousel.trusted-carousel .owl-dots .owl-dot.active,
.transfermoney-slider.owl-carousel .owl-dots .owl-dot.active {
  background-color: #585757 !important;
  width: 18px;
  height: 9px;
  transition: all .3s ease;
}

.menu-collapse {
  height: 0;
  overflow-y: auto;
  transition: height .3s ease-in-out;
  position: absolute;
}

.menu-collapse.active {
  height: 400px;
  display: block;

}

.menu-collapse .backdropblurmd {
  backdrop-filter: blur(10px) !important;
  will-change: backdrop-filter;
}

.faqbtn:hover img.faqicon {
  animation: zoom-in-zoom-out 1s ease;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2);
    opacity: .3
  }

  to {
    transform: scale(1)
  }
}


.marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}

.marquee-item-list {
  display: flex;
}

.marquee-block img {
  white-space: nowrap;
  margin: 0 5px;
  flex: none;
}

.marquee1 {
  animation-name: marquee1;
}

.marquee2 {
  animation-name: marquee2;
}

@keyframes marquee1 {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  100% {
    left: 0;
  }

  0% {
    left: -100%;
  }
}

/* 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;
}

/* @media only screen and (min-width: 1536px) {
  .finance-panda {
    margin-right: -30px;
  }
} */
.privacysec h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.privacysec p {
  margin: 10px 0;
}

@media only screen and (min-width: 992px) {
  .up-down1 {
    animation: upDown 2s infinite ease-in-out;
    animation-delay: 0.9s;
  }

  .up-down2 {
    animation: upDown 2s infinite ease-in-out;
    animation-delay: 0.15s;
  }
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .faq-coins {
    margin-right: -90px;
  }

  footer {
    background-size: cover;
  }

  #sync2 {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .transfermoney-tabs .owl-item {
    margin: 5px 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .faq-coins {
    margin-right: 0;
    width: 180px;
    margin-top: -131px;
  }

  .transfermoney-tabs .owl-stage {
    display: flex;
    flex-direction: row;
  }

  .transfermoney-slider.owl-carousel .owl-dots {
    margin-top: 25px !important;
  }

  .coin9 {
    top: 230px;
    margin-right: -62px;
  }
}

@media only screen and (max-width: 520px) {
  .finance-panda {
    right: 20px;
  }
}

@media only screen and (max-width: 390px) {
  .animatext {
    font-size: 45px !important;
  }

  .finance-panda {
    margin-right: -30px;
  }
}