* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-fluid{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0b0c1a;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar {
  padding: 0.4rem 4rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.navbar-brand{
    font-size: 1.6rem;
}
.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .logo {
  font-size: 1.5rem;
  font-weight: bold;
}
.navbar ul {
  display: flex;
  gap: 1.2rem;
}
.navbar a {
  color: #fff;
  text-decoration: none;
}

.navbar-brand:hover, .nav-link:hover{
    color: #D9C7FD;
}

.auth a {
  margin-left: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
}

.auth .signup {
  background-color: #8e5cff;
  color: white;
}

.hero {
  height: 118vh;
  width:100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-overlay {
  padding: 4rem;
  border-radius: 10px;
  z-index:2;
}
.hero h1 {
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
.cta-button {
  display: inline-block;
  margin-top: 1rem;
  background-color: #8e5cff;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-size: large;
}

.block:hover{
    -webkit-box-shadow:0px 0px 18px 5px rgba(255,255,255,0.25);
    -moz-box-shadow: 0px 0px 18px 5px rgba(255,255,255,0.25);
    box-shadow: 0px 0px 18px 5px rgba(255,255,255,0.25);
}

.whats-new {
  background: #121326;
  padding: 3rem 0;
  text-align: center;
}
.whats-new h2 {
  margin-bottom: 1rem;
}
.read-more {
  margin-top: 1rem;
  display: inline-block;
  background: #8e5cff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  color: white;
}
.features {
  background: #0f1020;
  padding: 3rem 0;
}
.features h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.grid{
    justify-content: center;
    position: relative;
}

.testimonials {
  background: #13142a;
  padding: 3rem 0;
  text-align: center;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.testimonial {
  background: #1e1f38;
  padding: 1rem;
  border-radius: 10px;
}
.cta {
  text-align: center;
  padding: 4rem 0;
  background: #0b0c1a;
}
.footer {
  background: #090a17;
  padding: 2rem
}

.highlight{
   background: white;
   padding: 5px;
}

#myVideo {
   position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    z-index:1;
}

.navbar-nav .nav-link.active{
    color: white;
}

.band{
    width: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.49) 50%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0.44) 50%);
    z-index: 2;
}

#whatsnew{
    height: 40vh;
    width:100%;
    display: flex;
}

.block{
    border: 4px solid #6249CE;
    border-radius: 1.8em;
}

.news-description{
    padding-top: 14px;
    font-size: 20px;
}

.news-description-cta{
   padding: 1rem 2rem;
   font-size: 1.4rem;
    border-radius: 2em;
}

#features{
    margin-top: 220px;
}

#features p{
    font-size:medium;
    color: whitesmoke;
}

.feature {
  background: #000212;
  border-radius: 8px;
  border: 3px solid #1C1D2C;
  color: transparent;
  text-shadow: 0 0 0 whitesmoke;
}

.feature-icon{
    font-size: larger;
}

.feature-title{
    border-left: 3px solid #6249CE;
}

.pricing-features{
    list-style:none;
    padding: 10px 5px !important;
    width:100%;
    display:flex;
    flex-direction:column;
    gap: 14px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    border: 1px solid #484848;
}

.no-underline{
    text-decoration: none;
}

li.pricing-feature{
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
}

#reviews{
    background: #0b0d21;
}

.review{
    background: #10163E;
    border-radius: 1.5rem;
    border: 4px solid #0E1642;

}

.user-review-photo{
    border-radius: 2.6rem;
    min-width: 60px;
}

.grey-color{
    color: #B0B0B8;
}

ul{
    list-style: none;
}

.footer-menu{
    padding-top: 40px;
    padding-left: 0;
    color: #CCCCCD;
}

.footer-menu li{
    padding-top:10px;
}

.reviewer-details{
    color: #9F89FF;
}

.wrap{
  width:100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-menu li a{
   text-decoration: none !important;
   color: #CCCCCD;
}

.footer-menu li a:hover{
    color: #D9C7FD;
}