@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');


@font-face {
  font-family: "Lexend";
  src: url(../Fonts/Lexend.ttf);
}

@font-face {
  font-family: "LexendThin";
  src: url(../Fonts/LexendThin.ttf);
}

@font-face {
  font-family: "LexendBold";
  src: url(../Fonts/LexendBold.ttf);
}

@font-face {
  font-family: "Boldonse";
  src: url(../Fonts/Boldonse-Regular.ttf);
}

@font-face {
  font-family: "Russo";
  src: url(../Fonts/RussoOne-Regular.ttf);
}

@font-face {
  font-family: "Geo";
  src: url(../Fonts/Geo-Regular.ttf);
}

@font-face {
  font-family: "Righteous";
  src: url(../Fonts/Righteous-Regular.ttf);
}



html, body {
  margin: 0;
  padding: 0;
  cursor: url(../Images/WebsiteCursor.png), auto;
}

body
{
  color: white; 
  font-family: LexendThin; 
  background-color: #040404;
  overflow-x: hidden;
}


.Index_CoverImage
{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    box-shadow: black 6px 6px 6px;
}



/* NAVBAR */
.desktopNavbar
{
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: -webkit-sticky; 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: left;


  background-color: #040404;

}

.desktopNavbar ul 
{
  list-style-type: none;
}
  
.desktopNavbar ul li 
{
  float: left;
  margin-right: 25px;
}

.desktopNavbar ul li a {
  display: block;

  color: white;
  text-align: center;
  text-decoration: none;

  font-family: LexendThin;
  font-weight: 600;
  font-size: 16px;
  
}

.desktopNavbar ul li p
{
  height: 20px;
  width: 75px;
  margin: 0;

}

.desktopNavbar ul li p a
{
  margin-top: 10px;
}




.desktopNavbar ul li img
{
  width: 40px;
  height: 40px;
}
  

.desktopNavbar ul li a:hover {
    animation: ToGrey 0.1s ease-in forwards;

}




/* Item Underline */
.NavBarItemUnderline
{
  display: block;
  width: 100%;
  height: 1px;  
  background-color: #b0001a;
  transition: width 0.2s ease-in-out;
  margin: 10% 0 0 0;
}


li:hover .NavBarItemUnderline
{
  float: left;
  width: 100%;
}

li:not(:hover) .NavBarItemUnderline
{
  float: right;
  width: 0%;
}
.selected
{
  font-weight: bold;
}



hr {
  display: block;
  height: 6px;
  border: 0;
  border-top: 3px solid #b0001a;
  margin: 0 5% 0 5%;
  padding: 0;
}

footer h5
{
  text-align: center;
  padding: 1% 0 1% 0;
  margin: 0;
  font-family: LexendThin;
  color: white;
}

.Keypoint_Container
{
  width: 100%;
  display: flex;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  justify-content: center;
}

.Keypoint_Image
{
  width: 60%;
  float: right;
  padding: 10px;
  box-shadow: black 8px 8px 8px;
}

.Keypoint_Container img
{
  width: 100%;
  border: 3px black solid;
  object-fit: cover;
}

.Keypoint_Textcontent
{
  box-shadow: black 8px 8px 8px;
  border: 3px black solid;
  margin-top: 10px;
  width: 30%;
}

.Keypoint_Textcontent h1
{
  font-size: 32px;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;

  font-family: "Boldonse";
  font-weight: 100;
  color: #b0001a;
  text-align: left;
}

.Keypoint_Textcontent p
{
  font-size: 18px;
  text-align: left;
  margin-left: 15%;
  margin-right: 15%;
  font-family: "LexendThin";
  color: #b0001a;
  font-weight: 700;
}


.Stats
{
  width: 90vw;
  height: 30vh;
  
  margin: 0 5vw;
  padding: 0;
  color: white;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.Stats div
{
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
}

.Stats span
{
  font-family: "Lexend";
}

.Stats h3
{
  font-family: "Lexend";
  font-weight: 200;
  text-align: center;
}

.Stats h4
{
  font-size: 18px;
  font-family: "Boldonse";
  text-transform: uppercase;
  color: #b0001a;
}


.Stats a:hover
{
  text-decoration: none;
}

.Tool-Entry
{
  width: 200px;
  height: 30px;
}

.Tool-Entry img
{
  width: 12.5%;
  padding: 0;
  float: left;
  color: white;
  
}

.Tool-Entry h3
{
  display: inline;
  padding: 0 0 0 3%;

  
  float: left;
  width: 80%;
  height: 100%;
  align-self: baseline;
  text-align: left;
  font-family: "Lexend";
  font-size: 16px;
  margin: 0;
  
}


#GenreCard, #SocialsCard, #ToolsCard
{
  width: 350px;
}

#GenreCard h3
{
  text-align: left;
  padding: 0 0 0 30%;
  margin: 0;
  font-family: "Lexend";
  font-weight: 50;

}

#SocialsCard
{
  justify-content: center;
  align-items: center;
}

#SocialsCard button
{
  margin: 2% auto 2% auto;
}

#SocialsCard a
{
  text-decoration: none;
}

.devclock
{
  width: 100%;
}

.devclock h1
{
  font-size: 64px;
  text-align: center;
  font-family: "Geo";
  font-weight: 450;
}


.socialsBtn {
  width: 100px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #161616;
  background-color: #161616;
  box-shadow: black 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.IconContainer {
  width: 35px;
  height: 30px;
  background: linear-gradient(to bottom, rgb(255, 136, 255), rgb(172, 70, 255));
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.IconContainer img
{
  width: 75%;
  padding: 10%;
}

#TwitterLogo
{
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(12, 12, 12));
}

#BSKYLogo
{
  background: linear-gradient(to bottom, rgb(6, 134, 255), rgb(48, 193, 255));
}

#DiscordLogo
{
  background: linear-gradient(to bottom, #5865F2, #5865F2);
}

#YoutubeLogo
{
  background: linear-gradient(to bottom, #FF0000, #FF0000);
}


.Socials_text {
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
  font-family: LexendThin;
  font-weight: 500;
}

.socialsBtn:hover .IconContainer {
  width: 90px;
  transition-duration: 0.3s;
}

.socialsBtn:hover .Socials_text {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.socialsBtn:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}