* {
    margin: 0px;
    padding: 0px;
}
body{
    /* background:linear-gradient(to bottom right,rgb(39, 1, 53); */
    background-color: rgb(14, 14, 14);
    background-repeat: no-repeat;

}

nav {
    height: 150px;
}

.navbar-bg {
    /* background-color: rgb(165, 139, 9) !important; */
    /* background: linear-gradient(to left,rgb(104, 100, 123),rgb(143, 138, 2)); */
    background-color: rgb(14, 14, 14) !important;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.choice {
    list-style-type: none;
    font-size: 18px;
    margin-right: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: rgb(194, 225, 196);
    padding: 8px;
    /* padding: 8px; */

}

#logo {
    font-size: 28px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    color: rgb(198, 192, 227);
    text-shadow: 0 4px 4px rgba(65, 3, 3, 0.3);

}

.choice:hover {
    height: 30px;
    border-radius: 3px;
    /* background-color: rgba(115, 252, 138, 0.966); */
    color: rgb(228, 243, 116);
    padding: 8px;
}

.nav-content {

    display: flex;
    gap: 15px;
    padding-right: 10px;
}

.container-fluid {
    padding-left: 0.6rem !important;
    padding-right: 0rem !important;
}

span {
    color: rgba(190, 184, 10, 0.886);
}

.control {
    padding: 30px;
    /* background: #ffffff; */
    /* border-bottom: 1px solid #e9ecef; */
}

.banner {
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner-head {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #6dfba4;
  text-shadow: 
    0 0 4px rgba(109, 251, 164, 0.4),
    0 0 8px rgba(109, 251, 164, 0.2);
    text-align: center;
    font-weight: 700;
    font-size: 2rem;

}

.banner-para {
    font-size: 1.1rem;
    color: grey;

}

.search-bar {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.Search-input {
    padding: 12px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    min-width: 200px;
}

.sbtn {
    padding: 14px;
    border: 1px solid rgb(133, 133, 3);
    /* background-color: rgba(246, 198, 87, 0.883); */
    background: transparent;
    color: #f1fa8a;
    font-size: 15px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.sbtn a{
    color: #f1fa8a;
    text-decoration: none;
}

.sbtn:hover {
    box-shadow: 0 0 2px 2px #b7c4c5;
}
.logo-btn{
    border: none;
    background-color: transparent;
    font-size: 30px;
    padding: 10px;
    color: black;
    width: 50px;
  }
  .card{
    width: 200px;
    padding: 20px;
    padding-bottom: 30px;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 10px 10px rgba(49, 49, 26, 0.303);
    margin: 10px;
    margin-right: 20px;
    background: linear-gradient(to left,rgb(51, 51, 52),rgba(12, 41, 1, 0.559));

  }
  .card h3{
    font-size: 18px;
    color: rgb(196, 196, 215);
    font-weight: bold;
  }
  .card h1{
    font-size: 22px;
    font-weight: bold;
    color: #cee012;
  }

.info-card {
    background: linear-gradient(to left,rgb(51, 51, 52),rgb(41, 40, 1));
    color: #c3cbd9;
    padding: 22px;
    border-radius: 15px;
    text-align: center;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);  */
    box-shadow: 0 10px 12px rgba(41, 41, 41, 0.4);
    margin: 10px;
    height: 160px;
    min-width: 300px;

}
.positive {
    color: #6dfba4;
    font-weight: 500;
  }
  
  .negative {
    color: #ff6b6b;
    font-weight: 500;
  }

.info-card:hover {
   
    color: Black;
    padding: 22px;
    border-radius: 15px;
    border: 2px solid lightgreen;
    text-align: center;
    /* box-shadow: 0 0 7px 7px lightgreen; */
    margin: 10px;
    transition: all 0.2s ease-in-out;

}

.info-card h3 {
    font-size: 0.8rem;
    opacity: 0.9;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card .value {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}

.chart-container {
    background: rgb(19, 18, 18);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(216, 8, 8, 0.113);
    margin-bottom: 30px;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    margin-top: 20px;
    border: 2px solid rgba(255, 0, 0, 0.167);
    
}

.chart-title {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: rgba(231, 197, 3, 0.839);

}
footer{
    background-color: #0f1111;
    height: 200px;
}
