@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&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #e41f26;
  --theme-hover-color: #c51b21;
}

a {
  text-decoration: none !important;
}

.bg-light {
  font-family: "Red Hat Display", sans-serif !important;
  background-color: #fff !important;
  height: 6000px;
}

.header-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  height: 90px;
  min-height: 90px;
}

.header-contain-left {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contain-logo {
  width: 150px;
}

.header-contain-logo > a {
  width: 100%;
}

.header-contain-logo > a > img {
  width: 100%;
}

.header-contain-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
  height: 100%;
  gap: 2rem;
}

.header-contain-ticket {
  display: flex;
  height: 100%;
  width: 200px;
}

.header-contain-center {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contain-ticket > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
  transition: .25s ease-in-out;
}

.header-contain-ticket > a:hover {
  background-color: var(--theme-hover-color);
}

.header-contain-social > a > i {
  font-size: 20px;
  color: #000;
}

.services-section {
  background: #f2f2f2;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", Arial, sans-serif;
}

.services-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: -120px;
  width: 460px;
  height: 460px;
  background: rgba(255, 31, 31, 0.10);
  filter: blur(70px);
  border-radius: 50%;
  pointer-events: none;
}

.services-section::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 31, 31, 0.10);
  border-radius: 50%;
  box-shadow:
      0 0 0 40px rgba(255, 31, 31, 0.035),
      0 0 0 80px rgba(255, 31, 31, 0.025),
      0 0 0 120px rgba(255, 31, 31, 0.018);
  pointer-events: none;
}

.services-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.services-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 60px;
  align-items: center;
  margin-bottom: 45px;
}

.services-label {
  display: inline-block;
  color: var(--theme-color);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 18px;
}

.services-title-area h2 {
  margin: 0;
  color: #171923;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -2px;
}

.services-desc p {
  margin: 20px 0 0;
  color: #2f3138;
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  font-family: "Red Hat Display", sans-serif !important;
}

.services-button-area {
  display: flex;
  justify-content: flex-end;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--theme-color);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 36px;
  transition: 0.3s ease;
  white-space: nowrap;
}

.services-btn span {
  font-size: 24px;
  line-height: 1;
}

.services-btn:hover {
  background: var(--theme-hover-color);
  transform: translateY(-3px);
  color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 42px 36px 36px;
  min-height: 270px;
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--theme-color);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 16px;
  color: #171923;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.service-card p {
  margin: 0 0 22px;
  color: #5f626b;
  font-size: 15px;
  line-height: 1.55;
  max-width: 340px;
  font-family: "Red Hat Display", sans-serif !important;
}

.service-card a {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Red Hat Display", sans-serif !important;
}

.service-card a:hover {
  color: var(--theme-hover-color);
}

@media (max-width: 1100px) {
  .services-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .services-button-area {
    justify-content: flex-start;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .services-section {
    padding: 60px 16px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 34px 26px;
    min-height: auto;
  }

  .services-title-area h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .services-btn {
    width: 100%;
    justify-content: center;
  }
}

.why-choose-section {
  position: relative;
  min-height: 520px;
  padding: 90px 20px;
  overflow: hidden;
  font-family: "Poppins", Arial, sans-serif;

  /* Arka plan resmi */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-choose-overlay {
  position: absolute;
  inset: 0;
  background: #0303036e;
  backdrop-filter: blur(1px);
  z-index: 1;
}

.why-choose-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 340px;
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: center;
  gap: 70px;
}

.why-choose-card {
  background: rgba(255, 255, 255, .8);
  padding: 56px 52px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.why-choose-card span {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.why-choose-card h2 {
  margin: 0 0 24px;
  color: #080808;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -1.8px;
}

.why-choose-card p {
  margin: 0;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.55;
  font-family: "Red Hat Display", sans-serif !important;
}

.why-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.stat-item {
  padding: 30px 42px;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item h3 {
  margin: 0;
  color: #f2f2f2;
  font-size: 76px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
}

.stat-item p {
  margin: 12px 0 0;
  color: var(--theme-color);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif !important;
}

@media (max-width: 1100px) {
  .why-choose-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .why-stats {
    max-width: 100%;
  }

  .stat-item {
    padding: 25px 24px;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 16px;
  }

  .why-choose-card {
    padding: 38px 28px;
  }

  .why-choose-card h2 {
    font-size: 40px;
  }

  .why-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding: 20px 0;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .stat-item h3 {
    font-size: 54px;
  }
}

.custom-footer {
  background: #f2f2f2;
  font-family: "Poppins", Arial, sans-serif;
  color: #171923;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  padding: 60px 0 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

/* SOL MENÜ */
.footer-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-menu a {
  color: #6f6f6f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.25s ease;
}

.footer-menu a:hover {
  color: #ff2020;
}

/* ORTA LOGO */
.footer-logo {
  text-align: center;
}

.footer-logo img {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* SAĞ SOSYAL ALAN */
.footer-social-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 14px;
}

.footer-social-box p {
  margin: 0;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: #ffffff;
  color: #777;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}

.footer-social a:hover {
  color: #fff;
  background: #ff2020;
  transform: translateY(-2px);
}

/* ALT İÇERİK */
.footer-main {
  padding: 65px 0 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: flex-start;
}

.footer-col {
  text-align: center;
}

.footer-col h4 {
  margin: 0 0 22px;
  color: #1d1435;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.footer-col p {
  margin: 0;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.7;
}

.footer-red-btn {
  display: inline-block;
  background: #ff2020;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  padding: 15px 22px;
  transition: 0.25s ease;
}

.footer-red-btn:hover {
  background: #df0000;
  transform: translateY(-2px);
}

.footer-mail {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.25s ease;
}

.footer-mail:hover {
  color: #ff2020;
}

.footer-bottom {
  background: #e1e1e1;
  padding: 22px 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
}

/* Menü gizlemek için:
   footer'a hide-menu classı eklersen menü kaybolur
   <footer class="custom-footer hide-menu"> */
.custom-footer.hide-menu .footer-menu {
  display: none;
}

.custom-footer.hide-menu .footer-head {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-menu {
    justify-content: center;
  }

  .footer-social-box {
    align-items: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .custom-footer.hide-menu .footer-head {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .footer-top {
    padding: 45px 0 35px;
  }

  .footer-main {
    padding: 50px 0 60px;
  }

  .footer-menu {
    gap: 18px;
  }

  .footer-menu a {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .footer-col h4 {
    font-size: 21px;
  }

  .footer-social-box p,
  .footer-col p,
  .footer-mail {
    font-size: 14px;
  }
}