body {
  min-height: 100vh;
  background: #000000;
}

body.light {
  background: #f4f5ff;
}

h1,
h2 {
  font-size: 2.5rem;
}

h1 span.sm {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}

.gradText1 {
  background: -webkit-linear-gradient(#e73f64, #7c001b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.du-container.one {
  background: #000;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
}

.du-container.one.pricing {
  min-height: unset;
}

.du-container.two {
  background: rgb(0, 0, 0);
  width: 100%;
  color: #fff;
  overflow: hidden;
  padding-bottom: 2rem;
}

.du-container.three:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.du-container.three:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.du-container.three {
  min-height: 50vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 3rem 1rem;
}

.du-inner.one {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.du-container.three .du-inner.one h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.du-container.three .du-inner.one p {
  padding: 0;
  margin: 0;
  color: #fff;
}

.du-cards {
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  width: 90%;
  top: 70%;
  left: 5%;
}

.du-cards .item {
  width: 250px;
  height: 450px;
  border-radius: 20px;
  background-position: center top;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-size: cover;
}

.du-cards .item:nth-child(1) {
  transform: scale(1.2) translate(75px, 125px) rotate(-15deg);
  z-index: 1;
  animation: move1 2s;
}

.du-cards .item:nth-child(2) {
  transform: scale(1.2) translate(25px, 60px) rotate(-8deg);
  z-index: 2;
  animation: move2 2s;
}

.du-cards .item:nth-child(3) {
  transform: scale(1.2) translate(0px, 0px) rotate(0deg);
  z-index: 9;
}

.du-cards .item:nth-child(4) {
  transform: scale(1.2) translate(-25px, 60px) rotate(8deg);
  z-index: 2;
  animation: move4 2s;
}

.du-cards .item:nth-child(5) {
  transform: scale(1.2) translate(-75px, 125px) rotate(15deg);
  z-index: 1;
  animation: move5 2s;
}

.actionBtnMobile {
  position: fixed;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
  z-index: 10;
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
  display: none;
}

.actionBtnMobile button {
  width: 90vw;
  background: #e73f64;
  margin-bottom: 1rem;
  padding: 0.75rem;
  color: #fff;
  border-radius: 5px;
  font-size: 1.125rem;
}

.two .du-inner {
  background: rgb(21, 21, 21);
  width: calc(100% - 2rem);
  min-height: 50vh;
  margin: auto;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 0;
  align-items: center;
  padding: 2rem 0;
}

.two .item:nth-child(2) {
  position: relative;
  padding: 0.75rem 0;
}

.two .item:nth-child(2)::before,
.two .item:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}

.two .item:nth-child(2)::before {
  top: 0;
}

.two .item:nth-child(2)::after {
  bottom: 0;
}

.two .item h3 {
  margin: 0;
}

.two .item p {
  margin: auto;
  opacity: 0.8;
  max-width: 80%;
}

.two .item {
  text-align: center;
}

.two .item img {
  width: 70px;
  height: 70px;
}

.footerDiv ul li {
  font-size: 0.8rem;
}
.footerDiv ul li a {
  color: #000;
}

.footerDiv ul {
  display: flex;
  gap: 1rem;
  width: fit-content;
}
.footerDiv {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.du-header .actionBtns {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.du-header .actionBtns button {
  background: #e73f64;
  padding: 0.35rem 1rem;
  border-radius: 500px;
  color: #fff;
}

.du-header .actionBtns img {
  filter: invert(1);
  width: 30px;
}

.du-header .hcontent .logo img {
  width: 100px;
}

.du-header .hcontent {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.du-header {
  position: fixed;
  z-index: 99;
  background: #000000;
  width: 100%;
}

button#themeToggle {
  padding: 0;
  background: none;
  color: #a8a8a8;
  font-size: 1.75rem;
}

.videoPlay iframe {
  height: 270px;
  margin-top: -40px;
}

.videoPlay {
  z-index: 9;
  position: relative;
  height: 235px;
  overflow: hidden;
  border-radius: 14px;
  transform: scale(0.95);
  border: 2px solid;
  margin: 1rem 0;
}

.du-container.two.four {
  padding-top: 0;
  margin-top: 0rem;
  position: relative;
  z-index: 1;
}

.du-container.two.four .du-inner {
  background: rgb(21, 21, 21);
  color: #fff;
  min-height: unset;
  gap: 1rem;
}

.four .item2 h3 {
  margin: 0;
}

.four .item2 p {
  margin: 0;
  opacity: 0.5;
}

.four .item2 {
  text-align: left;
  display: flex;
  padding: 1rem;
  width: 80%;
  gap: 1rem;
  border-radius: 5px;
}

.four .item2:nth-child(odd) {
  background: #00aae81a;
}

.four .item2:nth-child(even) {
  background: #e7060017;
}

.four .item2 img {
  width: 50px;
  height: 50px;
}

.du-container.five {
  background: #000;
  margin-top: 0;
  padding: 3rem 1rem 6rem 1rem;
}

.hsSectionTitle h2,
.hsSectionTitle p {
  margin: 0;
}

.five .hsSectionTitle h2,
.five .hsSectionTitle p {
  margin: 0;
  color: #fff;
}

.hsSectionTitle {
  text-align: center;
  margin-bottom: 2rem;
}

.onlyMobile {
  display: none !important;
}

.onlyDesktop {
  display: block !important;
}

.flexer,
.package-boxes {
  display: flex;
  gap: 1rem;
  max-width: 1000px;
  margin: auto;
}

.package-box {
  background: rgb(21, 21, 21);
  width: calc(100% - 2rem);
  min-height: unset;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  border: 1px solid #ffffff1a;
  cursor: pointer;
}

.offerInfo {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.package-box ul li {
  text-align: left;
  display: flex;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 5px;
}

div#toggle-btns {
  display: flex;
  margin: auto;
  justify-content: center;
  width: fit-content;
  background: #151515;
  padding: 0.25rem 0.25rem;
  border-radius: 500px;
  border: 1px solid #ffffff1a;
  margin-bottom: 2rem;
}

div#toggle-btns .toggle-btn {
  padding: 0.125rem 1rem;
  border-radius: 500px;
  cursor: pointer;
}

div#toggle-btns .toggle-btn.active {
  background: #e73f64;
}

.package-box:hover {
  border-color: #e73f64;
  background-color: #e73f64;
  color: #fff;
}

.selected {
  border-color: #e73f64;
  background-color: #e73f64;
  color: #fff;
}

.selected:hover {
  border-color: #e73f64;
  background-color: #e73f64;
  color: #fff;
}

div#registerSection input {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #000;
  background: #272727;
  text-align: center;
  color: #fff;
}

