/* --- --- Pricing section --- --- */

.pricing-section {
  position: relative;
  padding-top: 160px;
  background: url('../images/pricing-gradient.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.pricing-section-wrapper {
  position: relative;
  padding-bottom: 64px;
}
.title-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.pricing-title {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 62px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ffffff;
}
.pricing-inner-title {
  font-weight: 700;
}

/* -- -- Pricing Glitch -- -- */
.pricing-img-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pricing-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  width: 1078px;
  height: 247px;
  margin: 0 auto;
  background-image: url('../images/pricing.svg');
  background-size: contain;
}

.pricing-content-wrapper {
  display: flex;
  justify-content: center;
  top: 85px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
.pricing-table {
  z-index: 100;
  max-width: 1398px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  padding: 48px;
}
.hidden-box {
  width: 90px;
  height: 90px;
}
.list-container {
  display: flex;
  justify-content: start;
  align-items: center;
  /* gap: 12px; */
  margin: 36px 0;
  /* width: 305px; */
}
.pricing-text1 {
  width: 200px !important;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  width: 182px;
  line-height: 29px;
  color: #bfbfbf;
  text-align: start;
}
.pricing-text {
  margin-right: 12px;
  width: fit-content !important;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 20px;
  color: #bfbfbf;
  text-align: start;
}
.pricing-icon {
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #00ffd1;
  padding: 3px 9px;
  border-radius: 50%;
  color: #00ffd1;
}
/* -- Tooltip box -- */

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #25262e;
  color: white;
  text-align: start;
  font-family: 'Manrope';
  font-style: normal;
  line-height: 20px;
  font-weight: 400;
  width: 400px;
  padding: 24px;
  font-size: 16px;
  border-radius: 8px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 26%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #25262e transparent transparent transparent;
}
.tooltip:hover {
  border: 1px solid #02edc2;
  color: #02edc2;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* Tooltip end */

.free-trial-container {
  display: flex;
  flex-direction: column;
}
.free-trial-wrapper {
}
.free-trial-wrapper .dollor-sign {
  font-weight: 400;
  font-size: 23px;
  line-height: 44px;
}
.free-trial-wrapper .hash-sign {
  font-weight: 400;
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 100px !important;
}
.free-trial-wrapper div,
p,
h2 {
  margin: 45px 0;
}
.free-trial-wrapper div > h3 {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 44px;
  margin: 4px 0;
  color: white;
}
.free-trial-title {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #00ffd1;
  position: relative;
}
.pricing-info {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.free-trial-wrapper i {
  color: #00ffd1;
  width: 22px;
  height: 22px;
}
.free-trial-wrapper small {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.startup-container {
  background-color: #25262e;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.6), inset 2px 2px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 0px #000000;
  border-radius: 8px;
  width: 180px;
  height: 480px;
}

.free-trial-wrapper a {
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  color: #ffffff;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.pricing-btn-wrapper {
  margin: 0 auto;
  text-align: center;
}
.pricing-get-started-btn {
  position: relative;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
  color: #091314;
  background: #00ffd1;
  border-radius: 8px;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}
.get-started-btn {
  cursor: pointer !important;
  display: none;
}


@media (max-width: 1024px) {
  .mobile-pricing-table {
    height: fit-content !important;
  }
  
  .mobile-pricing-table {
    height: fit-content !important;
  }
  
  .mobile-pricing-table {
    /* align-items: center; */
    justify-content: center;
    display: flex;
  }

  .pricingSwiper .swiper-custom-controls {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 64px;
    top: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 48px;
    justify-content: center;
  }
  .mobile-pricing-table {
    padding-top: 80px;
  }
  .pricing-content-wrapper {
    display: none;
  }
  .pricing-btn-wrapper {
    top: 0px;
    position: relative;
    display: none;
  }
  .title-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .pricing-title {
    font-size: 38px;
    line-height: 40px;
    margin: 0 auto;
  }
  .pricing-img-container {
    width: 100%;
  }
  /* Pricing glitch */

  .pricing-img {
    width: 300px;
    height: 69px;
  }

  .pricing-card-container {
    display: flex;
    justify-content: center;
    background-color: #25262e;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.6), inset 2px 2px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 0px #000000;
    border-radius: 8px;
    width: 350px !important;
    padding: 20px;
    height: 500px;
  }
  .pricing-card-wrapper {
    background: transparent;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .pricing-card-wrapper .dollor-sign {
    font-weight: 400;
    font-size: 23px;
  }
  .pricing-card-wrapper .hash-sign {
    font-weight: 400;
    font-size: 23px;
    top: 70px !important;
    display: inline-block;
    position: absolute;
    /* top: 40px; */
  }
  .pricing-card-title {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #00ffd1;
    text-align: center;
    margin: 15px 5px;
  }
  .pricing-card-info {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 1px;
  }
  .card-price {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    margin: 4px 0;
    color: white;
    text-align: center;
  }
  .list-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .list-container2 {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 0px;
    margin-bottom: 20px;
  }
  .list-container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .pricing-text {
    font-size: 14px;
    line-height: 17px;
    display: inline;
  }
  .pricing-text1 {
    font-size: 14px;
    line-height: 16px;
  }
  .card-down-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #bfbfbf;
    text-align: center;
  }
  .swiper-button-prev {
  }
  /* .swiper-button-prev:after {
      padding: 8px 8px;
      text-align: center;
      margin: 0 auto;
      border: 1px solid white;
      border-radius: 50%;
      left: -7px;
      font-size: 10px;
      height: 10px;
      width: 10px;
    } */
  /* .swiper-button-next:after {
      padding: 8px 8px;
      text-align: center;
      margin: 0 auto;
      border: 1px solid white;
      border-radius: 50%;
      position: absolute;
      left: 6px;
      font-size: 10px;
      height: 10px;
      width: 10px;
    } */
  .tooltip .tooltiptext {
    width: 270px;
    padding: 10px;
    font-size: 12px;
    bottom: 120%;
    left: 50%;
    margin-left: -200px;
  }
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 70%;
    margin-left: -5px;
  }
  .contact-btn-container {
    display: flex;
    justify-content: center;
  }
  .pricing-contact-btn {
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 10px 16px;
    color: #ffffff;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .pricing-contact-btn a {
    color: #ffffff;
  }

  .get-started-btn-wrapper {
    margin: 0 auto;
  }
  .get-started-btn {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #091314;
    background: #00ffd1;
    border-radius: 8px;
    padding: 14px 20px;
    border: none;
    width: 172px;
    height: 58px;
    cursor: pointer !important;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1025px) {
  .mobile-pricing-table {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-title {
    font-size: 39px;
    line-height: 46px;
  }
  .pricing-img {
    width: 500px;
    height: 114px;
  }
  .pricing-content-wrapper {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .free-trial-wrapper .hash-sign {
    font-weight: 400;
    font-size: 23px;
    display: inline-block;
    position: absolute;
    top: 65px !important;
  }

  .pricing-img {
    width: 600px;
    height: 138px;
  }
  .pricing-table {
    width: 100%;
    padding: 10px;
  }

  .pricing-info a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .free-trial-container {
    max-width: 150px;
  }
  .free-trial-wrapper {
    max-width: 140px;
  }
  .list-column {
    max-width: 180px;
  }
  .startup-container {
    max-width: 140px;
  }

  .pricing-btn-wrapper {
    position: relative;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .mobile-pricing-table {
    padding-top: 0px;
  }
}
