body,html{
    margin: 0;
    overflow-x: hidden;
    background-color:black;
}
body {
    background-color: black;
    overflow: hidden;
    position: relative;
}

header{
    overflow-x: hidden;
    width: 100%;
    height: 15vh;
    background-color: #00000000;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
#logo{
    transform: translateX(2vw);
    max-width: 50vw;
}
#back-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#back-arrow:hover {
    color: #ffcc00;
}
a {
    color: inherit; /* Păstrează culoarea textului */
    text-decoration: none; /* Elimină sublinierea */
}

a:visited {
    color: inherit; /* Evită schimbarea culorii după accesare */
}

a:hover {
    color: #fdfdfd; /* Poți schimba culoarea la hover, dacă vrei */
    text-decoration: underline;
}


.continut{
    margin-top: 20vh;
    z-index: 1000;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20vh;
    margin-bottom: 18vh;

}


#pr4 {
    -webkit-box-shadow: 3px 7px 25px -6px rgba(255,255,255,1);
    -moz-box-shadow: 3px 7px 25px -6px rgba(255,255,255,1);
    box-shadow: 3px 7px 25px -6px rgba(255,255,255,1);
    display: block;
    max-width: 90%;
    border-radius: 10px;
    
}
#warining{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15vh;
}
#pr3 {
    -webkit-box-shadow: 3px 7px 25px -6px rgba(255,255,255,1);
    -moz-box-shadow: 3px 7px 25px -6px rgba(255,255,255,1);
    box-shadow: 3px 7px 25px -6px rgba(255,255,255,1);
    display: block;
    max-width: 80%;
    border-radius: 10px;
    
    
}

#vid1,#vid2,#vid3,#vid4,#vid5{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
/* Stil pentru cerculețele animate */
.bokeh {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.8;
    animation: float 10s infinite alternate ease-in-out;
}

/* Animație de mișcare */
@keyframes float {
    0% {
        transform: translateY(0px) translateX(0px) scale(1);
    }
    100% {
        transform: translateY(-100px) translateX(50px) scale(1.2);
    }
}


@keyframes movingGlow {
    0% {
        box-shadow: -20px 0 40px rgba(255, 255, 255, 0.7);
    }
    50% {
        box-shadow: 0px 0 60px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 20px 0 40px rgba(255, 255, 255, 0.7);
    }
}

.site-footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #000;
    color: white;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    overflow: hidden;
    animation: movingGlow 2.5s infinite alternate ease-in-out;
    z-index: 10000;
}


.footer-content {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-content p {
    font-size: 1rem;
    opacity: 0.8;
}

.footer-social {
    margin-top: 10px;
}

.footer-social a {
    margin: 0 10px;
    transition: transform 0.3s ease-in-out;
}
.butons3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin-bottom: 2vh;
}
.butons3 img{
    
    max-height: 7vh;
}
.footer-social2 img {
    max-width: 20vw;
    filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.3));
}

.footer-social a:hover {
    transform: scale(1.1);
}
a {
    color: inherit; /* Păstrează culoarea textului */
    text-decoration: none; /* Elimină sublinierea */
}
#whats{
    overflow-x: hidden;
    max-width: 20vw;
    filter: drop-shadow(0px 5px 20px rgba(19, 218, 52, 1)) !important;
}
a:visited {
    color: inherit; /* Evită schimbarea culorii după accesare */
}

a:hover {
    color: #fdfdfd; /* Poți schimba culoarea la hover, dacă vrei */
    text-decoration: underline;
}
@keyframes textGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 1400px){
    #continut1,#continut2,#continut3,#continut4,#continut5,#continut6 img{
        width: 50vw;
    }
    #logo{
        max-width: 30vw;
  transform: translateX(-0vw);
  
    }
    header{
        overflow: hidden;
       
    }
    #desc1{
        font-size: 2.5rem;
    }
    .footer-social2 img{
        max-width: 10vw;
      }
      #whats{
        max-width: 10vw;
      }
      #tlf{
        font-size: 1.5rem;
      }
      .categori{
        gap: 20vh;
      }
      .button2{

        height:80px;
        width:350px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .type2::before{
       
        font-size: 1.5rem;
        height: 80px;
        width: 350px;
       
      }
      .type2::after{
        transform: translateY(100px);
        font-size: 1.5rem;
        height: 100px;
        width: 350px;
      }
      #pr3{
        max-width: 70%;
        max-height: 150vh;
      }
      #pr4{
        max-width: 60%;
      }
}
a:visited {
    color: inherit; /* Evită schimbarea culorii după accesare */
}

a:hover {
    color: #fdfdfd; /* Poți schimba culoarea la hover, dacă vrei */
    text-decoration: underline;
}
@keyframes textGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#Minweb {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    background: linear-gradient(90deg, rgb(53, 133, 122), #ffffff,rgb(124, 193, 183));
    background-size: 300% 300%;
 background-clip: text;
color: transparent;
    animation: textGradient 3s infinite linear;
}

/* Ascunde inițial conținutul */
.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Face conținutul să apară treptat */
.show {
    opacity: 1;
    transform: translateY(0);
}