/*

-------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------HEADER IMAGE---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------*/

.containerimg {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 100px;
    
  }
  
  .row1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .col-2 {
    flex-basis: 50%;
    min-width: 300px;
  }
  
  .col-2 img {
    max-width: 100%;
    padding: 50px 0;
  }
  
  .col-2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
  }
  
 .explore {
    display: inline-block;
    background: #ff523b;
    color: #ffffff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
  }
  
  .explore:hover {
    color:white ;
  }

/* media query for menu */



  
  
/*

-------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------GAMES CARD------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------*/




  article {
    
    justify-content: center;
    width: 100%;
    
    padding: 100px;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    
  }


   
   article header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 400px;
    padding: 50px;
    border-radius: 16px;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
  }
   .upper-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    
  }
 .upper-header .mini-title {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    opacity: 0.9;
  }
 .upper-header .date-since {
    display: flex;
    align-items: center;
    opacity: 0.5;
    font-size: 0.875rem;
  }
   article header .upper-header .date-since .date-value {
    display: inline-block;
    padding-bottom: 2px;
  }
   article header .upper-header .date-since svg {
    width: 20px;
    margin-left: 10px;
  }
   article header .lower-header {
    padding-top: 50px;
  }
   article header .lower-header .tags-container {
    display: flex;
    align-items: center;
    opacity: 0.75;
    margin-bottom: 12px;
  }
   article header .lower-header .tags-container > span:not(:nth-child(2))::before {
    content: ", ";
  }
   article header .lower-header .tags-container svg {
    width: 20px;
    margin-right: 10px;
  }
   article header .lower-header .tags-container span {
    font-size: 0.875rem;
  }
   article header .lower-header .title {
    margin: 20px 0;
    font-size: 3rem;
    font-weight: bold;
    opacity: 0.9;
    color: #ffffff;
  }
   article header .lower-header .subtitle {
    width: 50%;
    margin-top: 10px;
    opacity: 0.75;
    line-height: 1.75;
    color: #ffffff;
  }
 
  
  @media screen and (max-width: 1024px) {
    article {
      padding: 30px;
      margin-top: 100px;
    }
     article header .lower-header .subtitle {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
     article header .lower-header .title {
      word-break: break-all;
    }
     article .summary {
      flex-direction: column;
    }
     article .summary .summary-item:not(:last-child) {
      padding-bottom: 30px;
    }
     article .main-article .gallery {
      grid-template-areas: "img1 img1" "img1 img1" "img2 img3" "img4 img5";
    }
  }
  @media screen and (max-width: 425px) {
    article {
      padding: 25px;
      margin-top: 70px;
    }
  
     article header .upper-header .date-since {
      display: none;
    }
  }







/*

-------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------STATS GRAPH-----------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------*/



