*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  font-family: "Geist", sans-serif ;
   
}

html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}

body {

    background: #FBFCFF;
    
    
}

html, body {
  overflow-x: hidden !important;
}


section {
  margin-bottom: 240px !important;
}

/* reset btn styles */

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.navbar {
    width: 100%;
    padding: 18px 30px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    backdrop-filter: blur(33px);
    background: transparent;
    position: fixed;
    z-index: 1000000;
}

.nav-mobile {
    display: none;
}

.logo img {
    width: 77px;
    height: 20px;
}

.logo {
    display: flex;
    height: 34px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 10px 11px;
    background: #E7E8EECC;
    box-shadow: 0px 4px 15.5px 0px #9A9AA512;

box-shadow: 0px -1px 4px 0px #9A9AA51A inset;

backdrop-filter: blur(36.79999923706055px);
border-radius: 13px;

}

.navbar .add-to-chrome {
  width: fit-content;
  justify-self: end;
}

/* reset Ul links */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
    margin-right: 20px;
}

.nav-links {
    background: #E7E8EECC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    gap: 2px;
    border-radius: 13px;

}

.nav-links a {
    text-decoration: none;
    padding: 6px 14px;
    color: #09090B;

    font-family: "Geist", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 100%;

}

.btn {
    border-radius: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}



.add-to-chrome {
  position: relative;
  overflow: hidden;
  background-color: #09090B; /* start blue */
  gap: 9px;
  padding: 8px 18px 8px 12px;
  color: white;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  font-family: "Geist", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 0;
  display: flex;
  align-items: center;
}
.btn-animation {
  position: relative;
  overflow: hidden;
  background-color: #0052FF; /* start blue */
  color: white;
  padding: 8px 18px 8px 12px;
  font-weight: 500;
  font-family: "Geist", sans-serif;
  cursor: pointer;
  border: none;
  transition: background-color 4s ease;
}

.btn-animation.black-bg {
  background-color: #09090B !important;
}

.hover-animation::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background-color: #0052FF;
  z-index: -1; /* behind text */
  transition: width 0.5s ease;
}


.hover-animation:hover::before {
  width: 100%;
}


.hover-animation:hover p {
  color: white !important;
}


/* Spin animation */
@keyframes spin360 {
  0% { transform: rotate(0deg); }
  22% { transform: rotate(180deg); }      /* fast first spin */
  78% { transform: rotate(180deg); }      /* 1 second pause */
  100% { transform: rotate(360deg); }     /* fast second spin */
}











.add-to-chrome img {
    width: 16px;
    height: 16px;
}

.spectral-font {
    font-family: "Spectral";
}

.add-to-chrome p span {
font-weight: 600;
font-style: Italic;
font-size: 15.5px;
line-height: 100%;


}

.features-banner  {
  background-image: url('/assets/features-banner.svg');
  /* make it a little more left than centre */
   background-position: center; /* Shift 5% left from dead center */
 
}

@media (min-width:900px) {
  .features-banner {
    background-position: 45% center !important;
  }
  
}

.faq-banner {
  background-image: url('/assets/faq-banner.svg');
}

.banner {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 218px;
  margin-bottom: 50px;

}

