
.display_container{
   display:grid;
   grid-template-columns: repeat(10, 10%);
   grid-auto-rows: min-content;
}
 
 .item-bg {
   width: 300px;
   height: 500px;
   position: absolute;
   top: 30px;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
   opacity: 0;
   transition: all 0.3s;
   left: -30px;
   z-index: 12;
 }
 .item-bg.active {
   left: 0;
   top:0;
   opacity: 1;
 }

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
/*Pozitia navbarului si background*/
.navbar {
    background-image: linear-gradient(to left, #e75a5e 0%, #3a2336 100%);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top:0;
    z-index:999;
}

/*Pozitia Itemelor din navbar*/
.navbarContainer {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

#navbarImg{
    position: absolute;
    cursor: pointer; 
    height: 80%;
    left: 10%;
    top: 10%;
}

/*Itemele din lista sa fie aliniate*/
.navbarMenu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    position:absolute;
    right: 5vh;
}


.navbarItem{
    height: 80px;
}

/*Butoanele/Itemele sa fie aranjate*/
.navbarLinks{
    columns: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    color: white;
    font-weight: 1000;
}

/*hoverul la iteme sa fie iesit in evidenta*/
.navbarLinks:hover{
color: #3a2336;
transition: all ease 1s;
}


@media screen and (max-width:1150px){
    .navbarContainer{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbarMenu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
        background: #131313;
        right: 0%;
    }

    .navbarMenu.active{
        top: 100%;
        opacity: 1;
        transition: all 0.5 ease;
        z-index: 99;
        height: auto;
        font-size: 1.6rem;
    }

    #navbarLogo{
        padding-left: 25px;
    }

    .navbarToggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #ffff;
    }

    .navbarItem{
        width: 100%;
    }

    .navbarLinks{
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbarToggle .bar{
        display: block;
        cursor: pointer;
    }

    /*cand duci cursorul pe acele 3 linii sa devina incrucisate*/
    #mobile-menu.is-active .bar:nth-child(2){
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
}

#vanta{
    padding: 0;
    height: 100vh;
    width: auto;
    z-index: 1;
}
.homeAbout{
   grid-column: 3/9;
   grid-row-start: 1;
   background-color: #131313;
   display:flex;
   flex-wrap: wrap;
}

/*@keyframes aboutChange {
    0%   {background-color: aqua;}
    25%  {background-color: pink;}
    50%  {background-color: blue;}
    100% {background-color: fuchsia;}
  }*/

.mainAbout{
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    z-index:2;
    text-align:justify;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: white;
    -moz-text-fill-color: white;
    position:relative;;
    word-spacing: 5px;
    line-height: 30px;
    /*  background-color: black;
  animation-name: aboutChange;
  animation-duration: ;*/
  
}
.mainAbout p{
   margin-bottom: 0px;
   word-spacing: 5px;
   line-height: 30px;
   font-size: 30px;
   font-weight: 500;
}

/*ECHIPA*/


.echipaClass {
   grid-column: 2/10;
   background-color: #131313;
}

.pozeleEchipa  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;

}

.pozeleEchipa img {
    width: 100%; 
    height: auto; 
    margin-bottom: 10px;
    
}

.pozeleEchipa h1, .pozeleEchipa h2, .pozeleEchipa p {
   position:relative;
    text-align: center;
    font-size: 120%;
}

.poza{
   display:flex;
   flex-wrap: wrap;
   align-items: center;
    width: 220px;
    padding: 1em;
    margin-left:5%;
    margin-right:5%;
}

.line{
margin:0 auto;
margin-bottom: 2%;
height:2px;
background:white;
opacity: 50%;
width:70%;
justify-self: center;
border-bottom: 10%;
}

#inv{
   display: none;
}
.titluEchipa{
   text-wrap:wrap;
   position:relative;
   padding-top: 9%;
    font-weight: 999;
   /*  font-size: 70px; */
    font-size: 300%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: white;
    -moz-text-fill-color: white;
    /*text-decoration: underline #FF0080;*/
    padding-bottom: 1%;
}

