body {
  margin: 0;
  padding: 0;
  zoom: 1.5;
}

html {
  scroll-behavior: smooth;
}


.navbar-container {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, white 88%, rgba(174, 174, 174, 0.114));
  backdrop-filter: blur(10px); 
  padding: 1px;
  padding-bottom: 8px;
  position: fixed; /* Make the navbar fixed */
  top: 0; /* Position it at the top of the window */
  width: 100%; /* Full width */
  z-index: 1000; /* Ensure it stays on top of other content */
}

@media (max-width: 1160px) {
  .navbar-container {
    background: linear-gradient(to bottom, white 95%, rgba(174, 174, 174, 0.114));
    padding-bottom: 15px;
  }
}

.logo-smartbay {
  padding: 1px;
  margin-right: 10px; /* Margin to separate logo from navbar */
  margin-top: 2px;
}

.logo {
  display: block;
  width: 200px;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .logo {
    padding-bottom: 0px;
  }
}

@media (max-width: 450px) {
  .logo {
    width: 150px;
    height: 40px;
  }
}

/* @media (max-width: 365px) {
  .logo {
    margin-right: -60px;
  }
} */


.navbar {
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
}

.navbar .toggle-menu {
  display: none;
  background: none;
  border: none;
  color: #412B6C;
  font-size: 24px;
  cursor: pointer;
  padding-right: 20%;
}

.menu-container {
  display: flex;
  margin-top: -14px; 
}

@media (max-width: 427px) {
  .logo-smartbay {
    padding: 1px;
    margin-right: 0px; /* Margin to separate logo from navbar */
  }

  .logo {
    display: block;
    width: 150px;
    height: 40px;
    padding-bottom: 5px;
  }
}

/* Media query for small screens */
@media (max-width: 1160px) {
  .menu-container {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    position: relative;
    z-index: 1000;
    margin-top: 10px; 
  }
  
  .navbar .toggle-menu {
    display: block;
    margin-left: auto;
  }
  
  .menu-container.active {
    max-height: 500px;
  }
  
  .menu-container ul {
    flex-direction: column;
    width: 100%;
  }
  
  .menu-container ul li {
    width: 100%;
  }
  
  .menu-container ul li a {
    display: block;
    padding: 10px;
    text-align: left;
  }
}

.navbar ul {
  font-family: "Raleway", sans-serif;
  list-style-type: none;
  padding: 0px;
  margin: 0;
  display: flex;
  gap: 0px;
}

.navbar li {
  margin: 0;
}

/* Code that let the hover with a box */
.navbar a {
  text-decoration: none;
  color: black;
  padding: 10px 15px;
  position: relative;
  transition: color 0.3s ease; /* Ensuring the color transition is smooth */
}

.navbar a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #412B6C;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  border-radius: 10px;
}

.navbar a:hover::after {
  width: 100%;
  left: 0;
}

.navbar a:hover {
  color: #412B6C;
} 

/* Media query for small screens */
@media (max-width: 1160px) {
  .navbar a {
    width: 75%; /* Set your desired width here */
  }

  .navbar a::after {
    display: none;  /* Hide the line effect on small screens */
  }

  .navbar a:hover {
    background-color: #412B6C;
    color: white;
  }
}

/* Code that let the hover with a box */
/* .navbar a {
  text-decoration: none;
  color: black;
  padding: 10px 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar a:hover {
  background-color: #412B6C;
  color: white;
} */

/* scroll line */
.scroll-line {
  position: fixed;
  top: 1px;
  height: 3px;
  background: linear-gradient(90deg, #412B6C,#32A5C5,#00e1ff);
  width: 0;
  transition: width 0.1s ease-in-out;
  z-index: 999; /* Just under the navbar */
}

.empty1{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
}

.empty2{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  margin-bottom: 40px;
}

.empty3{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 12px;
}

.empty4{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 30px;
}

.empty5{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  margin-top: -50px;
  background-color: #412B6C;
  padding-bottom: 35px;
}

.empty6{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
} 

.empty7{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 50px;
}

.empty8{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 50px;
}

.empty9{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 50px;
}

.empty10{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 50px;
}

.empty11{
  color: rgba(255, 255, 255, 0);
  user-select: none;  /* Prevents text from being selected */
  padding-top: 50px;
}