@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700;800&display=swap");

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Lexend Deca", sans-serif;
  overflow-x: hidden;
  background-color: #200b3b;
}

#wrapper {
  flex: 1;
}

.grids {
  display: grid;
}
.bg-light {
  background-color: #f9f9f9;
}
.navbar {
  position: relative;
  z-index: 10;
  background: transparent !important;
}
header {
  left: 0;
  top: 0;
  width: 100%;
}

.navbar-nav .nav-item a {
  color: #fff;
}
.navbar-nav .nav-item a:hover {
  color: #ff0000;
}

.navbar-brand img {
  width: 100px;
}
.home-page {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/images-3.png) no-repeat;
  background-size: contain;
  height: 100vh;
  background-position: 100% 100%;
  color: #fff;
}
.home-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 125px;
  width: 100%;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.detail-hero__overlay::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -25%;
  background: rgba(254, 188, 17, 0.4);
  mix-blend-mode: lighten;
  filter: blur(234px);
  transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0) translate3d(0, 0, 0);
  width: 50%;
  height: 75%;
  z-index: 6;
}

.detail-hero__overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 49.64%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 3;
}

.s-packet {
  position: relative;
  z-index: 99;
  color: white;
  letter-spacing: -0.02em;
}
.s-packet__left h1 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
}
.s-packet__left p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
.s-packet__left ul {
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.s-packet__left ul li {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
}
.s-packet__left ul li::before {
  content: "";
  width: 13px;
  height: 9px;
  background-image: url(../images/list-check-yellow.svg);
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.s-packet__note::after {
  content: url(../images/liner-2.svg);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}

.content-wrapper {
  position: relative;
  padding: 80px 0;
}

.content-wrapper .paketler h2 {
  position: relative;
  color: #febc11;
  text-align: center;
  font-weight: 700;
}
.content-wrapper .paketler h2::after {
  position: absolute;
  content: url(../images/liner-3.svg);
  bottom: -45%;
  left: 38%;
}
.content-wrapper .paketler {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding-top: 20px;
}
.paketler-card .paketler-card-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0;
  background-color: #1f1d17;
  color: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  margin: 0 10px;
}
.paketler-card .paketler-card-box.one::before {
  position: absolute;
  content: "AVANTAJLI PAKET";
  top: 0;
  height: 55px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-100%);
  margin-top: 20px;
  z-index: -1;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #febc11;
  color: #1f1d17;
}
.paketler-card .paketler-card-box .paketler-card-box-title {
  font-size: 21px;
  font-weight: 700;
}
.paketler-card .paketler-card-box .paketler-card-box-desc {
  font-size: 12px;
  font-weight: 400;
  color: #c2c2c2;
  margin-bottom: 26px;
}
.paketler-images ul {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.paketler-images ul li img {
  width: 85px;
  height: 50px;
  object-fit: contain;
}
p.display-desc {
  font-size: 12px;
  font-weight: 400;
  color: #c2c2c2;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
p.display-desc img {
  width: 3%;
}
.paketler-price {
  position: relative;
  display: flex;
  justify-content: space-between;
}
p.yellow-text {
  font-size: 14px;
  color: #febc11;
}
.paketler-price .small-price {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
}
.paketler-price .small-price.under::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  border: 1px solid #fff;
  top: 50%;
}
.paketler-price .small-price span {
  font-size: 11px;
  background-color: #0071f9;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
.paketler-price-montly {
  font-size: 14px;
  font-weight: 400;
  color: #a5a5a5;
}
.paketler-price-payment {
  font-size: 24px;
  font-weight: 700;
}
.tod-btn {
  background-color: #febc11;
  padding: 20px 40px;
  border-radius: 50px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid transparent;
  transition: 0.33s;
  width: 70%;
  margin: 0 auto;
}

.tod-btn span {
  color: #000;
  width: 5%;
}
.tod-btn:hover {
  background-color: transparent;
  border: 1px solid #febc11;
  color: #febc11;
}
.tod-btn:hover span {
  color: #febc11;
}
.paketler-info {
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-style: solid;
  border-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  margin-top: 32px;
}
.paketler-info ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paketler-info ul li {
  margin-bottom: 10px;
  color: #c2c2c2;
}
.paketler-info ul li span {
  color: #febc11;
  margin-right: 5px;
}

.content-wrapper::after {
  content: "";
  position: absolute;
  width: 40.375rem;
  height: 50.5rem;
  left: 15%;
  background: rgba(38, 37, 119, 0.72);
  mix-blend-mode: lighten;
  -webkit-filter: blur(234px);
  filter: blur(234px);
  -webkit-transform: rotate(-45deg) translateY(-75%) translate3d(0, 0, 0);
  transform: rotate(-45deg) translateY(-75%) translate3d(0, 0, 0);
}
.feature {
  padding: 80px 0;
}
.feature::before {
  content: "";
  position: absolute;
  width: 40.375rem;
  height: 50.5rem;
  right: -25%;
  background: rgba(254, 188, 17, 0.36);
  mix-blend-mode: lighten;
  filter: blur(234px);
  -webkit-transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0)
    translate3d(0, 0, 0);
  transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0) translate3d(0, 0, 0);
  -webkit-filter: blur(234px);
  color: #fff;
}
.feature h3 {
  position: relative;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.feature h3 strong {
  color: #febc11;
}
.feature h3::after {
  position: absolute;
  content: url(../images/feature-line.svg);
  bottom: -186%;
  left: 32%;
}
.feature p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.row.mt-5 {
  padding: 80px 0;
}
.feature-icon {
  text-align: center;
}
.feature-icon .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-icon .feature-icon-box h6 {
  margin: 35px 0 25px 0;
  font-size: 20px;
  color: #fff;
  line-height: 180%;
  text-align: center;
}
.feature-icon .feature-icon-box hr {
  height: 1px;
  background-image: linear-gradient(
    89.99deg,
    #febc11 0%,
    #febc11 54.28%,
    #febc11 101.18%
  );
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  display: block;
  margin-bottom: 30px;
}
section.sss {
  padding: 80px 0;
}
.accordion-item {
  background: transparent;
  border: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
}
button.accordion-button,
button.accordion-button.collapsed,
.accordion-button:not(.collapsed),
.accordion-button:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.accordion-header img {
  margin-right: 10px;
}

.accordion-header button,
.accordion-button:not(.collapsed) {
  color: #fff;
}

.accordion-body {
  color: #bebebe;
}

footer {
  padding: 20px 0;
}

.login-page {
  position: relative;
  padding: 50px 0;
}
.login-page h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.4px;
  color: #756f6b;
  text-align: center;
  margin-bottom: 20px;
}
.card {
  border: 0;
  border-radius: 16px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 82px;
}
.form-group label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #756f6b;
  margin: 10px 0 10px 0;
}
.form-group input {
  min-height: 50px;
}
.btn-primary {
  color: #fff;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  border: 1px solid transparent;
  letter-spacing: -0.1px;
  font-weight: 700;
  border-radius: 1rem;
  min-height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
}
.form-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #756f6b;
  font-size: 12px;
  text-align: center;
}
.nav-paginator {
  display: flex;
  justify-content: center;
}

