.container h1 {
    border-bottom: solid 0.2px var(--bs-orange);
    padding-bottom: 10px !important;
}

img.shiny {
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

img.shiny:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}
.btn-orange-promo:hover, .btn-orange-promo:active{ 
  background-color: #e77202 !important;
  color: var(--bs-gray-100) !important;
}
.btn-orange-promo{
    background-color: var(--bs-orange);
    color: #fff;
    border: solid 0.5px var(--bs-gray-600);
}
.promo-box:hover{
  box-shadow: 0.5px 0.5rem 2rem rgba(0, 0, 0, 0.15) !important;
}
.promo-box{
    display: grid;
    grid-template-columns: auto;
    gap: 6px;
}
.promo-box img{
  min-height: 115px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: solid 4.5px var(--bs-orange);
}
.title-promo {
  color: var(--bs-orange);
}
.desc-promo{
  line-height: normal;
  min-height: 55px;
  margin-bottom: 6px;
}
a{
  text-decoration: underline;
  text-underline-position: under;
}
#left-menu-stick .dropdown-item:hover, #left-menu-stick .dropdown-item:active{
    background-color: var(--bs-orange);
}
#left-menu-stick a.active {
    background-color: var(--bs-orange);
    border-bottom: none;
}
#left-menu-stick li.active, .left-menu-mobile li.active, #left-menu-stick li.active, .left-menu-mobile li a.active{
    background-color: var(--bs-orange);
    border: none !important;
}
.dropdown-item.active{
    background-color: var(--bs-orange) !important;
    cursor: pointer;
}
#banner-area:after, .carousel:after{
    content: "";
    background: -webkit-linear-gradient(left, var(--bs-orange) 0%, rgba(134, 29, 84, 1) 12%, var(--bs-orange) 50%, var(--bs-link-color) 100%);
    display: block;
    height: 2.3px;
    width: 100%;
    position: absolute;
}
