.pricingSec {
  padding: 100px 0;
  min-height: calc(100vh - 352px);
}

.pricingSec h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: var(--secondary-color);
  padding-bottom: 9px;
}
.pricingSec h1 span {
  background: var(--primary-color);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.pricingContent {
  text-align: center;
  margin-top: 40px;
}
/* From Uiverse.io by faxriddin20 */
/* Genel stil */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
  margin: 10px;
}

/* Giriş stil */
.toggle-switch .toggle-input {
  display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 18px;
  background-color: #5b0be1;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: #5b0be1;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
  transform: translateX(16px);
}

/* Light tema */
.toggle-switch.light .toggle-label {
  background-color: #bebebe;
}

.toggle-switch.light .toggle-input:checked + .toggle-label {
  background-color: #9b9b9b;
}

.toggle-switch.light .toggle-input:checked + .toggle-label::before {
  transform: translateX(6px);
}

/* Dark tema */
.toggle-switch.dark .toggle-label {
  background-color: #4b4b4b;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label {
  background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
  transform: translateX(16px);
}

.toggleSec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggleSec p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28.5px;
  color: var(--text-color);
}

.offerList {
  display: flex;
  padding-bottom: 13px;
  align-items: center;
  gap: 12px;
  text-align: start;
}
.offerList p {
  font-size: 13px;
  line-height: 15.73px;
  font-weight: 400;
  color: var(--secondary-color);
}
.btnContainer {
  width: 100%;
  background: #5b0be1;
  padding: 9px 10px;
  border-radius: 6px;
}
.pricingcardContainer {
  margin-top: 15px;
  padding-bottom: 40px;
}
.plansOffer {
  text-align: start;
}
.swiper-pagination {
  display: none;
}

.pricingCard {
  padding: 53px 22px 156px 22px;
  box-shadow: 0px 4px 28.6px 0px #3763d226;
  max-width: 302px;
  background: #ffffff;
  width: 100%;
  max-height: 612px;
  border-radius: 6px;
  margin-left: 36px;
}

.pricingcardMiddle {
  padding: 15px 22px 156px 22px;
  box-shadow: 0px 4px 28.6px 0px #3763d226;
  max-width: 302px;
  background: linear-gradient(180deg, #812be3 32.09%, #4c01e0 100%);

  width: 100%;
  max-height: 612px;
  border-radius: 6px;
  margin-left: 36px;
}

.pricingcardMiddle .pricings {
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  color: #ffffff;
  padding: 17px 0px 38px 0px;
}
.pricingcardMiddle .planTilteHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.pricingcardMiddle .pricings .pricingSpan {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.pricingcardMiddle .offerList p {
  font-size: 13px;
  line-height: 15.73px;
  font-weight: 400;
  color: #ffffff;
}

.pricingcardMiddle .btnContainer {
  width: 100%;
  background: #ffffff;
  padding: 9px 10px;
  border-radius: 6px;
}

.pricingcardMiddle .btnContainer .startedBtn {
  color: #5b0be1;
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 600;
}
.startedBtn {
  color: #ffffff;
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 600;
}

.planTilteHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
}
.pricings {
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  color: var(--bg-cta);
  padding: 17px 0px 38px 0px;
}
.pricingSpan {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: var(--bg-cta);
}
.offerlistContainer {
  padding-top: 20px;
}

.swiper-container {
  overflow: hidden;
}
.pricingcardContainer .pricingCard:first-child {
  margin-left: 105px;
}

.proplanContainer {
  display: flex;
  justify-content: end;
  padding-bottom: 10px;
}
.proPlan {
  color: #ffffff;

  border-radius: 100px;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 13.31px;
  background: #6817c4;
}

@media (max-width: 768px) {
  .pricingcardContainer .pricingCard:first-child {
    margin-left: 0px;
  }
  .pricingSec h1 {
    font-weight: 600;
    font-size: 22px;
    max-width: 290px;
    margin: auto;
    line-height: 30px;
    color: var(--secondary-color);
    padding-bottom: 9px;
  }

  .pricingcardContainer .pricingcardMiddle {
    margin-right: 40px;
  }
  .pricingCard {
    margin-left: 0px;
  }
  .pricingcardContainer .pricingCard:last-child {
    margin-left: 65px;
  }
  .swiper-pagination {
    display: block;
  }
  .toggleSec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }

  .swiper-pagination-bullet {
    background-color: #3763d23d !important;
  }
  .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 8px !important;
    background-color: #5b0be1 !important;

    border-radius: 40px !important;
  }
}
