:root {
  --main-color: #0047ff;
  --min-w-item: 120px;
  --w-tittle: 16%;
}
/* --------------- Pricing --------------- */


.pricing-ds {
  padding-top: 50px;
  margin-top: 80px;
  border-top-left-radius: 10px;
  z-index: 0;
  position: relative;
  /* background:url("../imgs/bg-main.jpg"); */
  /* background: var(--bg-color); */
  background-size: cover;

  border-radius: 20px;
}
/* .pricing-ds::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--theme-color) 50%, transparent);
  background-image: -o-linear-gradient(bottom, var(--theme-color) 50%, transparent);
  background-image: linear-gradient(to bottom, var(--theme-color) 50%, transparent);
  opacity: .98;
} */
.pricing-ds {
  color: white;
  font-family: "Inter", serif;
}
.pricing-ds h2 {
  font-weight: 600;
}
.pricing-ds p {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.sec-head h2 span {
  color: var(--main-color);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.pricing-ds .bg-gray {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-ds .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 50px;
}
.pricing-ds .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}
.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label {
  background-color: transparent;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}
.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label small {
  color: #000;
  background: #fff;
  padding: 1px 5px;
  font-size: 10px;
}
.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}
.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
  background-color: var(--main-color);
}

.pricing-ds .content {
  min-width: 800px;
  margin-top: 50px;
}
.pricing-ds .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.pricing-ds .content .price-head .price-headTitle {
  width: var(--w-tittle);
  flex-shrink: 0;
}
.pricing-ds .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  min-width: var(--min-w-item);
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pricing-ds .content .price-head .price-headItem .label {
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: 5;
  width: 160px;
}
.pricing-ds .content .price-head .price-headItem h6 {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.6;
}
.pricing-ds .content .price-head .price-headItem h2 {
  font-size: 40px;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.pricing-ds .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}
.pricing-ds .content .price-head .price-headItem p {
  font-size: 13px;
  color: #bbb;
  line-height: 1.5;
}
.pricing-ds .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.pricing-ds .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}
.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
  width: var(--w-tittle);
  flex-shrink: 0;
  padding: 15px 0;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
}
.pricing-ds .content .price-body .price-bodyItems .price-item {
  width: 22%;
  min-width: var(--min-w-item);
  padding: 15px 0;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.pricing-ds .content .price-body .price-bodyItems .price-item i {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #2aa20c;
  font-size: 13px;
}
.pricing-ds .content .price-body .price-bodyItems .price-item i.fa-x {
  background: #a20c0c;
}
.pricing-ds .content .price-body .price-bodyItems .price-item span {
  font-size: 14px;
}
.pricing-ds .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-ds .content .price-foot .price-footTitle {
  width: var(--w-tittle);
  flex-shrink: 0;
}
.pricing-ds .content .price-foot .price-foot-item {
  width: 22%;
  min-width: var(--min-w-item);
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing-ds .monthly_price {
  display: none;
}

.pricing-ds .botm {
  font-size: 14px;
  text-align: center;
}
.pricing-ds .botm a {
  color: var(--main-color);
  text-decoration: underline;
  margin-left: 15px;
}

.butn {
  color: white;
  border-radius: 30px;
  padding: 15px 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.butn.butn-bord:hover {
  background: var(--main-color);
  color: white !important;
}
.butn.butn-bg {
  background: var(--main-color);
  border: 1px solid transparent;
  color: #fff;
}

.butn.butn-bg:hover {
  background: transparent;
  border: 1px solid var(--main-color);
  color: #fff;
}

.btn-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* sticky position */
.price-bodyTitle,
.price-footTitle,
.price-headTitle {
  /* position: sticky;
  left: 0; */
  background: inherit;
  /* border-right: 1px solid gray; */
  z-index: 2;
}
.bg-blue {
  background-color: #2d48ff;
}
