a {
  color: #82d322 !important;
}

a:hover {
  text-decoration: underline;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: #A6A6A6;
}

.breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #A6A6A6;
}

.breadcrumb-container {
  background-color: #303030;
}

.gallery {
  display: flex;
  margin: auto;
  align-items: center;
  max-width: 275px;
  max-height: 275px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  height: auto;
}

.theme-form {
  padding-bottom:75%;
  position:relative;
  display:block;
  width: 100%;
}

.theme-review {
  border: 0;
  width: 100%;
  height:relative;
  position:relative;
}

.text-muted {
  color: #A6A6A6 !important;
}

.text-light {
  color: #82d322 !important;
}

.logo-bg {
  background-color: #1a1a1a !important;
}

.theme-size {
  width: 400px;
}

.theme-button {
  width: 200px;
  height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.img-with-text {
  text-align: center;
  width: 200px;
}

.img-with-text img {
  display: block;
  margin: 0 auto;
}

.theme-icon {
  width: 100px;
}

.theme-iconsm {
  width: 50px;
}

.theme-float {
  height: 200px;
}

.theme-bullet {
  height: 10px;
}

.theme-point {
  height: 20px;
}

.theme-bulletlg {
  height: 25px;
}

#banner {
  background-color:  #1a1a1a !important;
  padding: 10px;
  place-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

#notification {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  color: #82d322;
  background-color: rgba(164, 255, 247, 0.8) !important;
  text-align: center;
  font-weight: bold;
  font-size: x-large;
  overflow: hidden;
  padding: 10px;
  height: 55px;
  box-shadow: 0 0 20px rgb(0, 0, 0);
}

.container {
  max-width: 1224px;
  width: 90%;
  margin: auto;
  padding: 40px 0;
}

.title {
  margin-bottom: 2rem;
}

.photo-gallery {
  display: flex;
  gap: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.photo img {
  width: 10%;
  border-radius: 5px;
  height: 10%;
  object-fit: cover;
}

@media(max-width: 768px){
  .photo-gallery {
    flex-direction: column;
  }
}

.overlay {
  transition: all 0.3s;
  max-width: 300px !important;
  width: 100%;
  height: auto;
}

.snug {
margin-bottom: 0 !important;
}

.theme-click {
  max-width: 300px;
  max-height: 300px;
  transition: all 0.3s;
}

.theme-click:hover {
  transform: scale(1.05);
}

.theme-home {
  max-width: 400px !important;
  height: auto;
  max-height: 400px;
}

.theme-shop {
  max-height: 250px;
  max-width: 250px;
  padding-top: 5px !important;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s;
}

.theme-shop:hover {
  transform: scale(1.05);
}

.theme-fleef {
  max-width: 300px !important;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.theme-fleef:hover {
  transform: scale(1.05);
}

.theme-shadow {
  max-height: 250px;
  max-width: 250px;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 49, 51, 0.5);
}

.theme-shadow:hover {
  transform: scale(1.05);
}

.form-control:focus {
  border-color: #82d322;
  box-shadow: 0 0 0 0.1rem #82d322 !important;
}
