.store-group {
  display: flex;
  align-items: center;
}

.store-group .logo-separator {
  margin: 0 1em;
}

.campaign-home {
  padding: 0 4em;
  margin: 0 auto;
  max-width: 1800px;
}

/* Particles Canvas */
canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 93vw;
  height: 80%;
  margin: auto;
  position: absolute;
  border-radius: 20px;
  background-size: cover;
  border: 3px solid #ffffff33;
  background-color: #23282d;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .5s;
}

/* End */

/* Section Intro */
.sellers-introduction {
  gap: 1em;
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.intro-side {
  width: 100%;
}

.principal-title {
  line-height: 1;
  max-width: 1670px;
  margin: 0;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px black;
  font-size: clamp(1.5em, 4.4vw, 6em);
}

.principal-title span {
  display: block;
}

.principal-title b {
  color: firebrick;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}

.login-btn {
  display: none !important;
  position: relative !important;
  top: 0 !important;
  padding: 10px 30px !important;
  width: 100% !important;
  max-width: 300px !important;
}

.principal-title lord-icon {
  top: 11px;
  margin: 0;
  left: -40px;
  line-height: 0;
  position: relative;
  z-index: -1;
}

.sellers-introduction p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1500px;
  font-size: clamp(.8em, 1.2vw, 1.3em);
}

.location {
  gap: 15px;
  display: flex;
  margin-top: 1em;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  padding: 5px 20px;
  border-radius: 50px;
  border: 3px solid #ffffff33;
  background-color: #2c2e43;
  position: absolute;
  left: 5em;
  bottom: 3.2em;
}

.location img {
  width: 40px;
  height: 25px;
}

.location h3 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
}

.tools {
  gap: 30px;
  z-index: 1;
  display: grid;
  padding: 0 4em;
  position: relative;
  max-width: 1100px;
  justify-items: center;
  margin: 3.5em auto 0;
  justify-content: center;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 8%), 1fr));
}

.tools img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100px;
}

/* End */

/* Section #2 */
.why-choose {
  padding: 8em 0;
}

.section-intro {
  margin-bottom: 4rem;
}

.section-intro h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6em, 3.6vw, 4em);
}

.section-intro p {
  margin-top: 0;
  max-width: 1500px;
}

.why-choose .container {
  gap: 3em;
  display: flex;
  flex-direction: row;
}

.why-side:first-child {
  width: 60%;
}

.process-project {
  gap: 3em;
  display: flex;
  flex-direction: column;
}

.project {
  background-color: #23282d;
  padding: 20px 30px;
  border-radius: 30px;
  position: relative;
  border: 2px solid #9e9e9e;
}

.project:after {
  content: '';
  width: 100%;
  border: 2px solid white;
  position: absolute;
  height: 100%;
  top: -15px;
  left: 13px;
  border-radius: 30px;
  z-index: -1;
}

.project-header {
  display: flex;
  flex-direction: row;
  gap: 1em;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.project h3 {
  margin: 0;
  font-size: 40px;
}

.project-header lord-icon {
  width: 50px;
  height: 50px;
}

.project p {
  margin: 10px 0 0;
  font-size: 14px;
}

.why-side:last-child {
  width: 40%;
}

video {
  width: 100%;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  border: 3px solid #4b4b4b;
  border-radius: 40px;
}

.project-pic {
  border-radius: 40px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Section #3 */
.plans {
  padding: 1em 0 8em;
}

.plans .section-intro {
  text-align: center;
}

.plans .section-intro p {
  margin: 0 auto;
  max-width: 1300px;
}

.plans .container {
  display: grid;
  gap: 8em 4em;
  margin-top: 8em;
  justify-content: space-between;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 18%), 1fr));
}

