*{
  color: white;
}

body{
    padding: 0;
    margin: 0;
}

h2{
  margin: 0;
  padding: 0;
}

.boxtower_body{
    background: linear-gradient(45deg, brown, green, brown, green, brown, green);
}

.stack_body{
  background: linear-gradient(45deg, purple, blue, purple, blue, purple, blue);

}

.zigzagball_body{

  background: linear-gradient(45deg,  rgb(11, 98, 212),black, rgb(11, 98, 212), black, rgb(11, 98, 212),black);

}

.airhockey_body{

  background: linear-gradient(45deg,  rgb(11, 98, 212),black, rgb(11, 98, 212), black, rgb(11, 98, 212),black);
}

.tappyplane_body{

  background: linear-gradient(45deg,  rgb(165, 101, 42),rgb(23, 180, 23),rgb(165, 101, 42),rgb(23, 180, 23),rgb(165, 101, 42),rgb(23, 180, 23) );

}

.header{

  background-color: rgb(0, 0, 0);
  height: 50px;
  margin-bottom: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);

}

.header_img{
    width: 40px;
    display: flex;
    float: left;
    padding-left: 5px;
    padding-top: 5;
}



.header_title{
    display: flex;
      font-family: 'Poppins', sans-serif;
      color: rgb(194, 217, 255);
      margin-left: 50px;
      padding-top: 10px;
  }

  
.logo{
    width: 250px;
    margin-left: 50px;
    margin-top: 100px;
    padding: 0px;
    float: left;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  }



.intro_title_box{
    height: 100px;
    margin-left: 350px;
    margin-top: 125px;
    font-size: 50;
    
  }

.intro_title{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 4);
    color: white;

    
}

.version{
  text-align: left;
  font-family: 'Poppins', sans-serif;
  margin-left: 375px;
  margin-top: 0px;
  width: 350px;
  color: #ffffff;

}


@media screen and (max-width: 700px) {

    .logo_box{
      display: flex;
        margin-left: auto;
        margin-right: auto;
        
    }

    .logo{
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;


    }
    
    .intro_title_box{
      display: flex;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 0px;
    }

    .intro_title{
        font-size: 35;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
    .version{
      width: 100px;
      text-align: center;
      color: #ffffff;
      margin-left: auto;
      margin-right: auto;
    
    }
    




  }

  .screenshots{

    overflow: visible;
    padding-top: 1px;
    padding-bottom: 25px;
    height: 525px;
    margin-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #00000073;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    border-radius: 30px;
    margin-left: 15px;
    margin-right: 15px;
    
  
  }
  
.screenshots_title{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 4);
    font-size: xx-large;
    color: white;
  }
  
  .screenshots_box{
    height: 400px;
    padding-top: 30px;
    display: flex;
    overflow-x: auto;
  }
  
  
  
  .screenshots_border{
    height: 370px;
    background-color:rgba(255, 255, 255, 0.212);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 30px;
    
  
  }

  .screenshot_img{
    height: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
  }

  @media screen and (max-width: 700px) {

  .screenshots{
    margin-top: 100px;
  }

}

.description_panel{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00000073;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.description_title{
  margin-left: 25px;
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: x-large;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 4);

}

.description_box{
  padding-left: 15px;
  padding-right: 15px;
}

.description{
  color: #ffffff;
  line-height: 1.6;
}


.downloads_panel .games_heading{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    color: white;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 3);
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-left: 20px;
}

.downloads_panel .downloads_panel_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
}

.game_img{
    width: 150px;
}
.box{
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.226);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 275px;
    margin-left: 20px;
    margin-bottom: 50px;
    margin-right: 20px;
}

.game_details_txt{
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  background-color:rgb(0, 189, 247);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
  color: #000000;
  border-radius: 0;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.details_panel{
  background-color: #00000073;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;

}

.details_heading{
  text-align: left;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 3);
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 20px;
  margin-left: 20px;
}

.details_panel_container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
}

.details_item{
  font-family: 'Poppins', sans-serif;
  font-size: smaller;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.226);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
}

footer{
  background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    height: 450px;
    width: 100%;
    margin-top: 50px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  
  .follow_us{
    margin-left: 50px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding-top: 1px;
  
  }
  
  .social_links{
    padding-top: 0.5px;
    font-family: 'Poppins', sans-serif;
    display: flex;
  }
  
  .social_img{
    width: 30px;
    margin-left: 10px;
    background-color:rgb(0, 0, 0);
    margin-bottom: 20px;
  }
  
  .privacy_policy{
    color: #ffffff;
    text-decoration:underline;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  
  
  }
  
  .contact_us{
    padding-top: 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-left: 50px;
  }
  
  .contact_font{
    color: #ffffff;
    text-decoration:underline;
    font-family: 'Poppins', sans-serif;
  
  
  }
  
  @media screen and (max-width: 400px) {
    .follow_us{
      margin-left: 10px;
    }
    .contact_us{
      margin-left: 10px;
    }
  
  
  }
  .cyberxlaboratories_copyright{
    bottom: 0;
    color: white;
    font-size: 10px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    margin-top: 35px;
  
  
  }

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff70;
  border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}