@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&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');

* {
  padding: 0;
  margin: 0;

  font-family: "Poppins", sans-serif;
  color: #f2f2f2;
  /* Slightly warm */

  scroll-behavior: auto;

}



body {
  background: #C33764;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1D2671, #C33764);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1D2671, #C33764);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin: 0 2vh;
}



body::after {
  content: none !important;
}

html,
body {
  overflow-x: hidden;
  overscroll-behavior: none;
}




.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;



  position: static;
  top: 0;
  z-index: 100;
}

.logo {
  display: flex;
  color: #f2f2f2;
  /* Slightly warm */

  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 4px;


}

.logolink {
  text-decoration: none;
}

.logo img {

  height: 75px;
  width: 75px;
}


.subname {
  font-size: 0.8em;

  top: 12vh;

}

.name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  margin: -1vh auto;
}




/* Navigation Links */
.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
  transition: all 0.3s ease;
}

.nav-links li a {
  text-decoration: none;
  color: #f2f2f2;
  /* Slightly warm */

  font-size: 1.3rem;
  position: relative;
  padding: 7px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-links li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #00c3ff;
  transition: width 0.3s ease;
}

.nav-links li a:hover::after {
  width: 100%;
}

.nav-links li a:hover {
  color: #00c3ff;
}

/* Hamburger (burger) */
.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.burger div {
  width: 25px;
  height: 3px;
  background: white;
  transition: all 0.3s ease;
}

.main {
  height: auto;
  
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 5vh auto;
  width: 100vw;

}

.maintext {
  display: flex;
  flex-direction: column;
  gap: 6px;

  margin: 0 auto;
}




.heading {
  height: auto;
  color: #f2f2f2;
  /* Slightly warm */

  text-align: center;
  padding-bottom: 2px;
  font-size: 2em;
  margin: 0 8%;


}

.heading h1 {
  word-spacing: 7px;
}

.subheading {
  height: auto;
  width: 85%;
  color: #f2f2f2;
  /* Slightly warm */

  text-align: center;
  padding: 5px;
  font-size: 1.3em;
  word-wrap: break-word;
  font-weight: 600;
  margin: 0 auto;


}

.buttons {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 3vh auto;

}

.cta-button {
  background-color: #f2f2f2;
  /* Slightly warm */

  color: rgb(27 10 30);
  padding: 9px 8px;
  border-radius: 2px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
  text-align: center;
}

.cta-button2 {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 4rem;
  background-color: #f2f2f2;
  color: rgb(27 10 30);
  font-weight: 500;
  padding: 0.5rem 0.5rem;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: rgb(4, 59, 92);
  color: #f2f2f2;
}

.cta-button2:hover {
  background-color: rgb(4, 59, 92);
  color: #f2f2f2;
}

.what {
  width: 84vw;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  left: -6vw;

}

.person {

  width: 20vw;
  height: auto;
  filter: invert();
}

.rightperson {
  width: auto;
  height: auto;
  filter: invert();
}

.about {
  display: flex;
  flex-direction: column;
  color: #f2f2f2;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;

}

.head {
  font-size: 1.9em;
  word-wrap: normal;
  font-weight: 400;
  padding-right: 2vw;
}

.about p {
  font-size: 1.2em;
}

.whyunmute {
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;

}

.why {
  font-size: 2.6em;
  font-weight: 400;
  text-align: center;

}

.pointers {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 auto;

}

.p1,
.p2,
.p3 {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 200;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;

}

.p1 img {
  height: auto;
  width: 16vw;
  filter: invert();
  margin: 0 auto;
}

.p2 img {
  height: auto;
  width: 16vw;
  filter: invert();
  margin: 0 auto;
}

.p3 img {
  height: auto;
  width: 16vw;
  filter: invert();
  margin: 0 auto;
}

.p1,
.p2,
.p3 p {
  text-align: center;
  margin: 0 auto;
}

