@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');

html, body, div, span, applet, object, iframe,  blockquote,  abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, input, textarea, select, a {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-family: 'Syne', sans-serif;
  vertical-align:baseline;
  box-sizing:border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
}
body {
  font-family: 'Syne', sans-serif;
  background-color: #04121c;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button,p {
  margin-bottom: 0;
}
a, a:hover { text-decoration: none; }
button { outline: none; cursor: pointer; }

.flexx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
img {
  width: auto;
  max-width: 100%;
}
/*Ripple Effects */
.ripple{position:relative;overflow:hidden;transform:translate3d(0,0,0)}
.ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}
.ripple:active:after{transform:scale(0,0);opacity:.2;transition:0s}

*, *:before, *:after {
  box-sizing: border-box;
}
button:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.page-wrapper {
  width: 100%;
}
.input-group {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.input-group label {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.125rem;
}
.ig-row {
  position: relative;
}
.ig-row input,
.ig-row textarea {
  width: 100%;
  height: 3rem;  
  padding: 0 1rem;
  border-radius: 0.3875rem;
  border: 0px;
  background-color: rgba(255, 255, 255, 0.06);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ig-row textarea {
  height: 7.25rem;
}
/* Reset <select> defaults */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 0.3875rem;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.select select {
  flex: 1;
  padding: 1em;
  cursor: pointer;
}
.select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0rem;
  transition: 0.25s all ease;
  pointer-events: none;
  background-image: url(../img/arrow-down.svg);
  width: 1rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* header */
header {
  width: 100%;
  padding: 0 6.875rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #04121c;
  position: fixed;
  display: flex;
  z-index: 9;
}
.header-container {
  max-width: 75rem;
  width: 100%;
  margin: auto; 
  justify-content: space-between;
  align-items: center;
  height: 5.6875rem;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
}
header nav ul li a {
  color: #000;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.6);
  font-weight: normal;
  padding: 0px;
}
header nav ul li a:hover {
  color: #fff;
}
header nav ul li a.active {
  color: #fff;
  font-weight: bold;
}
.menu-toggle {
  
}
.menu-toggle {
  position: relative;
  width: 70px;
  height: 70px;
  background: transparent;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.menu-toggle span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  transition: 0.5s;
}
.menu-toggle span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
}
.menu-toggle.active span:nth-child(1) {
  width: 40px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}
.menu-toggle span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
}
.menu-toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

