/* All header styles go here */
.nav-link active {
  color: #dae25d;
}
.mobile-app-icon-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid;
}
.mobile-app-icon-bar button {
  padding: 1.1rem;
  cursor: pointer;
}
.mobile-app-icon-bar button svg,
.mobile-app-icon-bar button i,
.mobile-app-icon-bar button img {
  font-size: 2rem;
  max-height: 2rem;
  max-width: 2rem;
}
.mobile-app-icon-bar-button {
  border-width: 0px;
  background-color: #fefefe;
}
@media (min-width: 600px) {
  .mobile-app-icon-bar {
    display: none;
  }
}
@media (max-width: 600px) {
  .navbar {
    display: none;
  }
  #searchContainer {
    margin-top: 0px !important;
  }
}
.lang-bar {
  margin-left: 4px;
  margin-top: 3px;
}
.translationLink {
  cursor: pointer;
}
#customUploadButton {
  color: #312c2c;
}
#searchContainer {
  background-image: url('../img/eric-prouzet-j55xn5f-w9w-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 35em;
  background-color: rgba(255, 255, 255, 0.486);
  background-blend-mode: overlay;
}
@media (min-width: 1281px) {
  #searchBox {
    margin: 9em 0px 0px 7em;
  }
}
.main-heading {
  font-size: 3rem;
  font-weight: bold;
}
.highlight {
  background-color: #d1e231;
  padding: 0 10px;
}
.project-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}
.project-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.project-box {
  background-color: #d1e231;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.project-box h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.newsletter-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}
.hover-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.card-img-wrapper {
  padding: 2rem;
  background: #f8f9fa;
}
.product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
}
.product-name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.product-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-details .detail-item {
  display: flex;
  align-items: center;
  color: #666;
}
.product-details .detail-item i {
  width: 20px;
}
.product-single-item-result-rating-box {
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
}
.product-single-item-result-rating {
  font-size: 70px;
  font-weight: 600;
}
.product-single-tab-pane-list {
  border-bottom: 1px solid;
}
.bar-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.label {
  width: 150px;
  text-align: right;
  margin-right: 10px;
}
.bar {
  width: 250px;
  height: 20px;
  background-color: #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.bar-fill-positive {
  height: 100%;
  background-color: #4caf50;
}
.bar-fill-negative {
  height: 100%;
  background-color: red;
}
.visualizer-icons {
  height: 50px;
  background-color: inherit;
}
.visualizer-tooltip {
  height: 20px;
}
#blogs-intro-box {
  background-color: #fefefe;
}
.blogs-list-single-box {
  margin: 20px;
  background-color: #fefefe;
}
.blogs-single-blog-box {
  background-color: white;
  border-radius: 5px;
  margin: 10px;
}
.blogs-single-blog-content {
  line-height: 2em;
}
body {
  background-color: #f8f5e4;
  color: #333;
  font-family: "Montserrat", serif;
}
.white-background {
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", serif;
}
.red-Button {
  background: #e8605f;
  color: #fefefe;
}
.red-Button:active {
  background: #ea6f6f;
  color: #fefefe;
}
.red-Button:hover {
  background: #ea6f6f;
  color: #fefefe;
}
.red-highlight {
  background: #e8605f;
  color: #fefefe;
}
