* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a:visited{
    color:#fff;
}
body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
.navbar { 
    background-color:rgb(35, 65, 76,0.75);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.logo-main, .logo-sub { 
    display: block;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 32px;
    line-height: 1.2;
}
.logo-main {
    font-weight: bold;
}
.logo-main .yellow {
    color: yellow;
}
.logo-sub .yellow {
    color: yellow;
}
.logo-sub {
    font-size: 6px;
    font-weight: normal;
}
.menu {
    display: flex;
    gap: 40px;
    font-size: 18px;
    justify-content: center;
    flex: 1;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.menu-item {
    color: white;
    text-decoration: none;
}
.menu-item:hover {
    text-decoration: underline;
}
.telegram-button {
    background-color: #0088cc;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    border-radius: 1000px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.telegram-button:hover {
    background-color: #0077b3;
}
.activ {
    text-decoration: underline;
}
.navbar-left { 
    min-width: 170px;}

.navbar-right {
   min-width: 140px;
   text-align: right;
}





h1 {
    font-size: 43px;
    color: #23414C;
    font-weight: bold;
    margin-left: 5px;
    -webkit-text-stroke: 1px #23414C; /* grosime și culoarea conturului */
  font-weight: bold;
}
.herotitle {
    font-size: 43px;
    color: #23414C;
    margin-top: 70px;
    margin-left: 5px;
    -webkit-text-stroke: 1px #23414C; /* grosime și culoarea conturului */
  font-weight: bold;
}



.banner {
    position: relative;
    background-color: #23414C;
    border-radius: 32px;
    padding:  0;
    text-align: center;
    overflow: hidden;
    max-width: 1900px;
    margin: 30px auto;
    top: -10px;
}
.bannertxt {
    font-family: 'Impact', sans-serif;
    font-size: 90px;
    color: #CDEBF6;
}
.banner-img {
    position: absolute;
    top: 50%;
    left:0;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.money-left-b, .money-right-b {
    position: absolute;
    z-index: 0;
}
.money-left-f, .money-right-f {
  position: absolute;
  width: 70px;
  z-index: 2;
}
.money-left-b {
    border-radius: 1000px;
    width: 90px;
    left: 250px;
    top: -45px
}
.money-right-b {
    border-radius: 1000px;
    width: 90px;
    right: 250px;
    top: -45px;
}
.money-left-f {
    border-radius: 1000px;
    width: 60px;
    left: 315px;
    top: -53px;
}
.money-right-f {
    border-radius: 1000px;
    width: 60px;
    right: 315px;
    top: -53px;
}





.mission {
    position: relative;
    background-color: #CDEBF6;
    border-radius: 32px;
    overflow: hidden;
    max-width: 1900px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-left {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mission-txt {
    margin-top: 5px;
}
.mission-p {
    width: 1250px;
    height: 172px;
    margin-left: 5px;
    text-align: justify;
    font-size: 20px;
}
.bold {
    font-weight: bold;
}
.mission-deviz {
    font-size: 32px;
    color: #23414C;
    font-weight: bold;
    font-family: 'montserrat', sans-serif;
    font-weight: bold;
    margin-left: 5px;
    margin-top: -50px;
}
.img-right {
    text-align: right;
}
.mission-img {
    margin-top: 2px;
    margin-right: 2px;
    border-radius: 32px;
    width: 240px;
}




.abiliti {
    padding: 20px;
    text-align: center;
}
.abiliti-title{
  font-size: 43px;
  color: #23414C;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-text-stroke: 1px #23414C;
}
.section {
    display: flex;
    flex: 1 1 350px;
    max-width: 400px;
    min-width: 300px;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #4E6C77;
    border-radius: 10px;
    width: 300px; /* sau cât vrei tu */
}
.abili-container {
    display: flex;
    flex-direction: row;
    gap:25px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: auto;
}
.section-title {
    background-color: #CDEBF6;
    color: black;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.section-description {
    background-color: #4E6C77;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}




footer {
    background-color: #23414C;
    color: #eee;
    padding-top: 20px;
    font-family: 'arial', sans-serif;
    width: 100%;
    margin: 0;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 0;
    padding: 0 20px;
}
.footer-section,
.footer-middle,
.footer-cookie {
    flex: 1 1 0;
}
.footer-cookie {
    text-align: right;
}
.footer-section a,
.footer-middle a,
.footer-cookie a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
}
.footer-section a:hover,
.footer-middle a:hover,
.footer-cookie a:hover {
    color: #fff;
    text-decoration: underline;
}
.logo1 {
    font-size: 32px; 
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-section a.logo1 {
    font-size: 36px;
    text-decoration: none; 
}
.sub-logo {
    font-size: 7px;
    font-weight: normal;
    color: white;
    margin-top: -5px;
    margin-bottom: 10px;
}
.yellow {
    color: yellow;
}
.footer-divider {
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    margin: 20px auto 10px auto;
    
}
.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    top: 10px;
}
.footer-list {
    list-style-type: none;
    padding-left: 0;
}
.telegramb {
    display: inline-block;
    background-color: #0088cc;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 28px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}
.telegramb:hover {
    background-color: #0077b3;
}
.footer-list li {
    margin-bottom: 15px;
    margin-left: 180px;
}