* { margin: 0; padding: 0; box-sizing: border-box; }
a:hover { text-decoration: none; }

.price-plan-wapper .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
@media (max-width: 575px) {
    .price-plan-wapper .container { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 768px){
    .price-plan-wapper .container { max-width: 720px; }
}
@media (min-width: 992px){
    .price-plan-wapper .container{ max-width: 992px; }
}
@media (min-width: 1200px){
    .price-plan-wapper .container {  max-width: 1170px; }
}

/*======================*/

.price-plan-wapper  {
   position: relative;
    background: linear-gradient(261.07deg, #9564FF 0%, #FF72F6 102.99%);
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden;
}
.price-plan-wapper:before {
    content:'';
    position: absolute;
    width: 534px;
    height: 577px;
    background-image: url(../img/aa.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 160px;
    right: -180px;
    transform:rotate(-30deg);
}
.price-plan-wapper:after {
    content:'';
    position: absolute;
    width: 534px;
    height: 577px;
    background-image: url(../img/aa.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 160px;
    left: -154px;
    transform: rotate(30deg);
}
.price-plan-w-card { max-width: 848px; width: 100%; margin: auto; position: relative; z-index:1000; }

.price-plan-top-text h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    margin: 0;
    padding-bottom: 24px;
    color: #FFFFFF;
}
.price-plan-top-text h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin: 0;
    padding-top: 40px;
    color: #FFFFFF;
}
.price-plan-top-text h2 span { font-weight:700; }
.price-plan-top-text p, .price-plan-bottom-text p {
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #fff;
}
.price-plan-bottom-text { padding-top:72px; }
.price-plan-switch {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 28px;
}
.price-plan-switch .switch-container {
  display:inline-flex;
  align-items:center;
}
.price-plan-switch .switch {
  display: inline-flex;
  margin: 0 16px;
}
.price-plan-switch .switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.price-plan-switch .switch input[type=checkbox]:checked + label {
  box-shadow: 0px 1px 2px 0px #00000033 inset;
  background-color: #fff;
}
.price-plan-switch .switch input[type=checkbox]:checked + label::after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
.price-plan-switch .switch label {
  cursor: pointer;
  width: 43px;
  height: 24px;
  background: #fff;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-bottom:0;
  box-shadow: 0px 1px 2px 0px #00000033 inset;

}
.price-plan-switch .switch label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: linear-gradient(261.07deg, #9564FF 0%, #FF72F6 102.99%);
  box-shadow: 0px 1px 2px 0px #00000033;
  border-radius: 16px;
  transition: 0.3s;
}
.hidden {
    display: none;
}
.price-plan-switch .switch-container p {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}
.price-plan-switch .switch-container p span {
    padding: 4px 6px;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #945BDD;
    margin-left: 6px;
}
.price-plan-switch .switch-container p.active { font-weight: 700; }

.price-plan-card-main { 
    background-color: #fff; 
    padding: 24px; 
    border-radius: 16px; 
    position: relative;
    max-width: 322px;
    width: 100%;
    margin: auto;
}
.price-plan-card-main p{
    background: linear-gradient(261.07deg, #9564FF 0%, #FF72F6 102.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 14px;
    margin-bottom:0px;
}
.price-plan-card-title {
    padding-bottom: 20px;
    border: 0;
    border-color:#AFAFAF4D;
    border-bottom-width: 1px;
    border-style: dashed;
}
.price-plan-card-main h3 {
   font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -3%;
    background: linear-gradient(261.07deg, #9564FF 0%, #FF72F6 102.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    position:relative;
    min-width:100px;
}
.price-discount:before{
    content:'';
    position:absolute;
    width:98px;
    height:3px;
    left:0;
    top:15px;
    background-image: linear-gradient(261.07deg, #FF4AF6 0%, #FF4643 102.99%);
    transform:rotate(-10deg);
}
.price-plan-card-main h3 span { font-family: Inter; font-weight: 700; font-size: 20px; line-height: 100%; letter-spacing: -3%; }
.price-plan-card-main h3 span + span { font-family: Inter; font-weight: 500; font-size: 16px; line-height: 100%; letter-spacing: -3%; }

.price-plan-card-main ul { margin:0; padding:0; display:flex; flex-direction:column; gap:12px; padding:20px 0; }
.price-plan-card-main ul li {
    position: relative;
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #333333;
    padding-left: 26px;
}
.price-plan-card-main ul li:before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow-icon.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.price-plan-card-bottom {
    padding-top: 20px;
    border: 0;
    border-color:#AFAFAF4D;
    border-top-width: 1px;
    border-style: dashed;
}
.price-plan-card-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: linear-gradient(261.07deg, #9564FF 0%, #FF72F6 102.99%);
    width: 100%;
    height: 48px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 100px;
    text-decoration: none;
}
.price-plan-card-bottom span {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    text-align: center;
    color: #333333;
}
.price-plan-a {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media(max-width:991px){
    .price-plan-wapper { padding-top:60px; padding-bottom:60px; }
    .price-plan-wapper:before { width: 400px; height: 443px; }
    .price-plan-wapper:after { width: 400px; height: 443px; }
    .price-plan-switch { padding-top:40px; }
    .price-plan-bottom-text { padding-top:40px; }
    .price-plan-top-text h3{ padding-top:20px; }
}
@media(max-width:767px){
    .price-plan-wapper:before { width: 200px; height: 243px; right: -120px; background-size: contain; }
    .price-plan-wapper:after { width: 200px; height: 243px; left: -84px; background-size: contain; }
}