@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

.pricing-body{
  padding: 16px 32px;
  padding-right: 40px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 120px;
}

.image {
  width: 111px;
  height: 134px;
}

.most-popular {
  background-color: #33b0ca;
  width: 177px;
  height: 25px;
  position: absolute;
  top: -28px;
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}

.student-package,
.student-package2 {
  display: none;
}

.cross,
.cross-small {
  position: relative;
}

.cross::before,
.cross-small::before {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-weight: 400;
  font-size: 50px;
  font-family: sans-serif;
}

.cross-small::before {
  font-size: 24px;
}

.card {
  width: 310px;
  height: 650px;
  border: 1px solid #33b0ca;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  position: relative;
}

.card-privilege {
  width: 384px;
  height: 820px;
  background-color: #fafafa;
  border-radius: 16px;
  padding: 8px;
  position: relative;
}

.privileges-circle {
  width: 72px;
  height: 72px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privileges-circle img {
  width: 60px;
  height: 60px;
}

.button-bottom {
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.button-getanuual {
  display: block;
  margin: auto;
  width: 95%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: center;
  padding: 8px;
}

th:first-child,
td:first-child {
  width: 50%;
  text-align: left;
}

th:not(:first-child),
td:not(:first-child) {
  width: 12.5%;
}

#non-click-bg,
#congrats-non-click-bg,
#claim-privileges-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}

#non-click-bg {
  z-index: 1032;
}

.pricing-calculator-container {
  width: 1026px;
  background-color: #fafafa;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 1033;
}

.cross-button {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ee3c4d;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 22px;
}

.pricing-calculator-heading {
  width: 308px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #33b0ca;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pricing-calculator-total-btn {
  width: 100%;
  height: 50px;
  background-color: #33b0ca;
  margin-top: 25px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-right: 12px;
}

.pricing-calculator-total-btn h2 {
  padding-left: 150px;
}

.pricing-calculator-total-btn button {
  width: 75px;
  height: 30px;
  border-radius: 4px;
  background-color: #fafafa;
  border: none;
  outline: none;
  color: #33b0ca;
  font-weight: 400;
  font-size: 14px;
  margin: 0 4px;
  cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.claim-rec-prv-button.claim-rec-prv-button {
  border: none;
  border-bottom: 1px solid #33b0ca;
  border-radius: 0;
}

.product-wise-pricing-body {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.left-section {
  width: 248px;
  height: calc(100vh - 80px);
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-top-right-radius: 8px;
}

.tabbing-panel {
  height: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 12px;
  padding-right: 12px;
}

.tabbing-panel div {
  padding: 14px 0 14px 60px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.active-tab {
  background-color: #33b0ca;
  color: #fafafa !important;
}

.right-section {
  width: calc(100% - 248px);
  padding-left: 50px;
}

.right-section-card {
  width: 1000px;
  height: 550px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  position: relative;
}

.back-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 110px;
}

.doodle-box {
  /* width: 218px; */
  height: 207px;
}

.doodle-box img {
  width: 100%;
  height: 100%;
}

.icon-hand {
  width: 32px;
  height: 32px;
}

.right-section-content {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.right-section-content-box {
  width: 68%;
}

.congrats-popup {
  width: 600px;
  height: 200px;
  background-color: #fafafa;
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.claim-privileges-popup {
  width: 744px;
  height: 466px;
  border-radius: 8px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 24px 60px;
}

.gift-thankyou-popup {
  background-color: #fafafa;
}

.claim-privileges-popup img {
  width: 155px;
  height: 176px;
  display: block;
  margin: 0 auto;
}

.gift-thankyou-popup img {
  background-color: #fafafa;
  width: 341px;
  height: 371px;
}

.claim-privileges-popup input {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  outline: none;
  padding: 8px 22px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.claim-privileges-btn {
  float: right;
}

.free-for-all {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.green {
  color: #12c624;
}

.button-font-24 {
  font-size: 24px !important;
}

.button-font-22 {
  font-size: 18px !important;
}

.pricing-body a {
  text-decoration: none;
}

.button-getanuual {
  position: relative;
  margin-top: 40px;
}

.button-getanuual::before,
.button-getlife::before {
  content: "10% Discount On Individual Services";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #252525;
  color: #fafafa;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 90%;
  padding: 5px 0;
  clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}

.button-getlife::before {
  content: "20% Discount On Individual Services";
}

.discount-container-mobile p {
  margin-bottom: 0;
}

#back-btn {
  display: inline;
}

.free-trial-p {
  margin-bottom: 0;
}

.free-trial-label {
  font-weight: 600;
  color: #33b0ca;
}

#privileges-wrapper,
#pricing-calculator,
#explore-package-view,
#longjump-package-view,
#triplejump-package-view,
#product-wise-pricing-body,
#scriptpad-section,
#storytoscript-section,
#pitchdeck-section,
#conversion-section,
#scriptaudit-section,
#viewinglounge-section,
#discounts-section,
#congrats-non-click-bg,
#congrats-popup,
#privileges-invoice-body,
#claim-privileges-wrapper,
#package-validity,
#privilege-validity,
#product-wise-pricing-subheading,
.gift-thankyou-popup {
  display: none;
}
 
.innerspan-of1{
  background: white;
  color: #33b0ca;
  width: 98%;
  display: inline-block;
  position: absolute;
  top: 2px;
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  left: 1%;
}
