
colors {
    dark: #211402
    brown: #8A5019
    gold: #DB9A40
    beige: ##FFF5DB
    
}



body{    
    background-color: #211402;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }
  
  .navbar-brand{
      font-size: 35px;
  }
  
  .task-ribbon {
    height: 50px; /* fixed height for consistent layout */
      display: flex; /* flex container for horizontal buttons */
      gap: 10px; /* space between buttons */
      background-color: #8A5019; /* Bootstrap primary --- accent -- */
      padding: 0 20px; /* horizontal padding */
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); /* subtle shadow below ribbon */
      position: relative;
      z-index: 1000;
}
  



/* Buttons inside the ribbon */
.task-ribbon a.btn {
  flex: 1; /* make buttons equal width — remove if you want auto width */
  height: 100%; /* fill ribbon height */
  border-radius: 0; /* squared edges to avoid shadow gaps */
  
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: transparent;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
}




/* Hover effect on buttons */
.task-ribbon a.btn:hover {
  background-color: rgba(255, 255, 255, 0.15); /* subtle white overlay */
  box-shadow: 0 0 15px 6px rgba(255, 255, 255, 0.4); /* bigger glow */
  z-index: 10; /* bring hover effect above others */
}

.col-lg-8.position-relative {
  position: relative; /* make sure parent is relative */
}



/* Buttons over Images */
.image-buttons-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; /* full width of image container */
  height: 100%; /* full height of image container */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  pointer-events: auto; /* ensure buttons are clickable */
  /* Optional: add a semi-transparent background if you want */
  /* background: rgba(255, 255, 255, 0.3); */
}

.image-buttons-overlay .btn {
  width: 100%;
  border-radius: 12px;
  min-width: 120px;
}


.hero-container {
  position: relative;
  background-image: url('Assets/images/bull-hero.jpg');
  background-size: cover;          /* cover entire container */
  background-position: center;     /* center image */
  background-repeat: no-repeat;
  min-height: 500px;               /* or any height you want */
  color: black;                    /* ensure text shows on image */
  overflow: hidden;
}

.jumbotron.hero {
  position: relative;
  background-image: url('Assets/images/bull-hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;       /* full viewport width */
  min-height: 600px;  /* or however tall you want */
  margin: 0;          /* override any margin */
  padding: 3rem 0;    /* vertical padding */
  color: white;       /* text color on image */
  overflow: hidden;
}


.top-stock {
  position: relative;
  background-image: url('Assets/images/coins.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;       /* full viewport width */
  max-height: 300px;  /* or however tall you want */
  margin: 0;          /* override any margin */
  padding: 3rem 0;    /* vertical padding */
  color: white;       /* text color on image */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  justify-content: center;      /* Center horizontally */
  align-items: center;          /* Center vertically */
  text-align: center;           /* Center text within element */
  overflow: hidden;
}


.jumbotron.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.3); /* dark overlay */
  z-index: 0;
}

/* Optional: add some shadow or background on text for readability */
/*.hero-content {  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);} */

  .section_feature{
    background-color: rgb(255, 255, 255);
  }
table, th, td {
  border: 1px solid #DB9A40;
  
}

    #welcome {
      background-color: rgb(255, 255, 255);
      width:68%;
      border: 3px solid #fff5db;
      margin:120px auto;
      padding:40px;
      margin-top: 25px;
    }

  #form{
      background-color: rgb(255, 255, 255);
      width:28%;
      border: 3px solid #fff5db;
      margin:120px auto;
      padding:40px;
      margin-top: 25px;
  }
  h1{
      text-align: center;
  }
  input{
      width: 90%;
      border-radius: 4px;
      border: 3px solid #FFF5DB;
      padding: 5px;
  }
  
  #btn{
      width: 100%;
      color:rgb(255, 255, 255);
      background-color: #DB9A40;
      padding:10px;
      font-weight: 700;
      font-size: larger;
      border-radius: 12px;
  }
  
    #btn_nb{
      padding: 0 1rem; /* horizontal only */
      height: 100%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      border-radius: 12px;
  }
  .hero-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}
  
  form label{
      color:rgb(100, 100, 100);
      font-size: 18px;
      font-weight:500;
  }
  
  
  #ad-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

  @media screen and (max-width: 1350px) {
      #form {
        width: 40%;
        margin-left:none;
        padding:40px;
      }
    }
  @media screen and (max-width: 1100px) {
      #form {
        width: 50%;
        margin-left:none;
        padding:40px;
      }
    }
  @media screen and (max-width: 700px) {
      #form {
        width: 80%;
        margin-left:none;
        padding:40px;
      }
    }