/*
Theme Name: Age of Realms (Full)
Theme URI: https://ageofrealmsgame.com
Author: Kerem Çetin
Author URI: https://ageofrealmsgame.com
Description: WordPress theme built from HTML export (images + CSS enqueued).
Version: 1.0.0
Text Domain: age-of-realms-full
*/

/* === GENEL RESET === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Paytone One', sans-serif;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}

/* === SLIDER FIX === */
.slider, .hero, .main-slider, .banner {
  height: 100vh !important;
  overflow: hidden;
  position: relative;
}

.slider img, .hero img, .main-slider img, .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === STORE BUTTONS (footer app store & google play) === */
.store-buttons {
  text-align: center;
  margin: 60px 0 40px 0;
}

.store-buttons img {
  height: 60px;
  margin: 0 12px;
  transition: transform 0.25s ease-in-out;
  cursor: pointer;
}

.store-buttons img:hover {
  transform: scale(1.07);
}

/* === DOWNLOAD SECTIONS === */
.apple img,
.google img,
.link-picture img,
.link-picture-2 img {
  height: 60px;
  margin: 10px;
  transition: transform 0.25s ease-in-out;
  cursor: pointer;
}

.apple img:hover,
.google img:hover,
.link-picture img:hover,
.link-picture-2 img:hover {
  transform: scale(1.07);
}

/* === RESPONSIVE GÖRSELLER === */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* === FOOTER === */
.footer {
  text-align: center;
  padding: 60px 20px;
  background-color: #111;
  color: #fff;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer__nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease-in-out;
}

.footer__nav-link:hover {
  opacity: 0.8;
}

.text-wrapper-3 {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.7;
}

/* === RESPONSIVE AYARLAR === */
@media (max-width: 768px) {
  .store-buttons img,
  .apple img,
  .google img,
  .link-picture img,
  .link-picture-2 img {
    height: 48px;
    margin: 6px;
  }

  .footer {
    padding: 40px 15px;
  }

  .footer__nav-link {
    font-size: 14px;
  }
}