.nav-paginator ul {
  display: flex;
  align-items: center;
  background-color: #fff;
  list-style: none;
  padding: 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  justify-content: center;
  margin-bottom: 50px;
  max-width: 720px;
  width: 100%;
  gap: 10px;
}
.nav-paginator ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 50px;
}
.nav-paginator ul li span {
  display: flex;
  align-items: center;
  background-color: #0071f9;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 32px;
  height: 32px;
  justify-content: center;
  margin-right: 10px;
}

.nav-paginator ul li span svg {
  width: 50%;
}
.nav-paginator ul li.active {
  color: #0071f9;
  background-color: #e5f1fe;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .paketler h2::after {
    position: relative;
    left: 0;
  }
  .feature h3::after,
  .feature::before,
  .content-wrapper::after,
  .detail-hero__overlay:after,
  .detail-hero__overlay::before {
    display: none;
  }
  .home-page {
    background-position: 0;
    background-size: cover;
  }
  .detail-hero__overlay::before {
    right: 0;
  }
  section.sss {
    padding: 0;
  }
  .navbar-toggler {
    display: none;
  }
  .nav-paginator ul li {
    margin-right: 0;
    font-size: 12px;
  }
  .nav-paginator ul li span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .home-page::after {
    height: 100vh;
  }
}