.plan {
  position: relative;
  border: 2px solid #9e9e9e;
  border-radius: 30px;
  width: 100%;
  padding: 80px 30px 20px;
  background-color: black;
  height: 600px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.plan:nth-child(2) {
  border: 2px solid #cd803288;
}

.plan:nth-child(3) {
  border: 2px solid rgba(192, 192, 192, 0.461);
}

.plan:nth-child(4) {
  border: 2px solid rgba(255, 217, 0, 0.549);
}

.plan:after {
  content: '';
  width: 100%;
  border: 2px solid white;
  position: absolute;
  height: 100%;
  top: -20px;
  left: 20px;
  border-radius: 30px;
  z-index: -1;
}

/* Plan After */
.plan:nth-child(2):after {
  border: 2px solid #Cd7f32;
}

.plan:nth-child(3):after {
  border: 2px solid silver;
}

.plan:nth-child(4):after {
  border: 2px solid gold;
}

/* Plan Before */
.plan:nth-child(4):before {
  box-shadow: 1px 1px 20px 8px gold;
  content: '';
  width: 99%;
  height: 100%;
  position: absolute;
  left: 22px;
  top: -20px;
  border-radius: 30px;
  z-index: -2;
  animation: breathingGold 3s ease-in-out infinite;
}

@keyframes breathingGold {

  0%,
  100% {
    box-shadow: 1px 1px 20px 8px gold;
    opacity: 0.8;
  }

  50% {
    box-shadow: 1px 1px 35px 15px gold;
    opacity: 1;
  }
}

.plan-pic {
  width: 100%;
  height: auto;
  max-width: 120px;
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}

.plan h2 {
  font-size: 45px;
  margin: 0 0 10px;
}

.plan p {
  font-style: italic;
}

.plan h2:after {
  width: 60px;
  content: '';
  background-color: #800000;
  height: 6px;
  position: relative;
  display: block;
}

/* Price Container */
.price-container {
  margin: 0 0 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.price-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
}

.price-period {
  font-size: 1.1rem;
  color: #9e9e9e;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan ul li {
  display: flex;
  flex-direction: row;
  line-height: 1.1;
  font-size: 15px;
}

.plan ul li:before {
  display: inline-block;
  padding-right: 5px;
}

.plan:nth-child(1) ul li:before {
  content: "✅";
}

.plan:nth-child(2) ul li:before {
  content: "💿";
}

.plan:nth-child(3) ul li:before {
  content: "🧿";
}

.plan:nth-child(4) ul li:before {
  content: "🚀";
}

.buy-plan {
  width: 85%;
  display: block;
  background-color: #800000;
  padding: 5px 10px;
  border: 2px solid white;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: .3s ease-in-out;
}

.buy-plan:hover {
  background-color: white;
  color: #800000;
  box-shadow: 3px 3px 20px white;
}

/* Plan Toggle */
.plan-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  /* margin: 3rem 0; */
}

.toggle-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #9e9e9e;
  transition: color 0.3s ease;
}

.toggle-label.active {
  color: white;
}

.discount {
  margin: 10px auto 20px !important;
  background-color: #800000;
  color: white;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  width: fit-content;
}

/* Switch styling */
.plan-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.plan-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444;
  transition: .4s;
  border-radius: 34px;
}

.plan-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.plan-slider {
  background-color: #800000;
}

input:checked+.plan-slider:before {
  transform: translateX(26px);
}

/* FAQ */
.faq {
  padding: 0 0 8em;
}

.accordion-item {
  background-color: #000000;
  border-radius: .4rem;
}

.accordion-item hr {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-link {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  background-color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}

.accordion-link h3 {
  font-size: 25px;
  margin: 0;
}

.accordion-link i {
  color: #e7d5ff;
  padding: .5rem;
}

.accordion-link ul {
  display: flex;
  align-items: flex-end;
  list-style-type: none;
  margin-left: 25px;
}

.accordion-link li {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0 1px 5px;
}

.accordion-link div {
  display: flex;
}

.accordion-link .fa-arrow-down {
  display: none;
}

.answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
  transition: max-height 850ms;
}

