.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.batti{
    text-align: center;
    width: 30%;
    box-shadow: 0px 0px 20px 10px #76767666;
    border-radius: 5px;
}

@media (max-width: 1068px) {
    .batti{
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 800px) {
    .batti{
        text-align: center;
        width: 80%;
    }
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    position: relative;
    text-align: center;
    background-color: #76767666;
    padding: 1%;
    border-radius: 5px;
}

/* .green-shape {
    position: absolute;
    width: 195px;
    height: 300px;
    background-image: url("image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 30%;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30%);
    border-radius: 5px
} */

.head {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-head {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}