body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: black;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}


:root {
  --color-black-hsl: 0deg 0% 0%;
  --border-size-1: 0.0625rem;
  --color-white-hsl: 0deg 0% 100%;
}

.bg-color {
  padding: 100px 0px;
  /* width: 100%; */
  background: radial-gradient(128.17% 50% at 50% 50%, #451a62 0, hsl(var(--color-black-hsl) / 0%) 100%) !important;
}

.bg-color-1 {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 40%, rgba(41, 25, 88, 1) 100%);
}

.bg-color-2 {
  background: rgb(0, 0, 0);
  background: radial-gradient(128.17% 50% at 50% 50%, rgba(41, 25, 88, 1) 0, hsl(var(--color-black-hsl) / 0%) 100%) !important;
  /* background: linear-gradient(90deg, rgba(41, 25, 88, 1) 40%, rgba(0, 0, 0, 1) 100%); */
}

.text-color {
  background: linear-gradient(90deg, #922ad8 30%, #5f38d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.fs-48 {
  font-size: 48px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.text-color-1 {
  color: #b9b9b9;
}

.bg-2 {
  background-color: #45454580;
  -webkit-backdrop-filter: blur(4.375rem);
  backdrop-filter: blur(4.375rem);
  border: var(--border-size-1) solid hsl(var(--color-white-hsl) / 10%);
}

.border-radius-right {
  border-radius: 0px 20px 20px 0px;
}


.img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 5px #922ad8;
}

.img img {
  border-radius: 20px;
}

.border-radius {
  border-radius: 20px;
}

.border-radius-img {
  border-radius: 20px 0px 0px 20px;
}

.bg-custom {
  background-color: black;
  height: 95%;
  width: 95%;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  border-radius: 10px;
  opacity: 0.7;
  z-index: 2;
}


.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.fa-3x {
  font-size: 3em;
}

.button {
  background-color: #3d3f45;
  padding: 10px 20px;
  border-radius: 40px;
}

.fs-14 {
  font-size: 14px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #3d3f45;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  transition: transform 0.2s ease;
}


.button-padding {
  padding: 10px 35px;
}

.fs-50{
  font-size: 50px;
}

button {
  transition: all 0.3s ease;
}

/* Price Section */
#price {
  color: #f8f9fa;
}

#price span {
  font-size: 1rem;
  /* Smaller font size for /month or /year */
  color: #adb5bd;
}


.list-unstyled li small {
  color: #adb5bd;
  /* Muted text for descriptions */
}


/* CTA Button */
.btn-primary {
  background-color: #0d6efd;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.fs-36 {
  font-size: 36px;
}

.bg-3 {
  background-color: #303131;
}

.price-button {
  padding: 10px;
  border-radius: 40px;
  width: auto;
}

.price-button-design {
  background-color: transparent !important;
  border: none !important;
  border-radius: 40px;
  color: #b9b9b9 !important;
  padding: 5px 20px;
}

.active {
  border: 1px solid #2e88f6 !important;
  color: white !important;
  background-color: #434343 !important;
}

.fas {
  background-color: #504a53 !important;
  /* padding: 16px !important; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  height: 50px !important;
  width: 50px !important;
  color: white;
}

.img.hover-effect {
  transition: box-shadow 0.3s ease-in-out;
}

.img.hover-effect:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.custom-border {
  border: 1px solid #922ad8;
  border-radius: 20px !important;
  transition: ease-in 0.3s;
}

.custom-border:hover {
  box-shadow: 0px 0px 10px 5px #922ad8;
  transition: ease-in 0.3s;
  cursor: pointer;
}

.tag {
  height: min-content;
  width: 280px;
  padding: 0.5rem;
  rotate: 45deg;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 8%;
  right: -20%;
  color: #b9b9b9;
}

.tagLabel {
  margin: 0;
  user-select: none;
}

.trend-tag {
  background-color: #922ad8;
  border: 2px solid #922ad8;
}

@media screen and (max-width: 998px) {
  .fs-48 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1399px) {
  .tag {
    top: 8% !important;
  }
}



@media screen and (max-width: 1200px) {
  .tag {
    top: 4% !important;
    right: -30%;
  }
}

@media screen and (max-width: 998px) {
  .tag {
    top: 1% !important;
    right: -59%;
    font-size: 14px
  }
}

@media screen and (max-width: 998px) {
  .tag {
    top: 1% !important;
    right: -59%;
    font-size: 14px
  }
}

@media screen and (max-width: 765px) {
  .tag {
    top: 2% !important;
    right: -24%;
  }

  .fs-50{
    font-size: 40px;
  }
}


@media screen and (max-width: 460px) {
  .fs-48 {
    font-size: 15px;
  }

  .bg-color p {
    width: 100% !important;
  }

  .fs-18 {
    font-size: 10px;
  }

  .button {
    text-align: center;
  }

  .fs-20 {
    font-size: 10px;
  }

  .border-radius-img {
    border-radius: 20px;
  }

  .bg-custom {
    border-radius: 15px;
  }

  .border-radius-right {
    border-radius: 20px;
  }

  .price-button {
    border-radius: 10px !important;
  }

  .price-button-design {
    padding: 5px 10px;
  }

  .tag {
    height: min-content;
    width: 163px;
    padding: 0.5rem;
    rotate: 45deg;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 2%;
    right: -46px;
    color: #b9b9b9
  }

  .fs-50{
    font-size: 30px;
  }

}

.custom-box{
  box-shadow: 0px 0px 10px 5px #922ad8;
}

.active{
  background-color: transparent !important;
  border: 0px !important;
}

.active-button{
  background: linear-gradient(90deg, #922ad8 30%, #5f38d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}