#persoanaNume{
    /*background-color: aqua;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    -webkit-text-stroke: 1px aqua;*/
    color: white;
    font-weight: 900;
    margin:0 auto;
}

#persoanaRol{
   color:white;
   margin:0 auto;
    position: relative;
    top: 1%;
}

#email{
   margin:0 auto;
    position: relative;
    top: 2%;
    font-size: 80%;
    text-align: center;
}



/*text ITFest*/

.glitch-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
 }
 
 .glitch {
    position: relative;
    font-size: 200px;
    font-weight: bold;
    font-family: 'Chakra Petch' sans-serif;
    color: #FFFFFF;
    letter-spacing: 3px;
    z-index: 1;
 }
 
 .glitch:before,
 .glitch:after {
    display: block;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
 }
 
 .glitch:before {
    animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
    color: #00FFFF;
    z-index: -1;
 }
 
 .glitch:after {
    animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
    color: #FF00FF;
    z-index: -2;
 }
 
 @keyframes glitch-it {
    0% {
       transform: translate(0);
    }
    20% {
       transform: translate(-2px, 2px);
    }
    40% {
       transform: translate(-2px, -2px);
    }
    60% {
       transform: translate(2px, 2px);
    }
    80% {
       transform: translate(2px, -2px);
    }
    to {
       transform: translate(0);
    }
 }


 .glitch-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
 }
 
 .glitch {
    position: relative;
    font-size: 200px;
    font-weight: bold;
    font-family: "Chakra Petch",sans-serif;
    color: #FFFFFF;
    letter-spacing: 3px;
    z-index: 1;
 }
 
 .glitch:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    color: 50px;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-before 3s infinite linear alternate-reverse;
 }
 
 .glitch:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    color: 50px;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-after 2s infinite linear alternate-reverse;
 }
 
 @keyframes noise-before {
    0% {
       clip: rect(61px, 9999px, 52px, 0);
    }
    5% {
       clip: rect(33px, 9999px, 144px, 0);
    }
    10% {
       clip: rect(121px, 9999px, 115px, 0);
    }
    15% {
       clip: rect(144px, 9999px, 162px, 0);
    }
    20% {
       clip: rect(62px, 9999px, 180px, 0);
    }
    25% {
       clip: rect(34px, 9999px, 42px, 0);
    }
    30% {
       clip: rect(147px, 9999px, 179px, 0);
    }
    35% {
       clip: rect(99px, 9999px, 63px, 0);
    }
    40% {
       clip: rect(188px, 9999px, 122px, 0);
    }
    45% {
       clip: rect(154px, 9999px, 14px, 0);
    }
    50% {
       clip: rect(63px, 9999px, 37px, 0);
    }
    55% {
       clip: rect(161px, 9999px, 147px, 0);
    }
    60% {
       clip: rect(109px, 9999px, 175px, 0);
    }
    65% {
       clip: rect(157px, 9999px, 88px, 0);
    }
    70% {
       clip: rect(173px, 9999px, 131px, 0);
    }
    75% {
       clip: rect(62px, 9999px, 70px, 0);
    }
    80% {
       clip: rect(24px, 9999px, 153px, 0);
    }
    85% {
       clip: rect(138px, 9999px, 40px, 0);
    }
    90% {
       clip: rect(79px, 9999px, 136px, 0);
    }
    95% {
       clip: rect(25px, 9999px, 34px, 0);
    }
    100% {
       clip: rect(173px, 9999px, 166px, 0);
    }
 }
 
 @keyframes noise-after {
    0% {
       clip: rect(26px, 9999px, 33px, 0);
    }
    5% {
       clip: rect(140px, 9999px, 198px, 0);
    }
    10% {
       clip: rect(184px, 9999px, 89px, 0);
    }
    15% {
       clip: rect(121px, 9999px, 6px, 0);
    }
    20% {
       clip: rect(181px, 9999px, 99px, 0);
    }
    25% {
       clip: rect(154px, 9999px, 133px, 0);
    }
    30% {
       clip: rect(134px, 9999px, 169px, 0);
    }
    35% {
       clip: rect(26px, 9999px, 187px, 0);
    }
    40% {
       clip: rect(147px, 9999px, 137px, 0);
    }
    45% {
       clip: rect(31px, 9999px, 52px, 0);
    }
    50% {
       clip: rect(191px, 9999px, 109px, 0);
    }
    55% {
       clip: rect(74px, 9999px, 54px, 0);
    }
    60% {
       clip: rect(145px, 9999px, 75px, 0);
    }
    65% {
       clip: rect(153px, 9999px, 198px, 0);
    }
    70% {
       clip: rect(99px, 9999px, 136px, 0);
    }
    75% {
       clip: rect(118px, 9999px, 192px, 0);
    }
    80% {
       clip: rect(1px, 9999px, 83px, 0);
    }
    85% {
       clip: rect(145px, 9999px, 98px, 0);
    }
    90% {
       clip: rect(121px, 9999px, 154px, 0);
    }
    95% {
       clip: rect(156px, 9999px, 44px, 0);
    }
    100% {
       clip: rect(67px, 9999px, 122px, 0);
    }
 }
 

 .glitch-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
 }
 
 .glitch {
    position: relative;
    font-size: 200px;
    font-weight: bold;
    font-family: "Chakra Petch" sans-serif,
    monospace;
    color: #FFFFFF;
    letter-spacing: 3px;
    animation: shift 4s ease-in-out infinite alternate;
    transform: skewX(0deg);
    z-index: 1;
 }
 
 @keyframes shift {
    0%, 40%, 44%, 58%, 61%, 65%, 69%, 73%, 100% {
       transform: skewX(0deg);
    }
    41% {
       transform: skewX(10deg);
    }
    42% {
       transform: skewX(-10deg);
    }
    59% {
       transform: skewX(35deg) skewY(10deg);
    }
    60% {
       transform: skewX(-35deg) skewY(-10deg);
    }
    63% {
       transform: skewX(10deg) skewY(-5deg);
    }
    70% {
       transform: skewX(-30deg) skewY(-20deg);
    }
    71% {
       transform: skewX(10deg) skewY(-10deg);
    }
 }
 

 @media screen and (max-width:750px){
    .glitch{
        font-size: 100px;
    }
 }


