body {
    font-family: "indivisible", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #f2e8db;
}

a{
    color: #000;
}

.form-control{
    border-color: #000;
    border-radius: 2px;
}

.btn{
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-lg{
    font-size: 16px;
    padding: 10px 40px;
}

.form-control:focus{
    box-shadow: 2px 3px 0 0rem rgba(0, 0, 0, .9);
    border-color:#000;
}

header {
    background-color: #5B4941;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link{
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.navbar-brand img{
    max-height: 50px;
}

.card-header{
    background: #5c4941;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "olimpico", sans-serif;
    font-size: 35px;
    letter-spacing: 1px;
}

.badge-details{
    background: #E0E0E0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.btn-success{
    background-color: #00C853;
    border-color: #00C853;
}

.img-infos{
    position: relative;
}

.image img{
    width: 100%;
}

.filter-form{
    background: #EFEBE9;
    padding: 30px;
}

.mw-150-px{
    max-width: 150px;
}

.card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 0;
}

.page-link{
    color: #5c4941;
}
.page-link:hover{
    color: #5c4941;
    background-color: #f3e8dc;
    border-color: #f3e8dc;
}

.page-item.active .page-link{
    background-color: #5c4941;
    border-color: #5c4941;
}

.text-bg-light{
    background: #f3e8dc;
    color: #000;
    font-weight: 400;
}

.card .card-text{
    color: #6c757d;
}

header a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.welcome-page {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 22vh;
}

.welcome-message {
    font-size: 24px;
    color: #333;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2%;
}

.cart {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
}

.cart a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

.cart a:hover {
    text-decoration: underline;
}

.event-details {
    position: relative;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
}

.event-details h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.event-details p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

#product-cover {
    max-width: 100%;
    height: 65vh;
    border-radius: 8px;
    margin-top: 20px;
}

.back {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

#imgd {
    width: 80%;
}

.containerr {
    display: flex;
    justify-content: space-between;
}

.event-details-stats {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    max-width: 600px;
    margin: 20px auto;
    width: 45%;
}

.event-details-stats img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

.stats {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60%;
    width: 45%;
    margin-right: 10%;
    margin-top: 3%;
}

.product-cover img {
    max-width: 50%;
    border-radius: 8px;
}

#imgup {
    max-width: 30%;
    border-radius: 8px;
}

.number-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
}

.bg-green {
    background-color: green;
    color: white;
}

.bg-yellow {
    background-color: yellow;
    color: black;
}

.bg-red {
    background-color: red;
    color: white;
}

.ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.brown-bg{
    background-color: #5B4941;
}

.light-brown-bg{
    background-color: #f2e8db;
}

.big-title{
    font-family: "olimpico", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
}

.btn-glow{
    outline: none !important;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    box-shadow: none;
}

.btn-glow::before{
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.btn-glow:active {
    color: #000;
    outline: none !important;
    box-shadow: none;
}
.btn-glow:active:focus{
    box-shadow: none;
}

.btn-glow:active:after {
    background: transparent;
    outline: none !important;
    box-shadow: none;
}

.btn-glow:hover:before {
    opacity: 1;
}

.btn-glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.ribbon {
    --f: .5em;

    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #ce0022;
}

@media (max-width: 768px) {
    .ribbon {
        font-size: 1.2rem;
    }
}


/* Equal-height card images, cf. https://stackoverflow.com/a/47698201/1375163*/
.card-img-top {
    /*height: 11vw;*/
    object-fit: cover;
}
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
    .card-img-top {
        height: 19vw;
    }
  }
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .card-img-top {
        height: 16vw;
    }
  }
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .card-img-top {
        height: 11vw;
    }
  }
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 992px) {
    .card-img-top {
        height: 11vw;
    }
  }