.carousel-image-width-fvh {
    width: 100%;
    height: 340px;
    display: block;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
h5.card-title {
    position: relative;
    font-family: "Futura Medium";
    font-size: 18px;
    color: var(--black);
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
}
h5.card-title::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--yellow);
}

a:hover, button, input[type="submit"], a img {
    transition: all 0.3s linear;
}

.card-body {
    padding: 20px !important;
    margin-top: 10;
}

.carousel-item img {
    transition: all 0.5s ease-in-out;
    height: 340px;
}
.carousel-item:hover img{
transform: scale(1.1);
transform-origin: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    font-weight: 800;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    /* background: blue; */
}

.loadmore2{
	display: block;
	padding: 8px;
	margin: 0 auto;
	background: #f38d00;
	border-radius: 5px;
	color: white;
	border: #f38d00;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	}

/*
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.carousel-item img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
*/