*{
    margin: 0;
    padding: 0;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222;
    
    width: 100vw;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
}

.Name {
    font-size: 24px;
    font-weight: bold;
    color: #ddd;;
}

.nav-buttons {
    display: flex;
    gap: 20px;
}

.nav-buttons button {
    background: none;
    border: none;
    font-size: 16px;
    color: #ddd;
    cursor: pointer;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

.nav-buttons button:hover {
    color: #007bff;
}
.heroImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    background-color: #f0f0f0; 
}

.image {
    background-image: url(image.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; 
    height: 100%; 
    width: 100%;
}
.PC-button,.Android,.Ios
{
    display: flex;
    flex-direction: column;
  justify-content: center;
    background-color: rgb(58, 56, 56);
    height: 400px;
    width: 100%;
    
}

.window{
    margin-left: 2px;
    margin-top: 5px;
}
.pcGames,.androidGames,.IosGames
{
   margin-left: 608px;
   margin-bottom: 20px;
    align-items: center;
    height: 60px;
    background-color: grey;
    color: white;
    width: 150px;
    border-radius: 5px;
}

.red{
    margin-left: 2px;
    color: red;
}
.red:hover
{
    color: white;
}
.games{
    display: flex;
    justify-content: space-between;
    margin-left:20px ;
    margin-right: 20px;

}
.game1
{
    background-image: url(game1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.game2
{
    background-image: url(game-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width:200px;
    border-radius: 2px;
}
.game3
{
    background-image: url(game3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.game4
{
    background-image: url(game4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.game1:hover,
.game2:hover,
.game3:hover,
.game4:hover
{
    border: 5px solid rgb(93, 202, 93);
}


.text
{
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}
.text1,.text2,.text3,.text4
{
    margin-bottom: 5px;
    color: white;
    margin-top: 6px;
    width: 200px;
}
.red1{
    margin-top: 5px;
    margin-left: 2px;
    color: red;
}
.red1:hover
{
    color: white;
}
.para
{
    margin-top: 10px;
}
.agame1
{
    background-image: url(agame1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.agame2
{
    background-image: url(agame2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.agame3
{
    background-image: url(agame-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.agame4
{
    background-image: url(agame4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.agame1:hover,
.agame2:hover,
.agame3:hover,
.agame4:hover
{
    border: 5px solid rgb(93, 202, 93);
}
.igame1
{
    background-image: url(igame1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.igame2
{
    background-image: url(igame2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.igame3
{
    background-image: url(igame3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}
.igame4
{
    background-image: url(igame4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 2px;
}


.igame1:hover,
.igame2:hover,
.igame3:hover,
.igame4:hover {
    border: 5px solid rgb(93, 202, 93);
}
.seeMore{
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #767373;
}
.seeMoreButton
{
    width: 70px;
    height: 20px;
    
}
.seeMoreButton:hover
{
    color: rgb(125, 125, 219);
}

.footer {
    background-color: #222;
    color: #ddd;
    padding: 40px 20px 20px;
   
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
}

.footer-left h3 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #007bff;
}

.footer-social {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.footer-social a {
    color: #ddd;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #007bff;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}
