@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding : 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background: #131111;
}
a {
    color: #fff;
    text-decoration: none;
}
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 9%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.navbar .title {
    font-size: 30px;
    font-weight : 700;
}
.navbar ul {
    display: flex;
}
.navbar ul li {
    list-style: none;
    margin-left: 35px;
}
.navbar ul li a {
    font-size: 20px;
    font-weight: 500;
    transition: .5s;
}
.navbar ul li:hover a,
.navbar ul li.active a {
    color: limegreen;
}
.home {
    display:flex;
    align-items: center;
    height: 80vh;
    padding: 0 9% 0;
    color:white;
}
.home-info .Container {
    display: flex;
    align-items:center;

}
.home-info .Info {
    margin-left: -45px;
    align-items:center;
    display: inline;
}
.home-info h1 {
    font-size: 30px;
}
.home-info h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.home-info p {
    font-size: 16px;
    margin: 0px 0 25px;
}
.home-info .btn-sci {
    display: flex;
    align-items: center;
}
.home-info .Names {
    display: flex;
    align-items: center;
}
.home-info .Work-Status {
    display: inline-flex;
    align-items: center;
}
.btn {
  display: inline-block;
  padding: 15px 35px;
  background: limegreen;
  border: 2px solid limegreen;
  border-radius: 40px;
  box-shadow: 0 0 10px limegreen;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.btn:hover {
    background:transparent;
    color:limegreen;
    box-shadow: none;
}
.home-info .btn-sci .sci {
    margin-left: 20px;
}
.btn2 {
  margin-left: 15px;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid limegreen;
  border-radius: 40px;
  box-shadow: 0 0 10px limegreen;
  color: white;
  font-weight: 600;
}
.btn2:hover {
    background:limegreen;
    box-shadow: none;
}
.home-sci {
    margin: -35px 0px 0px 25px;
    bottom: 40px;
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.icon-general  {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px limegreen;
    font-size: 20px;
    background: transparent;
    border: 2px solid limegreen;
    border-radius: 50%;
    color: limegreen;
    text-decoration: none;
}
.icon-custom {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #009fff;
    font-size: 20px;
    background: transparent;
    border: 2px solid #009fff;
    border-radius: 50%;
    color: #009fff;
    text-decoration: none;
}
.icon-general:hover {
    background: limegreen;
    color:black;
    box-shadow: none;
}
.icon-custom:hover {
    background: #009fff;
    color:black;
    box-shadow: none;
}
#Img1 {
 top: 25%;
 height: 165px;
 width: 165px;
 vertical-align: middle;
 font-size: small;
 margin-right: 50px;
}
.Active {
display: flex;
align-items: center;
gap: 8px;
}
.Dot {
 height: 32px;
 width: 32px;
 border: 2px solid green;
 border-radius: 50%;
 box-shadow: 0 0 10px green;
 
}
.Status-Text {
position: absolute;
 top: 31.4%;
 left:19.8%;
 margin-right: 50px;
 color:limegreen;
 font-weight: 600;
 font-size: 18px;
}
.gameimage img {
    position:absolute;
    height:20%;
    top:15%;
    right:20%;
}
.games a {
    padding: 15px 65px;
    position:absolute;
    top:37.5%;
    right:20.5%;
    
}
.Username h1 {
position: absolute;
margin-top: 50px;
 top: 31.4%;
 left:18.8%;
 margin-right: 50px;
 color:white;
 font-weight: 600;
 font-size: 30px;
}
.Names a {
 color:#bbbcbe;
 font-weight: 600;
 font-size: 18px;
}
.Work-Status h1 {
 color:#0ab30a;
 font-weight: 600;
 font-size: 18px;
}
.gridcontainer {
    position: absolute;
    display:grid;
    grid-template-columns: repeat(8,1fr);
    grid-auto-flow: column;
    gap: 20px;
    height:350px;
    width: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: mandatory;
    padding: 20px;
    margin: 800px 0px 0px -25px;
}
.card {
    background-color: #191616;
    box-shadow: 0 4px 8px 0 rgb(0,0,0,9);
    transition: 0.3s;
    border-radius: 10px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
}
.card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 5px 5px 0 0;
}
.cardcontent {
margin-right: auto;
padding:1rem;
display:flex;
flex-direction: column;
flex-grow: 1;
}
.cardcontent h1 {
    font-size: 15px;
    margin-top: 0;
}
.cardcontent p {
visibility: hidden;
 font-size: 15px;
 margin-top: 0;
color : #191616;
}
.PLAYbtn {
  display: inline-block;
  padding: 15px 50px;
  margin-top: 25px;
  background: limegreen;
  border: 2px solid limegreen;
  border-radius: 40px;
  box-shadow: 0 0 10px limegreen;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
/*
.Tags-Container {
    
    position: absolute;
    display: flex;
    display:grid;
    scroll-snap-type: mandatory;
    gap:10px;
    margin-left: -16px;
    height:60px;
    grid-template-columns: repeat(3,1fr);
    padding: 2.5px;
}
.Tag {
  display: flex;
  align-items: center;
  padding: 15px 2px;
  height: 20px;
  background: green;
  border: 2px solid green;
  border-radius: 40px;
  box-shadow: 0 0 10px green;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
  */
 