.nav-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.menu-icon {
      position: relative;
      cursor: pointer;
      width: 34px;
height: 34px;
background: #E7E8EECC;
box-shadow: 0px 4px 15.5px 0px #9A9AA512;

box-shadow: 0px -1px 4px 0px #9A9AA51A inset;

backdrop-filter: blur(36.79999923706055px);


opacity: 1;
border-radius: 13px;

    }

    .menu-icon span {
      display: block;
      height: 1px;
      width: 60%;
      border: 1.7px solid #9A9AA5;
      position: absolute;
      transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
    }

    .menu-icon span:first-child {
      top: 30%;
      left: 20%;
    }

    .menu-icon span:last-child {
      top: 60%; 
      left: 20%;
    }

    .menu-icon.open span:first-child {
      transform: rotate(45deg);
      top:45%;
      left: 21%;
    }

    .menu-icon.open span:last-child {
      transform: rotate(-45deg);
      top:46%;
      left: 21%;
     
    }

    .nav-links-mobile {
        outline: none !important;
  box-shadow: none; 
  display: none;
  flex-direction: column;
  top: 80.5%;
  gap: 4px;
  padding: 4px;
  position: absolute;
  width: 130px;
  z-index: 10001;

  background: #FFFFFFE5;

  backdrop-filter: blur(50.67px);

  box-shadow: 
    0px -0.9px 0.45px 0px #0052ff33 inset,
    0px 3.6px 5.94px 0px #9a9aa51a,
    0px 4.5px 12.42px 0px #ffffff inset;
}


    .nav-links-mobile a {
       outline: none !important;
  box-shadow: none; 
        background: #9A9AA51A;
        box-shadow: 0px 1px 1px 0px #FBFCFF1A inset;
        width: 130px;
        border-radius: 13px;
height: 36px;
padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;
gap: 10px;
font-size: 16px;



    }
    .nav-links-mobile a:focus {
  outline: none;
  box-shadow: none;
}


.hero {
  width: 100%;
  height: 86vh;
  padding: 0 30px;
  position: relative;
  margin-top: 70px;
}

.hero-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden; 
  background-image: url('/assets/Hero-bg.png');
  background-size: cover;
  background-position: center;
}

/* Acts as background image but animatable */
.messages-img {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url('/assets/messages-1920.png');
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}



.hero-content {
  transform: translateY(-22%);
  z-index: 1000;
}

.hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-text {
color: #FFFFFF;

}

.hero-heading {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 69px;
  line-height: 88%;
  text-align: center;
}



.hero-heading-inner {


    font-family: "Spectral";
font-weight: 500;
font-style: Italic;
font-size: 72px;
line-height: 88%;
letter-spacing: 0px !important;
text-align: center;
transform: translateY(-25%);


}


.hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 17px;

}

.hero-btn p {
font-weight: 500;
font-style: Medium;
font-size: 18.12px;
line-height: 100%;
letter-spacing: -2%;

}

.hero-btn p span {
  font-size: 20px;
font-weight: 600;
font-style: Italic;
font-size: 20.06px;
line-height: 100%;
letter-spacing: -3%;

}

.hero-btn img {
  width: 22px;
  height: 22px;
}

.hero-btn {
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 16px;
border-radius: 16px;
text-align: center;
}

.explore-btn {
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;


}

.feature-section {
  display: flex;
  position: relative;
  overflow: hidden;

}

.features-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.first-feature, .fourth-feature {
  align-items: center;
  justify-content: center;
}

.feature-heading {
padding-right: 16px;
padding-left: 16px;
padding-top: 14px;
border-radius: 14px;
z-index: 1;
position: relative;
width: fit-content;

}

.feature-back {

  position: absolute;
  transform: translateY(-18%);

  left: 50%;
  transform: translateX(-50%) translateY(-18%);
  /* width: 100%; */

}

.feature-heading .feature-title {
  font-family: "Geist";
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  padding: 14px 16px;
  border-radius: 14px;

  
  
  
}

.f-1-heading .feature-title {
  box-shadow:
  0px 4px 15.5px 0px #0052FF0D,
  inset 0px -1px 1px 0px #0052FF1A;
  
  color: rgba(0, 82, 255, 1);
  background: rgba(0, 82, 255, 0.07);
  
  backdrop-filter: blur(37.099998474121094px)

}

.f-2-heading .feature-title {
  background: rgba(191, 0, 255, 0.07);

box-shadow: 0px 4px 15.5px 0px rgba(191, 0, 255, 0.05),
  inset 0px -1px 1px 0px rgba(191, 0, 255, 0.1);
color: rgba(191, 0, 255, 1);

backdrop-filter: blur(37.099998474121094px)


}


