.owl-carousel .owl-item{
    height: 900px;
}
.owl-nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 17rem;
    padding: 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: white !important;
    font-size: 5rem;
}
.owl-carousel button.owl-dot{
    display: none;
}

@media only screen and (max-width: 600px) {
    .owl-nav{
        top: 6rem;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        font-size: 3rem;
    }
    .owl-carousel .owl-item{
        height: 100%;
    }
    .owl-carousel .owl-item img{
        height: 400px !important;
    }
    .custom-bottom-effect{
        bottom: -100px !important;
    }
}
/* .custom-home-carousel{
    margin-bottom:200px;
} */
.custom-bottom-effect {
    position: absolute;
    z-index: 10;
    bottom: -31px;
    width: 119%;
    height: 148px;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px;
}

.custom-bottom-effect:after {
    content: '';
    display: block;
    background: white;
    height: 148px;
    -webkit-box-shadow: inset 0px -12px 13px -2px white;
    -moz-box-shadow: inset 0px -12px 13px -2px white;
    box-shadow: inset 0px -12px 13px -2px white;
}

.new-custom-slide {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item img{
    height: 900px;
    object-fit: cover;
}