﻿.banner-image {
    height: 700px;
    object-fit: cover;
    
}


/* Fade đẹp hơn */
.carousel-item {
    transition: opacity .75s ease-in-out;
}


/* Caption */
.carousel-caption {
    bottom: 25% !important;
    text-align: left;
    left: 10%;
}


/* Animation chữ */
.caption-animation {
    animation: slideFromLeft .75s ease;
}


.carousel-caption h1 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 25px;
}
.banner-p{
    margin-left:50px;
}
h1 {
    margin-left: 50px;
}

.carousel-caption p {
    font-size: 22px;
    margin-bottom: 35px;
}



/* Button */

.shop-btn {
    padding: 16px 40px;
    background: #95a845;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    transition: 0.4s;
    margin-left:50px;
}


    .shop-btn:hover {
        background: #7c8f37;
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,.3);
    }

    .custom-arrow{

    font-size:50px;

    color:white;

    transition:.4s;

}


.custom-arrow:hover{

    transform:scale(1.3);

}



/* Animation chữ từ trái */

@keyframes slideFromLeft {

    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.custom-arrow {
    font-size: 50px;
    color: white;
    transition: .4s;
}


    .custom-arrow:hover {
        transform: scale(1.3);
    }




/* Animation chữ từ trái */
@keyframes slideFromLeft {

    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/* Zoom nhẹ ảnh */

@keyframes zoomBackground {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}