.f-3-heading .feature-title {
  background: rgba(255, 136, 0, 0.07);
color: rgba(255, 136, 0, 1);



box-shadow: 0px 4px 15.5px 0px rgba(255, 136, 0, 0.05),
  inset 0px -1px 1px 0px rgba(255, 136, 0, 0.1);

backdrop-filter: blur(37.099998474121094px);


}

.f-4-heading .feature-title {
  background: rgba(14, 221, 76, 0.07);

color: rgba(14, 221, 76, 1);


box-shadow: 0px 4px 15.5px 0px rgba(14, 221, 76, 0.05),
  inset 0px -1px 1px 0px rgba(14, 221, 76, 0.1);

backdrop-filter: blur(37.099998474121094px)






}



.third-feature {
  justify-self: flex-end;
}

.feature-sub-heading {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
text-align: center;



}

.feature-text {

font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 130%;
letter-spacing: -2%;
text-align: center;
width: 500px;
color: rgba(154, 154, 165, 1);


}

.feature-span {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 130%;
letter-spacing: -2%;
text-align: center;
color: rgba(9, 9, 11, 0.7);


}

.video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.video-side-img {
  position: absolute;
  top: 50%;
  transform: translateY(-22%);
  height: auto;
  max-height: 100%;
  z-index: 1;
  pointer-events: none; 
}

.video-side-img.left {
  left: 0;
}

.video-side-img.right {
  right: 0;
}

.video-wrapper {
  width: 777px;
  height: 437px;
  background: rgba(154, 154, 165, 0.05);
  border: 1px solid rgba(154, 154, 165, 0.1);
  backdrop-filter: blur(28.5px);
  border-radius: 16px; 
 
  position: relative;
  margin-top: 28px;
  z-index: 3;
}

.first-feature .video-wrapper {
  margin-bottom: 30px;
}

.fourth-feature .video-wrapper {
  margin-bottom: 30px;
}



.feature-4-item p {

font-weight: 500;
font-style: Medium;
font-size: 15.2px;
line-height: 130%;
letter-spacing: -2%;
color: rgba(255, 255, 255, 1);

}

.custom-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  position: relative;
}

.video-btns-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(70%);
  display: flex;
  gap: 10px;
  z-index: 100;
}

.video-btn {

padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 8px;
border-radius: 14px;
display: flex;
background: rgba(154, 154, 165, 0.1);
box-shadow:
  0px 4px 15.5px 0px rgba(154, 154, 165, 0.07),
  inset 0px -1px 4px 0px rgba(154, 154, 165, 0.1);


backdrop-filter: blur(36.79999923706055px);

align-items: center;
justify-content: center;
gap: 7px;
}



.video-btn-left, .video-btn-right {
  display: flex;
  align-items: center;
  justify-content: center;

}

.video-btn-left p, .video-btn-right p {

font-weight: 500;
font-style: Medium;
font-size: 16px;

line-height: 100%;
letter-spacing: -2%;
color: rgba(154, 154, 165, 1);


}

.video-btn-left {
  gap: 6px;
}

.second-feature {
  padding-left: clamp(16px, 10vw, 200px);
}

.third-feature {
  padding-right: clamp(16px, 10vw, 200px);
}

.second-feature .left {
  left: -10%;
  transform: translateY(-21%);
}

.second-feature .right {
  right: 12%;
  transform: translateY(-21%);
}

.second-feature .video-wrapper {
  width: 777px;
  height: 437px;
  background: rgba(154, 154, 165, 0.05);

  border: 1px solid rgba(154, 154, 165, 0.1);
  backdrop-filter: blur(28.5px);
  border-radius: 16px; 
}

.video-information {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 11px;
  right: -30%;
  top: 50%;
  transform: translateY(-50%);
}

.third-feature {
  overflow: visible;
}

.third-feature-img {
  position: absolute;
  top: 50%;
  transform: translateY(20%);
  left: -27%;
  z-index: 1000;
}

.video-info-box {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(154, 154, 165, 0.1);
  padding: 6.5px;
  border-radius: 16px;


}