div#registerSection {
  width: fit-content;
  margin: 2rem auto;
}

div#registerSectionHolder {
  display: none;
}

div#registerSection {
  margin: 4rem auto 5rem auto;
  width: 100%;
  max-width: calc(1000px - 2rem);
  border: 1px solid #151515;
  border-radius: 15px;
  color: #ffffff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid #e73f64;
}

button.submit {
  width: fit-content;
  padding: 0.75rem 1rem;
  background: #e73f64;
  border-radius: 5px;
  margin-top: 1rem;
  color: #fff;
}

.fieldFlex {
  display: flex;
  gap: 1rem;
}

.inpfield {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flexer .setA,
.flexer .setB {
  width: 50%;
}

.flexer .du-inner {
  display: flex;
  flex-direction: column !important;
  text-align: left !important;
}

.flexer .videoPlay iframe {
  height: unset;
  margin-top: unset;
}

.flexer .videoPlay {
  height: unset;
  transform: scale(1);
  border: 0;
  margin-top: 2rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

img.accountImg {
  width: 35px;
  margin-top: -56px;
}

.tBox {
  margin-bottom: 1rem;
  width: 70%;
}

.pBox {
  position: absolute;
  right: 1rem;
  text-align: right;
  top: 1rem;
  color: #cc4e66;
}

.package-box p {
  margin: 0;
  opacity: 0.5;
}

.package-box h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.pBox p {
  font-size: 0.7rem;
  margin-top: -0.5rem;
}

p.pDes {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
@keyframes move1 {
  0% {
    transform: scale(1.2) translate(120px, 125px) rotate(-15deg);
  }

  100% {
    transform: scale(1.2) translate(75px, 125px) rotate(-15deg);
  }
}

@keyframes move2 {
  0% {
    transform: scale(1.2) translate(125px, 60px) rotate(-8deg);
  }

  100% {
    transform: scale(1.2) translate(25px, 60px) rotate(-8deg);
  }
}

@keyframes move4 {
  0% {
    transform: scale(1.2) translate(-125px, 60px) rotate(8deg);
  }

  100% {
    transform: scale(1.2) translate(-25px, 60px) rotate(8deg);
  }
}

@keyframes move5 {
  0% {
    transform: scale(1.2) translate(-125px, 125px) rotate(15deg);
  }

  100% {
    transform: scale(1.2) translate(-75px, 125px) rotate(15deg);
  }
}

@media (max-width: 991px) {
  .du-container {
    padding: 0 1rem;
    width: calc(100% - 2rem) !important;
  }

  .du-container.one {
    min-height: calc(90vh - 6rem);
  }

  .du-cards .item:nth-child(1),
  .du-cards .item:nth-child(5) {
    display: none;
  }

  .du-cards .item {
    width: 250px;
    height: 225px;
  }

  .du-cards {
    width: 100%;
    top: 75%;
    left: 0;
  }

  .actionBtnMobile {
    display: block;
  }

  .two .du-inner {
    flex-direction: column;
  }

  .two .item:nth-child(2) {
    width: 90%;
    margin: auto;
  }

  .onlyMobile {
    display: block !important;
  }

  .onlyDesktop {
    display: none !important;
  }

  div#registerSection {
    width: calc(100% - 3rem);
  }

  .fieldFlex {
    flex-direction: column;
  }

  div#package-options {
    width: calc(100% - 2rem);
    gap: 2rem;
  }

  .package-box:nth-child(2) {
    background-color: #e73f643d;
  }

  .package-boxes {
    flex-direction: column;
  }
}

body.light .du-container.one {
  background: #f4f5ff;
  color: #000;
}

body.light .du-container.two {
  background: #f4f5ff;
}

body.light .du-container.three:before {
  background: linear-gradient(
    180deg,
    rgb(244 245 254) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

body.light .du-container.three:after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(244 245 254) 100%
  );
}

body.light .du-header {
  background: #f4f5ff;
}

body.light .du-header .actionBtns img {
  filter: invert(0);
}

body.light .gradText1 {
  background: -webkit-linear-gradient(#e73f64, #e73f64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.light .two .du-inner {
  background: #e73f64;
}

body.light .du-cards .item {
  box-shadow: 0 0 20px rgb(255 255 255);
}

body.light .du-container.three .du-inner.one h2,
body.light .du-container.three .du-inner.one p {
  color: #000;
}

body.light .du-container.two.four .du-inner {
  background: #ffffff;
  color: #000;
}

body.light .du-container.five {
  background: #f4f5ff;
  color: #000;
}

body.light .five .hsSectionTitle h2,
.five .hsSectionTitle p {
  color: #000000;
}

body.light .actionBtnMobile {
  background: linear-gradient(0deg, rgb(244 245 254) 0%, rgb(0 0 0 / 0%) 100%);
}

body.light div#toggle-btns {
  background: #ffffff;
  color: #000;
}

body.light div#toggle-btns .toggle-btn.active {
  background: #e73f64;
  color: #fff;
}
.btnx {
  margin: 0 0 1rem 0;
  background: #000000;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  color: #fff;
}

div#registerSection h3 {
  margin-top: 1rem;
}
div#registerSection p {
  color: #666666;
  font-size: 0.8rem;
  margin: 0.5rem;
}
body.light .package-box {
  background: rgb(255 255 255);
  color: #000;
  border: 1px solid #e73f64;
}

body.light .package-box.selected,
body.light .package-box:hover {
  background: #e73f64;
  color: #fff;
  border: 1px solid #e73f64;
}
.package-box.selected .pBox,
.package-box:hover .pBox,
.package-box:active .pBox {
  color: #fff;
}
body.light .offerInfo li {
  background: #f4f5ff;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 14px;
}
body.light .package-box:hover li {
  background: #d23a57;
  color: #fff;
}
body.light div#registerSection {
  background: #ffffff;
  color: #000;
}

body.light button.submit {
  background: #000000;
  color: #fff;
}

body.light div#registerSection input {
  border: 1px solid #00000029;
  background: #f4f5ff;
  color: #000;
}
