.index2-page {
  background:
    linear-gradient(rgba(238, 251, 255, .88), rgba(238, 251, 255, .88)),
    url("../assets/img/gokturk-fon.jpg") center top / 520px auto repeat;
}

.index2-main {
  overflow: hidden;
}

.index2-hero {
  padding: 7rem 0 3rem;
}

.index2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 1.5rem;
  align-items: stretch;
}

.index2-hero-copy,
.index2-hero-panel,
.index2-info-box,
.index2-course-card,
.index2-practice-item {
  border: 1px solid rgba(3, 132, 173, .14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(7, 91, 124, .10);
}

.index2-hero-copy {
  padding: clamp(1.4rem, 4vw, 3rem);
}

.index2-kicker,
.index2-section-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: .85rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #c7f3ff;
  color: #075b7c;
  font-size: .8rem;
  font-weight: 700;
}

.index2-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #17212b;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.index2-hero p {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: #40505d;
  font-size: 1.1rem;
  line-height: 1.75;
}

.index2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.index2-actions .btn-primary {
  border-color: #0787bd;
  background: #0787bd;
}

.index2-actions .btn-outline-primary {
  border-color: #0787bd;
  color: #0787bd;
  background: rgba(255, 255, 255, .74);
}

.index2-actions .btn-outline-primary:hover,
.index2-actions .btn-outline-primary:focus {
  color: #fff;
  background: #0787bd;
}

.index2-hero-panel {
  display: grid;
  gap: .9rem;
  align-content: center;
  justify-items: center;
  padding: 1.35rem;
  background:
    linear-gradient(155deg, rgba(6, 111, 153, .94), rgba(22, 186, 219, .84)),
    url("../assets/img/gokturk-fon.jpg") center / 420px auto repeat;
  color: #fff;
}

.index2-hero-logo {
  width: min(180px, 58%);
  padding: 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
}

.index2-panel-stat {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  border-radius: .85rem;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(3px);
}

.index2-panel-stat strong {
  font-size: 1.55rem;
}

.index2-panel-stat span {
  text-align: right;
  font-weight: 700;
}

.index2-section {
  padding: 2.5rem 0;
}

.dersler-page .dersler-start {
  padding-top: 8rem;
}

.index2-page .youtube-reminder {
  width: min(760px, 100%);
  margin: 0 auto 1.5rem;
  padding: .7rem .85rem;
  border-radius: .85rem;
}

.index2-page .youtube-reminder-copy {
  gap: .35rem;
}

.index2-page .youtube-reminder strong {
  font-size: .92rem;
}

.index2-page .youtube-reminder span:not(.badge) {
  font-size: .82rem;
}

.index2-page .youtube-reminder .badge {
  font-size: .68rem;
}

.index2-page .youtube-reminder .btn {
  padding: .25rem .55rem;
  font-size: .76rem;
}

.index2-page .youtube-reminder-close {
  width: 1.65rem;
  height: 1.65rem;
}

.index2-section-soft {
  background: rgba(217, 247, 255, .52);
}

.index2-section-head {
  margin-bottom: 1rem;
}

.index2-section-head h2,
.index2-info-box h2 {
  margin: 0;
  color: #17212b;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.index2-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.index2-course-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  min-height: 210px;
  padding: 1.25rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.index2-course-card:hover,
.index2-course-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(3, 132, 173, .38);
  box-shadow: 0 22px 55px rgba(7, 91, 124, .15);
}

.index2-course-icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: #c7f3ff;
  color: #075b7c;
  font-size: 1.65rem;
}

.index2-course-card h3 {
  margin: .2rem 0 .55rem;
  color: #17212b;
  font-size: 1.15rem;
}

.index2-course-card p {
  margin: 0;
  color: #4c5b66;
  line-height: 1.65;
}

.index2-practice-list {
  display: grid;
  gap: .85rem;
}

.index2-practice-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

.index2-practice-item:hover,
.index2-practice-item:focus {
  color: inherit;
  text-decoration: none;
}

.index2-practice-number {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: .85rem;
  background: #c7f3ff;
  color: #075b7c;
  font-size: 1.35rem;
  font-weight: 800;
}

.index2-practice-item strong {
  display: block;
  color: #17212b;
}

.index2-practice-item small {
  display: block;
  margin-top: .15rem;
  color: #5d6972;
}

.index2-practice-item > i {
  color: #0787bd;
  font-size: 1.55rem;
}

.index2-practice-item.is-disabled {
  opacity: .66;
}

.index2-info-box {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.index2-info-box p {
  max-width: 920px;
  margin: 1rem 0 0;
  color: #40505d;
  line-height: 1.8;
}

html.theme-dark .index2-page {
  background:
    linear-gradient(rgba(10, 24, 36, .88), rgba(10, 24, 36, .88)),
    url("../assets/img/gokturk-fon.jpg") center top / 520px auto repeat;
}

html.theme-dark .index2-hero-copy,
html.theme-dark .index2-info-box,
html.theme-dark .index2-course-card,
html.theme-dark .index2-practice-item {
  border-color: rgba(127, 221, 242, .16);
  background: rgba(16, 35, 50, .94);
}

html.theme-dark .index2-hero h1,
html.theme-dark .index2-section-head h2,
html.theme-dark .index2-info-box h2,
html.theme-dark .index2-course-card h3,
html.theme-dark .index2-practice-item strong {
  color: #effbff;
}

html.theme-dark .index2-hero p,
html.theme-dark .index2-info-box p,
html.theme-dark .index2-course-card p,
html.theme-dark .index2-practice-item small {
  color: #c2d5de;
}

html.theme-dark .index2-section-soft {
  background: rgba(7, 45, 66, .55);
}

@media (max-width: 991.98px) {
  .index2-hero {
    padding-top: 6rem;
  }

  .index2-hero-grid,
  .index2-course-grid {
    grid-template-columns: 1fr;
  }

  .index2-hero-panel {
    grid-template-columns: repeat(3, 1fr);
  }

  .index2-hero-logo {
    grid-column: 1 / -1;
    width: 132px;
  }
}

@media (max-width: 575.98px) {
  .dersler-page .dersler-start {
    padding-top: 7.25rem;
  }

  .index2-hero {
    padding: 5.5rem 0 2rem;
  }

  .index2-actions,
  .index2-actions .btn {
    width: 100%;
  }

  .index2-hero-panel {
    grid-template-columns: 1fr;
  }

  .index2-panel-stat span {
    text-align: left;
  }

  .index2-course-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .index2-practice-item {
    grid-template-columns: auto 1fr;
  }

  .index2-practice-item > i {
    display: none;
  }
}