.bein-connect-logo {
  display: flex;
  justify-content: flex-end;
}

.page-header-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
}

.logo-left .digiturk-logo {
  font-size: 32px;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 5px;
}

.logo-left .bein-media {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.bein-connect-logo img {
  width: 50%;
 
  object-fit: contain;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

/* Package Cards */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
}

.package-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.package-card:hover {
  border-color: #7b2cbf;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(123, 44, 191, 0.2);
}

.package-card.selected {
  border-color: #7b2cbf;
  background: #f0e6ff;
}

.package-card-wide {
  grid-column: 1 / -1;
}

.package-logo {
  margin-bottom: 15px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-logo {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
.team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*
.besiktas-logo {
  background: linear-gradient(135deg, #000 50%, #fff 50%);
  color: #000;
}

.fenerbahce-logo {
  background: linear-gradient(135deg, #ffd700 50%, #0033a0 50%);
}

.galatasaray-logo {
  background: linear-gradient(135deg, #ff0000 50%, #ffd700 50%);
}

.trabzonspor-logo {
  background: linear-gradient(135deg, #0066cc 50%, #8b0000 50%);
}

.superlig-logo {
  background: linear-gradient(135deg, #ff0000 50%, #000 50%);
  font-size: 32px;
}

.logo-text {
  font-size: 24px;
  font-weight: 800;
}

.logo-year {
  font-size: 10px;
  margin-top: -5px;
}

.stars {
  position: absolute;
  top: -10px;
  font-size: 12px;
  color: #ffd700;
}*/

.logo-star {
  font-size: 20px;
  color: #ffd700;
  margin-top: -5px;
}

.package-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.package-price {
  font-size: 28px;
  font-weight: 700;
  color: #7b2cbf;
}

.step-actions {
  text-align: center;
  margin-top: 40px;
}

.btn-continue {
  background: #7b2cbf;
  color: #fff;
  border: none;
  padding: 15px 60px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-continue:hover:not(:disabled) {
  background: #5a1f8f;
  transform: translateY(-2px);
}

.btn-continue:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Payment Options */
.payment-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.payment-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.payment-card:hover {
  border-color: #7b2cbf;
}

.payment-card.selected {
  border-color: #7b2cbf;
  background: #f0e6ff;
}

.payment-card-featured {
  border-color: #7b2cbf;
  background: #f0e6ff;
}

.payment-discount {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #7b2cbf;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

.payment-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.payment-price {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.payment-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-payment {
  width: 100%;
  background: #7b2cbf;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-payment:hover {
  background: #5a1f8f;
}

.btn-back {
  background: #7b2cbf;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-back:hover {
  background: #5a1f8f;
}

/* Application Form */
.form-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.package-info-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
}

.package-info-title {
  font-size: 18px;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 15px;
}

.package-info-desc {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.6;
}

.payment-info {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

.payment-warning {
  color: #d32f2f;
  font-weight: 600;
  margin-top: 10px;
}

.pricing-summary {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}

.price-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-item span:first-child {
  font-size: 14px;
  color: #666;
}

.price-item span:last-child {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.application-form {
  margin-top: 30px;
}

.application-form .form-group {
  margin-bottom: 20px;
}

.application-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.application-form .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.application-form .form-control:focus {
  outline: none;
  border-color: #7b2cbf;
}

.form-consent {
  font-size: 12px;
  color: #666;
  margin: 30px 0;
  text-align: center;
  line-height: 1.5;
}

.form-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.btn-submit {
  background: #333;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: #000;
}

/* Stepper Updates */
.nav-paginator ul li.completed {
  color: #4caf50;
}

.nav-paginator ul li.completed span {
  background: #4caf50;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-header-logos {
   /* flex-direction: column;*/
    gap: 20px;
    text-align: center;
  }
  /*
  .packages-grid {
    grid-template-columns: 1fr;
  }*/
  
  .payment-options {
    grid-template-columns: 1fr;
  }
  
  .form-container {
    padding: 20px;
  }
  
  .pricing-summary {
    flex-direction: column;
    gap: 15px;
  }
  
  .form-actions {
    flex-direction: column;
  }
  
  .btn-back, .btn-submit {
    width: 100%;
  }
}