.video-info-box img {
  width: 18px;
  height: 18px;
}

.vib-text {

font-weight: 500;
font-style: Medium;
font-size: 14.4px;
color: rgba(154, 154, 165, 1);

line-height: 100%;
letter-spacing: -2%;

}

.feature-4-item {
   background: rgba(0, 82, 255, 1);
padding: 11.4px 15.2px;
border-radius: 22.8px;
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
font-weight: 500;

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(70%);

  z-index: 100;
}

.feature-4-item img {
  animation: spin 3s linear infinite;
  transform-origin: center; 
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.fourth-section {
  margin-bottom: 200px !important;
}

.data-section {
  height: 733px;
  position: relative;



}

.ds-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}



.ds-content {
  display: flex;
  /* background-image: 
    linear-gradient(180deg, rgba(154, 154, 165, 0) 0%, rgba(154, 154, 165, 0.06) 100%),
    url('/assets/data-section-bg.svg');
  background-size: contain;
  background-position: center center, center top;
  
  background-repeat: no-repeat;
  background-size: 100% 100%, 500px auto; */
  padding-bottom: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
    position: relative;
  overflow: hidden; /* Important to prevent bleed */

}

.ds-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
   background-image: 
    linear-gradient(180deg, rgba(154, 154, 165, 0) 0%, rgba(154, 154, 165, 0.06) 100%),
    url('/assets/data-section-bg.svg');
  background-size: contain;
  background-position: center center, center top;

  background-repeat: no-repeat;
  background-size: 100% 100%, 500px auto;
}

.ds-content .feature-text {
 
    width: 430px !important;
}

.accordions {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  justify-content: center;
}

.accordion-icon {
  transition: opacity 0.3s ease;
  width: 30px;
  height: 30px;
}


.accordion {
  width: 100%;
  max-width: 575px;
  min-width: 0;
}

.accordion-item {
  background: rgba(154, 154, 165, 0.07);
  border-radius: 20px;
  box-shadow:
    0px 4px 15.5px 0px rgba(154, 154, 165, 0.04),
    0px -1px 4px 0px rgba(154, 154, 165, 0.1) inset;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 20px;
  cursor: pointer;
  outline: none;
}

