.custom-bg-color {
    background-color:#f8f8eb;
}
.navbar-custom {
    background-image: linear-gradient(to right,#E5A63F, #E64F1A)  !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.div-custom{
    background-color: #26202C !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.title-color{
    color: #1F2937;
}

.video-background{
    position: relative;
    width: 100%;
    height: calc(100vh - 288px);
    overflow: hidden;
}

.btn-custom {
  background-color: #E5A63F;
  color: #ffffff;
  border-color: #d4d2d2;
}

.btn-custom:hover {
  background-color: #bb6620;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-custom:active, .btn-custom.active {
  background-color: #3a1366;
  border-color: #3a1366;
}

.btn-custom:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 37, 190, 0.5);
}

.nav-item-cart{
    position: relative;
    transform: translate(620%, 0%);
}
.button-size-cart{
    width: 105px;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    padding: 20px;
    background-color: transparent;
    color: white;
    width: 100%;
}

h1{
    font-size: xx-large;
    font-weight: 900;
}
h4{
    padding-top: 2.5rem;
    font-style: italic;
    font-size: xx-large;
    font-weight: 900;
}



.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 288px);
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
   color: white;
   font-weight: bold;
}
.slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            z-index: 10;
        }

        .nav-button:hover {
            background: rgba(255, 255, 255, 1);
            transform: translateY(-50%) scale(1.1);
        }

        .nav-button:active {
            transform: translateY(-50%) scale(0.95);
        }

        .prev {
            left: 20px;
        }

        .next {
            right: 20px;
        }

        .dots-container {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .dot.active {
            background: white;
            width: 30px;
            border-radius: 6px;
        }

.products-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.card {
    padding: 5%;
    margin: 5%;
    border: none;
    border-radius: 8px;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0,0,0,0.7) !important;
}

.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.image-prod-1{
    height: 20%;
    width: 100%; max-width: 300px;;
}
.image-prod-2{
    height: 20%;
    width: 100%; max-width: 270px;;
}

.btn-cart {
    background: linear-gradient(to right, #E5A63F, #E64F1A);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: opacity 0.3s;
}
.btn-cart:hover {
    opacity: 0.85;
    color: white;
}
.btn-whats {
    background: linear-gradient(to right, #38E557, #28af41);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: opacity 0.3s;
}
.btn-whats:hover {
    opacity: 0.85;
    color: white;
}
.btn-insta {
    background: linear-gradient(to right, #E5A63F, #bd4e3b);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: opacity 0.3s;
}
.btn-insta:hover {
    opacity: 0.85;
    color: white;
}
.product-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #E64F1A;
    font-size: 1.2rem;
}
p.force_paragraph{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
}
.product-card {
    flex: 1;
    text-align: center;
    max-width: 400px;
}
.product-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 2px;
}