@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "SVN-Gilroy-Regular", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

/* Header & Navigation */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}

.logo img {
  max-width: 242px;
  height: auto;
}

.menu {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 400px) {
  .menu {
    display: block;
  }
}

.menu-item {
  font-size: 22px;
  padding: 10px;
  cursor: pointer;
}
.menu-item:hover {
  color: #1978ef;
}

.menu-item span:hover {
  color: #1978ef;
}

.menu-item.cta {
  background-color: #1978ef;
  color: white;
  border-radius: 5px;
  padding: 10px 15px;
}

.menu-item.lang:hover{
  color: black;

}

.menu-item.cta:hover {
  background-color: #0b56bc;
}

.active {
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: rgba(209, 228, 252, 0.5);
  margin-top: 80px;
}

@media (min-width: 568px) {
  .hero {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}

.hero-image {
  max-width: 100%;
  margin-bottom: 30px;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

.hero-content {
  max-width: 670px;
}

.hero-title {
  font-size: 40px;
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.highlight {
  color: #1978ef;
}

.hero-text {
  font-size: 22px;
  line-height: 1.4;
}

/* World and Voice Section Combined */
.world-voice-section {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.world-row,
.voice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.voice-title {
  font-family: "SVN-Gilroy-Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 122px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1978ef 0%, #6a11cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 2px 4px 12px rgba(25, 120, 239, 0.15);
  flex: 0 0 62%;
  width: 72%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.world-title {
  font-family: "SVN-Gilroy-Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 52px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1978ef 0%, #6a11cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 2px 4px 12px rgba(25, 120, 239, 0.15);
  flex: 0 0 62%;
  width: 72%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {

  .world-title,
  .voice-title {
    font-size: 78px;
  }
}

@media (min-width: 992px) {

  .world-title,
  .voice-title {
    font-size: 80px;
  }
}

@media (max-width: 991px) {

  .world-title,
  .voice-title {
    flex-basis: 80%;
    width: 80%;
  }
}

@media (max-width: 767px) {

  .world-title,
  .voice-title {
    flex-basis: 60%;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 850px) {

  .world-title,
  .voice-title {
    font-size: 70px;
  }
}

.voice-image {
  justify-content: flex-start;
}

.world-image img,
.voice-image img {
  max-width: 100%;
  height: auto;
  border-radius: 200px;
}


@media (min-width: 992px) {
  .description-download {
    flex-direction: row;
    align-items: flex-start;
  }
}

.description {
  flex: 1;
}

.description p {
  font-size: 22px;
  line-height: 1.4;
}

.download {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.download-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.download-option-google {
  width: 200px
}


.download-option-apple {
  width: 200px
}



@media (min-width: 1050px) {
  .download-options {
    width: 82%;
  }

  .download {
    margin-left: 100px;
  }
}

.download-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  gap: 20px;
  width: 80%;
}

.download-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 8px;
  min-width: 128px;
  cursor: pointer;
}

.download-option div {
  font-size: 20px;
}

.apk-icon {
  width: 31px;
  height: 42px;
  background-image: url(https://c.animaapp.com/mam1sif3aHnt0l/img/group.png);
  background-size: 100% 100%;
}

.apple-icon {
  width: 31px;
  height: 38px;
  background-image: url(https://c.animaapp.com/mam1sif3aHnt0l/img/----.png);
  background-size: 100% 100%;
}

/* Coming Soon Banner */
.coming-soon-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #1978ef;
  color: white;
  padding: 15px 0;
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  min-height: 60px;
}

.coming-soon-banner .scrolling-content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-banner 15s linear infinite;
}

@keyframes scroll-banner {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.coming-soon {
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin: 0 10px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .coming-soon {
    font-size: 30px;
  }
}

.dot {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .coming-soon {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .coming-soon-banner {
    padding: 10px 0;
    min-height: 40px;
  }

  .coming-soon {
    font-size: 18px;
  }

  .dot {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}

/* Features Section */
.features-section {
  padding: 40px 20px;
  text-align: center;
}

.features-title {
  font-size: 40px;
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.features-subtitle {
  font-size: 22px;
  margin-bottom: 40px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  border-radius: 55px;
  text-align: left;
}

@media (min-width: 992px) {
  .feature-card {
    flex-direction: row;
    gap: 40px;
  }
}

.post-card {
  background-color: #a3c9fa;
}

.poll-card {
  background-color: #0b56bc;
  color: white;
}

.comment-card {
  background-color: #1877f2;
  color: white;
}

.feature-content {
  flex: 1;
  align-self: center;
}


.feature-name {
  font-family: "SVN-Gilroy-XBold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
  text-align: left;
  color: #0B56BC;
}

.feature-name.comment {
  color: white;
}

@media (min-width: 768px) {
  .feature-name {
    font-size: 64px;
  }
}

@media (min-width: 1025px ) {
  .feature-content {
    padding-left: 50px;
  }

}

@media (max-width: 1025px ) {
  .feature-card {
    padding: 30px;
  }
}


.feature-description {
  font-size: 22px;
  line-height: 1.4;
}

.feature-example {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .feature-example {
    margin-top: 0;
  }
}

.feature-example img {
  max-width: 100%;
  height: auto;
}

.example-title {
  font-family: "SVN-Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  max-width: 215px;
}

.post-button {
  background-color: #1978ef;
  color: white;
  font-family: "SVN-Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 16px;
  margin-top: 15px;
  cursor: pointer;
}

/* About Section */
.about-section {
  padding: 40px 20px;
}

.about-title {
  font-size: 48px;
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .about-title {
    font-size: 64px;
  }
}

.about-content {
  display: grid;
  gap: 30px;
}

@media (min-width: 992px) {
  .about-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-content p {
  font-size: 22px;
  line-height: 1.4;
}

/* Values Section */
.values-section {
  padding: 40px 20px;
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  .values-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.value-card {
  background-color: white;
  border-radius: 27px;
  box-shadow: 4px 4px 14.3px rgba(0, 0, 0, 0.25);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value-icon {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.value-icon-1 {
  background-color: #a3c9fa;
}

.value-icon-2 {
  background-color: #1978ef;
}

.value-icon-3 {
  background-color: #0b56bc;
}

.value-title {
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
}

.value-description {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

/* Quote Section */
.quote-section {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.quote {
  font-family: "SVN-Gilroy-GilroyMediumItalic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  max-width: 913px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .quote {
    font-size: 36px;
  }
}

.quote-icon-top {
  position: relative;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.quote-icon-bottom {
  position: relative;
  bottom: -20px;
  right: -20px;
  z-index: 0;
}

/* Testimonial Section */
.testimonial-section {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 992px) {
  .testimonial-section {
    flex-direction: row;
    align-items: center;
  }
}

.testimonial-image {
  position: relative;
  max-width: 574px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .testimonial-title {
    margin-top: 30px;
    text-align: center;
  }
}

.testimonial-image img {
  width: 100%;
  height: auto;
  border-radius: 48px;
}

.testimonial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 48px;
}

.testimonial-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}

.testimonial-card {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 21px;
  box-shadow: 4px 4px 8.1px rgba(0, 0, 0, 0.15);
  padding: 15px 30px;
  width: 80%;
  max-width: 385px;
  text-align: center;
}

.testimonial-text {
  font-family: "SVN-Gilroy-GilroyMediumItalic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 5px;
}

.testimonial-author {
  font-size: 18px;
}

.testimonial-title {
  flex: 1;
}

.testimonial-title h2 {
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .testimonial-title h2 {
    font-size: 50px;
    line-height: 1.4;
  }
}

/* Contact Section */
.contact-section {
  padding: 40px 20px;
  text-align: center;
}

.contact-title {
  font-family: "SVN-Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 768px) {
  .contact-title {
    font-size: 64px;
  }
}

.contact-divider {
  width: 119px;
  height: 4px;
  background-color: #1978ef;
  margin: 0 auto 40px;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1216px;
  margin: 0 auto;
  background-size: 100% 100%;
  padding: 40px 20px;
}

@media (min-width: 992px) {
  .contact-container {
    flex-direction: row;
    align-items: flex-start;
  }
}

.contact-intro {
  text-align: left;
}

.contact-intro h3 {
  font-family: "SVN-Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .contact-intro h3 {
    font-size: 40px;
  }
}

.contact-intro p {
  font-family: "SVN-Gilroy-Italic", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-info {
  margin-top: 40px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.info-item img {
  width: 34px;
  height: 34px;
}

.info-item img[alt="Email"] {
  padding: 3px;
}

.info-item p {
  font-family: "SVN-Gilroy-Italic", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
}

.contact-form {
  flex: 2;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row.confirm {
  margin-bottom: 10px;
  gap: 8px;
  flex-direction: row;
}

@media (min-width: 768px) {
  .form-row {
    flex-direction: row;
  }
  .form-row.confirm {
    flex-direction: row;
  }
}

.form-group {
  flex: 1;
  text-align: left;
}

.form-group.full-width {
  width: 100%;
}

.form-group label {
  display: block;
  font-family: "SVN-Gilroy-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 100%) 1;
}

.submit-button {
  background-color: #1978ef;
  color: white;
  font-family: "SVN-Gotham-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 30px;
  border: none;
  border-radius: 21px;
  cursor: pointer;
}

/* Footer */
.footer {
  padding: 40px 20px;
  background-color: rgba(217, 217, 217, 0.3);
  margin-top: 40px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo img {
  max-width: 242px;
  height: auto;
}

.footer-logo h3 {
  font-family: "SVN-Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .footer-logo h3 {
    font-size: 40px;
  }
}

.footer-links h4,
.footer-social h4 {
  font-family: "SVN-Gilroy-Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  font-size: 18px;
  margin-bottom: 15px;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-bottom span {
  font-size: 16px;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {

  .world-row,
  .voice-row {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .world-title,
  .voice-title {
    order: 1;
  }

  .world-image,
  .voice-image {
    order: 2;
    justify-content: center;
  }

  .world-image img,
  .voice-image img {
    max-width: 90%;
  }
}

.description-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 80px;
}

.description-download .description {
  margin-top: 20px;
  padding-left: 40px;
}

.contact-title {
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.title-underline {
  width: 70px;
  height: 4px;
  background-color: #0d6efd;
  margin: 0 auto 2rem;
}

.contact-container {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 3rem;
  margin: 2rem auto;
  max-width: 1200px;
}

.contact-heading {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.contact-subtext {
  color: #555;
  margin-bottom: 2rem;
}

.contact-info {
  margin-top: 2rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  background-color: #e7f1ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  margin-right: 1rem;
}

.form-control {
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.submit-btn {
  background-color: #0d6efd;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  margin-top: 1rem;
}

.divider {
  border-top: 1px dashed #ccc;
  margin: 1.5rem 0;
}

.world-voice-section {
  display: none;
}
@media (min-width: 460px) {
  .world-voice-section {
    display: flex;
  }
}

@media (max-width: 460px) {
  .description-download {
    display: block;
  }
  .description-download .download {
    margin-top: 20px;
    padding-left: 40px;
  }
  .feature-example.post {
    display: none;
  }
}

.quote-container {
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto;
    overflow: hidden; /* Prevents content from spilling out */
}

.quote-image {
    width: 100%;
    height: auto;
    display: block;
}