@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
}
nav{
    z-index: 100 !important;
}
.aba{
    background-color: #1c3f39 ;
    border-radius: 10px 0px 0px 10px;
    color: white;
    padding: 60px 10px 60px 10px !important;
}
.fir{
    margin-top: 80px !important;
}
.pad i{
    font-size: 18px;
    color: #617975;
}
.line{
    width: 1px;
    height: 50px;
    background-color: #617975;
    margin-left: 8px;
}
.add{
    font-size: 60px;
}
.add span{
    color: #c9f31d;
}
.juu p{
    line-height: 30px;
}
.nav-link.active {
  border-bottom: 2px solid #c9f31d; 
  font-weight: bold; 
}
#changing-text {
    display: inline-block;
    position: relative;
    animation: fade 1s ease-in-out;
  }
  @keyframes fade {
    0% { opacity: 0; transform: translateY(10px); }
    50% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
  }
.see{
    padding: 8px 40px;
    background-color: #c9f31d;
    border: none;
    outline: none;
    border-radius: 8px;
}
.fars{
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    text-transform: capitalize !important;
}
.section{
    padding: 60px 0px 0px 0px;
}
.rin span{
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #c9f31d;
    border: none;
    outline: none;
    border-radius: 50%;
}
.rin h2,.tat h2{
    width: 700px;
    line-height: 40px;
}
.tat{
    color: #a1a1aa;
    padding: 50px 0px 50px 0px;
}
.glass-card,.stru{
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #fff; 
  }
  .cards{
     background: rgba(128, 0, 128, 0.25) !important;
     border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .glass-card h6,
  .glass-card h5 {
    margin: 8px 0;
  }
  .dark{
    width: 100%;
    background-color: #0a0a0a;
  }
  .initiative-card{
    background-color: #0a0a0a;
    color: white;
  }
  .ree a i{
    color: #a49999;
    font-size: 21px;
  }
  .lai{
    width: 40px;
    height: 40px;
    border: 1px solid #a49999;
    background-color: transparent;
    outline: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .joo input{
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 30px;
    color: white;
    border: 1px solid #a49999;
    outline: none;
    background-color: transparent;
  }
  .tab-link {
    cursor: pointer;
    padding-bottom: 5px;
  }
  .tab-link.active {
    border-bottom: 3px solid #000; 
    font-weight: bold;
  }
  .plan{
    background-color: #1c3f39;
    color: white;
  }
  .choo input,.choo textarea{
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 6px;
    outline: none;
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  .choo textarea{
    resize: none;
    height: 140px;
  }
  .qoo button{
    padding: 10px 30px;
    background-color: white;
    border-radius: 6px;
    border: none;
    outline: none;
  }
@media (max-width:762px) {
    .rin h2,.tat h2{
        width:100%;
    }
    .top{
        margin-top: 30px;
    }
    .sor{
      flex-direction: column !important;
    }
}