@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", serif;
}

a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .padding-t180 {
    padding-top: 180px !important;
  }
}

.section {
  padding: 60px 0 40px;
}

.bg-gray {
  background-color: #efefef;
}

.section-heading {
  margin-bottom: 0;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 30px;
  text-align: start;
}

.section-subtitle {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-align: start;
  margin-bottom: 20px;
}

.section-btn a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #6351f6, #8a7aff);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.section-btn a:hover {
  border-radius: 5px 5px 25px 5px;
}

.section-img img {
  width: 100%;
  border-radius: 20px 20px 20px 60px;
}

.section-img-1 video {
  margin: 0 auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  /* width: 100%; */
  border-radius: 20px 20px 20px 60px;
}

.b-radious {
  border-radius: 0 0 100px 100px;
}

.section-card {
  background: #fff;
  border-radius: 20px;
  background-color: #e8e6e0;
  padding: 40px 30px;
  transition: all 0.3s;
}

.section-icon {
  margin-bottom: 60px;
}

.section-icon svg {
  max-width: 30px;
  color: #9b8eff;
}

.section-icon svg {
  max-width: 30px;
  color: #9b8eff;
}

.card-text .card-title {
  font-size: 24px;
  color: #6351f6;
  font-weight: 600;
  margin-bottom: 20px;
  a {
    color: #6351f6;
    &:hover {
      color: #7d6cff;
    }
  }
}

.card-text .card-subtitle {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.section-card .card-btn a {
  display: inline-block;
  padding: 10px 20px 10px 0;
  border-radius: 5px;
  color: #6351f6;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}

.list-text ul {
  list-style-type: disc;
  li {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
  }
}

.section-card .card-btn a::after {
  content: "\2192";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  transition: all 0.3s;
}
.section-card .card-btn a:hover {
  /* background-image: linear-gradient(90deg, #7d6cff, #6351f6); */
  &::after {
    right: -10px;
  }
}

.section-subheading .section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}

.pricing-card-1 {
  padding: 80px 40px 80px 150px;
}

.pricing-card-2 {
  padding: 80px 150px 80px 40px;
}

.pricing-head .section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-head .pricing-btn {
  margin: 30px 0;
}

.pricing-head .pricing-btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 8px;
  border: 2px solid #6351f6;
  color: #6351f6;
  transition: all 0.3s;
  &:hover {
    border-radius: 8px 8px 25px 8px;
  }
}

.pricing-head ul {
  list-style: none;
  margin-bottom: 30px;
}
.pricing-head ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  &::before {
    content: "\f00c";
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\2713";
    height: 1.625rem;
    left: -35px;
    position: absolute;
    top: 6px;
    width: 1.625rem;
  }
}

.padding-180 {
  padding: 150px 0 100px;
}

.section-btn-1 a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #6351f6;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.section-btn-1 a:hover {
  border-radius: 5px 5px 25px 5px;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0 20px;
  }
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section-btn a {
    font-size: 16px;
  }

  .b-radious {
    border-radius: 0;
  }
  .pricing-card-1,
  .pricing-card-2 {
    padding: 40px 0 40px 5px;
  }

  .pricing-head .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pricing-head ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .padding-180 {
    padding: 40px 0 20px;
  }
}

/* accordian   */

.accordian {
  max-width: 100%;
}
.accordian .contentBx {
  position: relative;
  margin: 10px 0px;
  background-color: #e8e6e0;
  /* border: 1px solid #d3cfcf; */
  border-radius: 10px;
}

.accordian .contentBx.active {
  /* background: rgba(247, 247, 251, 0.5); */
}

.accordian .contentBx .label {
  position: relative;
  padding: 25px 35px 25px 20px;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  color: #000;
  cursor: pointer;
  line-height: 22px;
  border-radius: 10px !important;
}

@media (max-width: 1118px) {
  .accordian .contentBx .label {
    padding: 20px 35px 20px 20px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  .accordian .contentBx .label {
    font-size: 16px;
    padding: 10px 30px 10px 15px;
  }
}

.accordian .contentBx.active .label {
  /* background: rgba(247, 247, 251, 0.5); */
  line-height: 22px;
}

.accordian .contentBx .label::before {
  content: "+";
  size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.accordian .contentBx.active .label::before {
  content: "-";
}

@media (max-width: 768px) {
  .accordian .contentBx .label::before {
    right: 10px;
  }
}

.accordian .contentBx .content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  border-radius: 15px;
  line-height: 31px;
  letter-spacing: -0.32px;
}

.accordian .contentBx.active .content {
  height: 100%;
  padding: 0 20px 10px;
  border-radius: 15px;
}
