html {
  scroll-behavior: smooth;
  scroll-padding: 15vh;
}

body {
  background-color: black;

  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  backdrop-filter: blur(1px);
  overflow-x: hidden;
  /* Adjust the blur amount as needed */
}

#index {
  height: 85vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 10vh;
}

#service {
  height: 100vh;
}

#client {
  height: 100vh;
}

#about {
  height: 100vh;
}

nav {
  position: sticky;
  top: 0px;
  height: 10vh;
}

.navbar {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  /* padding: 10px 3px; */
  /* margin: 100wh; */
  box-shadow: 0 2px 4px rgba(255, 0, 0, 0.1);
  background-color: #445d48;
}

.svgcontainer {
  display: none;
}

.logo img {
  height: 40px;
  /* adjust as needed */
  /* background-color: none; */
  padding-inline-start: 5px;
}

.menu {
  list-style-type: none;
  /* display: grid; */
  margin: 5px;
  padding: 0px;
}

.menu li {
  display: inline-block;
  margin-left: 20px;
}

.menu li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  background-color: d0e9ca;
  margin: auto;
  /* padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 10px; */
  border-radius: 3px;
  box-shadow: 5px;
}

.welcome-text {
  /* text-align: center; */
  color: white;
  /* margin-top: 250px; */
  /*justify-content: center;*/
}

.welcome-text h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.welcome-text h2 {
  font-size: 20px;
  background-color: transparent;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

.download-button {
  padding: 8px 20px;
  background-color: 1;
  background-color: #445d48;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.2s;
  margin: 20px 0px;
  border-color: #000000;
  border-width: 10vh;
}

.download-button:hover {
  background-color: #555;
  transform: scale(1.1);
}

.playstore > img {
  display: flex;
  position: fixed;
  background-size: contain;
  margin-left: 400px;
  width: 220px;
  height: 90px;
  transition-delay: 0.2s;
  text-align: center;
}

.playstore :hover {
  transform: scaleX(1.05);
  opacity: 80%;
}

.appstore > img {
  display: flex;
  position: fixed;
  background-size: contain;
  margin-left: 7px;
  width: 220px;
  height: 60px;
  margin-top: 20px;
  transition-delay: 0.2s;
}

.appstore :hover {
  transform: scaleX(1.05);
  opacity: 80%;
}

.authors-grid {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
}

.author-box {
  /*background-image: url('gridback.jpg');*/
  flex: 1;
  padding: 3px;
  border-radius: 5px;
  text-align: center;
  outline: black;
  border-width: 3px;
  border-color: #000000;
  color: white;
  opacity: 100%;
}

.service {
  text-align: center;
  font-size: 30px;
  color: white;
  margin-top: 5px;
  margin-bottom: 10vh;
  /* margin: 30px; */
}

.author-box > p {
  color: #ffffff;
  font-size: 15px;
}
.author-box > h2 {
  font-size: 1.8rem;
}

.author-box > img {
  width: 60px;
}

.client {
  /* text-align: center; */
  /* align-items: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

#home {
  transition: 0.2s;
}

#service {
  scroll-padding-top: 10px;
  margin-bottom: 2px;
  /* padding: 2rem; */
}

input[type="text"],
input[type="email"],
select {
  /* width: 40%; */
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* rm {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 300px;
} */

#about {
  /* scroll-padding-top: 20px;
  margin-top: 250px;
  margin-bottom: 20px; */
  /* Adds space below the paragraph */
  padding: 20px;
  /* Adds space around the paragraph */
  /*background-color: black;*/
  color: white;
}

.about {
  text-align: center;
  color: white;
}

footer {
  text-align: center;
  color: WHITE;
}
/* 
#client {
  margin-top: 100px;
} */

#client input[type="submit"] {
  padding: 15px 60px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#client input[type="submit"] {
  text-align: center;
}

.radio-group {
  gap: 100px;
}

#client form {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  /* align-items: center; */
  background: transparent;
  padding: 20px;
  /* Add some padding for better visual appearance */
  border-radius: 10px;
  /* Rounded corners for the form */
  /*padding-top: 50px;
    padding-bottom: 50px;*/
  margin-bottom: 0px;
  color: whitesmoke;
}

#client form > input {
  width: auto;
}

.about {
  font-size: 15px;
  justify-content: space-between;
  text-decoration: none;
  text-align: center;
}

.about > h2 {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  background: -webkit-linear-gradient(
    rgb(255, 115, 0),
    rgb(255, 255, 255),
    rgb(8, 126, 43)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.about > h3 {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  white-space: 20px;
}

.about > ul > li {
  text-decoration: none;
  justify-content: space-around;
  color: white;
  list-style: none;
}

.about > li {
  list-style: none;
}

.about > P {
  margin-bottom: 20px;
}

.abtimg > img {
  width: 300px;
  height: 200px;
  align-items: center;
  position: center;
}
footer > p1,
p2,
p3 {
  display: flex;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  #index {
    height: 100vh;
  }

  #service {
    height: 180vh;
  }

  #client {
    height: 120vh;
  }

  #about {
    height: 270vh;
  }

  .navbar {
    flex-direction: column;
    /*padding-right: 2vh;*/
  }

  .menu {
    display: none;
    font-size: 32px;
  }

  .menu li {
    border-bottom: #555 1px solid;
    width: 90vw;
    text-align: center;
    padding-bottom: 5px;
    padding-right: 5vh;
  }

  .slcontainer {
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: space-between;
  }

  .svgcontainer {
    display: block;
    filter: invert(1);
  }

  .navbar .download-button {
    display: none;
  }
  .authors-grid {
    display: block;
  }
  .logo img {
    height: 40px;
    /* adjust as needed */
    /* background-color: none; */
    padding-inline-start: 8px;
    margin-left: 20vh;
  }

  /* input[type="text"],
  input[type="email"],
  select {
    width: 90%;
  } */
  .about {
    text-align: left;
    margin-top: 0;
  }
  .abtimg > img {
    width: calc(97vw - 25px);
    height: 250px;
    margin: auto auto;
    padding: auto;
  }

  .welcome-text h2 {
    font-size: 18px;
  }
}