.parteneriClass{
   grid-column: 3/9;
}

.parteneriClass {
   text-align: center;
}


.parteneriContinut {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

#Haufe{
   width: 80%;
   height: auto;
}
.parteneriHaufe {
   margin-bottom: 5%;
   margin-top: 5%;
   position: relative;
   width: 100%;
   height: auto;
}

.parteneriLogo {
   float: left;
   padding: 1rem;
   width: 50%;
}

.parteneriLogo img {
   width: 30%;
   height: auto;
   margin: auto;
}

#gdsc{
   height: 50%;
   width: auto;
}


.continutContact{
   position:relative;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   padding-left: 10%;
}

.contactLogo img{
   width: 50%;
   height: auto;
}

.contactLogo {
   float: left;
   width: 30%;
}


/* 
    #47ff20 = verde
    #1A2F59 = albastru
    #FF0080 = fushia (roz)
    #00FFFF = aqua(albastru)
    
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;

    https://www.tiktok.com/@lagreatnessball/video/7313870923256302856
*/




/*GALERIE*/

@include dark {
   background: #232223;
   color:white;
}
.credit {
   position: absolute;
   bottom:20px;
   left:20px;
   
   color:inherit;
}
.options {
   grid-column: 3/9;
   display:flex;
   flex-direction:row;
   align-items:stretch;
   overflow:hidden;
   margin: 10% auto;
   min-width:600px;
   max-width:900px;
   width:calc(100% - 100px);
   
   height:400px;
   
   @for $i from 1 through 4 {
      @media screen and (max-width:798px - $i*80) {
         min-width:600px - $i*80;
         .option:nth-child(#{6-$i}) {
            display:none;
         }
      }
   }
   
   .option {
      position: relative;
      overflow:hidden;

      min-width:60px;
      margin:10px;
      border:0px solid --defaultColor;

      background:var(--optionBackground, var(--defaultBackground, #E6E9ED));
      background-size:auto 120%;
      background-position:center;

      cursor: pointer;

      transition:.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

      @for $i from 1 through length($optionDefaultColours) {
         &:nth-child(#{$i}) {
            --defaultBackground:#{nth($optionDefaultColours, $i)};
         }
      }
      &.active {
         flex-grow:10000;
         transform:scale(1);
         
         max-width:600px;
         margin:0px;
         border-radius:40px;
         
         background-size:auto 100%;
         .shadow {
            box-shadow:inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
         }
         .label {
            bottom:20px;
            left:20px;
            .info >div {
               left:0px;
               opacity:1;
            }
         }
         &:active {
            transform:scale(0.9);
         }
      }
      &:not(.active) {
         flex-grow:1;
         
         border-radius:30px;
         .shadow {
            bottom:-40px;
            box-shadow:inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
         }
         .label {
            bottom:10px;
            left:10px;
            .info >div {
               left:20px;
               opacity:0;
            }
         }
      }
      .shadow {
         position: absolute;
         bottom:0px;
         left:0px;
         right:0px;
         
         height:120px;
         
         transition:.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
      }
      .label {
         display:flex;
         position: absolute;
         right:0px;

         height:40px;
         transition:.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
         .icon {
            display:flex;
            flex-direction:row;
            justify-content:center;
            align-items:center;
            
            min-width:40px;
            max-width:40px;
            height:40px;
            border-radius:100%;

            background-color:white;
            color:var(--defaultBackground);
         }
         .info {
            display:flex;
            flex-direction:column;
            justify-content:center;
            
            margin-left:10px;
            
            color:white;
            
            white-space: pre;
            >div {
               position: relative;
               
               transition:.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity .5s ease-out;
            }
            .main {
               font-weight:bold;
               font-size:1.2rem;
            }
            .sub {
               transition-delay:.1s;
            }
         }
      }
   }
}



/*FOOTER*/

.footerBackground{
   grid-column: 1/end;
   background-color: #272525;
   position:relative
}

.div.footer{
   background-color: #222222;
   position:relative
 }
 
 div.container-footer {
   display:flex;
   flex-wrap: wrap;
   justify-content: center;
   padding: 40px;
 }

 .OSUT_logo{
   width:200px;
   height:200px;
   margin-right: 10%;
   margin-top: 0px;
 }
 div.footer-column {
   box-sizing: border-box;
   padding-left: 10px;
   padding-right: 10px;
   position: relative;
   margin-left: 5%;
 }
 
 
 h3.footer-failory-name {
   box-sizing: border-box;
   color: #FFFFFF;
   display: block;
   font-family: "Chakra Petch", sans-serif;
   font-size: 20px;
   font-weight: 900;
   line-height: 1.1em;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-top: 24px;
 }
 
 p.footer-description-failory {
   box-sizing: border-box;
   color: rgba(255, 255, 255, 0.8);
   display: block;
   font-family: "Chakra Petch", sans-serif;
   font-size: 17px;
   font-weight: 300;
   letter-spacing: .5px;
   line-height: 1.5em;
   margin-bottom: 16px;
   margin-top: 15px;
 }
 
 
 h3.footer-titles {
   box-sizing: border-box;
   color: #FFFFFF;
   display: block;
   font-family: "Chakra Petch", sans-serif;
   font-size: 20px;
   font-weight: 900;
   line-height: 1.1em;
   margin-bottom: 0;
   margin-left: 0;
   margin-top: 24px;
 }
 
 p.footer-links {
   box-sizing: border-box;
   color: rgba(255, 255, 255, 0.8);
   display: block;
   font-family: "Chakra Petch", sans-serif;
   font-size: 17px;
   font-weight: 300;
   letter-spacing: .5px;
   line-height: 1.8em;
   margin-bottom: 16px;
   margin-top: 2px;
 }
 
 a {
   background-color: transparent;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: "Chakra Petch", sans-serif;
   font-size: 17px;
   font-weight: 400;
   line-height: 1.2em;
   text-decoration: none;
 }
 
 a:active {
   outline: 0;
 }
 
 a:hover {
   outline: 0;
 }
 
 span.footer-link {
   box-sizing: border-box;
   color: rgba(255, 255, 255, 0.8);
   font-weight: 300;
 }
 
 span.footer-link:hover {
   color: #FFFFFF;
   font-weight: 400;
 }
 
 a.footer-social-network-icons.w-inline-block {
   background-color: transparent;
   box-sizing: border-box;
   color: #FFFFFF;
   display: inline-block;
   font-family: "Chakra Petch", sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 1.2em;
   margin-right: 8px;
   margin-top: 10px;
   max-width: 100%;
   opacity: .8;
   text-decoration: none;
 }
 
 a.footer-social-network-icons.w-inline-block:active {
   outline: 0;
 }
 
 a.footer-social-network-icons.w-inline-block:hover {
   opacity: 1;
   outline: 0;
 }

 
 p.footer-description {
   box-sizing: border-box;
   color: rgba(255, 255, 255, 0.8);
   display: block;
   font-family: "Chakra Petch", sans-serif;
   font-size: 17px;
   font-weight: 300;
   letter-spacing: .5px;
   line-height: 1.5em;
   margin-bottom: 16px;
   margin-top: 15px;
 }
 
 strong.link-email-footer {
   box-sizing: border-box;
   font-weight: 700;
 }


 
 /*BACKGROUND*/
 .backgroundMain {
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
 }
 .backgroundMain:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(45deg, rgba(75, 42, 70, 0.715) 0%, rgba(255, 32, 76, 0.496) 100%);
   opacity: 0.9;
 }
 .backgroundMain img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   pointer-events: none;
   user-select: none;
 }

 #pozaE{
   border-radius: 50%;
 }

