.hero {
    height: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;

}

.carousel-item {

    height: 700px;
}

.carousel-item img
{

    height: 700px;
    object-fit: cover;
}

.over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 700px;
    background: rgba(30, 30, 30, 0.55);
}

.hero-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;

}

.hero-details h1 {
    color: white;
    font-size: 90px;
}

.hero-details p {
    color: white;
    font-size: 40px;
}

.hero-details .points-right {
    top: 50%;
    margin-left: -28%;
    transform: translate(0, -50%);
    width: 10%;
    background: none;
    justify-content: center;
    align-items: center;

}

.hero-details .points-left {
    top: 50%;
    margin-left: 15%;
    transform: translate(0, -50%);
    width: 10%;
    background-color: transparent;
}
.hero-details .points-right {
    top: 50%;
    transform: translate(0, -50%);
    width: 10%;
    margin-left: 25%;
    background: none;
    justify-content: center;
    align-items: center;

}

.hero-details .points-left {
    top: 50%;
    margin-left: 65%;
    transform: translate(0, -50%);
    width: 10%;
    background-color: transparent;
}


@media (max-width: 1200px) {
    .hero-details h1 {
        font-size: 70px;
    }
    .hero-details p {
        font-size: 30px;
    }

}

@media (max-width: 992px) {
    .hero-details h1 {
        font-size: 60px;
    }
    .hero-details p {
        font-size: 25px;
    }
    .hero-details .points-right {
        width: 12vw;
        margin-left: 70%;
    }

    .hero-details .points-left {
        width: 12vw;
        margin-left: 3%;
    }
}

@media (max-width: 768px) {

    .price-tag {
        font-size: 0.95rem;
    }
    .hero-details h1 {
        font-size: 50px;
    }
    .hero-details p {
        font-size: 20px;
    }
    .hero-details .points-right,
    .hero-details .points-left {
        font-size: 1.5rem;
    }
    .hero-details .points-right {
        width: 12vw;
        margin-left: 68%;
    }

    .hero-details .points-left {
        width: 12vw;
        margin-left: 0%;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .products-section   .card img {
        height: 250px;
    }
    .price-tag {
        padding: 4px 8px;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
    .btn-custom {
        width: 100%;
        margin-top: 10px;
    }
    .product-divider {
        border-top: 1px solid #B48B2E;
        height: 1px;
        margin: 10px 0 -5px 0;
    }
    .hero-details h1 {
        font-size: 35px;
    }
    .hero-details p {
        margin: 10px;
        font-size: 18px;
    }
    .hero-details .points-right,
    .hero-details .points-left {
        font-size: 1rem;

    }
    .hero{
        height: 700px;
    }
    .hero-details .points-right {
        width: 12vw;
        margin-left: 70%;
    }

    .hero-details .points-left {
        width: 12vw;
        margin-left: 0%;
        margin-bottom: 20px;
    }

}
