* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: black;
}

.mainpage {
  width: 100%;
  height: 100vh;
  background-color: #eaff00;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.navbar {
  width: 100%;
  height: 10vh;
  background-color: #eaff00;
  position: fixed;
  top: 0;
  display: flex;
  z-index: 2;
}

.fa-solid .fa-book {
  color: black;
}

.left {
  width: 10%;
  height: 100%;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

i {
  font-size: 30px;
}

.middle {
  width: 35%;
  height: 100%;
  /* background-color: burlywood; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.right {
  width: 45%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 0px 0px 50px 50px;
  box-shadow: 0px 4px 20px;
}

.right .links {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.right .links a {
  color: whitesmoke;
  padding: 10px;
}

.right .links a:hover {
  background-color: #eaff00;
  color: black;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: larger;
  font-weight: 500;
  transition: 0.3s ease;
  color: white;
}

.textbox {
  width: 800px;
  height: 60vh;
  background-color: #fff;
}

.login-card {
  width: 10%;
  height: 100%;
}

.seclinksbox {
  width: 850px;
  height: 100px;
  background-color: black;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 80px;
  transform: skew(150deg);
  z-index: 0;
  transition: 0.2s ease;
  box-shadow: 0px 3px 10px;
}

.seclinksbox .linkbox {
  width: 20%;
  height: 80%;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkbox {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  transition: 0.2s ease;
  border: 2px solid #eaff00;
}

.linkbox:hover {
  text-shadow: #5187bc;
  background-color: whitesmoke;
  color: black;
  border: 2px solid #eaff00;
}

h2 {
  transition: 0.2s ease;
}

h2:hover {
  background-color: yellow;
  padding: 2px;
}

.textbox {
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: transparent;
}

/* Writepage */

.Writepage {
  width: 100%;
  height: 100vh;
  /* background: red; */
  background-color: #eaff00;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: black;
}

.write-text {
  width: 80%;
  height: 10vh;
  margin-top: 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.write-date {
  width: 80%;
  height: 10vh;
  /* background-color: yellowgreen; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.write-date .write-input {
  width: 30%;
  height: 40%;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid white;
  background-color: black;
  color: #eaff00;
}

.write-date .write-input:hover {
  width: 40%;
  height: 50%;
}

.write-date .write-inputdate {
  width: 30%;
  height: 40%;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid white;
  background-color: black;
  color: yellow;
}

.write-date .write-inputdate:hover {
  width: 40%;
  height: 50%;
}

.write-area {
  width: 80%;
  height: 60vh;
  /* background-color: blueviolet; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.write-area textarea {
  padding: 10px;
  transition: 0.2s ease;
  height: 85%;
  border: 1px solid black;
}

.write-area textarea:hover {
  height: 90%;
  border: 2px solid black;
}

.write-button {
  width: 80%;
  height: 10vh;
  /* background-color: bisque; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.write-button button {
  width: 150px;
  height: 55%;
  border: 2px solid #eaff00;
  transition: 0.2s ease;
  border-radius: 10px;
  font-size: larger;
  font-weight: 500;
  margin: 20px;
  background-color: black;
  color: whitesmoke;
}

.write-button button:hover {
  color: #eaff00;
}

/* Readpage */

.Readpage {
  width: 100%;
  height: 100vh;
  background-color: #eaff00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Readpage .read-area {
  width: 90%;
  height: 90vh;
  /* background-color: #F79A19; */
  margin-top: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.Readpage .read-area .read-text {
  width: 100%;
  height: 8vh;
  /* background-color: pink; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.Readpage .read-area .read-inputs {
  width: 100%;
  height: 10vh;
  /* background-color: rgb(125, 13, 32); */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.Readpage .read-area .read-inputs input {
  width: 60%;
  height: 35%;
  transition: 0.2s ease;
  border-radius: 10px;
  padding: 10px;
  background-color: black;
  border: 2px solid whitesmoke;
  color: #eaff00;
}

.Readpage .read-area .read-inputs input:hover {
  width: 62%;
  height: 37%;
}

.Readpage .read-area .read-inputs button {
  width: 30%;
  width: 150px;
  height: 70%;
  border: 2px solid #eaff00;
  color: whitesmoke;
  background-color: black;
  transition: 0.3s ease;
  border-radius: 10px;
  font-size: larger;
  font-weight: 500;
}

.Readpage .read-area .read-inputs button:hover {
  color: #eaff00;
  height: 80%;
}

.Readpage .read-area .read-data {
  width: 100%;
  height: 90vh;
  background-color: whitesmoke;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 2px solid black;
  transition: 0.5s ease;
  color: black;
  border: 2px solid black;
  text-align: center;
}

/* Testimonials */

.Usecase {
  width: 100%;
  min-height: 100vh; 
  background-color: #eaff00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}

.Usecase h1 {
  display: flex;
  margin-top: 10vh;
  padding: 5px;
  background-color: whitesmoke;
}
.Usecase .usecontent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  /* background-color: #fff; */
}
.Usecase .usecontent {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 👈 important */
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.Usecase .usecontent .content {
  width: 60%;
  padding: 20px;
  text-align: left;
}

.usecontent .pic {
  width: 350px;
  height: 300px;
  background-image: url('./image.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  flex-shrink: 0;
  margin-top: 17vh;
  margin-right: 3vh;
}
.usecontent {
  align-items: center;
}


/* Contactpage*/

.Contactpage {
  width: 100%;
  height: 95vh;
  background-color: #eaff00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Contactpage .form {
  width: 90%;
  height: 88vh;
  /* background-color: whitesmoke; */
  margin-top: 4vh;
}

.Contactpage .form .form-inputs {
  width: 100%;
  height: 80px;
  /* background-color: black; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Contactpage .form #fullname,
#phn-no {
  width: 200px;
  height: 30px;
  background-color: black;
  border: 2px solid whitesmoke;
  border-radius: 10px;
  padding: 5px;
  color: #eaff00;
  box-shadow: 0px 4px 20px gray;
}

.Contactpage .form #email {
  width: 300px;
  height: 40px;
  background-color: black;
  border: 2px solid whitesmoke;
  border-radius: 10px;
  padding: 5px;
  color: #eaff00;
  box-shadow: 0px 4px 20px gray;
}

.Contactpage .form button{
  width: 200px;
  height: 40px;
  background-color: gold;
  border: 2px solid black;
  border-radius: 10px;
  font-weight: 500;
  font-size: medium;
  padding: 10px;
  transition: 0.2s ease;
  box-shadow: 0px 4px 20px;
}

.Contactpage .form button:hover{
  background-color: #fff;
  color: black;
}

.Contactpage .form .suggestion{
  width: 100%;
  height: 40vh;
  /* background-color: black; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.Contactpage .form h1{
  text-align: center;
  margin-top: 10vh;
  text-shadow: 0px 10px 80px gray;
}