.side-decoration{
   width:100%;
   height:auto;
   opacity:45%;
   z-index: 1;
}
.side-decoration.right{
   grid-column: 7/15;
   grid-row-start: 1;
}
.side-decoration.left{
   grid-column: 1/5;
   grid-row-start: 1;
}
.side-decoration.right2{
   grid-column: 7/15;
   grid-row-start: 3;
}
.side-decoration.left2{
   grid-column: 1/5;
   grid-row-start: 3;
}
.side-decoration.bottom{
   grid-column: 1/20;
}

 @media only screen and (max-width:500px){
   .display_container{
      grid-template-columns: 2% 2% repeat(6,15%) 2% 2%;
      text-align: center;
   }
   #navbarImg{
      left:2%;
      top:20%;
      width:50%;
      height:auto;
   }
   .side-decoration{
      height: 0;
      width: 0;
      overflow: hidden;
   }
   .options{
      min-width:40px;
   }
 }
 #focus_button{
   color:white;
   margin-top: 10%;
   margin-bottom:100px;
 }




 


.data_subtext{
   color:#fff;
   font-size:40px;
   font-weight: bold;
}



.column {
   float: left;
   width: 25%;
   padding: 20px;
   background-color: transparent;
 }

 .row{
   background-color: transparent;
   margin-top: 30px;
 }
 
 /* Clearfix (clear floats) */
 .row::after {
   
   content: "";
   clear: both;
   display: table;
 }

 @media only screen and (max-width:700px){
   .column{
      float: left;
      width: 50%;
      padding: 20px;
      background-color: transparent;
   }

}
@media only screen and (max-width:1000px){
   .column{
      float: left;
      width: 50%;
      padding: 20px;
      background-color: transparent;
   }

}
@media only screen and (max-width:500px){
   .column{
      float: left;
      width: 90%;
      padding: 20px;
      background-color: transparent;
   }

}

