@font-face {
    font-family: braivy;
    src: url(../FONTS/ChicAvenue-Regular.otf);
}

nav {
    border-bottom: 1px solid white;
}

/* Create a class for the logo font */
.logo-font {
    font-family: braivy, sans-serif;
    font-size: 1.3em;
}

.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: #333;
    border-bottom: 2px solid white;
    color: white;
}

/* Add active state to the icons */
.navbar-nav .nav-link:active {
    background-color: #333;
    border-bottom: 1px solid gold;
    opacity: 0.4;
}

.collapse {
    margin-left: 10px;
}

.collapse form {
    width: 250px;
}

@media (min-width:991px) {
    .braivy-burger {
        display: none;
    }
}

@media (max-width:991px) {
    .braivy-search {
        display: none;
    }

    .braivy-burger-icon {
        display: none;
    }

    .collapse {
        margin-left: 0;
    }

    .collapse form {
        width: 100%;
    }
}

.navbar-toggler {
    margin-right: 10px;
}

.braivy-burger ul {
    margin-left: 20px;
}

.search-input {
    transition: width 0.5s;
}

.search-input input {
    padding-left: 30px;
    width: 100%;
    border: none;
    background-color: transparent;
    border: 1px solid white;
}

.search-input svg {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}



.search-input .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    color: black;
    border: none;
    padding: 8px 15px;
    transition: background-color 0.3s, color 0.3s;
}

.search-input .search-submit:hover {
    background-color: #ddd;
    color: black;
}

.search-input .search-submit:focus {
    background-color: #ccc;
    color: black;
}

.search-input .search-submit:active {
    background-color: #bbb;
    color: black;
}

.search-input input:focus {
    min-width: 120px;
    padding-right: 20px;
    background-color: #333;
    color: white;
}

.search-input svg {
    display: none;
}

/* HERO SECTION */
.hero-section {
    min-height: 400px;
    background-position: center;
}

@media (min-width:991px) {
    .hero-section {
        background-position-y: -200px;
    }
}

.hero-text {
    padding-top: 50px;
    padding-left: 50px;
}

.hero-text h1 {
    font-family: braivy;
    animation: slideIn 1s ease-in-out;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-shop-now {
    border: 2px solid white;
}

.btn-shop-now:hover {
    opacity: 0.85;
    border: 2.5px solid white;
}

.btn-shop-now:active {
    opacity: 0.7;
    border: 2.9px solid white;
}

/* PRODUCTS CAROUSEL SECTION */
.shop-link-product:hover {
    opacity: 0.9;
}

.shop-link-product:active {
    opacity: 0.7;
    border: 2px solid black;
}

#productCarousel {
    margin-bottom: 50px;
    border-bottom: 1px solid black;
}

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

.card-header {
    padding: 0.7rem;
    margin: 0.3rem;
}