.topics {
  display: flex;
  width: 97%;
  height: auto;
  margin: 10vh auto;
  flex-direction: column;
  gap: 14px;


}

.whattopic {
  width: auto;
  height: auto;

  font-size: 2.6em;
  font-weight: 500;
  text-align: center;
}

.cards {
  width: 100%;
  height: auto;

  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.cards a {
  text-decoration: none;
}

.c {
  width: 18vw;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c img {
  height: auto;
  width: 8vw;
  filter: invert();
  margin: 0 auto;
}

.c p {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 auto;
}


.how {
  width: 98%;
  height: auto;

  margin: 0 auto;
}

.howuse {
  font-size: 2.6em;
  font-weight: 300;
  text-align: center;

}

/* Container */
.how-it-works-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  color: #f2f2f2;

}

/* Heading */
.how-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Ordered list */
.how-steps {
  list-style: none;
  counter-reset: step-counter;
  column-count: 1;
  column-gap: 60px;
}

/* List items */
.how-steps li {
  counter-increment: step-counter;
  margin-bottom: 40px;
  break-inside: avoid;

  font-size: 1.2rem;
}

.how-steps li::before {
  content: counter(step-counter) ". ";
  font-weight: bold;
  color: #f2f2f2;
  font-size: 1.2rem;
  margin-right: 5px;
}

.headingsports {
  margin: 4vh auto;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.headingsports span {
  font-size: 2.2em;
  font-weight: 400;
  text-align: center;

}

.headingsports p {
  font-size: 1.4em;
  font-weight: 200;
}

.submit {
  margin: 2vw auto;
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

form {
  margin-top: 2rem auto;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 0.8rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  resize: none;
  font-size: 1rem;
  color: black;
}

input[type="text"] {
  margin-top: 0.5rem;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: black;
}

button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  border: none;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

button:hover {
  background-color: rgb(4, 59, 92);
  color: #ffffff;
}

.card {
  background: white;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.livefeed span {
  font-size: 1.9em;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  left: 42vw;
  top: 0;
  position: relative;

}

.livefeed {
  height: auto;
  width: auto;

  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: transparent !important;
  /* Force remove background */
  box-shadow: none !important;
  border: none !important;
}

.tweet-card {
  width: 99%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tweet-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}


.tweet-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

#opinions {
  width: auto;
  height: auto;

  margin: auto;

  /* Prevent button overlap */
}

.user-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #e0e0e0;
}

.tweet-message {
  color: #f1f1f1;
  font-size: 1rem;
  line-height: 1.4;
  word-wrap: break-word;
}

.tweet-timestamp {
  text-align: right;
  font-size: 0.75rem;
  color: #aaa;
  margin-top: 6px;
}

.tweet-time {
  font-size: 0.8rem;
  color: #999;
  text-align: right;
  margin-top: 5px;
}
/* Tweet bottom section - replaces footer to maintain height */
.tweet-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  position: relative;
}

/* Upvote section styling */
.upvote-section {
  display: flex;
  align-items: center;
}

/* Upvote button styling */
.upvote-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 11px;
  transition: all 0.2s ease;
  opacity: 0.6;
  line-height: 1;
}

.upvote-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.upvote-btn.upvoted {
  opacity: 1;
  color: #4CAF50;
}

.upvote-btn.upvoted:hover {
  background-color: rgba(76, 175, 80, 0.1);
}

/* Upvote count styling - always visible */
.upvote-count {
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  min-width: 12px;
  text-align: left;
}

.upvote-btn.upvoted .upvote-count {
  color: #4CAF50;
}

/* SVG icon styling - using your preferred icon */
.upvote-btn svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  width: 16px;
  height: 16px;
}

.upvote-btn:hover svg {
  transform: translateY(-1px);
}

.upvote-btn.upvoted svg {
  stroke: #4CAF50;
}

/* Tweet time styling adjustment */
.tweet-time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}



