@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
body {
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
  .navbar-brand {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    font-size: 35px;
  }
}
.container {
  height: 500px;
  overflow-y: auto;
}
.navbar-brand {
  font-family: "Cinzel", serif;

  color: #ad8350 !important;
}

.nav-link {
  font-size: 20px;
  color: #2b2b28 !important;
}
* {
  margin: 0;
  padding: 0;
}
.nav-link:hover {
  text-decoration: underline;
  color: #ad8350;
}
.navbar {
  border-bottom: 3px solid #ad8350;
}
input,
input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 3;
}
i {
  color: #007bff;
}
.filter-section {
  border-bottom: 1px solid #ad8350;
}
#listno {
  font-size: 20px;
  color: aliceblue;
  border-radius: 15px;
}
.card-text {
  font-size: 25px;
  font-weight: bold;
}
.card {
  border-bottom: 6px solid #ad8350;
}
/* Footer */
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
::-webkit-scrollbar {
  background-color: #282d32;
  width: 0.7rem;
}
::-webkit-scrollbar-thumb {
  background-color: #ad8350;
  border-radius: 50px;
  margin: 4px;
}