.answer p {
  color: #fff;
  padding: 0 1.5rem;
}

.accordion-item:target .answer {
  max-height: 20rem;
}

.accordion-item:target .accordion-link .fa-arrow-right {
  display: none
}

.accordion-item:target .accordion-link .fa-arrow-down {
  display: block;
}

/* Responsive Mode */
@media (max-width: 1920px) {
  .location {
    left: 4em;
    bottom: 2.2em;
  }

  .campaign-home {
    max-width: 1600px;
  }

  .principal-title {
    letter-spacing: -1px;
    max-width: 1520px;
  }

  .plans .section-intro p {
    max-width: 1400px;
  }

  .plans .container {
    gap: 8em 3em;
  }

  .plan-pic {
    /* max-width: 120px; */
  }

  .price-value {
    font-size: 35px;
  }

  .plan h2 {
    font-size: clamp(1.8em, 2.2vw, 45px);
  }

  .project h3 {
    font-size: clamp(1.3em, 2.2vw, 35px);
  }

  .project p {
    font-size: 13px;
  }

  .project-header lord-icon {
    width: 40px;
    height: 40px;
  }

  .project ul {
    font-size: 13px;
  }
}

@media (max-width: 1600px) {
  #particles-js {
    height: 70%;
    top: 45px;
  }

  .location {
    left: 3.2em;
  }

  .location img {
    width: 30px;
    height: 20px;
  }

  .location h3 {
    font-size: 20px;
  }

  .campaign-home {
    max-width: 1400px;
  }

  .principal-title {
    padding: 0 3rem;
  }

  .sellers-introduction p {
    padding: 0 3em;
  }

  .tools {
    margin: 1.5em auto 0;
    max-width: 800px;
  }

  .tools img {
    max-width: 90px;
  }

  .why-side:first-child {
    width: 100%;
  }

  .process-project {
    gap: 3em;
    margin-top: 1em;
    display: grid;
    justify-content: space-between;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 45%), 1fr));
  }

  .project {
    padding: 30px 40px;
  }

  .project-header {
    padding-bottom: 1em;
  }

  .why-side:last-child {
    width: 0;
    display: none;
  }

  .project-pic,
  video {
    display: none;
  }

  .plan {
    padding: 50px 30px 20px;
    height: 500px;
  }

  .plan-pic {
    top: -50px;
    max-width: 100px;
  }

  .plan p {
    font-size: 13px;
  }

  .price-value {
    font-size: 30px;
  }

  .plan ul li {
    font-size: 13px;
  }

  .buy-plan {
    bottom: 20px;
    font-size: 15px;
  }

  .section-intro {
    margin-bottom: 2rem;
  }

  .accordion-link h3 {
    font-size: 22px;
  }

  .answer p {
    font-size: 15px;
  }
}

@media (max-width: 1440px) {
  .why-choose {
    padding: 5em 0 6em;
  }

  .plans {
    padding: 1em 0 6em;
  }

  .faq {
    padding: 0 0 6em;
  }
}

@media (max-width: 1390px) {
  #particles-js {
    height: 74%;
    width: 90vw;
    top: 0;
  }

  .sellers-introduction p {
    padding: 0 6em;
  }

  .tools {
    max-width: 700px;
  }

  .tools img {
    max-width: 70px;
  }

  .location {
    left: 4.2em;
  }

  .campaign-home {
    max-width: 1200px;
  }

  .section-intro p {
    font-size: 14px;
  }

  .project p,
  .project ul {
    font-size: 12px;
  }

  .plan-pic {
    top: -45px;
    max-width: 80px;
  }

  .plan {
    padding: 50px 20px 20px;
    height: 450px;
  }

  .plan p {
    font-size: 12px;
  }

  .price-container {
    margin: 0 0 1rem;
  }

  .price-value {
    font-size: 25px;
  }

  .plan ul li {
    font-size: 12px;
  }

  .accordion-link h3 {
    font-size: 20px;
  }

  .answer p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .principal-title {
    letter-spacing: 0px;
    -webkit-text-stroke: 2px black;
  }

  .buy-plan {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .plans .container {
    gap: 8em 2em;
    margin-top: 5em;
  }

  .plan {
    height: 450px;
    padding: 45px 15px 20px;
    border-radius: 20px;
  }

  .plan:after {
    top: -15px;
    left: 15px;
    border-radius: 20px;
  }

  .plan:nth-child(4):before {
    left: 17px;
    top: -15px;
    border-radius: 20px;
  }

  .plan p {
    font-size: 11px;
  }

  .price-value {
    font-size: 23px;
  }

  .price-period {
    font-size: 0.8rem;
  }

  .plan ul li {
    font-size: 11px;
  }

  .sellers-introduction p {
    max-width: 900px;
    padding: 0 4em;
  }
}

