@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
}
.fixed-header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #0C1D31;
}

.header-container-running {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    padding: 0 10px;
    background-color: #0C1D31;
    overflow: hidden;
}

.stock-ticker {
    /* flex-grow: 1; */
    width: 100%;
    overflow: hidden;
    margin-left: 20px;
    font-size: 18px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.stock-ticker marquee {
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #ffffff;
}

/* .unlisted-deals {
    width: 17%;
    font-size: 20px;
    font-weight: 600;
    color: #FFD400;
} */
/* .up {
    color: #00FF33;
}
.down {
    color: #FF0000;
} */

/* navigation */

.page-container {
  width: 100%;
  /* min-height: 90px; */
  position: relative;
  background-color: #FFFFFF;
  z-index: 1001;
}
.header {
    width: 100%;
    background-color: #FFFFFF;
    /* color: #363636; */
    /* padding: 0 50px; */
    padding: 10px 50px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand img {
    height: 40px;
}

.navbar-toggler {
  border-color: #39B54A;
}

.navbar-nav .nav-link {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-right: 18px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #39B54A;
}
.btn-success {
  background-color: #39B54A;
  border: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.nav-item .btn-success:hover {
  background-color: #2e9e3e;
  color: #fff;
}

.navbar-toggler-icon {
  background-image: none;
  width: 1.5em;
  height: 1.5em;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon div {
  content: "";
  background-color: #39B54A;
  height: 2px;
  width: 100%;
  display: block;
  margin: 6px 0;
}



/* Mobile responsive styles stock ticker */
@media (min-width: 320px) and (max-width: 767px) 
{

    .header-container-running {
        height: 40px;
        padding: 0 10px;
    }
    /* .unlisted-deals {
        width: 180%;
        font-size: 12px;
        font-weight: 600;
        color: #FFD400;
    } */
    .stock-ticker marquee {
        font-size: 14px;
        line-height: 40px;
    }
    .stock-ticker {
        /* flex-grow: 1; */
        margin-left: 0;
    }
    /* marquee {
        padding: 5px 0;
        color: #ffffff;
        font-weight: bold;
    } */
    /* .stock {
        font-size: 14px;
        font-weight: 400;
        margin-right: 30px;
        display: inline-block;
    } */
    .main_class {
        padding-top: 140px;
    }


    .header {
    padding: 10px 20px;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav {
    width: 100%;
    margin-top: 10px;
  }
  

  .navbar-nav .nav-link {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    padding: 8px 0;
  }

  .nav-item .btn-success {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }

  .navbar-brand img {
    height: 30px;
  }

  .navbar-toggler {
    margin-top: 10px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .header-container-running {
    height: 45px;
    padding: 0 15px;
  }

  .stock-ticker marquee {
    font-size: 13px;
    line-height: 45px;
  }

  .stock-ticker {
    margin-left: 10px;
  }

 .header {
    padding: 10px 30px;
  }
  .nav-item{
    
  }

  .navbar-nav .nav-link {
    font-size: 14px;
    margin-right: 10px;
  }

  .navbar-brand img {
    height: 38px;
  }

  .nav-item .btn-success {
    padding: 8px 16px;
    font-size: 15px;
  }
}


/* styling for header */





/* .nav-item {
    margin: 0px 15px;
    padding: 0px;
} */

/* .nav-link {
    font-family: "Bitter", serif;
    color: #363636;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    white-space: nowrap;
}

.nav-link:hover {
    color: #39B54A;
} */

/* .navbar-toggler {
  border-color: #39B54A;
} */



.auth-button {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 16px;
    font-family: "Bitter", serif;
    padding: 0.6rem 1.2rem;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    margin-left: 16px;
}

.auth-button:hover {
    background-color: #39B54A;
}


@media (min-width: 320px) and (max-width: 767px) {

    /* .header {
        padding: 0 15px;
    }
    .navbar-collapse {
        background-color: transparent;
        padding: 15px;
        margin-top: 10px;
        border-radius: 5px;
    }

    .nav-item {
        margin: 10px 0;
        text-align: center;
    } */

    .auth-button {
        order: 1;
        margin-left: auto;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    /* .navbar-brand img {
        height: 30px;
    } */

}


/* styling for mob-responsive-header*/

@media (min-width: 320px) and (max-width: 767px) {}