body {
    font-family: 'Noto Sans Bengali', Arial, sans-serif;
    margin: 0;
    padding: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;

}
.box {
    background: #FFF0FC 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.video-header {
    position: relative;
    height: 250px;
    overflow: hidden;
    color: white;
    text-align: center;
}

.video-header video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-content {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

.logo {
    width: 90px;
    margin-bottom: 10px;
}

.brand-name {
    font: normal normal bold 27px/40px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.subtitle {
    margin-top: 5px;
    font-family: 'Noto Sans Bengali', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 300;

    opacity: 1;
}

.menu-icon {
    position: absolute;
    top: 15px;
    right: 20px;

    color: white;
    z-index: 3;
}

.card-img-overlay {
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
}


.content {
    padding: 1.5rem 1rem 0;
    text-align: center;
    font-size: 12px;
    color: #2A2929;
    flex: 1;
    margin-bottom: 20px;
}

.footer {
    background-color: #4a1c43;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}


.card-title {
    font-size: 1.2rem;
    text-align: left;
    font: normal normal normal 15px/25px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.card-text {
    font-size: 1rem;
}
.menu1{
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.56;
}