@media (max-width: 1024px) {
  .login-btn {
    display: block !important;
  }

  .accordion-link h3 {
    font-size: 18px;
  }

  .buy-plan {
    font-size: 13px;
  }
}

@media (max-width: 950px) {
  #particles-js {
    height: 69vh;
    width: 90vw;
    top: 0;
    min-height: 460px;
  }

  .location {
    left: 2.8em;
    bottom: 3em;
  }

  .project {
    padding: 30px 25px;
  }

  .plans .container {
    gap: 6em 2em;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 45%), 1fr));
  }

  .plan {
    height: 430px;
    padding: 65px 35px 20px;
  }

  .plan-pic {
    top: -50px;
    max-width: 100px;
  }

  .plan ul li {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  #particles-js {
    bottom: inherit;
    top: 8em;
    max-height: 440px;
    min-height: 440px;
  }

  .sellers-introduction {
    height: 710px;
    top: 0;
    position: relative;
  }

  .location {
    left: 2.1em;
    bottom: 6em;
  }

  .campaign-home {
    padding: 0 2em;
  }
}

@media (max-width: 600px) {
  #particles-js {
    top: 6em;
  }

  .sellers-introduction {
    height: 660px;
  }

  .sellers-introduction p {
    padding: 0 3em;
  }

  .principal-title {
    -webkit-text-stroke: white;
    padding: 0 2rem;
  }

  .principal-title b {
    -webkit-text-stroke: 0px white;
  }

  .login-btn {
    padding: 10px 20px !important;
    max-width: 180px !important;
  }

  .tools {
    gap: 20px;
    margin: 1em auto 0;
  }

  .location {
    gap: 8px;
    left: 0;
    bottom: 5.2em;
    margin: 0 auto;
    right: 0;
  }

  .location img {
    width: 25px;
    height: 15px;
  }

  .location h3 {
    font-size: 16px;
  }

  .section-intro p {
    font-size: 12px;
  }

  .process-project {
    gap: 2em;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 100%), 1fr));
  }

  .project-header {
    padding-bottom: 0em;
  }

  .project-header lord-icon {
    width: 30px;
    height: 30px !important;
  }

  .why-choose {
    padding: 6em 0 3em;
  }

  .plans {
    padding: 1em 0 4em;
  }

  .toggle-label {
    font-size: 1rem;
  }

  .plan-switch {
    height: 25px;
  }

  .plan-slider:before {
    height: 18px;
    width: 18px;
    left: 5px;
  }

  input:checked+.plan-slider:before {
    transform: translateX(32px);
  }

  .plans .container {
    gap: 4em 2em;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 100%), 1fr));
  }

  .plan {
    height: 400px;
    padding: 50px 35px 20px;
  }

  .plan-pic {
    top: -40px;
    max-width: 90px;
  }

  .price-value {
    font-size: 26px;
  }

  .faq {
    padding: 0 0 4em;
  }

  .accordion-link h3 {
    font-size: 16px;
  }

  .answer p {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .principal-title {
    font-size: 20px;
  }

  .sellers-introduction p {
    font-size: 11px;
  }
}