
body {
    background-color: black;
    color: #18da99;
    margin: 0;
    font-family: Arial, sans-serif;
    display: grid;
overflow-x: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#img {
    display: grid;
    justify-content: center;
    box-sizing: border-box;
    width: 10px;
    height: 5px;
}
footer {
    background-color: black;
    display: grid;
    padding-top: 10px;  
    margin-top: 200px;
}
header {
    background-color: black;
    padding: 20px;
    text-align: center;
    display: grid;
    text-decoration: none;
    z-index: 100;
    box-sizing: border-box;
} 
.navbar-nav {
    display: none;
background-color: rgba(117, 90, 90, 0.212);

}
nav ul li:hover {
    background-color: rgb(207, 186, 186);
    width: auto;
    height: auto;
    box-sizing: border-box;
    position: sticky;
    z-index: 50;
 
   }
   .navbar-nav ul {
list-style: none;
padding: 0;
margin: 0;
   }
.navbar-nav ul li a {
  display: grid;
  padding: 15px;
  color: rgb(250, 247, 247);
  text-decoration: none;
  border-bottom: none;
  border-bottom: 1px solid #0c0b0b;
  }
#menu-toggle:checked + .menu-icon + .navbar-nav {
display: grid;
}



main {
    display: grid;
    box-sizing: border-box;
}
 section {
        display: grid;
        
        box-sizing: border-box;
     text-align: center;
    }
    article {
        width: 100%;
        background-color: #ffabab33;

        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
        
    }
    h1 {

    display: grid;
    text-align: center;
    }
    
        
   @media (max-width: 480px) {
  nav ul li a {
    padding: 0.5rem;
    font-size: small;
  }
}
.socials {
    text-align: center;
   
  display: inline-block;
  margin-top: 200px;
  box-sizing: border-box;
}
.fa-instagram {
  font-size: 32px; 
}

.fa-facebook {
  font-size: 32px;
}
.fa-soundcloud {
  font-size: 32px; 
}
.socials {
    
        display: inline-block;
    
    }
    
    .player {
        display: grid;
        justify-content: center;
        align-items: center;
        align-content: center;
       
        box-sizing: border-box;
    }
    form {
      text-align: center;
      
    }
     
    

.logo {
width: 5vw;
height: 5vw;
display: grid;
position: relative;
top: 4.5vw;
box-sizing: border-box;


}
#ac:hover {
  transform: rotateY(80deg) rotateX(360deg) scale(1.05);
  background-color: blue;
}
h3 {
  text-align: center;
  color: rgb(200, 188, 228);
}

.scene2 {
  width: 60vw;
  height: 30vh;

  perspective-origin: 50% 50%;
  overflow: hidden;
  display: grid;
  box-sizing: border-box;
  
}

.object1 {
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #fff, #291604);
  border-radius: 50%;
  animation: flying 15s infinite ease-in-out;
  transform-style: preserve-3d; /* Key for nested 3D effects */
}

/* Define the movement and transform for the animation */
@keyframes flying {
  0% { transform: translate3d(10vw, 50vh, 0) rotate(0); opacity: 1; }
  25% { transform: translate3d(40vw, 20vh, 300px) rotate(45deg); opacity: 1; }
  50% { transform: translate3d(70vw, 80vh, -100px) rotate(90deg); opacity: 0.7; }
  75% { transform: translate3d(90vw, 30vh, 150px) rotate(135deg); opacity: 1; }
  100% { transform: translate3d(10vw, 50vh, 0) rotate(90deg); opacity: 0; }
}
.scene3 {
  width: 60vw;
  height: 30vh;

  perspective-origin: 50% 50%;
  overflow: hidden;
  display: grid;
  box-sizing: border-box;
}

.object2 {
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #79c425, #291604);
  border-radius: 50%;
   animation: flying 2s infinite ease-in;
  transform-style: preserve-3d; /* Key for nested 3D effects */
}

.scene {
  width: 60vw;
  height: 30vh;

  perspective-origin: 50% 50%;
  overflow: hidden;
  display: grid;
  box-sizing: border-box;
}

.object {
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #455bbe, #291604);
  border-radius: 50%;
   animation: flying 5s infinite ease-in;
  transform-style: preserve-3d; /* Key for nested 3D effects */
}

h2 {
 font-family: "Rubik Beastly", system-ui;
  font-weight: 300;
  font-size: x-large;
  font-style: italic;
  color: rgb(20, 255, 255);
  text-shadow: 2px 2px 5px #cfcfcf;
  margin: auto;
  text-align: center;

}
.contact {
  color: rgb(198, 198, 243);
}


body {
  transition: background-color 0.2s ease;
}
 @media (min-width: 1200px) {
  /* Add large desktop-specific styles here */
}
 @media screen and (max-width: 480px) {
      /* Styles for small mobile phones */
    }
    @media screen and (max-width: 768px) {
  /* CSS rules for screens with a maximum width of 768px (e.g., tablets and mobile phones) */
}

@media screen and (min-width: 769px) {
  /* CSS rules for screens with a minimum width of 769px (e.g., desktops and larger tablets) */
}
 @media screen and (min-width: 481px) and (max-width: 768px) {
      /* Styles for larger mobile phones and tablets in portrait mode */
    }
    @media (min-width: 1024px) {

    }
    #menu-icon {
      color: aqua;
      background-color: aliceblue;
      width: 100%;
}

    .nav-link {
      display: block;
      width: 25px;
      height: 3px;
      background-color: rgb(212, 176, 176);
      margin: 5px 0;
      transition: all 0.3s ease-in-out;
    }

  
    #menu-toggle {
      display: none;
    }
    .menu-icon {
      font-size: 30px;
      padding: 20px;
      background-color: rgba(153, 0, 255, 0.253);
      color: rgb(185, 146, 146);
    
    } 
    
    
    .fr {
     width: 40vw;   
     color: blue;
     background-color: red;
      border-radius: 20px;
        
    }
    
    #bt {
        
      width: 18vw;  

       border-radius: 20px;
       margin: auto;
       height: 5vh;
       font-size: clamp(0.9rem, 3vw, 0.9rem);
      background-color: #5c813393;
        
    }
    

    form {
  display: grid;
  width: 35vw;
  background: linear-gradient(100deg, rgba(0, 0, 255, 0.336), rgb(94, 57, 57), black, white);
  border-radius: 20px;
  box-sizing: border-box;
 
margin: auto;
  
}
submit {

  border-radius: 20px;
  box-sizing: border-box;
  width: 20vw;
 
}

#name {


  box-sizing: border-box;
margin: auto;
width: 20vw;
height: 3vw;
font-size: x-large;
}
#email {
  box-sizing: border-box;
  width: 20vw;
  margin: auto;
height: 3vw;
font-size: x-large;
}



#subject {
  box-sizing: border-box;
  width: 20vw;
  margin: auto;
  height: 3vw;
 font-size: x-large;

}
#message {
  box-sizing: border-box;
  width: 20vw;
  margin: auto;
   border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 15vw;
font-size: x-large;
}
@media (max-width: 800px) {

  form {

    width: 70vw;
  }



}
@media (max-width: 800px) {

  #subject, #message, #email, #name {

    width: 50vw;
    
  }



}


@media (max-width: 601px) {

   #bt {
font-size: clamp(0.5rem, 2vw, 0.5rem);
    width: 50vw;
  }



}
@media (max-width: 601px) {
  #email, 
  #name, 
  #subject, 
  #message {
    font-size: small !important;
  }
}

@media (max-width: 410px) {
  #email, 
  #name, 
  #subject, 
  #message {
    font-size:x-small !important;
    height: 1vh;
  }
  }