.page-wrapper {
  padding: 5.6875rem 0;
  min-height: calc(100vh - 11.6875rem);
}
.home-banner {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-banner h1 {
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  line-height: 3.125rem;
  margin-bottom: 0.5rem;
}
.home-banner p {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  line-height: 3.125rem;
  margin-bottom: 0rem;
}
.home-banner-img {
  height: 700px;
  position: relative;
  width: 100%;
  max-width: 900px;
}
.home-banner-img img.banner-main-img {
  position: absolute;
  inset: 0;
  object-fit: contain;
  object-position: center;
  height: 100%;
  margin: auto;
  z-index: 1;
}
.play-store {
  position: absolute;
  left: 0;
  top: 2rem;
  right: 0;
  margin: auto;
  z-index: 5;
}
.start {
  position: absolute;
  top: 8.5rem;
  right: 190px;
  margin: auto;
  z-index: 2;
}
.ringtone {
  position: absolute;
  left: 8rem;
  top: 11rem;
  z-index: 2;
}
.play-card {
  position: absolute;
  bottom: 8rem;
  left: -5rem;
  z-index: 2;
}
.audio-card {
  position: absolute;
  bottom: 8rem;
  right: -5rem;
  z-index: 2;
}
.signal {
  position: absolute;
  bottom: 15rem;
  right: 5rem;
  z-index: 2;
  width: 130px;
}

.home-features {
  padding-block: 8.125rem;
  padding-inline: 2rem;
  background-image: url(../img/features-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-features-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1rem;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.home-features-col {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-features-col span {
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.home-features-col h2 {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  margin-block: 2rem 0.75rem;
}
.home-features-col p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: rgba(255, 255, 255, 0.40);
  text-align: center;
  max-width: 70%;
  margin: auto;
}
.home-slider {
  margin: 4rem auto;
  max-width: 75rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;  
}
.home-slider-card {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  align-items: center;
  position: sticky;
  top: 5.6875rem;
  padding: 2.5rem;
  border-radius: 40px;
  background-color: #F680FF;
}
.home-slider-card:nth-child(even) {
  background-color: #B994FF;
}
.home-slider-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-slider-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;  
}
.home-slider-content span {
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.10);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.625rem;
  font-weight: 600;
  color: #1A1B2F;
}
.home-slider-content h3 {
  font-size: 1.625rem;
  font-weight: 600;
  color: #1A1B2F;
}
.home-slider-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #1A1B2F;
  line-height: 1.6875rem;
}

.testimonials {
  max-width: 75rem;
  width: 100%;
  padding-inline: 2rem;
  margin: auto;
}
.testimonials h3,
.home-starts h3 {
  font-size: 2.125rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.testimonials-slider {
    display: column;
    columns: 3;
    gap: 1.5rem;
    break-inside: avoid;
}
@supports (grid-template-rows: masonry) {
  .testimonials-slider {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));    
    display: grid;
    grid-template-rows: masonry;
    grid-auto-flow: dense;
    align-tracks: stretch;
  }
}
.testimonials-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: linear-gradient(243deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.00) 66.67%), rgba(255, 255, 255, 0.04);
  margin-bottom: 1.5rem;  
  break-inside: avoid;
}
.testimonials-profile {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}
.testimonials-profile span {
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.testimonials-profile-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.star {
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.testimonials-message p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.60);
}
.home-starts {
  width: 100%;
  /* background-image: url(../img/starts-wave.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 5rem;
  margin-block: 2rem;
  position: relative;
}
.start-wave {
  position: absolute;
  bottom: -0px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.start-wave img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
}
.home-starts-container {
  max-width: 75rem;
  width: 100%;
  padding-inline: 2rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.home-starts-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 2rem;
}
.home-starts-card h2 {
  font-size: 2.7rem;
  font-weight: 600;
  color: #fff;
}
.home-starts-card h2 span {
  font-size: 2.125rem;
}
.home-starts-card p {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.30);
}
.home-download {
  max-width: 75rem;
  width: calc(100% - 4rem);
  padding-inline: 2rem;
  margin: 4rem auto;
  border-radius: 2.5rem;
  padding-block-start: 2.375rem;
  padding-inline: 5rem;
  background-image: url(../img/download-bg.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3.625rem;
}
.home-download-top {
 display: flex;
 justify-content: center;
 align-items: flex-start;
 flex-direction: column;
}
.home-download-top h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.home-download-top p {
  margin-block: 0.5rem 1.0625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.60);
}

footer {
  background-color: #5A31A1;
  padding-block: 2rem 3rem;
  padding-inline: 2rem;
}
.footer-container {
  max-width: 75rem;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-col {
  max-width: 17.5rem;
}
.footer-col > p {
  margin-block: 0.875rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.60);
}
.footer-col-end {
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.60);
}
.footer-col-end a {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.60);
}
.footer-col-end p {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.60);
}
.footer-links {
  margin-top: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-links a {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.60);
}
.footer-social {
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}



.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}


.inner-banner {
  max-width: 75rem;
  width: calc(100% - 2rem);
  margin: auto;
  padding-block: 1.125rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.inner-banner h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.inner-banner p {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.inner-header-container {
  border-bottom: solid thin rgba(255, 255, 255, 0.10);
}
.faq-wrapper {
  max-width: 50rem;
  width: calc(100% - 2rem);
  margin: auto;
}
.accordion {
  background-color: transparent;
}
.accordion-item {
  margin-bottom: 0.5rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 0.5rem;  
}
.accordion-button {
  background-color: transparent; 
  border-radius: 0.5rem;  
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  padding: 1.25rem;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  color: #fff;
  border-radius: 0;
}
.accordion-collapse.collapse {
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.accordion-body {
  padding: 0 1.25rem 1.25rem;
}
.accordion-button::after {
  background-image: url(../img/arrow-down.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-up.svg);
  transform: none;
}
.ask-question {
  margin-top: 2rem;
  padding: 5rem 2.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, rgba(30, 34, 60, 0.10) 0%, rgba(88, 49, 161, 0.15) 100%), linear-gradient(91deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ask-question h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.ask-question h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-block: 0.8125rem 1.25rem;
  text-align: center;
}
.ask-question a {
  max-width: 232px;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.5rem;
  background: linear-gradient(98deg, #C03AC7 -20.26%, #5731A0 97.31%);
}

.contact-wrapper {
  max-width: 25rem;
  width: calc(100% - 2rem);
  margin: 2.5rem auto;
}
.contact-wrapper button {
  width: 100%;
  height: 3rem;
  border-radius: 8px;
  opacity: 0.5;
  background: linear-gradient(98deg, #C03AC7 -20.26%, #5731A0 97.31%);
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  border: 0;
}

.privacy-wrapper {
  max-width: 49.5625rem;
  width: calc(100% - 2rem);
  margin: 2.5rem auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.privacy-row {
  border-bottom: solid thin rgba(255, 255, 255, 0.10);
}
.privacy-row h3 {
  font-size: 1.625rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.privacy-row p {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.5rem;
}
.privacy-row ul {
  margin-bottom: 2.5rem;
}
.privacy-row ul li {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}