.column2 {
   float: left;
   width: 33%;
   padding: 20px;
   background-color: transparent;
 
 }

 .row2{
   background-color: transparent;
   margin-top: 30px;
 }
 
 
 .row2::after {
   content: "";
   clear: both;
   display: table;
 }

 
 .container2{
   
   display: flex;
   justify-content: center;
   align-items: center;
  
  
}



.butoanele-pulii li {
   justify-content: center;
   width: 1000px;
   height: auto;
   display: flex;
   align-items: center;
   margin: 30px;
   cursor: default;
   background: rgba(0, 0, 0, 0.164);
   position: relative;
   color: white;
   border-radius: 5px;
 }
 
 .butoanele-pulii li::before,
.butoanele-pulii li::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  width: 100%; /* Adjusted to match the li width */
  height: 115%; /* Adjusted for a slimmer look */
  left: 0;
}

/* Static gradient background without animation */
.butoanele-pulii li::before {
  background: linear-gradient(to right, #e75a5e, #3a2336);
}

.butoanele-pulii li::after {
  background: rgba(0, 0, 0, 0.164);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px #e75a5e; /* Slightly reduced shadow */
}


 /* Buton de înscriere*/

 .buton-inscriere li {
   justify-content: center;
   width: 500px;
   height: 85px;
   display: flex;
   align-items: center;
   margin: 30px;
   cursor: pointer; /* Pentru a arăta că este un buton */
   background: rgba(0, 0, 0, 0.164);
   position: relative;
   color: white;
   border-radius: 100px;
   transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animare transformare și umbră */
 }
 
 .buton-inscriere li:hover {
   transform: scale(1.1); /* Zoom in */
   box-shadow: 0 0 20px rgba(231, 90, 94, 0.5); /* Efect de umbră */
 }
 
 .buton-inscriere li:active {
   transform: scale(0.95); /* Zoom out la click */
   transition: transform 0.1s ease; /* Răspuns rapid la click */
 }
 


 .buton-inscriere li {
   justify-content: center;
   width: 500px;
   height: 85px;
   display: flex;
   align-items: center;
   margin: 30px;
   cursor: default;
   background: rgba(0, 0, 0, 0.164);
   position: relative;
   color: white;
   border-radius: 100px;
 }
 
 .buton-inscriere li::before,
 .buton-inscriere li::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  width: 100%; /* Adjusted to match the li width */
  height: 100%; /* Adjusted for a slimmer look */
  left: 0;
  border-radius: 100px;
}

