@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap");
body {
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
.overly {
  position: relative;
}
.overly::before {
  content: "";
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-1 {
  background: url("../img/hero.jpeg") no-repeat center center/cover;
}
.navigation {
  padding: 15px 0;
}
.login-button {
  border: 2px solid #dedede;
  margin-right: 8px;
  padding: 6px 20px;
}
.add-button {
  background: #28a745;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
}
.add-button:hover {
  color: #fff;
  background-color: #05601a;
}
.main-nav .nav-link {
  font-size: 16px;
  line-height: 43px;
  padding: 0 25px;
}

.main-nav .nav-item.active .nav-link {
  color: #28a745;
}
.hero-area .content-block h1 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.hero-area .content-block p {
  color: #fff;
  font-size: 20px;
}
.hero-area {
  padding: 100px 0 0;
}
.hero-area .content-block {
  padding-bottom: 80px;
}
.hero-area .advance-search {
  background: #fff;
  padding: 40px 15px 25px;
  border-radius: 3px;
  margin-bottom: -50px;
  box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
}
.short-popular-category-list {
  margin-top: 40px;
}
.short-popular-category-list ul {
  margin-top: 10px;
}
.short-popular-category-list ul li {
  margin: 0 2px;
  margin-top: 15px;
}
.short-popular-category-list ul li a {
  border: 1px solid #404040;
  color: #c1c1c1;
  font-weight: 200;
  padding: 4px 10px;
  font-size: 12px;
}
.short-popular-category-list ul li a i {
  margin-right: 2px;
}



.feature{
  padding: 100px 10px;
}

footer{
  padding: 100px 10px 20px 10px;
}

.custom-section {
  padding: 60px 0;
  text-align: center;
}
.custom-section .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}
.custom-section .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  margin-bottom: 40px;
}
.custom-section .img-row img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.card {
  margin-bottom: 20px;
  border: none;
}

.card-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   border: none;
}

.card-body p {
  margin-bottom: 5px; /* Adjust the margin as needed */
}

.card-body h5 {
  margin-bottom: 10px; /* Adjust the margin as needed */
}

.card-body a {
  margin-top: 10px; /* Adjust the margin as needed */
}

.amount {
  margin-top: 10px; 
  color: green;
}

.custom-footer {
  background-color: #E5EEE6;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220 0 4 5%22 xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath fill%3D%22%23FFF%22 d%3D%22M2 0L0 2h4L2 0zM0 3h4L2 5 0 3z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
}

.form-select:focus {
  border-color: #6c757d;
  box-shadow: none;
}


@media screen and (max-width: 500px){
  .feature{
      padding: 80px 10px;
  }

  footer{
      padding: 20px 10px;
  }
  
}
