

#bgimage:before {
    content: "";
    display: block;
    position: fixed;
    height: 20%;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('image/hack-the-world.jpg'); /* Set a default image */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #bgimage[data-bg="1"]:before {
    background-image: url('image/hack-the-world.jpg');
  }
  
  #bgimage[data-bg="2"]:before {
    background-image: url('image/cyberhut-girl-4k-kw.jpg');
  }

  #bgimage[data-bg="3"]:before {
    background-image: url('image/anime-cyberpunk-female.png');
  }

  #bgimage[data-bg="4"]:before {
    background-image: url('image/bg.png');
  }

  #bgimage[data-bg="5"]:before {
    background-image: url('image/cyberpunk-girl-gun.jpg');
  }

  #bgimage[data-bg="6"]:before {
    background-image: url('image/cyberpunk-girl-digital-art.jpg');
  }

  #bgimage[data-bg="7"]:before {
    background-image: url('image/resident-evil-3.jpg');
  }







  /* #bgimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('image/hack-the-world.jpg'); Set the first image */
  /* }


  #bgimage:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  #bgimage:before {
    animation: cycle-images 50s linear infinite;
  }

  @keyframes cycle-images {
    0% {
      background-image: url('image/hack-the-world.jpg');
    }
    14.29% {
      background-image: url('image/cyberhut-girl-4k-kw.jpg');
    }
    28.57% {
      background-image: url('image/bg.png');
    }
    42.86% {
      background-image: url('image/cyberpunk-girl-gun.jpg');
    }
    57.14% {
      background-image: url('image/cyberpunk-girl-digital-art.jpg');
    }
    71.43% {
      background-image: url('image/resident-evil-3.jpg');
    }
    85.71% {
      background-image: url('image/anime-cyberpunk-female.png');
    }
  }  */


#heading{
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
}

.title{
    text-align: center;
    background-color: rgb(244, 151, 1);
    
}

.Input{

    border: 4px solid red;
    margin-left:auto;
    margin-right:auto;
    margin-top: 70px;
    width: 419px;
    border-radius: 15px;
    
    
}

input[type="url"]{
    text-align: center;
    text-size-adjust: 20px;
    font-weight: bold;
}


#urlInput{
    width: 400px;
    border-radius: 10px;
    padding: 5px;
    /* width: 100%; */
    
}

#button1{
    width: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-decoration: solid;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: medium;
    letter-spacing: 1px;

}
#button1:hover{
    background-color:black;
    color:white;
}


#Body{
    background-color: orangered;  
}

#parameter th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    text-decoration: none;
}


#parameter h4 {
    width: 150px;
    border: 10px solid green;
    padding: 10px;
    color: white;
    background-color: black;
    border-radius: 20px;
  }

#parameter h4:hover{
    background-color: orangered;
    color: black;
}

footer{
    background-color: black;
}

.footerContainer{
    width: 100%;
    padding: 40px 30px 20px;
}

#socialIcons{
     display: flex;
     justify-content: center;
}

#socialIcons a{
     text-decoration: none;
     padding: 5px;
     background-color: white;
     margin: 10px;
     border-radius: 50%;
}

#socialIcons a i {
     font-size: 2em;
     color: black;
     opacity: 0.9;
}

#socialIcons a:hover{
     background-color: red;
     transition: 0.5s;
}

#socialIcons a:hover{
  background-color: white;
  transition: 0.5s;
}

.foodernav{
  margin: 30px 0;
}
.foodernav ul{
  display: flex;
  justify-content: center;
  list-style: none;
}

.foodernav ul li a{
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;
}

.foodernav ul li a:hover{
  opacity: 1;
}

.fooderBottom{
  background-color: #000;
  padding: 20px;
  text-align: center;
}

.fooderBottom p{
  color: white;
}

.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}



/* For Mobile device */

/* @media (min-width: 700px){
  .foodernav ul{
    flex-direction: column;
  }
  .foodernav ul li{
    width: 100%;
    text-align: center;
    margin: 10px; 
  }
} */