/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Global Styles */
  body {
    font-family:"Century Gothic", sans-serif;
  }
  

  a,a:hover,a:visited{
    color: inherit;
}

  
  /* Header Styles */
  .header {
    background-color: #ffffff;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  
  .header__logo {
    width: 300px;
    height: 75px;
  }
  
  .nav__list {
    list-style: none;
    display: flex;
  }
  
  .nav__item {
    margin-left: 2rem;
  }
  
  .nav__link {
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
  }
  
  .nav__link:hover {
    color: #82c4b8
  }
  
  /* Hero Styles */
  .hero {
    background-image: url(PrankHeart_Backscreen.jpg);
    background-size: cover;
    background-position: center;
    height: calc(100vh - 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero_logo{
    height:200px; 
    width:200px;
    text-align: left;
  }
  
  .hero__title {
    font-size: 4rem;
    color: #000000;
  }
  
  .hero__subtitle {
    font-size: 2rem;
    color: #000000;
  }

  .hero_content
  {background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10rem;
    margin-right: 10rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }


    .img_herocontent
    {height:450px; 
      width:450px;
      text-align: center;
      border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
    }

    

  
  .btn {
    padding: 1rem 2rem;
    background-color: rgb(255, 255, 255);
    color: #000000;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    text-align: center;
    margin-left: 10rem;
    margin-right: 10rem;
    border-radius: 30px;
  }
  
  .btn:hover {
    background-color: #82c4b8;
  }
  
  /* Featured Section Styles */
  .featured {
    background-color: #FAE0EF;
    padding: 4rem 0;
  }
  
  .featured__title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 4rem;
  }

  
  /* Game List Styles */
  .game-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 10rem;
    margin-right: 10rem;
    padding-top: 6rem;
  }
  
  .game {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: calc((100% / 3) - 2rem);
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  }
  
  .game:hover {
    transform: translateY(-0.5rem);
  }
  
  .game__img {
    width: 200px;
    height: 200px;
    margin: auto;
  display: block;
  padding-top: 2rem;
  }
  
  .game__info {
    padding: 1rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .game__title {
    padding-top: 2rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    display: flex;
  align-items: center;
  justify-content: center;
  
  }

.Company{
  background-color: #ffffff;
}

  .company_title{

    background-color: #FAE0EF;
    font-size: 1rem;
    color: #666;
  }


  .game__description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.5rem;
    display: flex;
    text-align: left;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  margin-right: 2rem;
  }
  
  .game__link {
    display: inline-block;
    padding: 0.5rem}
  
.Underbar{
  border-bottom: 1px solid #666;
}

/* News List Styles */

   .News_title{
    padding-top: 4rem;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 2rem;
   }

.news-list
{margin-left: 15rem;
  margin-right: 15rem;}


.news {
    background-color: #ffffff;
    margin-bottom: 2rem;
    margin-left: 10rem;
    margin-right: 10rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
    }

    .news__img {
        width: 100%;
        height: 20rem;
        object-fit: cover;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
      }

      .tag {
        display: inline-block;
        padding: 0.2rem;
        background-color: rgb(150, 150, 150);
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        border-radius: 0.5rem;
        transition: background-color 0.3s ease-in-out;
      }

      .aisatucontroll{
          transition: transform 0.3s ease-in-out;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;}

      .aisatutop{
        margin-bottom: 5rem;
        font-size: 3rem;
      }

      .aisatu{
        margin-left: 5%;
        margin-right: 5%;
      }

      .aisatuimg{height:800px; 
        width:600px;
        text-align: left;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
      }

        .aisatu_description{
          text-align: left;
        }

        .contact{
          margin-top: 5rem;
        }

      .center{
        text-align: center;

      }

        .jissekiimg
      {height:90px; 
        width:160px;
        text-align: center;
        margin-left: 2rem;
        margin-right: 2rem;
      }

      @media screen and (max-width: 1000px) {

        .header__logo {
          width: 120px;
          height: 30px;
        }

        .nav__link{
          font-size: 0.7rem;
        }

        .hero__title {
          font-size: 2rem;
         
        }

        .hero__subtitle {
          font-size: 1rem;
        }
      
        .hero_logo{
          height:100px; 
          width:100px;
        }
        .game__title{
          font-size: 1rem;
        }


        .game-list {
            display: grid;
            justify-content: start;
            flex-wrap: nowrap;
            margin-left: 1rem;
            margin-right: 1rem;
            padding-top: 1rem;
        }
        

        .featured__title {
          font-size: 2rem;
        }

        .News_title{
          font-size: 2rem;
         }

        .aisatuimg{height:200px; 
          width:150px;
          text-align: left;
          margin-left: 1rem;
          border-top-left-radius: 30px;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          border-bottom-left-radius: 30px;}

      .aisatu_description{
        font-size: 0.6rem;
        margin-bottom: 1rem;
      }
      .aisatutop{
        margin-bottom: 1rem;
        font-size: 1rem;
      }
      .news {
        background-color: #ffffff;
        margin-bottom: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        }
        .img_herocontent
        {height:100px; 
          width:100px;}
        
        .game__description {
          font-size: 0.7rem;
          color: #666;
          margin-bottom: 0.5rem;
          display: flex;
          text-align: left;
        align-items: center;
        justify-content: center;
        margin-left: 1rem;
        margin-right: 1rem;
        }

        .hero_content
        {background-color: #fff;
          margin-left: 2rem;
          margin-right: 2rem;
        }

        .game {
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          margin-left: 1rem;
          margin-right: 1rem;
          margin-top: 1rem;
          width: auto;
        }

          .news-list

          {margin-left: 1rem;
            margin-right: 1rem;}

            .game__img {
              width: 100px;
              height: 100px;
            display: block;
            padding-top: 2rem;
            text-align: center;
            }
        .contactdescription{
          font-size: 0.5rem;
        }

        .btn {
          padding: 1rem 2rem;
          background-color: rgb(255, 255, 255);
          color: #000000;
          text-decoration: none;
          border-radius: 30px;
          transition: background-color 0.3s ease-in-out;
          text-align: center;
          margin-left: 2rem;
          margin-right: 2rem;
        }

        .nav__link {
          color: #000000;
          font-size: 0.4rem;}

          .jissekiimg
          {height:45px; 
            width:80px;
            margin-left: 1rem;
            margin-right: 1rem;
            text-align: center;
          }
      }