@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --theme: #0e1a2b;
    --primary: #28edf8;
    --secondary: #212f42;
    --para: #ffffff;
    --border: #212f42;
}
body {
  background: var(--theme);
}
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
label,
li,
del,
input,
select,
button,
textarea {
    font-family: 'Familjen Grotesk';
    color: var(--para) !important;
}
p {
    color: var(--para);
    font-size: 14px;
    word-break: break-word;
}
ul {
    padding-left: 0px;
}
li {
    list-style: none;
}
.btn-transparent, .bg-secondary {
  border: 1px solid var(--primary);
  transition: all 0.3s linear;
}
.btn-secondary {
  background-color: var(--secondary);
  transition: all 0.3s linear;
}
.theme-btn , .btn-transparent:hover{
  background-color: var(--primary);
  transition: all 0.3s linear;
  border: 1px solid transparent;
  color: #000000 !important;
  padding: 10px 30px !important;
  border-radius: 10px;
}
.theme-btn:hover, .btn-gradient:hover,  .btn-transparent:hover{
  transform: translateY(-3px);
}
.btn-gradient, .theme-btn:hover , .btn-secondary:hover{
  background-image: linear-gradient(to right, #69edfd, #49defe, #29cefe, #18befd, #29acf8);
  transition: all 0.3s linear;
}
.bg-black {
  background-color: #000000;
}
/**/
@keyframes slides-ltr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes slides-rtl {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.brands-logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 12px 0;
}

.brands-logos:before, .brands-logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.brands-logos:before {
  left: 0;
}

.brands-logos:after {
  right: 0;
}

.logo_items {
  display: inline-block;
  animation: 100s slides-rtl infinite linear;
}

/* ⬅️ Default: Right to Left */
/* ➡️ When .ltr is present: Left to Right */
.brands-logos.ltr .logo_items {
  animation: 100s slides-ltr infinite linear;
}

.brands-logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
    height: 36px;
    filter: brightness(0) invert(1);
    margin: 0 10px;
}



/**/
@keyframes fillStep {
  0% {
    background: transparent;
    color: white;
    border: 1px solid white;
  }
  50% {
    background: linear-gradient(to right, #69edfd, #49defe, #29cefe, #18befd, #29acf8);
    color: white;
    border: none;
  }
  75% {
    background: transparent;
    color: white;
    border: 1px solid white;
  }
}

.sec-4 .step-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-weight: bold;
  border: 1px solid white;
  background: transparent;
  color: white;
  animation: fillStep 7s infinite linear;
  background-color: #000000 !important;
  opacity: 1;
}

/* Delay for each step */
.sec-4 .step-1 {
  animation-delay: 0s;
}
.sec-4 .step-2 {
  animation-delay: 1s;
}
.sec-4 .step-3 {
  animation-delay: 2s;
}



/* custom css */

header#header-outer {
    margin-top: 20px;
}

header#header-outer nav ul li a {text-transform: capitalize;}

header#header-outer a.navbar-brand {
    margin-right: 50px;
}


header#header-outer button.btn {
    padding: 10px 25px !important;
    font-size: 18px;
}

.banner-sec h1.display-4 span {font-weight: 400 !important;}

.banner-sec h1.display-4 {
    font-size: 60px;
    line-height: 60px;
}

.banner-sec p.mt-3.text-secondary {
    width: 80%;
    margin-bottom: 0;
}

section.container-fluid.banner-sec {
    padding: 7% 0 !important;
}

.banner-sec .mt-4 img {height: 25px;margin-top: 14px;margin-right: 10px;}

header#header-outer {padding: 0 30px;}

