.container {
  max-width: 960px;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

/*
 * Custom translucent site header
 */
 .navbar {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
font-style: normal;
}

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
  /* Your custom CSS */
  .container {
    max-width: 960px;
  }

  .icon-link > .bi {
    width: .75em;
    height: .75em;
  }



  /* Site header */
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }

  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }

  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }

  .brand-image {
    margin-left: 60px;
  }


/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */



/* Navbar with gradient fading effect */
.navbar {
  background: linear-gradient(to bottom, rgba(36, 35, 35, 0.836), rgba(80, 79, 78, 0.836)); /* Fading from top to bottom */
  
}




  .navbar-nav .nav-link:hover {
    color: #666363e0 !important; /* Change color on hover */
  }

.navbar-nav .nav-link {
  color: rgba(189, 185, 185, 0.781) !important; /* Ensure the text is white */
  margin-right: 15px;
  letter-spacing: 1.2px;
  font-size: 16px;
  margin-right: 10px;
   /*  word-spacing: 400px; */


}




