.pricing-plan-skin-style1 {
  position: relative;
  background-color: var(--theme-color-white);
  border: 1px solid #e2e2e2;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 50px 50px;
  z-index: 1;
  border-radius: 22px;
  margin-top: 25px;
  transition: all 0.2s ease-in-out;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .pricing-plan-skin-style1 {
    padding: 30px 20px 50px 20px;
  }
}
.pricing-plan-skin-style1::after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #e2e2e2;
  height: 1px;
  top: 165px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style1 .shape-1 {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 72px;
  height: 72px;
  background-image: url(../../../images/current-theme/pricing-shape-01.png);
  transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style1 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background-color: #e2e2e2;
  transition: all 0.2s ease-in-out;
  clip-path: polygon(100% 60%, 60% 100%, 100% 100%);
}
.pricing-plan-skin-style1 .pricing-plan-title {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 40px;
  padding: 12px 30px;
  background-color: var(--theme-color-light);
  font-weight: 700;
  color: var(--theme-color2);
  position: absolute;
  top: -30px;
  margin: 0;
}
.pricing-plan-skin-style1 .pricing-plan-title::after {
  position: absolute;
  content: "";
  background-color: #e2e2e2;
  width: 15px;
  height: 15px;
  top: 22.5px;
  left: -5px;
  transform: rotate(45deg);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style1 .icon-2 {
  position: absolute;
  right: 40px;
  top: 50px;
}
.pricing-plan-skin-style1 .price {
  color: var(--headings-color);
  transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style1 .price .pricing-plan-prefix {
  position: relative;
  top: -25px;
  font-size: 24px;
}
.pricing-plan-skin-style1 .price .pricing-plan-price {
  font-size: 60px;
  font-weight: 700;
}
.pricing-plan-skin-style1 .pricing-plan-subtitle {
  position: relative;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 40px;
  padding: 5px 20px;
  background-color: var(--theme-color3);
  color: var(--theme-color2);
  font-weight: 600;
}
.pricing-plan-skin-style1 .features-list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.pricing-plan-skin-style1 .features-list li {
  font-weight: 500;
  padding: 5px 0;
  color: var(--theme-color2);
  display: block;
  transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style1 .features-list li i {
  padding-right: 12px;
}
.pricing-plan-skin-style1 .features-list li.no-action {
  color: var(--text-color);
}
.pricing-plan-skin-style1 .features-list li.no-action i {
  color: var(--text-color);
}
.pricing-plan-skin-style1 .theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  position: relative;
  transition: all 400ms ease;
}
.pricing-plan-skin-style1 .theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.pricing-plan-skin-style1 .theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.pricing-plan-skin-style1 .theme-btn-main:hover .theme-btn {
  transform: translateX(56px);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right {
  width: 56px;
  height: 56px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color3);
  color: var(--theme-color2);
  border-radius: 50%;
  transition: 0.4s;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left i,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right i {
  rotate: -30deg;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.theme-btn-arrow-small,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.theme-btn-arrow-small {
  width: 40px;
  height: 40px;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.gray-arrow,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.gray-arrow {
  background: #7e8596;
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.black-arrow,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.black-arrow {
  background: #0f0f11;
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.white-arrow,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.white-arrow {
  background: var(--theme-color-white);
  color: var(--theme-color-black);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.it-btn-arrow,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.it-btn-arrow {
  background: var(--theme-color3);
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.fa-theme-btn-trasparent-arrow,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.fa-theme-btn-trasparent-arrow {
  background-color: transparent;
  color: var(--theme-color3);
  border: 1px solid rgba(6, 21, 50, 0.1);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.transparent-arrow,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.transparent-arrow {
  border: 1px solid rgb(6, 21, 50);
  background: transparent;
  color: var(--theme-color-black);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.transparent-arrow-2,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.transparent-arrow-2 {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left.transparent-arrow-3,
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-right.transparent-arrow-3 {
  border: 1px solid var(--theme-color3);
  background: transparent;
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn {
  background: var(--theme-color3);
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 16px;
  padding: 13px 30px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border-radius: 40px;
  transition: 0.4s;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn.theme-btn-light {
  background: var(--theme-color-light);
  color: #000;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn.theme-btn-white {
  background-color: var(--theme-color-white);
  color: #000;
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn.it-theme-btn {
  background: var(--theme-color3);
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn.theme-btn-transparent {
  background-color: transparent;
  color: var(--theme-color3);
  border: 1px solid var(--theme-color3);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn.fa-theme-btn-trasparent {
  background-color: transparent;
  color: var(--theme-color3);
  border: 1px solid rgba(6, 21, 50, 0.1);
}
.pricing-plan-skin-style1 .theme-btn-main .theme-btn.theme-btn-small {
  padding: 6px 20px 5px;
  font-size: 14px;
  font-weight: 600;
}
.pricing-plan-skin-style1 .theme-btn-main.style-2:hover .theme-btn {
  transform: translateX(40px);
}
.pricing-plan-skin-style1.pricing-active, .pricing-plan-skin-style1:hover {
  background-color: var(--theme-color2);
}
.pricing-plan-skin-style1.pricing-active::after, .pricing-plan-skin-style1:hover::after {
  background-color: var(--theme-color-white);
  opacity: 20%;
}
.pricing-plan-skin-style1.pricing-active .pricing-plan-title::after, .pricing-plan-skin-style1:hover .pricing-plan-title::after {
  background-color: var(--theme-color3);
}
.pricing-plan-skin-style1.pricing-active .price, .pricing-plan-skin-style1:hover .price {
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1.pricing-active .icon-2, .pricing-plan-skin-style1:hover .icon-2 {
  opacity: 20%;
}
.pricing-plan-skin-style1.pricing-active .features-list li, .pricing-plan-skin-style1:hover .features-list li {
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1.pricing-active .theme-btn.theme-btn-light, .pricing-plan-skin-style1:hover .theme-btn.theme-btn-light {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
.pricing-plan-skin-style1.pricing-active .gray-arrow, .pricing-plan-skin-style1:hover .gray-arrow {
  background-color: var(--theme-color3) !important;
  color: var(--theme-color2) !important;
}
.pricing-plan-skin-style1.pricing-active .shape-1, .pricing-plan-skin-style1:hover .shape-1 {
  opacity: 0.2;
}
.pricing-plan-skin-style1.pricing-active .shape-2, .pricing-plan-skin-style1:hover .shape-2 {
  background-color: #1e1b26;
}