﻿@charset "utf-8";


.carousel-item h4, p {
    text-shadow: 0 3px 7px rgb(0 0 0 / 80%);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    height: 15%;
    transition: .5s ease;
}

.card:hover .overlay {
    height: 60%;
}

.cardbody {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 0%;
    margin: 5px;
    line-height: 3px;
}

.card {
    display: inline-block;
    margin: 10px;
    border: none;
    overflow: hidden;
}

    .card img {
        display: block;
        transition: transform .4s;
    }

    .card:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
    }

.shadow {
}

.button {
    text-align: left;
    margin-top: 80px;
    text-decoration: none;
}

h5 {
    font-family: SairaSemiCondensed-SemiBold;
    font-variant-caps: all-small-caps;
    font-weight: 500;
    font-size: 25px;
    text-align: left;
    text-shadow: 0 3px 7px rgb(0 0 0 / 80%);
}

.synopsis {
    text-align: left;
    margin-top: 2px;
    text-shadow: 0 3px 7px rgb(0 0 0 / 80%);
}

.button {
    transition: transform ease 300ms;
}

    .button:hover {
        transform: translate(0, -5px);
    }

.btn {
    background-color: white;
    color: black;
    font-weight: 500;
    border-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}


#hello1 {
    background-color: #343a40;
}
