h2 {
    font-size: 30px;
}

.heading-gradient {
  background: linear-gradient(90deg, #352f75, #7b37a9, #39a6dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-left-container .square-box {
  display: flex;
  gap: 10px;
}

.hero-banner {
  padding: 120px 0px;
  background-image: url(../assets/images/background_hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  /* border: 2px solid red; */
}

.pricing-section {
  /* border: 1px solid blue; */
  width: 100%;
  height: auto;
  padding: 150px 30px 0px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pricing-container {
  max-width: 1500px;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
  /* padding: 20px; */
}

.pricing-left-container {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-right-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subsection-title {
  color: #352f75;
  font-weight: bold;
  font-size: 18px;
}

.subsection-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.subsection-list-item {
  align-items: start;
}
.pricing-cards-container {
  width: 100%;
  max-width: 1500px;
  height: auto;
  /* border: 2px solid red; */

  display: flex;
  flex-direction: row;
  gap: 30px;
}

.pricing-card hr {
  margin: 0;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  height: auto;
  /* border: 1px solid green; */
  background: rgb(231, 231, 231);
  border: 1px solid #6156dd;
  padding: 40px;
  border-radius: 20px;
}

/* .pricing-card:nth-child(1) .pricing-shape {
  position: absolute;
  bottom: -1px;
  right: 100px;
  height: 32px;
}
.pricing-card:nth-child(2) .pricing-shape {
  position: absolute;
  bottom: -1px;
  right: 100px;
  height: 32px;
}
.pricing-card:nth-child(3) .pricing-shape {
  position: absolute;
  bottom: -1px;
  right: 100px;
  height: 32px;
} */

/* .pricing-cards-container:nth-child(2)
  .pricing-card:nth-child(1)
  .pricing-shape {
  right: 86px;
}
.pricing-cards-container:nth-child(2)
  .pricing-card:nth-child(2)
  .pricing-shape {
  right: 86px;
}
.pricing-cards-container:nth-child(2)
  .pricing-card:nth-child(3)
  .pricing-shape {
  right: 86px;
} */

img.pricing-shape {
  bottom: -1px;
  position: absolute;
  width: 60%;
  left: 20%;
}
.pricing-cards-container:nth-child(2) img.pricing-shape {
  bottom: -1px;
  width: 60%;
  left: 20%;
}

.pricing-card button {
  margin-top: 40px;
}

@media (max-width: 1540px) {
  /* .pricing-cards-container {
    padding: 20px;
  } */
  .pricing-section .pricing-container .pricing-cards-container {
    padding: 0;
  }
  .pricing-left-container:nth-child(2) img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  /* .pricing-container {
    flex-direction: column;
    padding: 0px 20px 20px 20px;
  } */
  .pricing-container .pricing-left-container,
  .pricing-container .pricing-right-container {
    width: 100%;
  }

  /* .pricing-cards-container {
    flex-direction: column;
    padding: 20px;
  } */

  /* .pricing-section {
    padding: 50px 0px 0px 0px;
  } */

  /* .pricing-card:nth-child(1) .pricing-shape {
    position: absolute;
    bottom: -1px;
    right: 62px;
    height: 22px;
  }
  .pricing-card:nth-child(2) .pricing-shape {
    position: absolute;
    bottom: -1px;
    right: 62px;
    height: 22px;
  }
  .pricing-card:nth-child(3) .pricing-shape {
    position: absolute;
    bottom: -1px;
    right: 62px;
    height: 22px;
  }

  .pricing-cards-container:nth-child(2)
    .pricing-card:nth-child(1)
    .pricing-shape {
    right: 56px;
  }
  .pricing-cards-container:nth-child(2)
    .pricing-card:nth-child(2)
    .pricing-shape {
    right: 56px;
  }
  .pricing-cards-container:nth-child(2)
    .pricing-card:nth-child(3)
    .pricing-shape {
    right: 56px;
  } */
}

/* ---------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .pricing-section {
    padding: 50px 30px 0px 30px;
  }
}

@media (max-width: 972px) {
  .pricing-container {
    flex-direction: column;
  }
  
  /* .pricing-cards-container:nth-child(2) img.pricing-shape {
    bottom: -1.5px;
    position: absolute;
    width: 30%;
    left: 30%;
  } */
  .pricing-cards-container:nth-child(2) {
    flex-direction: column;
  }
  .pricing-cards-container:nth-child(2) img.pricing-shape {
    bottom: -1.5px;
    position: absolute;
    width: 40%;
    left: 27%;
  }
}

@media (max-width: 900px) {
  .pricing-cards-container {
    flex-direction: column;
  }
  img.pricing-shape {
    bottom: -1.5px;
    position: absolute;
    width: 40%;
    left: 27%;
  }
}

@media (max-width: 800px) {
  .pricing-left-container,
  .pricing-right-container {
    gap: 10px;
  }

  .pricing-info-text {
    text-align: left !important;
  }
}
@media (max-width: 600px) {
  .last-section {
    padding: 50px 20px 30px 20px !important;
  }
}

@media (max-width: 460px) {
  .pricing-section {
    padding: 50px 20px 0px 20px;
  }
  .pricing-card .pricing-shape {
    position: absolute;
    width: 50%;
    /* right: 50%; */
    left: 25%;
    bottom: -1px;
  }

  .hero-contact h1 {
    padding: 0px 20px;
  }
}
