*{
    padding: 0;
    margin: 0;
    perspective: 5000px;
    cursor: url(image/new.png), auto; 
}
body{
    perspective: 1000px;
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: white;
    text-align: center;
    margin: 30px;

   
}
.nav1>ul>li{
    float: left;
    margin: 10px;
    list-style: none;
}
.nav1>ul>li>a{
    text-decoration: none;
    color: rgb(4, 0, 0);
    font-size: 13px;
    transition: all .2s;
    
}
.nav1>ul>li>a:hover{
    font-size: 30px;
    color: rgba(65, 42, 165, 0.721);
}

.aside{
    margin-top: 16px;
}



.parentvd{
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #00eaff, #9b51e0)

}
.formu{
    background: rgba(128, 128, 128, 0.171);
    margin:100px;
    transition: ease-in-out .7s;

    
}
h2:hover{
    color:#00eaff ;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight:bolder;
    font-size: 40px;
    
}






video{
    width: 90vw;
    height: 80vh;
}
textarea:focus {
  
    background-image: conic-gradient(from var(--angle),#3a79d0,#9da9b323,#ebe6e9,#0a030a);
    animation: spin 2s linear infinite;
    transition: all .2s ease-in-out;
    
 
}


.all{width: 100%;}
@keyframes spin {
    form{
   
    --angle: 0deg;
    }
    to{
 
    --angle: 360deg;
    }
}
.trios{
    margin-top: 20px;
    
}

    


#iman{
    width: 350px;
    height: 600px;
    margin-left: 50px;

}


.navv{
    box-shadow: 2px 2px 3px black;
   
}
h1{
    text-shadow: 2px 4px 3px black;
}



.page1 {
    background-image: url(./image/photoo1.jpeg);
    background-size: cover;
   
     width: 100vw; 
        height: 100vh; 
          width: 100%;
         margin: 0px;
}


.navv{
    margin-bottom: 10px;
    background: linear-gradient(135deg, #00eaff, #9b51e0)
}
.navbar{
    background: linear-gradient(135deg, #00eaff, #9b51e0)
   
}
.fleur{
    background-image:url(./image/photoo2.jpeg);
    background-size: cover;
}

h1 {
    font-size: 2.5em; 
    font-weight: bold;
    color: #0004ff; 
    transition: color 0.5s ease, transform 0.3s ease;

}

h1:hover {
    color: #1e90ff; 
    transform: scale(1.1); 
}

.card img {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px;
}
#card{
    padding: 40px;
}


.card {
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    animation: bgColorAnimation 3s infinite alternate;
    overflow: hidden; 
}


@keyframes bgColorAnimation {
    0% {
        background-color:  #9b51e0;
    }
    50% {
        background-color: #00eaff;
    }
    100% {
        background-color: rgb(49, 49, 212);
    }
}


.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); 
}


  
  
  form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    
  }
  
  label {
    font-weight: bold;
  }
  
  input, textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s, background-color 0.3s;
    color: #420837;
  }
  
  @property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  input:focus, textarea:focus {
   
    background-image: conic-gradient(from var(--angle), #00eaff, #9b51e0,#1a5383,#d03ad0);
    animation: spin 2s linear infinite;
    transition: all .5s ease-in-out;
    border: none;
    outline: none;
    overflow: hidden;
    color:white;

  }
  input:focus::placeholder,textarea:focus::placeholder{
    color: white;
  }

  
  
  button {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(90deg, #120537, #0056b3);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 220px;
    inset: 0;
    margin: auto;
  }

  
  button:hover {
    background: linear-gradient(90deg, #157cac, #940b99);
    transform: rotateY(180deg);
    color: #fff;
  }
  
  button:hover ~ .car>img {
    inset: 0;
    margin: auto;
   
    animation: rouler 1s infinite; 
    filter: drop-shadow(5px 5px 3px #9a148d8e) ;

   
  }
  
 
  div.car{
      inset:0;
      margin: auto;
}



@keyframes rouler {
    
    0%{
        transform: translateX(0px);
    }
   
    100%{
        
        transform: translateX(200px);
    }
    
  }

  @keyframes spin {
    form{
    box-shadow: 0 0 0px #170303;
    --angle: 0deg;
    }
    to{
    box-shadow: 1px 0 10px #a00f8a;
    --angle: 360deg;
    }
}




.news {
    width: 90%;
    overflow: hidden;
    background: white;
    padding: 10px 0;
    margin: 20px auto;
    border-radius: 10px;
    position: relative;
    float: right;
    

}

.game-slider {
    display: flex;
    white-space: nowrap;
    animation: slide 15s linear infinite;
}

.game-slider img {
    width: 150px;
    height: 100px;
    margin: 0 10px;
    border-radius: 10px;
    transition: transform 0.3s;
}

.game-slider img:hover {
    transform: scale(1.1);
}

@keyframes slide {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}
.formu{
    padding:40px;
}
/* meeee */
.containerr {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
select, input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}



.hide{
    display: none;
}



/* this css footer  */
.footer {
    position: relative;
    background: linear-gradient(90deg, #157cac, #940b99);
    color: gold;
    padding: 40px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}
.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bubble {
    position: absolute;
    bottom: 0;
    width: var(--size);
    height: var(--size);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: rise var(--time) linear infinite;
    left: var(--position);
    animation-delay: var(--delay);
}
@keyframes rise {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(-100vh); opacity: 0; }
}
.content {
    position: relative;
    z-index: 2;
}
.content div {
    margin: 15px 0;
}
.content a {
    color: rgb(32, 168, 227);
    text-decoration: none;
    display: inline-block;
    margin: 5px 10px;
    transition: color 0.3s ease;
}
.content a:hover {
    color: #f4a261;
}
.footer p {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.7;
}


/* add Glitch title   */


 
  
 .glitch {
    position: relative;
    font-size: 91px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 3px;
    z-index: 1;
    text-align: center;
    font-size: 60px;
    margin-left: 50%;
 }
 
 .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);
    }
 }



/* add shadow form  */

.formu:hover{
    box-shadow: 3px 3px 4px 4px rgba(0, 0, 255, 0.419);
    cursor: pointer;
}
.card{
    padding: 0;
}
/* @media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .nav1 > ul {
        flex-direction: column;
        text-align: center;
    }

    .nav1 > ul > li {
        margin: 5px 0;
    }

    h1 {
        font-size: 2em;
    }

    .formu {
        width: 90%;
        margin: 50px auto;
        padding: 20px;
    }

    .card img {
        height: 150px;
    }

    .news {
        width: 100%;
    }

    .game-slider img {
        width: 120px;
        height: 80px;
    }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.8em;
    }

    .formu {
        width: 95%;
        padding: 15px;
    }

    .game-slider img {
        width: 100px;
        height:70px;
}
} */
 /* .formu{
    display: flex;
    flex-wrap: wrap;
 } */








