:root {
    --bs-font-sans-serif: outfit;
    --seconday-text: outfit;
    --bs-link-hover-color: #1262ff;
    --bs-body-color: #7B7B7B;
    --bs-link-color-rgb: 123, 123, 123;
    --bs-link-hover-color-rgb: 18, 98, 255;
    --bs-primary-rgb: 18, 98, 255;
    --bs-dark-rgb: 0, 0, 0;
    --bs-body-color:#ffffff;
    --bs-body-color: #000000;
}
a{
    --bs-link-color-rgb: 18, 98, 255;
}
p{
    margin: 0;
}
span {
    color: var(--bs-primary-rgb);
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.btn:hover {
    color: rgb(0, 0, 0);
       background: linear-gradient(110deg, #d4af37, #f7e9bd 50%, #d4af37);
}
.btn:hover svg {
    fill: rgb(0, 0, 0) !important;
}
h1 {
    font-size: 62px;
    font-weight: bolder;
    color: var(--bs-dark-rgb);
}
h2 {
    font-size: 52px;
    font-weight: bolder;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
h3 {
    font-size: 42px;
    font-weight: bolder;
}
h4 {
    font-size: 36px;
    font-weight: 500;
}
h5 {
    font-size: 30px;
    font-weight: 500;
}
h6 {
    font-size: 24px;
    font-weight: 500;
}
.btn {
    font-size: 18px;
    font-weight: 500;
}
.btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 12px;
}
.nav {
    --bs-nav-link-padding-x: 24px;
    --bs-link-color: #7B7B7B;
}
.btn-primary {
     background: linear-gradient(110deg, #d4af37, #f7e9bd 50%, #d4af37);
     color: black;
     border: none;
}
.active {
    color: white;
}
.pb{
    padding-bottom: 50px;
}
.nav {
    font-variant: var(--seconday-text-text);
}
nav ul li a {
    font-size: 20px !important;
}
.py{
    padding-top: 21px;
    padding-bottom: 21px;
}
header .container{ 
            background:rgb(0 1 134);
    box-shadow: 3px 4px 39px 0px rgba(172, 194, 229, 0.20), -3px -4px 18px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    padding-left: 22px;
    padding-right: 22px;
}
.mt-50 {
    margin-top: 50px;
}
.banner {
    background-image: url('../images/bg/heroslider.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner p{
    margin-bottom: 50px;
}
 
.unblock .icon {
    margin-bottom: -50px;
}
.unblock .content-text {
    border-radius: 14px;
    background: linear-gradient(360deg, #E9F4FF 100%, #F1F8FF 100%, #E9F4FF 100%);
    padding: 80px 10px 10px 10px;
}
 
.proton-wallet .content-text {
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 15.96%, rgba(255, 255, 255, 0.97) 100%);
}
.proton-wallet .content-1 {
    border-radius: 20px;
    border: 2px solid  #FFF;
    background: #EAF3FF;
    padding: 10px;
}
 
 
 
.steps .step-1, .step-2, .step-3 h6{
    padding-bottom: 30px;
    padding-left: 50px;
}
 
.trade-with button{
    border: 2px solid #1262FF !important;
    color: #1262FF;
    box-shadow: 6px 8px 30px 0px rgba(18, 98, 255, 0.18);
}
.app img{
    filter: drop-shadow(6px 8px 30px rgba(18, 98, 255, 0.18));
}
.trade-with{
    background-color: #F1F8FF; 
}
input{
    width: 300px;
    padding: 10px;
}
.bottom-footer{
    background-color: #4FB7FF;
}



.roadmap { 
    max-width: 100%;
    margin: 0 auto;
    
    .point {
      display: flex;
      flex-direction: column;
      padding: 10px 50px;
      position: relative;
      
      &:first-child {
        .point-index {
          top: auto;
          bottom: 0;
          transform: translate(-50%, 2px) !important;
        }
      }    
      
      &:last-child {
        .point-index {
          top: 0;
          transform: translate(50%, -2px) !important;
        }
      }   
      
      &:not(:last-child) {
        border-bottom: 2px solid #d9b84b
      }
  
      &:nth-child(odd) {
        align-items: flex-start;
        
        &:not(:first-child) {
          border-left: 2px solid #d9b84b
        }
        
        .point-index {
          left: 0;
          transform: translate(-50%, -50%);
        }
      }
      
      &:nth-child(even) {
        align-items: flex-end;
        
        &:not(:last-child) {
          border-right: 2px solid #d9b84b
        }
        
        .point-index {
          right: 0;
          transform: translate(50%, -50%);
        }
      }
      
      .point-index {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        background: #d9b84b;
        color: black !important;
        border: 2px solid #d9b84b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        font-weight: bold;
      }
      
      .point-label {
        flex: 1 0 100%;
        width: 100%;
        font-size: 20px;
        margin-bottom: 5px;
        color: #d9b84b;
        
        @media (min-width: 641px) {
          flex: 1 0 50%;
          width: 50%;
          color: #d9b84b;
        }
      }
      
      .point-text {
        flex: 1 0 100%;
        width: 100%;
        font-size: 16px;
        color: white;
        color: darken(#FFFFFF, 20%);
        
        @media (min-width: 641px) {
          flex: 1 0 50%;
          width: 50%;
          color: white;
        }
      }
    }
  }

 .card {
  background-color: rgb(0 9 43);
  color: white;
  box-shadow: 0 4px 15px #dab84c;
  border-radius: 15px;
}
 .bonus-banner {
    background: url('../images/bg/Deposit.webp') no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    color: white;
    border-radius: 15px;
}

.big-text {
    font-size: 100px;
    font-weight: 700;
    color: #f1dc89;
}

.text-gold {
    font-size: 73px;
    font-weight: 600;
    color: #dab84c;
}

.subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: #eee;
}


 .currency-ticker-wrapper {
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  padding: 10px 0;
  margin-top: 20px;
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.currency-ticker {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.currency-item {
  flex: none;
  padding: 0 30px;
  font-weight: 600;
  font-family: monospace;
  color: #333;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
}

.currency-item:last-child {
  border-right: none;
}

.currency-price-up {
  color: green;
  font-weight: bold;
}

.currency-price-down {
  color: red;
  font-weight: bold;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}