.card-body {
    padding: 1rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.card-footer {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    /* added box-shadow */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.carousel-inner .row {
    flex-wrap: nowrap;
}

.carousel-inner .col-4 {
    flex: 0 0 auto;
    width: 40%;
}

.card {
    margin: 1.5rem;
}

@media (max-width: 991px) {
    .carousel-inner .col-4 {
        flex: 0 0 auto;
        width: 48%;
    }

    .card {
        margin: 1rem;
    }

    .card-header {
        padding: 0.5rem;
        margin: 0.2rem;
    }

    .carousel-control-prev-icon {
        margin-right: 58%;
    }

    .carousel-control-next-icon {
        margin-left: 58%;
    }
}

/* MISSION BOX SECTION */
.mission-box {
    width: 99%;
    margin: auto;
    background-color: #f7f7f7;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 100px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.5%;
}

.headline {
    font-family: 'Braivy', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgba(245, 245, 220, 0.872);
}

.mission-text {
    font-size: 18px;
    color: white;
    margin-bottom: 40px;
}

.mission-box {
    background-color: black;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 100px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.mission-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.headline {
    font-family: 'Braivy', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* CATEGORY SECTION */
.btn-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.btn-black:hover {
    background-color: #333;
}

/* Browse by Category Styles */
.browse-by-category {
    text-align: center;
    margin-bottom: 40px;
}

/* Carousel Styles */
.carousel-inner {
    padding: 20px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    padding: 20px;
}

.card-footer {
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-image {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.hover-overlay {
    transition: opacity 0.3s ease-in-out;
}

.hover-overlay:hover {
    opacity: 0.7;
}

.braivy-font {
    font-family: 'Braivy', sans-serif;
}

@media (max-width: 768px) {
    #non-responsive-category {
        display: none;
    }

    .carousel-inner {
        padding: 0;
    }

    .carousel-item {
        flex: 0 0 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-indicators {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .carousel-indicators li {
        background-color: #000;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        display: inline-block;
        margin: 0 5px;
    }

    .carousel-indicators .active {
        background-color: #333;
    }
}

@media (min-width: 768px) {
    #responsive-category {
        display: none;
    }
}


/* VIDEO SECTION */

.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 50px;
}

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .video-section {
        width: 90%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        
    }
}

/* WHITE LABELING SECTION */
#white-labeling {
    background-color: #f5f5f5;
}

#white-labeling img {
    border-radius: 10px;
    height: 30em;
    width: 70%;
}

#white-labeling .card {
    border-radius: 10px;
}

#white-labeling .card-body {
    padding: 20px;
}

#white-labeling ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#white-labeling ul li {
    margin-bottom: 10px;
}

#white-labeling ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
}

#white-labeling h2 {
    color: #333;
}

#white-labeling h3 {
    color: #333;
}

#white-labeling p {
    color: #666;
}

/* FOOTER SECTION */
.braivy-font {
    font-family: 'braivy';
    font-size: 24px;
}

.bg-black {
    background-color: #000;
}

.beige-bg {
    background-color: #F5F5DC;
}

.bi-copyright {
    font-size: 18px;
}

.beige-like {
    color: rgba(245, 245, 220, 0.872);
}

.footer-button {
    color: green;
}

.footer-button:hover {
    background-color: rgb(16, 102, 16);
    color: white;
}

.footer-list-hover li a:hover {
    opacity: 0.8;
}

.footer-socials {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-left: 2%;
}

.footer-socials:hover {
    opacity: 0.8;
    border: 1px solid white;
}

.copyright-icon {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
}

.terms-hover:hover {
    opacity: 0.8;
}

.terms-hover:active {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-section {
        padding: 20px;
    }
}

.search-results {
    position: absolute;
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 3%;
    padding: 10px;
    display: none;
    min-width: 250px;
    min-height: 100px;
    top: 90%;
    z-index: 1;
    /* added z-index to ensure search results appear on top */
}

.search-results div {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.search-results div:last-child {
    border-bottom: none;
}

.search-results a {
    text-decoration: none;
    color: #337ab7;
}

/* RESPONSIVE SEARCH... */
.res-search-results {
    position: absolute;
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 3%;
    padding: 10px;
    display: none;
    min-width: 450px;
    min-height: 200px;
    top: 15.5vh;
    left: 12.5%;
    z-index: 1;
}

.res-search-results div {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.res-search-results div:last-child {
    border-bottom: none;
}

.res-search-results a {
    text-decoration: none;
    color: #337ab7;
}


/* BB CAROUSEL */
.bb-carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
  }

  .bb-carousel-track {
    display: flex;
    flex-direction: row-reverse;
    /* Moves carousel left instead of right */
    transition: transform 0.6s ease-in-out;
  }

  .bb-carousel-slide {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }

  .bb-carousel-slide img {
    width: 100%;
    max-height: 500px;
    border-radius: 10px;
    object-fit: contain;
  }

  .bb-carousel-custom {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .bb-carousel-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .bb-carousel-buttons button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    pointer-events: all;
  }