.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /*text-align: center;*/
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.swiper-navigation {*/
/*position: relative;*/
/*}*/

/*.swiper-navigation .swiper-button-prev::after {*/
/*content: "";*/
/*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA1MCAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQyLjg2NjEgMTUuNzM0OEwzMC40MDUgMy4yNzM3OUwzMi44Mzk0IDAuODM5NDA1TDQ5LjQ1NTggMTcuNDU1OEwzMi44NjE2IDM0LjA1TDMwLjQyOSAzMS42MTM5TDQyLjg2NjEgMTkuMTc2OEwwLjI2NTE2MyAxOS4xNzY5TDAuMjY1MTY0IDE1LjczNDhMNDIuODY2MSAxNS43MzQ4WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K) no-repeat;*/
/*width: 50px;*/
/*height: 35px;*/
/*transform: rotate(180deg);*/
/*}*/

/*.swiper-navigation .swiper-button-next::after {*/
/*content: "";*/
/*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA1MCAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQyLjg2NjEgMTUuNzM0OEwzMC40MDUgMy4yNzM3OUwzMi44Mzk0IDAuODM5NDA1TDQ5LjQ1NTggMTcuNDU1OEwzMi44NjE2IDM0LjA1TDMwLjQyOSAzMS42MTM5TDQyLjg2NjEgMTkuMTc2OEwwLjI2NTE2MyAxOS4xNzY5TDAuMjY1MTY0IDE1LjczNDhMNDIuODY2MSAxNS43MzQ4WiIgZmlsbD0iIzIzMUYyMCIvPgo8L3N2Zz4K) no-repeat;*/
/*width: 50px;*/
/*height: 35px;*/
/*}*/

/*.swiper-slide img {*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*object-fit: cover;*/
/*}*/

.swiper-div {
    overflow: visible !important;
    padding: 30px 0px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.item-slider {
    position: relative;
    cursor: pointer;
    transition: all .5s cubic-bezier(.22,.61,.36,1) 0s;
    transition-property: all;
    box-shadow: 10px 10px 150px #00095e00;
}

.item-slider:hover {
    z-index: 100;
    transform: translateZ(0) scale(1.1) !important;
    box-shadow: 10px 10px 150px #00095e1a;
}

.item-slider:hover H3 { color: #FF9800; }

.item-slider:hover .img-holder img {
    transform: scale(1);
}

.item-slider .img-holder {
    position: relative;
    overflow: hidden;
}

.item-slider .img-holder img {
    width: 100%;
    transition: all .4s ease 0s;
    transform: scale(1.3);
}

.item-slider .img-holder::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.item-slider .item-details {
    padding: 2rem;
    position: absolute;
    inset: auto 0 0 0;
}
.item-details h3
{
    color: rgba(255, 152, 0, 0.54);
    font-family: Norwester;
    text-transform: uppercase;
    font-size: 18px;
}