.navbar-menu .main-menu li a{
    color: #050505 !important;
    font-weight: 600;
}
.navbar-menu .main-menu li a:hover{
    color: #D26025 !important;
}
.navbar-menu{
    background-color: #fff !important;
}
.top-header-section{
    background-image: linear-gradient(#00314e, #1e6a98) !important;
    display: flex;
    height: 42px;
    padding: 7px 0px;
}

.tp-wrap .tp-social-icon {
    flex-wrap: nowrap;
}
.tp-topbar.tp-bg .tp-social-icon .social-item {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.tp-social-icon .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 12px;
    color: var(--dark);
    border: 1px solid var(--dark);
    color: var(--dark);
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-black{
    color: #000;
}
.d-flex{
    display: flex;
}
.g-6{
    gap: 6px;
}
.sliding-text {
    position: absolute;
    left: 45%;
    top: 18px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    overflow: hidden;
    min-width: max-content;
    z-index: 2;
}

.sliding-text p {
    display: inline-block;
    animation: slide-left-right 10s linear infinite;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-left: 100%;
}

@keyframes slide-left-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
   margin-top: -22px;
}
.tp-connect p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.sl-cnt{
    color: #a9f209;
}
.whychoose img{
    height: 50px;
    width: 50px;
}
.fet-cnt{
    margin-top: 15px;
}
.feat-img img{
    height: 80px;
    width: 80px;
}
.vm-title{
    color: #D67022;
}
.darkp{
    color: #000;
}
.ftr-lg{
    height: 93px;
    width: 152px;
}

 
  #ourclients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:30px;
    height: 97px;
  }
  #ourclients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  #ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
  }
  #ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    width:150px;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
  }
  #ourclients h3{
  border-bottom:2px solid #3399ff;
  width:150px;
  padding:10px;
  }



  #slider-container {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    height: 142px;
    background-color: #001a26;
    padding: 17px;
  }

  .slider {
    font-weight: 800;
    display: flex;
    gap: 1rem;
    animation: scroll 40s linear infinite;
  }

  /* @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  } */

  .crypto-card {
    flex: 0 0 250px;
    background-color: #1e1e1e;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    box-sizing: border-box;
  }

  .crypto-name {
    font-size: 1rem;
    /* margin-bottom: 0.5rem; */
  }

  .price {
    font-size: 19px;
    font-weight: bold;
    color: #00B3EA;
  }

  .percent-change {
    font-size: 1.1rem;
    /* margin-top: 0.5rem; */
  }

  .positive {
    color: #00e676;
  }

  .negative {
    color: #ff5252;
  }

  .last-updated {
    font-size: 0.75rem;
    text-align: right;
    color: #ffffff;
  }
  #slider-container2 {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    /* height: 142px; */
    padding: 12px;
    background-color: #4caf50;
  }

  .slider2 {
    font-weight: 800;
    display: flex;
    gap: 1rem;
    /* animation: scroll 40s linear infinite; */
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .crypto-card2 {
    flex: 0 0 250px;
    background-color: #1e1e1e;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    margin: 0;
    box-shadow: 0 0 10px #333;
    box-sizing: border-box;
  }

  .crypto-name2 {
    font-size: 1rem;
    /* margin-bottom: 0.5rem; */
  }

  @media only screen and (min-width : 390px) and (max-width : 844px){

        .choose__mthumb{
            height: 341px;
            width: 359px;
        }

        .top-header-section{
            display: none;
        }
  }

  
  @media only screen and (min-width : 360px) and (max-width : 480px){

    .choose__mthumb{
        height: 341px !important;
        width: 359px !important;
    }

    .top-header-section{
        display: none;
    }
    .banner-pad .d2 {
        font-size: 19px !important;
    }
    .thumbs-item{
        width: 164px !important;
        height: 150px !important;
    }
    .video__thumb img{
        height: 180px !important;
        width: 180px !important;
    }
    .pd-btm{
      padding-bottom: 180px !important;
    }
    .about-shapethumb img {
      height: 368px !important;
      width: 336px !important;
  }
}

.about-shapethumb img{
  height: 368px;
  width: 438px;
}
.login-conect{
  text-align: center;
}
.login-lgo{
   text-align: center;
   justify-content: center;
}
.login-lgo img{
  height: 88px;
  width: 172px;
  background-color: #fff;
  margin-bottom: 20px;

}

/* .banner-img img{
      height: 450px;
      width: 450px;
      margin-top: 30px;
} */

.tradingview-widget-container{
  width: 1260px !important;
}
.tv-screener-toolbar{
  background-color: #000 !important;
}
.bgwhite {
  background-color: #1a1a1a !important; /* Dark background to match the dark theme */
  color: #ffffff !important;
}



.graph-section{
    /* padding: 50px; */
    background-image: url(../images/leftbg.jpg);
}

.graph-line{
   display: flex;
    justify-content: center;
    align-items: center;
}

 .chart-container {
      width: 100%;
      max-width: 800px;
      margin: 50px auto;
      padding: 20px;
      background: #1e293b;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 255, 150, 0.3);
    }

    svg {
      width: 100%;
      height: 400px;
    }

    .line {
      stroke: #22c55e;
      stroke-width: 3;
      fill: none;
    }

    .dot {
      fill: white;
      stroke: #22c55e;
      stroke-width: 2;
    }

    .axis text {
      fill: white;
    }

    .axis path,
    .axis line {
      stroke: #64748b;
    }

    .tooltip {
      position: absolute;
      background: #0f172a;
      color: white;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 14px;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.3s;
    }



.rotating-logo {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      /*animation: rotateSwap 4s infinite linear;*/
    }

    .rotating-logo img {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      object-fit: contain;
    }

    .logo-front {
      transform: rotateY(0deg);
    }

    .logo-back {
      transform: rotateY(180deg);
    }

    @keyframes rotateSwap {
      0% {
        transform: rotateY(0deg);
      }
      50% {
        transform: rotateY(180deg);
      }
      100% {
        transform: rotateY(360deg);
      }
    }


    .footer__logo {
      width: 120px;
      height: 120px;
      perspective: 1000px;
      position: relative;
    }

    .logo-rotator {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      animation: rotateLogo 4s linear infinite;
    }

    .logo-rotator img {
      width: 100%;
      /* height: 100%; */
      object-fit: contain;
      position: absolute;
      top: 0;
      left: 0;
      backface-visibility: hidden;
    }

    .logo-front1 {
      transform: rotateY(0deg);
    }

    .logo-back1 {
      transform: rotateY(180deg);
    }

    @keyframes rotateLogo {
      0% {
        transform: rotateY(0deg);
      }
      50% {
        transform: rotateY(180deg);
      }
      100% {
        transform: rotateY(360deg);
      }
    }