/* GLOBAL STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;
  }
  
  html, body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
  }
  
  #main {
    position: relative;
    overflow: hidden;
  }
  
  /* ---------- PAGE 1: GOD OF WAR ---------- */
  #page {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-image: url('https://cdna.artstation.com/p/assets/images/images/065/713/722/4k/greggory-fisher-image-03.jpg?1691035690');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #page > img {
    position: absolute;
    margin-top: 20%;
    height: 100%;
    width: 50%;
    object-fit: cover;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  
  #page > h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2C3E50; /* Dark Blue for gritty, Norse feel */
    font-size: 350px;
  }
  
  #page > h4 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin-top: 20px;
  }
  
  #nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7%;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  
  #nav > img {
    width: 3%;
  }
  
  #center-nav {
    display: flex;
    align-items: center;
    gap: 75px;
  }
  
  #center-nav > a, #nav > a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  
  /* ---------- PAGE 2: BLACK MYTH ---------- */
  #page1 {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('https://shopretrograde.com/cdn/shop/files/black-myth-wukong-pcvideo-gameretrograde-156209.jpg?v=1733631384&width=1946');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
  }
  
  #page1 > img {
    position: absolute;
    margin-top: 20%;
    height: 80%;
    width: 40%;
    object-fit: cover;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  
  #page1 > h1 {
    position: relative;
    font-size: 200px;
    padding: 10px 20px;
    color: #F39C12; /* Golden Yellow for divine essence */
    white-space: nowrap;
  }
  
  #page1 > h4 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin-top: -30px;
  }
  
  #nav1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 20px;
    z-index: 10;
  }
  
  #nav1 > img {
    width: 10%;
  }
  
  #center-nav1 {
    display: flex;
    align-items: center;
    gap: 75px;
  }
  
  #center-nav1 > a, #nav1 > a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  
  /* ---------- PAGE 3: MORTAL KOMBAT ---------- */
  #page2 {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('https://w0.peakpx.com/wallpaper/431/787/HD-wallpaper-scorpion-mk1-mortal-kombat-1-mortal-kombat-games-2023-games-ps5-games-xbox-one-games-artstation.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
  }
  
  #page2 > img {
    position: absolute;
    margin-top: 20%;
    height: 80%;
    width: 40%;
    object-fit: cover;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  
  #page2 > h1 {
    position: relative;
    font-size: 230px;
    padding: 10px 20px;
    color: #E74C3C; 
    white-space: nowrap;
  }
  
  #page2 > h4 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin-top: -30px;
  }
  
  #nav2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 20px;
    z-index: 10;
  }
  
  #nav2 > img {
    width: 5%;
    padding: 0.5px;
  }
  
  #center-nav2 {
    display: flex;
    align-items: center;
    gap: 75px;
  }
  
  #center-nav2 > a, #nav2 > a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  
  /* ---------- PAGE 3: FOOTER ---------- */
  #page3 {
    height: 50vh;
    width: 100vw;
    background-color: rgb(52, 49, 9);
    position: relative;
  }
  
  #footer {
    color: #aaa;
    padding: 40px 20px;
    font-size: 14px;
    text-align: center;
  }
  
  #footer-top {
    margin-bottom: 30px;
  }
  
  #logo {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #96FFCA;
    background-color: #0F34B4;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 20px auto;
  }
  
  #footer-summary {
    max-width: 600px;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
  }
  
  #footer-contact {
    margin: 20px 0;
    color: #bbb;
    font-size: 15px;
  }
  
  #footer-socials {
    margin-top: 20px;
  }
  
  #footer-socials a {
    margin: 0 10px;
    display: inline-block;
  }
  
  #footer-socials img {
    width: 30px;
    transition: transform 0.3s;
  }
  
  #footer-socials img:hover {
    transform: scale(1.2);
  }
  
  #footer-links {
    margin-top: 10px;
  }
  
  #footer-links a {
    color: #aaa;
    text-decoration: none;
    margin: 0 8px;
    font-weight: 500;
  }
  
  #footer-links a:hover {
    color: #ffffff;
  }
  a:hover{
   
    transform: scale(1.2);
  }
  