/* Import Fonts */
@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");

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Raleway:wght@300&display=swap');


/* General Styling */
body {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Playfair Display', serif;
  color: white;
  text-align: center;
  background-color: #020203;

}


.maincontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;

  /* max-width: 900px; Content ka max width */
}

.maincontainer .section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #020203;

  background-image:
    url('/static/media/Vector\ \(6\).png'),
    /* sabse pehle image ka URL */
    radial-gradient(ellipse 600px 700px at 50% 400px, rgba(3, 52, 60, 0.567), rgba(1, 19, 31, 0.041)),
    url('/static/media/Rectangle\ 80.png');

  background-size: cover, cover, 600px 800px;
  /* dono ke liye */
  background-position: center, center, 0 100%;
  background-repeat: no-repeat, no-repeat;
  min-height: 100vh;
}

.team-row-top .image-1-team {
  position: absolute;
  top: 20%;
  left: 49%;
}

.team-row-top .image-2-team {
  position: absolute;
  top: 22%;
  left: 62%;
}

.team-row-bottom .image-4-team {
  position: absolute;
  top: 40%;
  left: 34%;
}

.maincontainer .section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #030304;
  /* Background color */
  background-image:
    url('/static/media/Rectangle 80.png'),
    url('/static/media/Rectangle 79.png'),
    url('/static/media/Ellipse\ 8.png');
  background-size: 521px 100%, 60% 60%, 447.82px 100%;
  /* pehli image ka size, doosri ka size */
  background-position: 0 95%, 90% 0, 100% 90%;
  background-repeat: no-repeat, no-repeat;
}




/* Ensure actual content stays above circles */
.maincontainer .section2 .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.maincontainer .section3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}


.header {
  position: fixed;
  top: 4%;
  left: 50%;
  /* Center point */
  transform: translateX(-50%);
  /* Pull it back half width to center */
  max-width: 100%;
  width: 1290px;
  height: 70px;
  background: #15171A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 40px;
  /* Rounded corners */
  transition: top 0.3s ease;
}


