#card-title {
  background-color: black;
  opacity: 0.7;
  color: white;
  width: 17.9rem;
  text-align: center;
  align-items: center;
  padding: 5px 0;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.246);
}

.navigation {
  display: flex;
  flex-wrap: wrap;
}

#bar {
  display: none;
  padding: 20px;
}

/* #bar_search {
  margin-top: 70px;
  margin-left: 20px;
  padding: 20px;
  width: 30px;
} */

@media screen and (max-width: 600px) {
  #bar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: white;
    margin-bottom: 80px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.246);
  }
  .navigation {
    display: none;
  }
}

#container {
  display: flex;
  margin-top: 40px;
}
#card {
  position: relative;
  width: 150px;
  height: 300px;
  text-align: center;
}
#p {
  display: inline;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
}

#download {
  background-color: #f06d82;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 120px;
}

#phone {
  display: flex;
  justify-content: center;
  max-width: 526.54px;
  height: 450px;
  margin: 0;
  padding: 0;
}

#left {
  margin-right: -105px;
}
#right {
  margin-left: -105px;
}

#card2 {
  width: 256px;
  height: 409px;
  background-color: #f0f0f0;
  margin-top: 20px;
  padding: 20px;
  justify-content: center;

  img {
    margin-left: 50px;
  }
  
}

.card-body {
  margin-left: 40px;
  text-align: left;

  .card-link {
    text-decoration: none;
    text-align: center;
  }
}

/* --------FOOTER------------- */

footer {
  background-color: #f06d82;
  position: relative;
}
#logo {
  text-align: center;
  color: white;
  padding: 10px 0px ;
}

#footer-link {
  background-color: #1d1d1d;
  border-top-left-radius: 130% 300px;
  border-top-right-radius: 130% 300px;
}

#footer-link1 {
  display: flex;
  justify-content: space-between;
  padding: 50px 200px 0px 200px;
  margin: 0px;
}

#library {
  padding: 30px 30px 30px 10px;
  color: white;


  a {
    text-decoration: none;
    color: white;
  }
}

#a {
  display: flex;
  flex-direction: column;
}

#social {
  display: flex;
  justify-content: space-between;
  border: 1px solid white;
  padding: 10px 200px;
  color: white;
  text-decoration: none;
}

#social a {
  text-decoration: none;
  color: white;
}

/* ---------FOOTER-------------- */

#bttn {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #f06d82;
  color: white;
  padding: 10px 20px;
  font-size: 18px;

  a {
    color: white;
  }
}


#btn {
  background-color: #f06d82;
  border-radius: 10px;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}

#text-response {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  margin-top: 150px;
}

/* FORMS */

.form {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: auto;
}

#form-head {
  align-items: center;
  font-family: "poppins", sans-serif;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  word-spacing: 1px;
}

form {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  margin: auto;
}

/* BOOK_DESCRIPTION */
nav {
  
  background-color: white;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.246);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#description {
  max-width: 100%;
  padding: 100px 120px 10px 120px;
}

#description_list {
  width: 300px;
  height: 200px;
  margin-top: 20px;
}

#title {
  font-family: "poppins" sans-serif;
  font-size: 42px;
  text-align: left;
}
#span {
  font-size: 20px;
  font-weight: 600;
}

#cost {
  margin-left: 150px;
}

#order_update {
 width: 514px;
}
#order_add{
  width: 749px;
}
/* BUYER */
#ada {
  padding: 50px 20px 10px 550px;
}
#ada1 {
  padding: 10px 50px 10px 250px;
}

/* ----ABOUT---- */

#about {
  padding: 20px 20px 10px 350px;
}

#about img {
  width: 300px;
}

#about1 {
  padding: 10px 120px;
}

#contact {
  padding: 10px 350px;
}

#contact1 {
  padding: 10px 350px;
}

#contact2 {
  padding: 10px 120px;
}

#dashboard {
  display: flex;
}

#dashboard1 {
  display: none;
}