/*navbar*/
.logo {
  width: 5%;
  height: 5%;
  margin: 10px 10px;
}

.navbar-brand {
  margin-left: 15px;
}

.navbar {
  --bs-navbar-brand-font-size: 3rem !important;
}

.nav-link {
  font-size: 1.3rem !important;
  color: #000000 !important;
}

.nav-link:hover {
  color: #009ada !important;
}
/*navbar*/

/*slid*/
#testimonials {
  text-align: center;
  background-color: #009ada;
  color: #ffffff;
}

#testimonials h2 {
  font-size: 2rem !important;
}

.carousel-item {
  padding-top: 2%;
  padding-bottom: 2%;
}

.testimonials-img {
  width: 60%;
  border-radius: 10px;
  margin: 1.5rem;
}
/*slid*/

/*featuer*/
#features {
  padding: 10% 5%;
  text-align: center;
}

#features i {
  padding: 10%;
}

#features p {
  opacity: 0.6;
}
/*featuer*/

.container {
  overflow: hidden;
}

/*filter*/
.filterDiv {
  float: left;
  text-align: center;
  margin: 2px;
  display: none; /* Hidden by default */
}

.filterDiv p {
  color: #000000;
  opacity: 0.7;
}

/* The "show" class is added to the filtered elements */

.show {
  display: block;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #009ada;
  color: white;
}

.container img {
  margin: 15px;
}

h2 {
  font-size: 1.5rem !important;
}
/*filter*/

/*cover*/
.cover {
  background-image: url("images/cover.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Adjust the brightness of the image */
  filter: brightness(80%); /* 50% brightness */
}

.cover img {
  width: 15%;
  margin-left: 1.5%;
  margin-bottom: 3%;
}

.cover h2 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 1rem;
  color: #009ada;
  font-size: 3rem !important;
  text-shadow: 2px 2px 5px red;
}

.cover p {
  padding: 1rem;
  color: #ffffff;
  font-size: 2rem;
  font-family: serif;
  text-shadow: 2px 2px 5px red;
}
/*cover*/

/* photo */
.container {
  padding-top: 10%;
}

.container img {
  width: 90%;
  border: 5px solid;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #003688, #e62e2e, #009ada) 3;
  border-image-slice: 1;
  filter: brightness(95%);
}
/* photo */

/*repair*/
#repair {
  margin: 1px 50px;
  text-align: center;
}
#repair img {
  width: 90%;
  margin-bottom: 30px;
}
#repair h2 {
  padding-top: 10%;
  padding-bottom: 6%;
  font-size: 3.5rem !important;
}
/*repair*/

/*logout button */
.logout-button {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 8px;
}

.logout-button:hover {
  background-color: #cccccc;
  color: #ffffff;
}
/* logout button */

/*button contanier cars page*/
.cc {
  padding-bottom: 15%;
  padding-left: 5%;
  padding-top: 10%;
}

/*button contanier cars page*/

/*review photo*/
#review {
  margin: 1px 50px;
  padding-bottom: 10%;
}

#review h2 {
  padding-top: 10%;
  padding-bottom: 6%;
  text-align: center;
  font-size: 3.5rem !important;
}

.reviewPhoto {
  border-radius: 100%;
  width: 50%;
  height: 50%;
  margin: 10px 0px 30px 0px;
}
/*review photo*/