.banner-sec .card.bg-dark {background-color: #2d3e52 !important;width: 90%;float: right;border-radius: 20px;border: 1px solid #595959 !important;}

.banner-sec .card .tab-btns button {
    width: 50%;
    padding: 12px 10px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid #8c8c8c;
}
.banner-sec .bg-black-box {
    background-color: #213547;
    padding: 20px 30px;
    border: 1px solid #595959;
    border-radius: 10px;
}
.banner-sec .card input.form-control {
    background: transparent;
    border: 0;
    box-shadow: 0px 0px 0px !important;
    padding: 0;
}
.banner-sec .card .bg-black-box .exchange-box {
    background: #334657;
    padding: 6px 28px;
    color: #98a1a9;
    border-radius: 10px;
    position: relative;
}
.banner-sec .card .bg-black-box .exchange-box label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.banner-sec .card .exchange-box button.btn {
    padding: 0;
    width: 130px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -20px;
    background: #233445 !important;
    box-shadow: 0px 0px 0px;
    border: 0px;
    border-radius: 50px !important;
}
.banner-sec .card .small.text-secondary p:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: var(--primary);
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 7.8px;
}
.banner-sec .card .small.text-secondary p {
    position: relative;
    padding-left: 20px;
}
.banner-sec .card .small.text-secondary:before {
    content: " ";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 3.3px;
    top: 0px;
    background: var(--primary);
}
.banner-sec .card .small.text-secondary {
    position: relative;
}
.banner-sec .card > button.btn {
    margin-top: 23px;
}
section h2.fw-bold {
    font-size: 46px;
}
section.sec-2 .border.rounded {
    background-color: #2d2d2d;
    border: 0 !important;
    text-align: left;
    min-height: 214px;
}
section.sec-2 .border.rounded div {
    background-color: #3f3f3f;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 5px;
}
section.sec-2 .border.rounded h5.fw-bold {
    font-size: 23px;
    margin-top: 22px;
}
section.sec-2 .border.rounded p {
    font-size: 14px;
}
section.sec-2 {
    padding-bottom: 80px;
}

section.sec-3 {
    padding: 140px 0;
    background-image: url('../images/map.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

section p.text-muted {
    font-size: 16px;
}
section.sec-4 .row:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 23px;
}
section.sec-4 .row {
    position: relative;
    z-index: 1;
}
section.sec-4 .row .col-md-4 {
    position: relative;
    z-index: 2;
}
.sec-4 p.text-muted {
    color: #ffffff !important;
}
.sec-5 .p-4.rounded-4 {
    border-radius: 10px;
    padding: 50px 28px !important;
    background-color: #2d2d2d !important;
}
footer nav a {
    margin-left: 16px;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 0px !important;
}

footer form button {
    width: 140px;
}

footer.bg-black {
    background-color: #1A1A1A;
    padding: 130px 0 !important;
}

footer nav.d-flex {
    margin-bottom: 50px;
}
.review-store-images img {
    height: 60px !important;
}

/*how it works page*/
section.container-fluid.banner-sec.hiw-banner {
    background-image: url('../images/hiw-bg.svg');
    background-color: #0f1236;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4% 0 !important;
}
.buy-sell-crypto.banner-sec .card.bg-dark {
    width: 100%;
}
.btn-store {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 18px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.btn-store img {
    height: 44px;
}
.btn-store:hover {
    border-color: #28edf8;
}
.btn-store img {width: auto;height: 40px;}
.contact-card {
    background-color: #1b1c2e;
    border-radius: 12px;
    padding: 3rem 6rem;
    width: 100%;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 255, 0, 0.05);
  }

  .contact-card h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .contact-card p {
    text-align: center;
    color: #cfcfcf;
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .form-control {
    background-color: #262738;
    border: none;
    color: white;
    border-radius: 0.5rem;
  }

  .form-control::placeholder {
    color: #aaa;
  }

  .form-control:focus {
    box-shadow: none;
    border: 1px solid #00ff95;
    background-color: #2c2e42;
  }

  .btn-green {
    background-color: #00d46a;
    color: white;
    border: none;
    border-radius: 0.4rem;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .btn-green:hover {
    background-color: #00ff95;
  }

  .btn-outline-green {
    border: 1px solid #00d46a;
    color: #00d46a;
    background-color: transparent;
    border-radius: 0.4rem;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .btn-outline-green:hover {
    background-color: #00d46a;
    color: white;
  }
  .accordion-button {
      background-color: transparent;
      color: white;
    }
    .accordion-button:not(.collapsed) {
      background-color: #2a2a3f;
      color: white;
    }
    .accordion-body {
      background-color: #2a2a3f;
      color: white;
    }
    .accordion-item {
      border: none;
      border-bottom: 1px solid #444;
    }
    .accordion-button::after {
      filter: invert(1);
    }
    form.contact-card img {
    position: absolute;
    right: -89px;
}
body.hiw section.sec-3.bg-blue {
    background-attachment: fixed;
    padding: 40px 0;
}
body.hiw p.text-muted {
    font-size: 14px;
}
section.contact-support form {
    background-color: var(--secondary);
    padding: 30px;
}
section.contact-support .col-lg-5 > * {
    background-color: var(--secondary);
    padding: 20px;
    width: 100%;
}
.foot-social a {
    margin-right: 16px;
}
.foot-social a i {
    font-size: 40px;
}
.foot-social {
    margin-top: 24px;
}
.foot-social h4 {
    margin-bottom: 22px;
}