*{margin:0;padding:0}body{height:100dvh;background-color:#0a0a0a;color:#fafafa;overflow:hidden;display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center}.slider.debug{border-inline:2px dashed #e11d48}.slider__wrap{position:relative;overflow:hidden}.debug .slider__wrap{overflow:visible}@media (max-width:768px){.slider__wrap{width:356px}}@media (max-width:480px){.slider__wrap{width:256px}}.slider__item{position:absolute;width:500px;height:100px;display:grid;place-items:center;background-color:#04424d;border-radius:4px;font-size:2.4em;user-select:none;will-change:transform;z-index:-1}.slider__debug{padding:12px 24px;border-radius:4px;font-size:1.2em;cursor:pointer;background-color:#fbbf24;color:#0a0a0a;transform:scale(1);border:none;transition:transform 300ms, background-color 200ms}.slider__debug:hover{background-color:#f59e0b}.slider__debug:active{transform:scale(0.95)}.slider__speed{display:none}
body {
 
    color: #fafafa;

    font-family: 'Goldman', sans-serif;
}

.snowverlay {
    position: fixed; /* Fixed for overlaying effect */
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none; /* Prevent interaction */
    z-index: 10; /* Ensure it stays on top */
}

.slider {
    z-index: 1; /* Keep slider below snow overlay */
}

body{
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.slider__wrap {
    position: relative;
    /* height: 100px;
    width: 656px; */
    overflow: inherit !important;
  }

  .slider__item {
   background-color: transparent !important; 
   /* height: 48px; */
    /* background-color: #e11d48 !important; */
  }


  .slider__item {
    /* background-color: white;  
              width: 465.61px !important;
              margin: 5px !important;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              display: inline-block;
       
          }
          .arrow {
            width: 47.67px;
            /* margin-left: 0px; */
            /* margin-right: 9px; */
            margin-top: -14px;
          }
          .arrow img {
      width: 19px; /* Adjust the width as needed */
      height: auto; /* Maintain aspect ratio */
      margin-bottom: 6px;
  }
  

  
          .row {
      display: flex;
      align-items: center; /* Align items vertically center */
       /* justify-content: space-between;  */
      width: 100%;
  }
  
  .paragraph {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    color: white;
    margin-bottom: 2px;

    }
    .bold {
        margin-right: 15px; /* Add spacing between .bold and .data */
        font-weight: 550;
        font-size: 24px;
    }

  
  .data {
      font-size: 24px; /* Match .bold font size */
      margin: 0; /* Remove default margins */
      line-height: normal; /* Ensure consistent line height */
      color: #38d038; /* Optional: Adjust text color */
  }
  
  #hiddenimg{
    display: none;
}

#logo{
    width: 45px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    align-items: center;
    /* margin-left: 19px; */
    margin-top: 8px;
}

/* .chart{
    margin-left: 52px;
    margin-top: -10px;
    
} */
body {
    font-family: 'Goldman', sans-serif;
}
.bold {
    font-family: 'Goldman', sans-serif;
}
.data {
    font-family: 'Goldman', sans-serif;
    margin-right: 15px; 
}

.slash{
    color: #b3b3b3 !important;
}
.chart{
    margin-right: 15px; 
}