html {
    background: linear-gradient(135deg, #0a0a1a, #121232);
    color: #fff;
    font-family: Orbitron;
  

}

body{
    height: min-content;
}

.nav {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 500%;
    left: -50px;
    max-width: 700px;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 1100px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    z-index: 1000;
    transition: all 0.3s ease;
    margin-top: -20px;
    padding-top: -10px;
}

.hero-content {
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    color: white;
    height: 801px;
    width: 1525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
    text-align: left;
    font-family: 'Orbitron', sans-serif;
}

.intro-text {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: Rajdhani;
    margin-top: -1670px;
    margin-left: 530px;
    position: absolute;
    color: white;
}

.sub {
    color: white;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: Rajdhani;
    margin-top: -1590px;
    width: 800px;
    margin-left: 364px;
    position: absolute;
    text-align: center;
    justify-content: center;
}

.Get-started {
    background-color: rgb(2, 200, 245);
    color: white;
    border: none;
    width: 180px;
    border-radius: 5px;
    font-family: "Orbitron", Arial, sans-serif;
    font-size: 14px;
    height: 37;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 530px;
    left: 670px;
    z-index: 2;
    text-align: center;
    border-radius: 20px;
}

.Get-started:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.Get-started a {
    text-decoration: none;
    color: white;
}

.Get-started:hover a {
    color: white;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}



body {
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    width: 1700px;
    height: 1680px;
    margin: 0;
    color: white;
    font-family: "Orbitron";
    overflow: scroll;
    
}

#head {
    border-radius: 2px;
    color: #00eeff;
    font-family: Orbitron, Arial, sans-serif;
    font-weight: 900 !important;
    padding: 20px;
    padding-bottom: 30px !important;
    font-size: 30px;
    position: relative;
    top: -800px;
    margin: 0;
    padding-left: 20px;
    position: relative;
    z-index: 1000;
}

.stock-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 24px;
    position: relative;
    z-index: 50;
    background: transparent;
    left: 292px;
    top: -440px;
}

#stockGrid {
    width: 1200px;
    position: relative;
    top: -1070px;
    left: 100px;
    height: 20px;
}

.stock-card {
    display: flex;
    gap: 12px;
    min-width: 80px;
    max-width: 160px;
    padding: 12px 14px;
    border-radius: 12px;
    margin-top: 30px;
    margin-left: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02));
    color: #eaf6ff;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.45);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    overflow: hidden;

}

.stock-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(8, 12, 30, 0.55);
    border-color: rgba(52, 231, 255, 0.22);
    text-decoration: none;
}

.stock-card:active {
    transform: translateY(-1px) scale(1.01);
}

.action-card {
    background: linear-gradient(135deg, rgba(52, 231, 255, 0.08), rgba(139, 92, 246, 0.06));
    border: 1px solid rgba(52, 231, 255, 0.12);
    color: white;
}

.logo-circle {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #05121a;
    font-size: 18px;
    box-shadow: 0 6px 18px rgba(8, 12, 30, 0.32);
    flex-shrink: 0;
}

.meta .name {
    font-weight: 700;
    font-family: Inter, system-ui, Arial, sans-serif;
    font-size: 14px;
    color: #eaf6ff;
    line-height: 1;
}

.meta .ticker {
    font-size: 12px;
    color: rgba(234, 246, 255, 0.72);
    margin-top: 4px;
}

.meta .small {
    font-size: 11px;
    color: rgba(234, 246, 255, 0.55);
}

.stock-card:focus {
    outline: none;
    box-shadow: 0 20px 50px rgba(52, 231, 255, 0.12), 0 0 0 4px rgba(52, 231, 255, 0.06);
    border-color: rgba(52, 231, 255, 0.24);
}

.header_box_two {
    border-color: rgb(49, 220, 34);
    height: 500px;
    width: 1135px;
    border-radius: 20px;
    color: #4ce419;
    font-family: 'Orbitron', Arial, sans-serif;
    top: 160px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    position: relative;
    margin-top: 70px;
    left: 50px;
    cursor: pointer;
}

.header_box_three {
    height: 503px;
    width: 230px;
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Orbitron', Arial, sans-serif;
    padding: 10px;
    background: linear-gradient(135deg, #2a2356 0%, #3a2f78 100%);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
    position: relative;
    top: -360px;
    left: 1250px;
    font-size: 15px;
    text-align: center;
    border-radius: 20px;
    overflow-x: hidden;
}

.search-button {
    position: relative;
    color: rgb(255, 255, 255);
    width: 114px;
    border-radius: 5px;
    background-color: #ffffffbf;
    left: 49px;
    height: 38px;
    cursor: pointer;
    transition: backgroundColor 0.3s ease;
    border-width: 2px;
}

.search-button:hover {
    transform: translateY(-2px);
    color: rgb(255, 255, 255);
    background-color: #e2e3e8;
    color: #ffffff;
    box-shadow: 0 0 10px #073183, 0 0 20px #073183;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;

}

.footer {
    height: 130px;
    width: 1525px;
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(135deg, #0f0c29, #302b63, #19192c);
    box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.5);
    color: gold;
    text-align: left;
    font-size: 20px;
    font-family: "Orbitron", Arial, sans-serif;
    top: 1680px;
    margin-left: -10px;
    border-top-color: gold;
    border: 2px solid gold;
    display: inline-flex;
    flex-direction: row;
    text-align: center;
    position: absolute;
    padding: 20px;

}

#stk {
    position: relative;
    top: 50px;
    left: 80px;
}

#stk2 {
    position: relative;
    top: 50px;
    left: 83px;
}

.latestPrice {
    position: relative;
    top: -1075px;
    left: 900px;
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    margin-top: 10px;
    font-family: "Orbitron", Arial, sans-serif;
}

.search-controls {
  position: absolute;
  top: 25px;
  right: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-controls input {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: Orbitron, sans-serif;
  font-size: 14px;
}

#applyBtn {
  background-color: #00c8f5;
  border: none;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
  color: white;
  font-family: Orbitron, sans-serif;
  transition: 0.3s;
}

#applyBtn:hover {
  background-color: #009ec2;
  transform: scale(1.05);
}

#errorMsg {
  font-family: Orbitron, sans-serif;
}
