@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: #050300;
}

#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;*/
  color: #61259e;
}
.navbar-nav .nav-item a:hover {
  color: #febc11;
}

.navbar-brand img {
  width: 100px;
}
.home-page {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/1-1.jpg) no-repeat;
  background-size: cover;
  height: 80vh;
  background-position: 100% 0%;
  color: #fff;
}
.home-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  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;
  -webkit-transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0)
    translate3d(0, 0, 0);
  -moz-transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0) translate3d(0, 0, 0);
  -ms-transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0) translate3d(0, 0, 0);
}

.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%*/ 0,
    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 {
  display: inline-block;
  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: #fff;
  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;*/
  background-color: #61259e;
  color: #fff;
}
.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;
  display: flex;
  align-items: center;
}
.paketler-card .paketler-card-box .paketler-card-box-desc svg {
  width: 13%;
}
.paketler-card .paketler-card-box .paketler-card-box-desc .yellow-text {
  color: #febc11;
  font-weight: 800;
  font-size: 16px;
}
.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: center;
}

.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 .paketler-price-payment 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;
    display: flex;
    align-items: center;
    gap: 20px;
}
.tod-btn {
  /*background-color: #febc11;*/
  background-color: #61259e;
  padding: 20px 40px;
  border-radius: 50px;
  color: #fff;
  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: #fff;
  width: 15%;
}
.tod-btn:hover {
  background-color: transparent;
  border: 1px solid #61259e;
  color: #61259e;
}
.tod-btn:hover span {
  color: #61259e;
}
.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;
  width: 10%;
}

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

.accordion-body {
  color: #bebebe;
}

footer {
  padding: 20px 0;
}
.footer-logo img {
  width: 30%;
}
.footer-list {
  color: #fff;
}
.footer-list ul {
  list-style: none;
  padding-left: 0;
}
.footer-list ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-list ul li a:hover {
  color: #61259e;
}
.footer-list ul li a svg {
  width: 5%;
}

.basarili, .hata{
  display: flex;
  align-items: center;
  justify-content: center;
}
.basarili svg {
  width: 10%;
  color: #27a547;
}
.hata svg {
  width: 10%;
  color: #da3024;
}
.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;
  padding: 10px 32px 32px;
  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;
  width: 100%;
  gap: 10px;
}
.nav-paginator ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 50px;
  flex: 1;
}
.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;
}
.iletisim-bilgi ul{
  list-style: none;
}
.iletisim-bilgi ul li {
  margin-top: 30px;
  font-size: 18px;
}
.iletisim-bilgi ul li svg {
  width: 7%;
}

.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;
}
.sss-left img {
  width: 55%;
}
.paketler-card-box p .tod-logo {
  width: 20%;
}
.odeme-card {
  background-color: #fff;
  padding: 50px 0;
}
.field-container .price {
  color: #000;
  font-size: 23px;
  font-weight: 700;
}

.payment {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.payment h5 {
  margin: 0;
}
.page {
  background-color: #ebebeb;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 50px 0;
  display: flex;

  justify-content: center;
  flex-direction: column;
}
@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;
  }
  .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;
  }
  .form-container {
    max-width: 100%;
    color: #707070;
    height: 50vh;
    margin-top: 59%;
  }
  a.btn {
    margin-top: 50px;
    margin-bottom: 0;
  }
 
  .basarili svg, .hata svg {
    width: 30%;
   
  }
  .basarili, .hata {
    flex-direction: column;
    text-align: center;
    margin:30px 0;
  }
  .mobile-btn {
    background-color: #61259e;
    padding: 20px 40px;
    border-radius: 50px;
    color: #fff;
    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;
    position: relative;
    bottom: -100px;
  }
}
