* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  /* overflow: hidden */
}



@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


.container {
  font-family: "Poppins", sans-serif;
  background: #121212;
  width: 100%;
  margin: 0 auto;
}

.why-choose-us {
  text-align: center;
  padding-top: 20px;
}

.white {
  color: #ffffff;
}

.red {
  color: #ff0000;
}

.section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px;
}

.feature-card h3,
p {
  color: #ffffff;
}

.feature-card h3 {
  margin-bottom: 20px;
}

.feature-card h4 {
  color: #ff0000;
  padding-bottom: 10px;
}

.feature-card {
  border: 1px solid red;
  padding: 20px;
}

.experience-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  /* 300px çox idi */
  padding: 60px 6vw;
  /* nisbətən */
  background-image: url("/Project-2/images/fitnes-club.jpg");
  background-color: #202020;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}

.title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: clamp(28px, 4vw, 48px);
}

.text-red {
  color: red;
}

.experience-text {
  flex: 1 1 50%;
  max-width: 640px;
  padding: 20px;
}

.btn-about {
  border: 1px solid red;
  background: transparent;
  color: red;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 20px;
}

.experience-image {
  flex: 1;
  position: relative;
  min-height: 400px;
  padding-left: 200px;
}

.gym {
  width: 100%;
  height: auto;
  display: block;
}

.experience-text .title {
  color: #ffffff;
  margin-bottom: 30px;
}

.experience-text p {
  margin-bottom: 20px;
}

.image-box {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.image-box img {
  display: block;
  position: relative;
  z-index: 1;
}

.image-box::before,
.image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid;
  pointer-events: none;
  z-index: 0;
}

.image-box::before {
  border-color: red;
  transform: translate(-60px, -50px);
  width: calc(100% + 32px);
  height: calc(100% + 32px);
}

.image-box::after {
  border-color: #cccccc;
  transform: translate(50px, 50px);
  opacity: 0.9;
}


.image-box {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.image-box img {
  position: relative;
  z-index: 1;
  display: block;
}

@media (max-width: 1200px) {
  .features-grid {
    margin: 40px;
  }

  .experience-section {
    padding: 56px 5vw;
  }

  .experience-image {
    padding-left: 140px;
  }

  .image-box::before {
    transform: translate(-44px, -36px);
  }

  .image-box::after {
    transform: translate(38px, 38px);
  }
}

/* --- Tablets (≤ 992px) --- */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: 1fr;
    margin: 32px 24px;
    gap: 16px;
  }

  .experience-section {
    flex-direction: column;
    text-align: center;
    gap: 28px;
    padding: 48px 5vw;
  }

  .experience-text {
    max-width: 720px;
    margin: 0 auto;
  }

  .experience-image {
    padding-left: 0;
    min-height: auto;
  }

  .image-box::before {
    transform: translate(-32px, -26px);
  }

  .image-box::after {
    transform: translate(28px, 28px);
  }
}

/* --- Phones phablet (≤ 768px) --- */
@media (max-width: 768px) {
  .experience-section {
    padding: 40px 4vw;
  }

  .features-grid {
    margin: 24px 16px;
  }

  .feature-card {
    padding: 16px;
  }

  .btn-about {
    padding: 12px 20px;
  }

  .title {
    font-size: clamp(24px, 5.2vw, 34px);
  }

  .image-box::before {
    transform: translate(-24px, -20px);
  }

  .image-box::after {
    transform: translate(20px, 20px);
  }
}

/* --- Small phones (≤ 576px) --- */
@media (max-width: 576px) {
  .experience-section {
    padding: 32px 16px;
  }

  .features-grid {
    margin: 20px 12px;
    gap: 14px;
  }

  .btn-about {
    width: 100%;
    padding: 12px 18px;
  }

  .image-box::before {
    transform: translate(-16px, -14px);
  }

  .image-box::after {
    transform: translate(14px, 14px);
  }
}

/* tural */


