h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #34495e;
  margin: 0;
  line-height: 1.4;
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
  }

  @keyframes showcopied {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    50% {
      opacity: 0.7;
      transform: translateX(40%);
    }

    70% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }


  .cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
  }

  .cookies-card.hide {
    bottom: -500px !important;
  }

  .radius--10px {
    border-radius: 10px;
  }

  .cookies-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .cookies-card-content {
    margin-bottom: 0;
  }

  .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
  }

  .cookies-btn:hover {
    color: #363636;
  }


  @media (max-width: 767px) {
    .cookies-card {
      width: 100%;
      left: 0;
      bottom: 0;
      font-size: 14px;
      padding: 15px;
    }
  }

.text--primary{
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--extra)) !important;
}

html[data-bs-theme=dark] .text--primary{
   color: var(--secondary-color) !important;
}

.deposit-info-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-info-title .text{
  font-size: 16px;
  font-weight: 600;
}

.deposit-info-input .text{
  font-size: 16px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: var(--primary-color);
  background-color: var(--second-color);
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}
.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: var(--primary-color);
  background-color: var(--second-color);
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}
.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin-bottom: 0;
}
label.payment-item {
  border-bottom: 1px solid #ffffff42;
}
label.payment-item:last-child {
  border-bottom: 0 !important;
}
.gateway-card {
  padding: 0;
  margin-top: 30px;
  border: 1px solid #373742 !important;
  border-radius: 10px;
  overflow: hidden;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}
.payment-item:last-child {
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item-radio:checked) {
  border-left: 3px solid var(--primary-color);
  border-radius: 0px;
}

.payment-item-check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item-radio:checked) .payment-item-check {
  border: 3px solid var(--primary-color);
}

.payment-item-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item-check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid var(--primary-color);
  display: inline-block;
  border-radius: 100%;

}

.payment-item-name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  font-size: 15px;
  transition: all 0.3s;
}

.payment-item-thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;
}

.payment-item-thumb:has(.text) {
  width: fit-content;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
}

.payment-item-thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.cappa-header.scrolled .dark-logo{
	display: none;
}

.cappa-header .dark-logo{
	display: none;
}

.cappa-header.scrolled .white-logo{
	display: block;
}

.cappa-header .white-logo{
	display: block;
}

.cappa-header .cappa-nav-toggle i:before, .cappa-header .cappa-nav-toggle i:after, .cappa-nav-toggle i{
  color: #fff !important;
  background: #fff !important;
}


.cappa-header .cappa-nav-toggle.active i, .cappa-header.scrolled .cappa-nav-toggle.active i {
    background: transparent !important;
}


.text-secondary {
    --bs-text-opacity: 1;
    color: var(--secondary-color) !important;
}

.text-primary{
  color: var(--primary-color) !important;
}

.main-slider, .testimonials .background{
  position: relative;
}

.main-slider > *, .testimonials .background > *{
  position: relative;
  z-index: 3;
}




.main-slider .owl-item .caption{
  position: relative;
  z-index: 3;
}

.main-slider .owl-item:before {
  position: absolute;
  content: "";
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #00000045;
  z-index: 1;
}

.position-re:before {
    position: absolute;
  content: "";
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #00000045;
  z-index: 1;
}

.testimonials .background:before {
    position: absolute;
  content: "";
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #000000b0;
  z-index: 1;
}

.con{
	z-index: 2;
}