.catalog-previeww {
  position: relative;
}
nav {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}
.product-card-text {
  color: #5a7184;
  font-size: 14px !important;
}

.product-card-description {
  height: 115px !important;
  border-top: none !important;
  margin: auto;
}

.hidden-preview {
  height: 280px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  position: absolute;
  top: -130px;
  visibility: hidden;
}
.footer-container-box {
  border: 1px solid #eceece;
  border-radius: 12px;
  padding: 32px 12px;
  background-color: #fff !important;
}
.detailContainer {
  max-width: 1140px;
  margin: auto;
}
.detailText {
  font-size: 14px !important;
  line-height: 32px !important;
}
.detailRow {
  margin-bottom: 100px !important;
}

.product-detail-header {
  text-align: center;
}

hr.solid {
  margin-top: 50px;
  height: 0px;
}
.catalog-preview-hover:hover .hidden-preview {
  visibility: visible;
}

.hakkimizda-header {
  margin-top: 100px;
}
.hakkimizda-finalHeader {
  margin-bottom: 100px;
}
.contact-btn {
  border-color: rgb(130, 177, 197) !important;
  color: #343a40;
  font-weight: 500 !important;
}
.contact-btn:hover {
  background-color: rgb(130, 177, 197) !important ;
  color: #ffffff !important;
}
.main-card-img-border {
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}
.footer .footer-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact-text {
  display: flex;
  align-items: start;
  gap: 12px;
}
.home-about-sub-header {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 2rem !important;
}

@media (max-width: 575.98px) {
  .footer-map {
    display: none;
  }
  .navbar-logo-custom-width {
    width: 200px !important;
  }
  .detailContainer {
    margin: 12px !important;
  }
  .product-detail-header {
    font-size: 28px !important;
  }
  .home-about-sub-header {
    font-size: 22px !important;
  }
}
