body{
  background: linear-gradient(45deg, purple, blue, purple, blue);
    margin: 0;
    padding: 0;

}

.header_img{
  width: 40px;
  display: flex;
  float: left;
  padding-left: 5px;
  padding-top: 5;
  margin-right: 5;
}


.header{

  background-color: rgb(0, 0, 0);
  height: 50px;

}

.header_title{
    font-family: 'Poppins', sans-serif;
    color: rgb(194, 217, 255);
    margin-left: 20px;
    padding-top: 10px;
}

.intro_panel{
  padding-top: 75px;
  height: 600px;
  

    
}

.intro_title{
    font-family: 'Poppins', sans-serif;
    color: rgb(194, 217, 255);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;

}

.intro{
    font-family: 'Poppins', sans-serif;
    color: rgb(194, 217, 255);
    text-align: center;
    font-size: 15px;
    vertical-align:middle;
    margin-right: 15px;
    margin-left: 15px;
}

.logo{
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;

}


@media screen and (min-width: 750px) {
  .logo  {
    display: block;
    float: right;
    margin-left: 15px;
    margin-top: 150px;
    margin-right: 30px;
    border-radius: 30px;
  }

  .intro_panel{
    height: 550px;
  }
  .intro{
    text-align: left;
    font-size: larger;
    margin-left: 30px;
    padding-top: 5px;
  }
  .intro_title{
    text-align: left;
    margin-left: 50px;
    padding-top: 150px;
    font-size: x-large;
    width: 300px;
  }
}

.news_panel{
  height: 775px;
  background: rgb(39, 0, 93);
  padding-top: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;

  
}

.news_title{
  padding:0;
    margin:0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: xx-large;
    color: white;
}

.newsbox{
  display: flex;
  overflow-x: auto;
  height: 575px;
  padding-top: 60px;
  padding-right: 30px;

}

.news_border{
  border-radius: 30px;
  margin-left: 30px;
  height: 350px;
  
}



.news_headline{
  text-align: center;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 20;
  padding: 0;
  margin-top: 15;
  margin-bottom: 5;
}

.news_readmore_box{
  text-align: center;

}
.news_readmore_txt{
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  background-color:rgba(0, 0, 0, 0.425);
  color: #ffffff;
  border-radius: 15px;
  font-weight: bold;

}

.more_news_box{
  text-align: center;
  margin-top: 20px;

}

.more_news_txt{
  display: inline-block;
  padding: 10px 10px;
  font-family: 'Poppins', sans-serif;
  background-color:rgba(255, 255, 255, 0.445);
  color: #000000;
  border-radius: 0;
  border-radius: 15px;
  font-weight: bolder;
  
}

@media screen and (max-width: 400px) {

  .news_panel{
    margin-left: 0px;
    margin-right: 0px;
  }

}

.games{

  overflow: visible;
  background: rgba(0, 0, 0, 0.466);
  padding-top: 10px;
  padding-bottom: 25px;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;

  

}

.games_intro{
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: xx-large;
  color: white;
}

.gamebox{
  height: 400px;
  padding-top: 30px;
  display: flex;
  overflow-x: auto;
}



.game_border{
  height: 375px;
  background-color:rgba(255, 255, 255, 0.212);
  width: 250px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;

}

.game_title{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #ffffff;


}

.game_img{

  height: 150px;
  border-radius: 15px;
  margin-left: 50px;
  margin-right: 50px;
}

.games_txt{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #ffffff;

}

.play_game{
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  background-color:rgb(71, 223, 84);
  color: #000000;
  border-radius: 0;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 88px;
  margin-top: 10px;
}

.games_detail{
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  background-color:rgb(71, 167, 223);
  color: #000000;
  border-radius: 0;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 88px;
  margin-right: 88px;
  margin-top: 10px;

}


.more_games{

    text-align: center;
    margin-top: 30px;


}

.more_games_txt{
    display: inline-block;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    background-color:rgb(0, 189, 247);
    color: #000000;
    border-radius: 0;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.digital_stores{
  height: 650px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  
}

.digital_stores_intro{
  padding-top: 20px;
  color:#ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.digitalstorebox{
  height: 450px;
  padding-top: 75px;
  display: flex;
  overflow-x: auto;
}

.digitalstore_border{
  height: 350px;
  background-color:rgba(255, 255, 255, 0.144);
  width: 250px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .8);

}

.digitalstore_title{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #ffffff;

}

.digital_store_img{
  height: 200;
  border-radius: 15px;
  margin-left: 25px;
  margin-right: 50px;
}

.digital_store_visit{
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  background-color:rgb(71, 167, 223);
  color: #000000;
  border-radius: 0;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 88px;
  margin-right: 88px;
  margin-top: 40px;

}

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%;
  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;
  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;
}
