
.upper{
    position: absolute;
    top: 7%;
    max-width: 800px;
    margin: 0 auto;
    
    
   
    margin-bottom: 2rem;
}


.intro{
    padding: 1rem;
    margin: 0 auto;
    font-family: "inter", sans-serif;
    text-align: center;
    line-height: 1.5; 
    color: var(-- -color);
  
}

.intro-buttons{
    text-align: center;
    margin-top: -30px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    gap: 20px;
    line-height: 1.5;
}

.intro p{
    padding-top: 0.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.text-center {
    text-align: center;
}

.intro-buttons h2{
    margin-top: 14px;
}


.claim-btn, .know-more-btn{
    background-color:#224831b0;
    color: #3cb34a8e;
    width: 164px;
    height: 47px;
    padding: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.claim, .reward{
    position: relative;
    overflow: hidden;
    background-color: #002921;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #3498db;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  
  /* Default hidden state for all divs */
  .content-1 {
    background: #034208;
    height: 100%;
  }
  
  .content-2 {
    background: #023302;
  }
  
  /* Active content to be visible */
  .content.active {
    opacity: 1;
    z-index: 1;
  }

.claim p, .reward p{
    color: #8394857d;
    font-family: 'inter', sans-serif;
    font-size: 14px;
    padding: 5px;
    height: 100%;
}

.ksh{
    font-size: 25px;
}

.search{
    margin-top: 10px;
    position: absolute;
    top: calc(7% + 305px);
    background-color: #002921;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    /* max-width: 800px; */
    min-height: 230px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.search-bar{
    position: relative;
    margin-top: 10px;
    height: 50px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#search-input{
    min-width: 300px;
    background-color:#041B15;
    border: 1.3px solid #002921;
    border-radius: 8px;
    height: 40px;
    position: relative;
    color: #3cb34a8e;
    font-weight: 600;
    padding-left: 24px;
}

#search-input::placeholder{
    font-family: "Poppins", sans-serif;
    font-size:small;
    font-weight: 300;
    color: #34743C;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}



.search-btn{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-70%);
    background-color: transparent;
    border: none;
    border-left: 1.2px solid #7d807b71;
    padding-left: 15px;
}

.search-btn svg{
    width: 20px;
    height: 20px;
    color: #34743C;
}

.log{
    max-width: 800px;
    width: 370px;
    min-height: 110px;
    background: transparent;
    border: 1.5px solid #34743C;
    border-radius: 10px;
    color: #7D807b;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.log-info{
    margin-top: 10px;
    width: 100%;
    padding: 5px;
    max-height: 90px;
    text-align: center;
}

.section-know-more{
    max-width: 800px;
    position: absolute;
    top: calc(7% + 560px);
    background: transparent;
    margin-top: 5px;
    width: 100%;
}

.know-more{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.heading{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color:#34743C;
    position: relative;
}

.heading span svg{
    height: 24px;
    width: 24px;
    color: greenyellow;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 3px;
}

.important{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 5px 5%;
    color: #8394857d;
}

.know-more-btn{
    margin-top: 10px;
}

