@import url("//fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("//fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Sora:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #171717;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
b {
  color: #ffffff;
}
p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
.sectionContainer {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sectionHeading {
  padding-bottom: 60px;
  font-size: 21px;
}
.navSection {
  width: 100%;
  margin-top: 20px;
  position: fixed;
  top: 0;
  z-index: 999;  /* Increased z-index */
}
.navbar {
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 12px;
  background-color: #2a2a3354;
  border: 1px solid #97a5ff26;
  padding: 12px 16px;
}
.logoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoContainer img {
  width: 50px;
  height: 50px;
}
.navbar a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.navbar button {
  padding: 8px 20px;
  font-size: 18px;
  font-family: inherit;
  background-color: #1BA6AE;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  transition: 0.4s;
}
.navbar button:hover {
  transform: scale(1.1);
}
.menuIcon {
  display: none;
  cursor: pointer;
}
.menuIcon img {
  width: 30px;
  height: 30px;
}
.heroSectionContainer {
  width: 100%;
  padding: 140px 0 100px 0;
  display: flex;
  justify-content: center;
  align-items: center; /* Added margin for navbar */
}


.heroSection {
  width: 90%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left side - Text content */
.heroTextSection {
  width: 45%;
  text-align: left;
}

.heroTextSection h1 {
  font-size: 52px;
  color: #bbb9b9;
  font-family: "Sora", sans-serif;
  margin-bottom: 10px;
}

.heroTextSection h2 {
  font-size: 32px;
  color: #bbb9b9;
  font-family: "Sora", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.heroTextSection p {
  color: #b6b0b0;
  font-size: 22px;
  margin: 30px 0;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}

.tryNowButton {
  padding: 12px 30px;
  font-size: 20px;
  font-family: inherit;
  background-color: #1BA6AE;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s;
}

.tryNowButton:hover {
  transform: scale(1.05);
}

/* Right side - Audio samples */
.heroAudioSection {
  width: 45%;
}

.voiceSamplesContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.voiceSampleRow {
  display: flex;
  width: 100%;
}

.voiceSample {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 15px;
  width: 100%;
}

.voiceInfo {
  display: flex;
  flex-direction: column;
}

.voiceName {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sora", sans-serif;
}

.voiceType {
  color: #d1d1d1;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.playButton {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #1BA6AE;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.playButton:hover {
  background-color: #15888f;
}

.playIcon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.exploreMoreContainer {
  text-align: right;
  margin-top: 15px;
}

.exploreMoreLink {
  color: #1BA6AE;
  font-size: 16px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

.exploreMoreLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .heroSection {
    flex-direction: column;
    align-items: center;
  }
  
  .heroTextSection, .heroAudioSection {
    width: 90%;
  }
  
  .heroTextSection {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .heroTextSection h1 {
    font-size: 40px;
  }
  
  .heroTextSection h2 {
    font-size: 26px;
  }
  
  .heroTextSection p {
    font-size: 18px;
  }
}
.marqueeContainer {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.scrollParent {
  position: relative;
  width: 100%;
  height: 200px;
  overflow-x: hidden;
}
.scrollElement {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
  animation: primary 10s linear infinite;
}
.scrollElement img {
  width: 32%;
  height: 140px;
}
.primary {
  animation: primary 10s linear infinite;
}

.section-heading {
  text-align: center;
  margin-bottom: 1rem;
}

.section-heading h3 {
  font-size: 1.5rem;
  color: #EAECEF;
  font-weight: bold;
}

.logo-title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

.logo-title-section img {
  height: 2.5rem;
  width: 2.5rem;
}

.logo-title-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EAECEF;
  text-align: center;
}

.subtitle {
  color: #B0B4BB;
  text-align: center;
  margin: 0.5rem 0 1.5rem 0;
  font-size: 1rem;
  padding: 0 1rem;
}

/* Responsive adjustments */
@media (max-width: 700px) {
  .logo-title-section {
    flex-direction: row; /* Changed from column to row */
    gap: 0.5rem;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .logo-title-section img {
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
  }
  
  .logo-title-section h2 {
    font-size: 1.25rem;
    white-space: normal; /* Allow text to wrap within the h2 if needed */
  }
}

.secondary {
  animation: secondary 10s linear infinite;
}
.featureSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.featureSectionContainer {
  background-color: #171717;
  color: #ffffff;
}
.featureSection {
  width: 90%;
}
.featureContainer {
  width: 26%;
  height: 240px;
  background-color: transparent;
  border: 1px solid #dddddd;
  padding: 20px;
}
.featureContainer img {
  width: 40px;
  height: 40px;
}
.featureContainer h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #1BA6AE;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
.featureContainer p {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.stepSectionContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 90%;
}
.stepImageContainer {
  width: 60%;
  height: 500px;
}
.stepImageContainer img {
  width: 90%;
  height: 500px;
}
.allStepContainer {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.stepContainer {
  width: 80%;
  padding: 20px 0 20px 50px;
  background-color: #000000;
  border-radius: 8px;
  border: none;
  position: relative;
}
.stepIconContainer {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #1BA6AE;
  color: #ffffff;
  font-size: 20px;
  margin: 20px 0;
  position: absolute;
  left: -20px;
  top: 1%;
}
.stepContainer h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.stepContainer p {
  margin: 20px 4px;
  color: #a0a0a0;
  font-size: 18px;
}
.testimonialContainerSection {
  width: 100%;
  height: 400px;
}
.testimonyContainer {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonybox {
  width: 100%;
  height: 100%;
}
.testimonyContent {
  width: 40%;
  height: 100%;
}
.testimonyTextSectionContainer {
  width: 45%;
  height: 100%;
  position: relative;
}
.testimonyTextSectionContainer p {
  line-height: 32px;
  font-size: 18px;
}
.testimonyTextSectionContainer h3 {
  margin-top: 32px;
}
.testimonyVideoContainer {
  width: 45%;
  height: 100%;
}
.testimonyVideoContainer iframe {
  width: 100%;
  height: 100%;
}
.fade {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.dotContainer {
  position: absolute;
  bottom: 0;
}
.dot {
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
  height: 10px;
  width: 10px;
}
.aboutUsContainer {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  width: 90%;
}
.aboutUsLogoSection {
  width: 50%;
}
.aboutUsLogoSection img {
  width: 70%;
}
.aboutUsTextSection {
  flex: 1;
  font-size: 20px;
  line-height: 32px;
  color: #dddddd;
}
.faqSection {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leftFaqContainer,
.righFaqContainer {
  width: 45%;
}
.faqContainer {
  width: 90%;
  background-color: #000000;
  margin-bottom: 10px;
  border-bottom: 2px solid #1BA6AE;
}
.faqQuestion {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
  padding: 12px 20px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.faqAnswer {
  display: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 20px;
  font-size: 18px;
  text-align: left;
  color: #dddddd;
}
.faqAnswer hr {
  width: 100%;
  border: 1px solid #a0a0a0;
}
.faqAnswer p {
  padding: 12px 0;
  line-height: 26px;
  font-size: 18px;
}
.footerSectionContainer {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.footerSection {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footerContainer {
  width: 30%;
  height: 300px;
}
.footerContainer ul {
  list-style: none;
  margin-top: 50px;
}
.footerContainer li {
  margin-bottom: 20px;
}
.socialIconContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.socialIcon {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background-color: #1BA6AE;
  cursor: pointer;
}
.socialIcon img {
  width: 28px;
  height: 28px;
}
@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}