
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.exchange img {
    width: 150px;
    max-width: 150px;
    margin: auto;
}


/*#testimony ZONE */
#testimony {
    padding-bottom: 20px;
    margin-top: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
#testimony .title {
    color: var(--lightBlue);
}
#testimony-tables {
    background-color: var(--lightBaseColor);
}
#testimony-zone {
    background: transparent;
    color: white;
    position: relative;
    margin-top: 30px;
}

#testimony-zone td {
    color: white !important;
}

/*#testimony SECTION */

#testimony .sec-title h5 {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    color:rgb(6, 6, 77);
    text-align: center;
}
#testimony .sec-title h5::before,
#testimony .sec-title h5::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: orangered;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}
#testimony .sec-title h5::before {
    left: -30px;
}
#testimony .sec-title h5::after {
    right: -30px;
}

#testimony .testimonial-content .text {
    position: relative;
    background-color: rgb(53, 51, 51);
    color: white;
    border: 2px solid gray;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    margin-bottom: 30px;
}
#testimony .testimonial-content .text::after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 34px;
    bottom: -26px;
    width: 0;
    height: 0;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 26px solid rgb(53, 51, 51);
}
#testimony .testimonial-content .text::before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 30px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid gray;
}
#testimony .testimonial-content .text i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 40px;
    color: white;
}
#testimony .testimonial-content .author-info {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
#testimony .testimonial-content .image-box {
    flex-basis: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-left: 20px;
}
#testimony .testimonial-content .image-box img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid gray;
}
#testimony .testimonial-content .desc {
    padding-top: 10px;
}

#testimony .splide .splide__pagination{
    display: relative;
    bottom: -30px;
}

@media screen and (min-width: 640px) {
    #testimony .splide .splide__pagination{
        bottom: -80px;
    }
}

/* FOOTER SECTION */
footer {
    background: var(--lightBaseColor);
    margin-top: 100px;
}
footer .site-links .link-item {
    list-style-type: none;
    position: relative;
    line-height: 15px;
    font-size: 12px;
}
footer .location p {
    line-height: 1px;
    font-size: 10px;
}

/* footer .site-links .link-item::before {
    position: absolute;
    left: -30px;
    content: '\2192';
    color: var(--secondaryColor);
    font-size: 22px;
} */
footer a {
    text-decoration: none;
    color: white;
    font-weight: 300;
}

@media screen and (max-width: 640px) {
    footer .h4 {
        font-size: 10px;
        font-weight: 300
    }
}


.footer {
    background: #0c0c0c;
  }
  
  .footer .top-footer {
    padding: 45px 0 50px;
  }
  
  .footer .top-footer h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--secondaryColor);
  }
  
  /*** Menu ***/
  
  .footer .top-footer ul {
    padding: 0;
  }
  
  .footer .top-footer .menu ul {
    list-style-type: none;
  }
  
  .footer .top-footer .menu ul li {
    margin-bottom: 5px;
  }
  
  .footer .top-footer .menu ul li a {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    transition: .1s;
  }
  
  .footer .top-footer .menu ul li a:hover {
    color: #fff;
  }
  
  .top-footer .contacts > div {
    padding-bottom: 12px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  /*** Social Icons ***/
  
  .footer .top-footer .social-footer {
    margin: 0 0 12px;
  }
  
  .footer .top-footer .social-footer ul {
    list-style-type: none;
  }
  
  .footer .top-footer .social-footer ul li {
    display: inline-block;
    margin: 0 3px;
  }
  
  .footer .top-footer .social-footer ul li:first-child {
    margin-left: 0;
  }
  
  .footer .top-footer .social-footer ul li a {
    display: block;
    color: #ccc;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    background: #1d1d1d;
    transition: .1s;
  }
  
  .footer .top-footer .social-footer ul li a:hover {
    color: #fff;
  }
  
  .footer .social-footer ul li a:hover {
    color: #fff;
  }
  
  .social {
    list-style-type: none;
    margin: 0 auto;
    display: table;
    padding: 0;
    margin-top: 8px;
  }
  
  .social li a {
    color: #111;
    font-size: 16px;
  }
  
  .social li a i {
    padding: 0 2px;
  }
  
  .facts-footer > div {
    width: 49%;
    display: inline-block;
  }
  
  .facts-footer > div:first-child h5, .facts-footer > div:nth-child(2) h5 {
    margin-top: 0;
  }
  
  .facts-footer > div h5 {
    font-size: 23px;
    font-weight: 800;
    margin: 15px 0 0;
  }
  
.facts-footer > div span {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}

/* RESPONSIVE INDEX HERO SECTION */

@media screen and (max-width: 640px) {
  .hero-main {
    max-height: 70vh !important;
  }
  .hero-main .desc h1 {
      font-size: 22px;
  }
  .hero-main .desc p {
      font-size: 13px;
  }
  .hero-main .desc .hero-btns a {
      font-size: 10px;
      min-width: 100px;
  }
  .hero-main .desc .hero-btns a.btn2 {
      margin-top: 0;
  }
}

.recent_transactions .transaction {
  padding: 10px;
  border-radius: 5px;
  margin: 7px;
  background: linear-gradient(90deg, rgb(25, 63, 136) 0px, rgb(14, 8, 44) 99%);
  color: white;
}