/* Static gradient background without animation */
.buton-inscriere li::before {
  background: linear-gradient(to right, #e75a5e, #3a2336);
}

.buton-inscriere li::after {
  background: rgba(0, 0, 0, 0.164);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px #e75a5e; /* Slightly reduced shadow */
}


.data_subtext{
color:#fff;
font-size:40px;
font-weight: bold;
}



@media only screen and (max-width: 900px) {
   .options {
     flex-direction: column;
     min-width: auto;
     height: auto;
     max-width: 100%;
     margin: 20px auto;
     width: 90%;
   }
 
   .option {
     min-width: auto;
     width: 100%;
     margin: 10px 0;
   }
 }
 
 /* Further adjustments for ultra-small screens */
 @media only screen and (max-width: 900px) {
   .options {
     width: 100%;
   }
 
   .option {
     height: 200px; /* Reduced height */
     margin: 5px 0;
   }
 }

 .parteneriLogos {
   display: flex;
   flex-wrap: nowrap; /* Keep logos on the same line */
   justify-content: center; /* Center logos horizontally */
   align-items: center; /* Align logos vertically */
   gap: 50px; /* Add spacing between logos */
}

.parteneriLogos .parteneriHaufe img {
   width: 250px; /* Adjust size of logos */
   height: auto; /* Maintain aspect ratio */
}

@media only screen and (max-width: 800px) {
   .parteneriLogos {
      display: flex;
      flex-wrap: nowrap; /* Keep logos on the same line */
      justify-content: center; /* Center logos horizontally */
      align-items: center; /* Align logos vertically */
      gap: 25px; /* Add spacing between logos */
   }
   
   .parteneriLogos .parteneriHaufe img {
      width: 80px; /* Adjust size of logos */
      height: auto; /* Maintain aspect ratio */
   }
 }

 .footer-social-network-icons {
   margin-right: 10px;
   opacity: 0.8;
   transition: opacity 0.3s ease;
}
.footer-social-network-icons:hover {
   opacity: 1;
}
@media only screen and (max-width: 800px) {
   .buton-inscriere li {
      justify-content: center;
      width: 350px;
      height: 85px;
      display: flex;
      align-items: center;
      margin: 30px;
      cursor: default;
      background: rgba(0, 0, 0, 0.164);
      position: relative;
      color: white;
      border-radius: 100px;
    }
}