.accordion-title {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(9, 9, 11, 1);
  flex: 1;
  text-align: left;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-header.open .accordion-icon {
  transform: rotate(180deg);
}

.accordion-header.open {
  padding-bottom: 17px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content p {

font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 130%;
letter-spacing: -2%;
color: rgba(154, 154, 165, 1);


}

.accordion-content.open {
  max-height: 500px;
  padding: 0px 20px 20px;
}


footer {
  height: 542px;
  width: 100%;
    padding: 14px 14px;
    border-radius: 40px;
  }
  
  .footer-content {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  
  background-image: 
    url('/assets/footer-logo.svg'),
    url('/assets/footer-bg.png');
  
  
  background-size: 
    110px auto,   
    cover;       
  
  
  background-position: 
    center calc(50% + 35px), 
    center center; 
  
 
  background-repeat: 
    no-repeat,
    no-repeat;
    padding: 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 100%;
}

.left {
  justify-self: start;
}

.center {
  justify-self: center;
}

.right {
  justify-self: end;
}



.footer-top .btn {
  background: white !important;
  color: rgba(9, 9, 11, 1) !important;

}
.copyright-text {

font-weight: 400;
font-style: Regular;
font-size: 14px;
color: white;
line-height: 100%;
letter-spacing: -2%;

}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-link {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 
  0px 4px 15.5px 0px rgba(255, 255, 255, 0.04),
  inset 0px -1px 4px 0px rgba(255, 255, 255, 0.1);

backdrop-filter: blur(34.3px);
font-size: 12px;
padding: 10px 12px;
border-radius: 12px;
color: white;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
letter-spacing: -2%;



}




@media (max-width: 1401px) {


  .hero-container {
    background-image: url('/assets/hero-bg-1920.png');
  }
    
}

@media (max-width: 750px) {
  .footer-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 35px auto;
    grid-template-areas:
      "left . right"
      "bottom bottom bottom";
    gap: 12px;
    height: 100%;
  }

  .footer-links{
    flex-direction: column;
    align-items: start;
  }

  .left {
    grid-area: left;
    justify-self: start;
    
  }

  .right {
    grid-area: right;
    justify-self: end;
    align-self: flex-start;
  }

  .center {
    grid-area: bottom;
    justify-self: start;
    align-self: flex-end;

  }
}



@media (max-width: 900px) {

  .footer-top {
    grid-template-columns: 0.7fr auto 1fr;
  }

  .faq-banner {
    background-image: url('/assets/faq-banner-810.svg');
  }

  .third-feature-img {
  position: absolute;
  top: 50%;
  transform: translateY(55%);
  left: -27%;
  z-index: 1000;
  width: 40%;
}

  .video-wrapper {
    width: 100% !important;
height: 312px !important;
  }

  .video-side-img {
    width: 26%;
  }

  .first-feature .right {
    right: -13%;
    transform: translateY(-13%);
  }
  .first-feature .left {
    left: -13%;
    transform: translateY(-13%);
  }

  .features-banner {
    background-image: url('/assets/features-banner-810.svg');
  }

  .messages-img {
    background-image: url('/assets/messages-810.png');
  }

  .hero-heading {

font-size: 56px !important;


  }

  .hero-heading-inner {

font-size: 59px !important;

  }
  


    .hero {
      height: 782px;
      padding: 0 14px;
    }

    .hero-content {
      transform: translateY(-50%);
    }
}

@media (max-width:610px) {

  .hero-heading {
font-size: 48px !important;
  }
  .hero-heading-inner {
font-size: 51px !important;
  }
  
}


@media (max-width:650px) {

  .feature-section .feature-sub-heading {
    width: 221px;
  }
    .nav-desktop {
        display: none;
    }

    .video-btns-container {
      display: none;
    }

    .faq-banner {
      background-image: url('/assets/faq-banner-mobile.svg');
    }

    .ds-content .feature-text {
 
    width: 100% !important;
}

    .feature-4-item {
      display: none;
    }

    .data-section {
      height: 719px;
    }

    .data-section {
      padding-left: 0px;
      padding-right: 0px;
    }

    .ds-text {
      padding: 0 15px;
    }

    .ds-text {
      transform: translateY(30%);
    }

    .third-feature-img {
  display: none;
}

section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

    .video-information {
      display: none;
    }

    .second-feature {
   
      justify-self: center;
    }

    .third-feature {
     
      justify-self: center;
    }

    .nav-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
        
}

@media (max-width:450px) {

  section {
    margin-bottom: 140px !important;
  }

  .feature-text {
    width: 330px;
  }

  .video-wrapper {
    width: 100% !important;
height: 202px;


  }

  .hero-container {
    background-image: url('/assets/hero-bg-mobile.png');
  }

  .features-banner {
    background-image: url('/assets/features-banner-mobile.svg');
  }

  .messages-img {
    background-image: url('/assets/messages-mobile.png');
    
  }
  .hero-heading {
font-weight: 500;
font-style: Medium;
font-size: 48.38px !important;

  }

  .hero-heading-inner {
font-weight: 500;
font-style: Italic;
font-size: 50.98px !important;
margin-top: 8px;


  }

  .hero {
    height: 85vh;
  }
  
  .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transform: translateY(0%);
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}

.hero-btns {
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 0 10px;
}

.hero-btn {
padding-top: 12px;
padding-right: 22px;
padding-bottom: 12px;
padding-left: 22px;
border-radius: 14px;

}

.hero-btn p {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
letter-spacing: -2%;
}

.hero-btn p span {
  
font-weight: 600;
font-style: Italic;
font-size: 18px;
line-height: 100%;
letter-spacing: -3%;

}

.hero-btn img {
  width: 18px;
  height: 18px;
}
}