.opinion-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
  transition: 0.3s ease;
}

.opinion-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.user-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.avatar {
  background-color: #045d8f;
  color: white;
  font-weight: bold;
  border-radius: 50%;


  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;

  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.name {
  font-weight: 600;
  color: #cfd9e6;
}

.opinion-text {
  font-size: 1rem;
  line-height: 1.4;
}

.write-wall {
  max-width: 600px;
  margin: 3rem auto;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}

.write-wall h2 {
  font-size: 1.8rem;
  color: rgb(4, 59, 92);
  margin-bottom: 0.5rem;
}

.write-wall .sub {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.write-wall textarea,
.write-wall input,
.write-wall select,
.write-wall button {
  width: 91%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.write-wall textarea {
  resize: none;
  height: 120px;
}

.write-wall button {
  background-color: rgb(4, 59, 92);
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.write-wall button:hover {
  background-color: rgb(3, 47, 75);
}

.write-wall button:disabled {
  background-color: #ccc;
  color: #eee;
  cursor: not-allowed;
  opacity: 0.6;
  width: 95%;
}

.confirmation-msg {
  font-weight: bold;
  color: rgb(4, 59, 92);
}

#wallSelect {
  color: #000000;
  width: 95%;
}

#wallSelect option {
  color: #000000;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid rgb(4, 59, 92);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.feedback-form {
  max-width: 600px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}

.feedback-form h2 {
  font-size: 1.7rem;
  color: rgb(4, 59, 92);
  margin-bottom: 0.5rem;
}

.feedback-form .sub {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.feedback-form textarea,
.feedback-form input,
.feedback-form button {
  width: 96%;
  padding: 12px;
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.feedback-form textarea {
  height: 120px;
  resize: none;
}

.feedback-form button {
  background-color: rgb(4, 59, 92);
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.feedback-form button:hover {
  background-color: rgb(3, 47, 75);
}

#thankyou {
  display: none;
  color: green;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Responsive for larger screens */
@media (min-width: 992px) {
  .how-steps {
    column-count: 2;
  }
}



/* Mobile styles */
@media (max-width: 850px) {
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    /* Ensure it starts from left */
    width: 100%;
    height: 100vh;
    /* Cover full height */
    background: rgba(30, 30, 30, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 99;
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 100;
  }

  body.nav-open {
    overflow: hidden;
  }
}

@media (max-width: 850px) {
  body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ===== MOBILE FIRST STYLING ===== */
@media (max-width: 768px) {

  .maintext,
  .about,
  .whyunmute,
  .how-it-works-section,
  .nav-links,
  .cards,
  .buttons,
  .what {
    padding: 0 1rem;
    text-align: center;
  }

  .heading h1 {
    font-size: 1.5rem;
  }

  .subheading p {
    font-size: 1rem;
  }

  .cta-button {
    width: 100%;
    margin: 0.5rem 0;
  }

  .pointers {
    flex-direction: column;
    align-items: center;
  }
  .description{
    font-size: 1em;
    font-weight: 400;
  }

  .p1,
  .p2,
  .p3 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cards1,
  .cards2 {
    flex-direction: column;
    align-items: center;
  }

  .c {
    width: 90%;
    margin: 0.5rem 0;
  }

  .logo img {
    width: 40px;
    height: 40px;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.95);
    height: 100vh;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
  }

  .nav-links.active {
    transform: translateX(0%);
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    z-index: 100;
    padding: 0.5rem;
  }

  .burger div {
    width: 25px;
    height: 3px;
    background-color: white;
  }

  .logo {
    flex-direction: row;
    align-items: center;
  }

  .what {
    flex-direction: column;
  }

  .what img {
    width: 64%;
    margin-bottom: 1rem;
  }

  .about {
    width: 100%;
  }

  .how-steps {
    column-count: 1;
  }



  .tweet-card {
    width: 104%;
    margin: 1rem -5vw;
  }

  .livefeed span {
    font-size: 1.9em;
    font-weight: 300;
    text-align: center;
    margin: 0 -28%;


  }
}

/* ===== TABLET STYLING ===== */
@media (min-width: 769px) and (max-width: 991px) {

  .maintext,
  .about,
  .whyunmute,
  .how-it-works-section,
  .nav-links,
  .cards,
  .buttons,
  .what {
    padding: 0 2rem;
  }

  .cards1,
  .cards2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .c {
    width: 40%;
    margin: 1rem;
  }

  .pointers {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p1,
  .p2,
  .p3 {
    width: 80%;
    margin-bottom: 1rem;
  }

  .how-steps {
    column-count: 1;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.95);
    height: 100vh;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
  }

  .nav-links.active {
    transform: translateX(0%);
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    z-index: 100;
    padding: 0.5rem;
  }

  .burger div {
    width: 25px;
    height: 3px;
    background-color: white;
  }

  .topic-box img {
    height: auto;
    width: 24vw;
    filter: invert();

  }
  .topics{
    margin: 6vh auto;
  }
  .nav-links li a{
    font-size: 2.2rem;

  }

}

/* ===== DESKTOP WIDE ===== */
@media (min-width: 992px) {
  .how-steps {
    column-count: 2;
  }

  .nav-links {
    display: flex !important;
    flex-direction: row;
    gap: 1rem;
  }

  .burger {
    display: none;
  }
}

/* ========== MOBILE RESPONSIVE STYLES ========== */
@media (max-width: 768px) {
  .navbar {
    flex-direction: row;
    padding: 15px 0;
    gap: 10px;
  }

  .nav-links {
    flex-direction: column;
    gap: 4vh;
    align-items: center;
  }

  .nav-links li a {
    font-size: 1.5rem;
  }

  .main {
    width: 100%;
    padding: 0;
    border: none;
    margin: 3vh auto;
  }

  .maintext {
    border: none;
    padding: 10px;
  }

  .heading {
    font-size: 1.5em;
    border: none;
  }

  .subheading {
    font-size: 1em;
    border: none;
    padding: 8px;
  }

  .buttons {
    flex-direction: column;
    gap: 15px;
    border: none;
  }

  .what {
    flex-direction: column;
    width: 100%;
    left: -4vw;
    gap: 10px;
    border: none;
  }

  .person {
    width: 60vw;
    height: auto;
  }

  .about {
    width: 90%;
    padding: 10px;
    text-align: center;
    border: none;
  }

  .head {
    font-size: 1.5em;
    padding: 0;
  }

  .about p {
    font-size: 1em;
  }

  .whyunmute {
    border: none;
    padding: 0px;
    margin: 0 auto;
  }

  .why {
    font-size: 2em;
    border: none;
    font-weight: 500;
  }

  .pointers {
    flex-direction: column;
    gap: 30px;
    border: none;
    margin: 0 auto;
    margin-bottom: 4vh;
  }

  .p1,
  .p2,
  .p3 {
    width: 100%;
    font-size: 1em;
    border: none;
    padding: 0;
  }

  .p1 img,
  .p2 img,
  .p3 img {
    width: 58%;
    height: auto;
  }

  .topics {
    height: auto;
    border: none;
    width: 100%;
    gap: 20px;
    margin: 0 auto;
  }

  .whattopic {
    font-size: 1.5em;
    height: auto;
    padding: 10px;
    border: none;
    margin-bottom: -3vh;
  }

  .cards {
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
    border: none;
    padding: 10px;
  }

  .c {
    width: 80%;
    height: auto;
    padding: 15px;
    border: none;
  }

  .c img {
    width: 110px;
    height: auto;
  }

  .c p {
    font-size: 1.2em;
  }

  .how {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .how-heading {
    font-size: 1.8rem;
  }

  .how-it-works-section {
    padding: 30px 20px;
    margin-bottom: 0;
  }

  .how-steps li {
    font-size: 1.1rem;
  }
}

@media (width: 430px) {
  .navbar {
    flex-direction: row;
    padding: 15px 0;
    gap: 10px;
  }

  .nav-links {
    flex-direction: column;
    gap: 4vh;
    align-items: center;
  }

  .nav-links li a {
    font-size: 1.5rem;
  }

  .main {
    width: 100%;
    padding: 0;
    margin: 4vh auto;
    border: none;

  }

  .maintext {
    border: none;
    padding: 10px;
  }

  .heading {
    font-size: 1.5em;
    border: none;
  }

  .subheading {
    font-size: 1em;
    border: none;
    padding: 8px;
  }

  .buttons {
    flex-direction: column;
    gap: 15px;
    border: none;
  }

  .what {
    flex-direction: column;
    width: 100%;
    
    gap: 10px;
    border: none;
  }

  .person {
    width: 60vw;
    height: auto;
  }

  .about {
    width: 90%;
    padding: 10px;
    text-align: center;
    border: none;
  }

  .head {
    font-size: 1.5em;
    padding: 0;
  }

  .about p {
    font-size: 1em;
  }

  .whyunmute {
    border: none;
    padding: 0;
    margin: 0 auto;
  }

  .why {
    font-size: 2em;
    border: none;
  }

  .pointers {
    flex-direction: column;
    gap: 30px;
    border: none;
    margin: 2vh auto;
    margin-bottom: 5vh;
  }

  .p1,
  .p2,
  .p3 {
    width: 100%;
    font-size: 1em;
    border: none;
    padding: 0;
  }

  .p1 img,
  .p2 img,
  .p3 img {
    width: 60vw;
    height: auto;
  }

  .topics {
    height: auto;
    border: none;
    width: 100%;
    gap: 20px;
  }

  .whattopic {
    font-size: 1.5em;
    height: auto;
    padding: 0;
    border: none;
    margin: 0 auto;
  }

  .cards {
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
    border: none;
    padding: 10px;
  }

  .c {
    width: 80%;
    height: auto;
    padding: 15px;
    border: none;
  }

  .c img {
    width: 110px;
    height: auto;
  }

  .c p {
    font-size: 1.2em;
  }

  .how {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .how-heading {
    font-size: 1.8rem;
  }

  .how-it-works-section {
    padding: 30px 20px;
    margin-bottom: 10%;
  }

  .how-steps li {
    font-size: 1.1rem;
  }
}

@media (width: 820px) and (max-height: 1180px) {

  /* GENERAL FIXES */
  body {
    padding: 0 15px;
    overflow-x: hidden;
  }

  .main {
    width: 93%;
  }

  /* MAIN HEADING & SUBHEADING FIX */
  .maintext {
    text-align: center;
    padding: 20px 10px;
  }

  .maintext .heading h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .maintext .subheading p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.6;
    word-wrap: break-word;
    font-weight: 500;
  }

  /* CTA BUTTONS */
  .buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 16px;
    width: fit-content;
  }

  /* WHAT IS UNMUTE SECTION */
  .what {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    margin: 0 11vw;
    width: 87%;
  }

  .what .person {
    width: 42%;
    height: auto;
  }

  .about {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }

  /* WHY UNMUTE SECTION */
  .pointers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .pointers .p1,
  .pointers .p2,
  .pointers .p3 {
    text-align: center;
    max-width: 90%;
  }

  .pointers img {
    width: 44%;
    height: auto;
  }


  /* TOPICS SECTION */
  .topics {
    padding: 30px 10px;
    height: 100%;
    margin: 0 auto;
  }

  .whattopic {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: auto;
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 90%;
  }

  .c {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c img {
    width: 18vw;
    height: auto;
    object-fit: contain;
  }

  .c p {
    margin-top: 8px;
    font-size: 1.3rem;
    text-align: center;
  }

  /* HOW UNMUTE WORKS SECTION */
  .how-it-works-section {
    padding: 30px 0;
    background: inherit;
    margin: 0 auto;

  }

  .how-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .how-steps {
    padding-left: 18px;
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .how-steps li {
    margin-bottom: 25px;
    word-break: break-word;
  }

  /* Fix overflow due to misaligned topics */
  .cards1,
  .cards2 {
    margin-bottom: 30px;
  }

  .tweet-card {
    width: 100%;
    margin: 1rem -2vw;
  }

  .livefeed span {
    font-size: 1.9em;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    left: 40%;
    top: 0;
    position: relative
  }





  @media (width: 768px) and (max-height: 1180px) {

    /* iPAD mINI
  body {
    padding: 0 15px;
    overflow-x: hidden;
  }
  .main{
    width: 93%;
  }

  /* MAIN HEADING & SUBHEADING FIX */
    .maintext {
      text-align: center;
      padding: 20px 10px;
    }

    .maintext .heading h1 {
      font-size: 2.4rem;
      line-height: 1.4;
      word-wrap: break-word;
    }

    .maintext .subheading p {
      font-size: 1.2rem;
      margin-bottom: 10px;
      line-height: 1.6;
      word-wrap: break-word;
      font-weight: 500;
    }

    /* CTA BUTTONS */
    .buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
    }

    .cta-button {
      padding: 10px 20px;
      font-size: 16px;
      width: fit-content;
    }

    /* WHAT IS UNMUTE SECTION */
    .what {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 0;
      gap: 20px;
      margin: 0 11vw;
      width: 87%;
    }

    .what .person {
      width: 42%;
      height: auto;
    }

    .about {
      text-align: center;
      font-size: 16px;
      line-height: 1.6;
    }

    /* WHY UNMUTE SECTION */
    .pointers {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      
    }

    .pointers .p1,
    .pointers .p2,
    .pointers .p3 {
      text-align: center;
      max-width: 90%;
    }

    .pointers img {
      width: 44%;
      height: auto;
    }

    /* TOPICS SECTION */
    .topics {
      padding: 30px 10px;
      height: 100%;
    }

    .whattopic {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 20px;
      display: block;
      width: 100%;
      height: auto;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      width: 90%;
    }

    .c {
      width: auto;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .c img {
      width: 18vw;
      height: auto;
      object-fit: contain;
    }

    .c p {
      margin-top: 8px;
      font-size: 1.3rem;
      text-align: center;
    }

    /* HOW UNMUTE WORKS SECTION */
    .how-it-works-section {
      padding: 30px 15px;
      background: inherit;

    }

    .how-heading {
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 20px;
    }

    .how-steps {
      padding-left: 18px;
      font-size: 1.2rem;
      line-height: 1.7;
    }

    .how-steps li {
      margin-bottom: 25px;
      word-break: break-word;
    }

    /* Fix overflow due to misaligned topics */
    .cards1,
    .cards2 {
      margin-bottom: 30px;
    }





  }

  @media (min-width:1024px) and (height:1366px) {
    .what {
      width: 89vw;
      height: auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      left: -8vw;

    }

    .main {
      width: 86vw;
    }

    .whyunmute {
      margin: 2vh auto;
    }

    .c {
      width: 16vw;
      height: auto;
    }

    .c p {
      font-size: 1.4em;
    }

    .cards {
      height: auto;
    }

    .whattopic {
      height: auto;
    }

    .topics {
      height: auto;
      margin-bottom: 3vh;
    }

    .person {
      width: 30%;
      height: auto;
      filter: invert();
    }

    .p1 img {
      height: auto;
      width: 97%;
    }

    .p2 img {
      height: auto;
      width: 97%;
    }

    .p3 img {
      height: auto;
      width: 97%;
    }

    .description {
      position: relative;
      bottom: 2vh;
    }



    .c img {
      height: auto;
      width: 56%;
    }

    .tweet-card {
      width: 129%;
    }

    .tweet-card {
      width: 97%;
    }



  }

  @media(width:912px) {

    .what {
      width: 80vw;
      height: auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      left: -11%;

    }

    .main {
      width: 86vw;
    }

    .whyunmute {
      margin: 2vh auto;
    }

    .c {
      width: 16vw;
      height: auto;
    }

    .c p {
      font-size: 1.4em;
    }

    .cards {
      height: auto;
      width: 91%;
    }

    .whattopic {
      height: auto;
    }

    .topics {
      height: auto;
      margin: 0 auto;
    }

    .person {
      width: 30%;
      height: auto;
      filter: invert();
    }

    .p1 img {
      height: auto;
      width: 50%;
    }

    .p2 img {
      height: auto;
      width: 50%;
    }

    .p3 img {
      height: auto;
      width: 50%;
    }

    .description {
      position: relative;
      bottom: 2vh;
    }



    .c img {
      height: auto;
      width: 75%;
    }



    .tweet-card {
      width: 97%;
    }

    .livefeed {
      margin-bottom: 50%;
    }


  }

  @media(width:853px) {

    .what {
      width: 80vw;
      height: auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      left: 0;

    }

    .main {
      width: 86vw;
    }

    .whyunmute {
      margin: 2vh auto;
    }

    .c {
      width: 16vw;
      height: auto;
    }

    .c p {
      font-size: 1.4em;
    }

    .cards {
      height: auto;
      width: 91%;
    }

    .whattopic {
      height: auto;
    }

    .topics {
      height: auto;
    }

    .person {
      width: 30%;
      height: auto;
      filter: invert();
    }

    .p1 img {
      height: auto;
      width: 50%;
    }

    .p2 img {
      height: auto;
      width: 50%;
    }

    .p3 img {
      height: auto;
      width: 50%;
    }

    .description {
      position: relative;
      bottom: 2vh;
    }



    .c img {
      height: auto;
      width: 75%;
    }



    .tweet-card {
      width: 98%;
    }

    .livefeed {
      margin-bottom: 52%;
    }


  }

  @media (width:1024px) and (height:600px) {
    .what {
      width: 89vw;
      height: auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      left: -2vw;

    }

    .main {
      width: 86vw;
    }

    .whyunmute {
      margin: 2vh auto;
    }

    .c {
      width: 16vw;
      height: auto;
    }

    .c p {
      font-size: 1.4em;
    }

    .cards {
      height: auto;
    }

    .whattopic {
      height: auto;
    }

    .topics {
      height: auto;
    }

    .person {
      width: 30%;
      height: auto;
      filter: invert();
    }

    .p1 img {
      height: auto;
      width: 97%;
    }

    .p2 img {
      height: auto;
      width: 97%;
    }

    .p3 img {
      height: auto;
      width: 97%;
    }

    .description {
      position: relative;
      bottom: 2vh;
    }

    .how {
      margin-bottom: 0;
    }

    .c img {
      height: auto;
      width: 56%;
    }
  }

  @media (min-width:769px) and (max-width:852px) {
    .what {
      width: 89vw;
      height: auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      left: -2vw;

    }

    .main {
      width: 86vw;
    }

    .whyunmute {
      margin: 2vh auto;
    }

    .c {
      width: 16vw;
      height: auto;
    }

    .c p {
      font-size: 1.4em;
    }

    .cards {
      height: auto;
    }

    .whattopic {
      height: auto;
    }

    .topics {
      height: auto;
    }

    .person {
      width: 30%;
      height: auto;
      filter: invert();
    }

    .p1 img {
      height: auto;
      width: 75%;
    }

    .p2 img {
      height: auto;
      width: 75%;
    }

    .p3 img {
      height: auto;
      width: 75%;
    }

    .description {
      position: relative;
      bottom: 2vh;
    }



    .c img {
      height: auto;
      width: 56%;
    }


  }
}