.navbar {
  width: 100%;
  height: 100px;
  padding: 50px;
  /* background-color: black; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.irongymText {
  display: flex;
  font-size: 48px;
  font-weight: 600;
}

.ironText {
  color: white;
}

.gymText {
  color: red;
}

.navbarMenuIcon {
  display: none;
}

.redText {
  color: red;
}

.navbarItems {
  display: flex;
  gap: 20px;
  font-size: 20px;
  color: white;
  align-items: center;
}

.btn-started-now {
  padding: 10px;
  background-color: red;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbarMenuIcon ion-icon {
  font-size: 48px;
  color: red;
}

.navbarItemsMobile {
  display: none;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.875);
  position: absolute;
  top: 100px;
  right: 50px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  z-index: 999;
}

.navbarItemsMobile p {
  width: 100%;
  color: white;
}

.navbarItemsMobile .redText {
  color: red;
}


.navbarItemsMobile .btn-started-now {
  padding:0 10px;
  border-radius: 10px;
  height: 30px;
  margin: 10px 0;


}

@media (max-width:1000px) {
  .navbarMenuIcon {
    display: flex;
  }

  .navbarItems {
    display: none;
  }



  .navbarItemsMobile {
    display: none;
  }
}

.bgimg {
  height: 1000px;
  background: url('../img/Başlıqsız\ dizayn.png') center/cover no-repeat;

}

.hero {
  position: relative;
  display: flex;
  height: calc(100% - 100px);
  align-items: center;
  padding: 0 8%;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: white;
}

.content h1 span {
  color: #e21818;
}

.content p {
  margin: 20px 0;
  font-size: 1rem;
  color: #ccc;
  max-width: 500px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 28px;
  background: transparent;
  border: 2px solid #e21818;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #e21818;
}

.stats {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.stat h2 {
  color: #e21818;
  font-size: 2rem;
  margin-bottom: 5px;
}

.stat p {
  color: #ddd;
  font-size: 0.9rem;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .content h1 {
    font-size: 3rem;
  }

  .stats {
    gap: 30px;
  }

  .bgimg {
    background: url('../img/Başlıqsız\ dizayn\ \(2\).png');
  }

  .bgimg {
    height: 800px;
    object-fit: contain;
  }
}

@media (max-width: 600px) {
  .irongymText {
    font-size: 32px;
    /* əsas başlıq üçün maksimum ölçü */
  }

  .navbarItems,
  .navbarItemsMobile {
    font-size: 18px;
  }

  .btn-started-now {
    padding: 10px;
    font-size: 16px;
  }

  .navbarMenuIcon ion-icon {
    font-size: 28px;
  }

  .content h1 {
    font-size: 24px;
  }

  .content p {
    font-size: 16px;
  }

  .btn {
    padding: 10px 22px;
    font-size: 16px;
  }


  .stat p {
    font-size: 16px;
  }


  .bgimg {
    height: 600px;
  }
}


/* Aygun */

:root {
  --bg-1: #0f1720;
  --bg-2: #1b2430;
  --accent: #e94b3c;
  --muted: #9aa3aa;
  --gold: #f6c646;
  --card-gap: 28px;
  --maxw: 1200px;
  --radius: 6px;
  --text: #ececec;
}

.q-bigText {
  text-align: center;
  padding: 56px 20px 30px;
  background-color: #121212;
}

.q-hero__title {
  font-size: 46px;
  letter-spacing: 4px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
}

.q-hero__title span {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  font-size: 64px;
  letter-spacing: 6px;
}

.q-hero__subtitle {
  color: var(--muted);
  max-width: 780px;
  margin: 12px auto 0;
  font-size: 14px;
}

.q-container {
  background-color: #121212;
  padding: 40px 20px;
}

.q-trainers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.q-trainer-card {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
  border: 2px solid rgba(233, 75, 60, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  flex: 1 1 calc(33.333% - 30px);
  /* 3 kart yan-yana */
  max-width: 380px;
  min-width: 260px;
  height: 450px;
}

.q-trainer-card:hover {
  transform: translateY(-8px);
}

.q-trainer-card__media {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.q-trainer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.q-card__info {
  padding: 12px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.2), rgba(5, 5, 5, 0.9));
  text-align: center;
}

.q-trainer-card_name {
  margin: 0 0 6px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

.q-trainer-card_role {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
}

.q-stars,
.q-starsa {
  color: gold;
  font-size: 22px;
  margin-top: 8px;
}

.q-dots,
.q-dotsa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 30px;
  background-color: #121212;
  padding: 10px;
}

.q-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: inline-block;
}

.q-dot.active {
  background-color: var(--accent);
  box-shadow: 0 0 6px rgba(233, 75, 60, 0.6);
}

.q-clients {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(50, 50, 50, 0.2));
  padding: 70px 20px;
  text-align: center;
  color: white;
  background-image: url("../img/Image (2).png");
  background-repeat: no-repeat;
  background-color: #202020;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  font-size: xx-large;
}

.q-clients span {
  color: var(--accent);
}

.q-clients h2 {
  padding-bottom: 50px;
}

.q-textC {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #ccc;
  line-height: 1.6;
}

.q-lazar {
  width: 70px;
  height: 80px;
  border: solid 1px red;
  margin: 20px auto;
  display: block;
}

.q-clients h4 {
  margin-top: 40px;
  color: #fff;
}

/* ======= RESPONSIVE DESIGN ======= */
@media (max-width: 1024px) {
  .q-trainer-card {
    flex: 1 1 calc(45% - 20px);
    /* 2 kart yan-yana */
    height: 420px;
  }
}

@media (max-width: 678px) {
  .q-hero__title {
    font-size: 28px;
  }

  .q-hero__title span {
    font-size: 34px;
  }

  .q-trainers {
    flex-direction: column;
    align-items: center;
  }

  .q-trainer-card {
    flex: 1 1 100%;
    width: 90%;
    max-width: 400px;
    height: 380px;
  }

  .q-trainer-card__media {
    height: 250px;
  }
}