.list-inline li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  width: 50px;
  line-height: 58px;
  border-radius: 50%;
  font-size: 12px;
  transition: 0.3s;
}
.list-inline a {
  padding: 1rem;
}
.list-inline {
  position: relative;
  top: 2rem;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.list-inline i {
  color: #fff;
}
.list-inline a:hover > li {
  transform: scale(1.15);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.home-background {
  position: relative;
  height: 10%;
  box-shadow: inset 0 0 20px hsl(225deg 33% 7%/50%);
}
/* .background-overlay:before {
  background: linear-gradient(0deg, #0c0f18, transparent 80%);
}
.background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */
.hovereffect:hover {
  cursor: pointer;
}
.navCol {
  animation: mymove 1s normal;
  animation-fill-mode: forwards;
}
@keyframes mymove {
  from {
    background-color: transparent;
  }
  to {
    background-color: #0000009c;
  }
}
.gr-menu-dropdown {
  border-top: none !important;
  border-radius: 8px !important;
}
.hoverBrightness:hover {
  filter: brightness(120%);
}
.bg-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #0000008f !important;
}
.gr-color-blackish-blue-opacity-7 {
  color: rgb(255 255 255/70%) !important;
}
.bg-white:hover,
a.bg-white:hover {
  background-color: #2f303a !important;
}
.gr-bg-blue-opacity-1 {
  background-color: rgb(255 255 255) !important;
}
.bg-titan {
  background-color: #272830 !important;
  padding: 35px;
  border-radius: 15px;
}
.snackbar-container {
  background-color: #2a2c32 !important;
  border-radius: 8px !important;
}
.snackbar-container .action {
  color: #8ee094 !important;
}
.btn-primary:hover {
  background-color: #272830e8 !important;
  border-color: #e4a101 !important;
  color: #1c1121 !important;
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #efac08;
  text-decoration: none;
}
.blog-list-post-content h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 10px;
}
.blog-list-post-content p {
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 0;
}
.bg-shop {
  background-color: #3333335c;
  border-radius: 15px;
}
.bg-shop:hover {
  border: 1px solid #e4a101;
}
.newsletter-wrap {
  box-shadow: 0 0 12px 0 rgb(0 0 0/20%), 0 6px 5px 0 rgb(0 0 0/19%) !important;
}
.newsReadMore:hover {
  color: #fe350f !important;
}
@media (max-width: 992px) {
  .mt-10Mobile {
    margin-top: 25px !important;
  }
}