.header nav {
  display: flex;
  font-family: 'Raleway', sans-serif;
  color: white;
  gap: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.header nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.header nav a:hover {
  color: #00AEEF;
}

.cart {
  font-size: 24px;
  cursor: pointer;
}

.header nav .login-btn {
  background: linear-gradient(140deg, #D911B8 2%, #5f4cd7 60%, #2A80C3 100%);
  padding: 10px 20px;
  border-radius: 999px;
  /* width: 103px;
  height: 42px; */
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.header nav .login-btn:hover {
  filter: brightness(1.2);
}

.menu-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 70px;
  background-color: #15171A;
  border-radius: 40px;
  position: fixed;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1290px;
  z-index: 1001;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

.menu-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.desktop-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Show this only on mobile */
@media (max-width: 1000px) {
  .menu-right .login-btn {
    background: linear-gradient(140deg, #D911B8 2%, #5f4cd7 60%, #2A80C3 100%);
    padding: 10px 20px;
    border-radius: 999px;
    /* width: 103px;
  height: 42px; */
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: 0.3s;
  }

  .menu-right .login-btn:hover {
    filter: brightness(1.2);
  }

  .desktop-right {
    display: none;
  }

  .menu-header {
    display: flex;
  }

  .header nav {
    display: none;
    flex-direction: column;
    background: #15171A;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    z-index: 999;
  }

  .header nav.show {
    display: flex !important;
  }
}

/* @media screen and (max-width: 1000px) {
  .maincontainer {
    display: none;
  }
} */

.container {
  display: flex;
  flex-direction: column;
  /* Elements ko ek doosre ke neeche set karega */
  justify-content: center;
  /* Center vertically */
  align-items: center;
  /* Center horizontally */
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 800px;
  /* Fixed height */
  text-align: center;

  /* Center align text */
}

.image-1 {
  position: absolute;
  top: 65%;
  left: 20%;
}

.image-2 {
  position: absolute;
  top: 48%;
  left: 75%;
}

.image-3 {
  position: absolute;
  top: 46%;
  left: 23%;
}

.image-4 {
  position: absolute;
  top: 75%;
  left: 90%;
}

.maincontainer .shap-image-1,
.shap-image-2,
.shap-image-3,
.shap-image-4 {
  position: absolute;
  /* Absolute positioning */
  z-index: 10;
  /* Ensure images are on top */
}

.maincontainer .shap-image-1 {
  top: 50%;
  left: 8%;
}

.maincontainer .shap-image-3 {
  top: 64%;
  left: 53%;
}

.maincontainer .shap-image-4 {
  top: 62%;
  left: 48%;
}



.container h1 {
  font-size: 200px;
  font-weight: 700;
  font-family: 'Abhaya Libre ExtraBol';
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  letter-spacing: 5px;
  color: white;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  /* background-color: #fff; */

}

/* Paragraph Styling */
.text-content {
  max-width: 880px;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: relative;
  /* background-color: #fff; */

  z-index: 2;
  color: white;
  margin: 14px auto 0;
  width: 100%;
  top: -30px;

}

/* Logo Image */
.dino-img {
  position: absolute;
  /* width: 100%; */
  max-width: 50%;
  top: 170px;
  z-index: 1;
  opacity: 0.9;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.dino-img.hidden {
  opacity: 0;
  transform: translateY(-20px);
}


/* How Does Feedme Section */
.now-about-joey {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
  background-size: cover;
  background-position: right top;
  width: 100%;
  max-width: 100%;
  height: 300px;

  /* background-color: black; */
}

/* .introsection {
position: relative;
} */


.introsection .introsss {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;

}


.introsss .left {
  flex: 1 1 500px;
  text-align: left;
}

.introsss .left h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.introsss .left h2 span {
  background: linear-gradient(to right, #00c6ff, #bc00dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introsss .left p {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 20px;
}

.introsss .btn {
  background: linear-gradient(to right, #bc00dd, #00c6ff);
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.introsss .btn:hover {
  transform: scale(1.05);
}

.introsss .right {
  flex: 1 1 400px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  background-image:
    radial-gradient(circle 400px at 5% 500px, rgba(241, 127, 229, 0.2), rgba(10, 11, 11, 0.8)),
    radial-gradient(circle 300px at 100% 500px, rgb(42, 128, 195) 50%, rgba(10, 11, 11, 0.8));
  ;
  /* background image path */
  background-size: cover;
  background-position: center center;
}


.introsss .right h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.introsss .news-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.introsss .news-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
}

.introsss .news-title span {
  background: linear-gradient(to right, #00c6ff, #bc00dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introsss .news-desc {
  font-size: 0.95rem;
  color: #ccc;
}

.image-box {
  flex: 1;
  /* Ensures equal space with .text-box */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  /* Ensures it has height */
  overflow: hidden;
  /* Prevents the image from overflowing */
}

.image-box img {
  flex: 1;
  /* Ensures equal space with .text-box */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  /* Ensures it has height */
  overflow: hidden;
  /* Prevents the image from overflowing */
  max-width: 50%;
}


.introsection .intro-img {
  position: absolute;
  width: 100%;
  max-width: 400px;
  left: 200px;
  z-index: 1;
}

.newfeed {
  align-items: center;
  justify-content: center;
  /* padding: 50px 0; */
  width: 80%;
  height: 600px;
  color: white;
}

.newrecord {
  align-items: center;
  justify-content: center;
  /* padding: 50px 0; */
  width: 80%;
  height: 700px;
  color: white;
  margin-top: 100px;
}

.pod-cast {
  align-items: center;
  justify-content: center;
  /* padding: 50px 0; */
  width: 1270px;
  height: 700px;
  color: white;
  padding: 50px 20px;
  margin-bottom: 100px;

}

.newsrecordlink {
  align-self: flex-end;
  /* Aligns 'View All' at the bottom */
  margin-top: auto;
  /* Push it to the bottom */
  text-align: right;
  /* Align text to the right */
  width: 100%;
  padding: 10px 20px;
  /* Adjust padding */
}

.newsrecordlink a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.newsrecordimage img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

/* .newsfeedsection .newsfeedimage {

align-items: center;
overflow: hidden;
}

.newsfeedimage img {
border-radius: 10px 10px 0 0; 
object-fit: cover;
}
.newsfeedsection .newsfeedlink {
align-items: end;
color: #fff;
padding-bottom: 20px;
} */
.newsrecordsection {
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center horizontally */
  justify-content: space-between;
  /* Push items apart */
  height: 100%;
  /* Ensure full height */
}

.newsfeedsection {
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center horizontally */
  justify-content: space-between;
  /* Push items apart */
  height: 500px;
  /* Ensure full height */
}

/* body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      background: linear-gradient(to right, #1a1a2e, #16213e);
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px 20px;
    } */

.newsfeedsection h2 {
  font-size: 2rem;
  font-weight: 600;
}

.newsfeedsection .news-feed {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.newsfeedsection .tweet-card {
  background-color: #111;
  border-radius: 12px;
  padding: 20px;
  width: 377px;
  height: 259px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.newsfeedsection .tweet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsfeedsection .user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsfeedsection .user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.newsfeedsection .user-details {
  display: flex;
  flex-direction: column;
}

.newsfeedsection .user-details span:first-child {
  font-weight: 600;
}

.newsfeedsection .user-details span:last-child {
  font-size: 0.85rem;
  color: #aaa;
}

.newsfeedsection .tweet-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #ddd;
  text-align: left;

}

.newsfeedsection .tweet-footer {
  font-size: 0.8rem;
  color: #aaa;
  display: flex;
  gap: 8px;
  align-items: center;
}


.newsfeedsection .view-all button {
  background: linear-gradient(to right, #bc00dd, #00c6ff);
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.newsfeedsection .view-all button:hover {
  transform: scale(1.05);
}

.newsfeedlink {
  align-self: flex-end;
  /* Aligns 'View All' at the bottom */
  margin-top: auto;
  /* Push it to the bottom */
  text-align: right;
  /* Align text to the right */
  width: 100%;
  padding: 10px 20px;
  /* Adjust padding */
}

.newsfeedlink a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.newsfeedimage img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

/* .text-box {
  flex: 1;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px; 
}

.text-box h2,
.text-box h3,
.text-box h1 {
  font-family: 'Abhaya Libre SemiBold';
  color: white;
  margin: 0;
  font-size: 110px;
  text-align: center;
}

.text-box h2 span {
  background: linear-gradient(to right, #00c6ff, #bc00dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-box p {
  font-size: 16px;
  line-height: 36px;
  font-family: 'Inter Display';
  color: white;
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
} */


.now-about-joey {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-size: cover;
  background-position: right top;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  height: auto;
  flex-direction: column;
  /* Stack on smaller screens */
  text-align: center;
}

.text-box {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1216px;
  width: 100%;
  padding: 0 20px;
}

.text-box h2,
.text-box h3,
.text-box h1 {
  font-family: 'Abhaya Libre SemiBold';
  color: white;
  margin: 0;
  font-size: clamp(32px, 7vw, 80px);
  /* Responsive font size */
}

.text-box h2 .joe {
  background: linear-gradient(to right, #a99cf4, #8e4eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-box h2 .tones {
  background: linear-gradient(to right, #9f41db, #ff38c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-box p {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Inter Display';
  color: white;
  max-width: 1178px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

/* ✅ Responsive Breakpoints */
@media (max-width: 1024px) {
  .now-about-joey {
    padding: 50px 10px;
  }

  .text-box h2 {
    font-size: clamp(32px, 8vw, 72px);
  }
}

@media (max-width: 768px) {
  .now-about-joey {
    padding: 40px 16px;
  }

  .text-box p {
    font-size: 14px;
    line-height: 1.7;
  }

  .image-1 {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: none;
  }
}

@media (max-width: 480px) {
  .text-box h2 {
    font-size: clamp(28px, 9vw, 56px);
  }

  .text-box p {
    font-size: 12px;
    line-height: 1.6;
  }

  .image-4 {
    display: none;
  }

  .image-1 {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }
}

.intro-box p {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: white;
  text-align: left;
  /* Aligns text to the left */
}

.intro-box {
  flex: 1;
  /* Take equal space */
  color: white;
  /* padding-left: 50px; */
  margin-right: 170px;
}

.intro-box h2,
.intro-box h3,
.intro-box h1 {
  font-family: 'Playfair Display', serif;
  color: white;
  margin: 0;
  text-align: left;
  /* Aligns text to the left */

}

.intro-box h2 {
  font-size: 30px;
  font-weight: 400;
}

.intro-box h1 {
  font-size: 80px;
  font-weight: 700;
}

.key-features h1 {
  font-size: 80px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: white;
  margin: 0;
  text-align: center;
}

.features-section {
  /* padding: 60px 20px; */
  /* background: radial-gradient(circle at center, #0a0f1c, #0a0f1c 80%); */
  text-align: center;
  color: white;
  width: 1193px;
  max-width: 1193px;
}

.features-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  width: 1193px;
  max-width: 1193px;
  margin: 0 auto;
  justify-content: center;
  /* 🟢 This is the key to center single items */
}


.feature-card {
  position: relative;
  background: #151515;
  border-radius: 16px;
  padding: 30px 20px;
  width: 382px;
  height: 292px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset -6px -6px 0 rgba(255, 255, 255, 0.02),
    0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;

  background-image:
    radial-gradient(circle 500px at 60% 600px, rgba(127, 20, 116, 0.2), transparent),
    /* blue glow */
    radial-gradient(circle 200px at 50% 10px, rgb(147, 171, 231, 0.2), transparent);
  /* pink glow */
}


.feature-card::before,
.feature-card::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(60, 58, 59, 0.5), transparent);
  z-index: 1;
}

.feature-card::before {
  top: 0;
  left: 0;
  border-top-left-radius: 16px;
}

.feature-card::after {
  bottom: 0;
  right: 0;
  background: linear-gradient(315deg, rgba(60, 58, 59, 0.5), transparent);
  border-bottom-right-radius: 16px;
}


.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 0, 150, 0.2);
}

.feature-card .icon {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: #ff00cc;
  /* neon pink-purple */
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.feature-card p {
  font-size: 0.95rem;
  color: #ccc;
}


.pod-cast .podcastdetail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 80%;
  align-items: center;
  /* justify-content: center; */
}

.pod-cast .podcastdetail h1 {
  font-size: 18px;
  font-weight: bold;
}

.pod-cast .podcastdetail a {
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  color: #00AAFF;
}

.podcastmaindiv {
  width: 100%;
  max-width: 100%;
  height: 1005px;
  max-height: 1005px;
}

.podcast {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  /* padding: 10px; */
  width: 1245px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  background-image:
    url('/static/media/header.png'),
    url('/static/media/Container.png');

  background-position: left, right;
  /* left-bottom and right-bottom */
  background-repeat: no-repeat, no-repeat;
}


.card-link {
  text-decoration: none;
  /* Remove underline */
  color: inherit;
  /* Keep text colors same */
  display: inline-block;
  /* Ensure block behavior */
}

.card {
  position: relative;
  width: 303px;
  height: 365px;
  background: transparent;
  color: black;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}


.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  overflow: hidden;
}



/* 🟢 Image expands fully on hover */
.card img {
  width: 290px;
  height: 296px;
  object-fit: cover;
  /* or use 'contain' depending on your preference */
  border-radius: 8px;
}


.card-content {
  position: absolute;
  width: 290;
  height: 47;
  background: transparent;
  padding: 8px 10px;
  text-align: left;
  transition: background 0.4s ease-in-out;
}


/* 🟢 Keep text (h3, p) visible */
.card-content h3 {
  color: #fff;
  transition: color 0.4s ease-in-out;
  margin: 5px 0;
  /* Reduce top & bottom margin */
  font-size: 18px;
  font-weight: bold;
}


.card-content p {
  margin: 3px 0;
  /* Reduce space between p and span */
  font-size: 14;
  color: #fff;
  transition: color 0.4s ease-in-out;
}

.card-content span {
  display: block;
  /* Ensures it's on a new line */
  margin-top: 20px;
  /* Reduce space above span */
  font-size: 0.6em;
  color: #fff;
  transition: color 0.4s ease-in-out;
}

/* 🟢 Play Button Positioning */
.play-btn {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  color: #00AAFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

/* 🟢 Move Play Button to Center & Increase Size on Hover */
.card:hover .play-btn {
  width: 70px;
  height: 70px;
  font-size: 3em;
  bottom: 240px;
  left: 50%;
  transform: translate(-50%, 50%);
  background: rgba(255, 255, 255, 0.9);
  color: #00AAFF;
}

.feedme-start {
  display: flex;
  flex-direction: column;
  /* Elements ko ek doosre ke neeche set karega */
  justify-content: center;
  /* Center vertically */
  align-items: center;
  /* Center horizontally */
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 100%;
  max-height: 100%;
  /* Fixed height */
  text-align: center;

  /* Center align text */
}

.how-does-feedme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: right top;
  width: 100%;
  max-width: 100%;
  height: 444px;

  /* background-color: black; */
}


.start-text-box {
  flex: 1;
  color: white;
  padding-left: 30px;
  width: 100%;
  max-width: 623px;
  padding-right: 20px;
  box-sizing: border-box;
}

.start-text-box h2,
.start-text-box h3,
.start-text-box h1 {
  font-family: 'Inter Display';
  color: white;
  margin: 20px 0 0 0;
  text-align: left;
  font-size: clamp(24px, 4vw, 36px);
  /* Responsive font size */
}

.start-text-box h2 span {
  color: #D911B8;
}

.start-text-box p {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Inter Display';
  color: white;
  text-align: left;
  margin-top: 20px;
}

/* ✅ Responsive Adjustments */
@media (max-width: 1024px) {
  .start-text-box {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .start-text-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .start-text-box p {
    font-size: 16px;
  }

  .start-text-box h2 {
    font-size: clamp(20px, 5vw, 30px);
  }
}

@media (max-width: 480px) {
  .maincontainer .section2 {
    height: 340px;
  }

  .image-box img {
    max-width: 60%;
  }

  .start-text-box {
    padding: 10px 0;
  }

  .start-text-box h2 {
    text-align: left;
    font-size: 16px;
  }

  .start-text-box p {
    text-align: left;
    font-size: 8px;
  }

  .pod-cast {
    display: none;
  }
}

.team-section {
  background-image: url('/static/media/Group 1261154040.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 529px 529px;
  /* Set exact size */
  color: white;
  text-align: center;
  padding: 30px 20px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}



.section3 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 60px;
}

.team-row-top {
  display: flex;
  justify-content: center;
  gap: 33px;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}

.team-row-bottom {
  display: flex;
  justify-content: center;
  gap: 33px;
  flex-wrap: wrap;
  margin-top: -2%;
  position: relative;

}

.team-card {
  background: #020203;
  border-radius: 20px;
  padding: 20px;
  width: 180.61px;
  height: 235.98px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.team-card img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 2px solid #222;
  margin-bottom: 5px;
  object-fit: cover;
  margin-left: 10px;
}

.team-card h3 {
  /* margin: 5px 0; */
  font-size: 16px;
  margin-top: -10px;
}

.team-card .handle {
  color: #00bfff;
  font-size: 12px;
  margin-top: -20px;

}

.team-card .role {
  color: #bbb;
  font-size: 12px;
  margin-top: -20px;

}

.rotate-left {
  transform: rotate(-10deg);
}

.rotate-right {
  transform: rotate(10deg);
}

.wave-container {
  width: 100%;
  height: 100px;
}

.wave-container .wave-image {
  width: 100%;
  height: 100%;
  margin-top: -3%;
}
