.mayasabhaFrontSetup{
    position: absolute;
    width: 32vw;
    height: 16vh;
    border-radius: 15px;
    filter:drop-shadow(0px 5px 5px black); /* shadow */
    background-position:0 0,100% 0;
    background-repeat:no-repeat;
    font-family: Arial;
    font-size: 6vmin;
    font-weight: 700;
    color: #f5f5f5;
    padding: 2vmin;
    text-shadow: 1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 3px 1px #919191,
    1px 4px 1px #919191,
    1px 5px 1px #919191,
    1px 6px 1px #919191,
    1px 7px 1px #919191,
    1px 4px 1px #919191,
    1px 14px 4px rgba(16,16,16,0.4),
    1px 18px 8px rgba(16,16,16,0.2),
    1px 21px 33px rgba(16,16,16,0.2),
    1px 25px 58px rgba(16,16,16,0.4);

    transition: all 2s;
    /*opacity: 50%;*/
}
.mayasabhaFrontSetup:hover{
    filter: brightness(110%) drop-shadow(0px 5px 5px black);
    opacity: 100%;
    transition: all .5s;
}
.mayasabhaFrontTLT {
    top: 10vh;
    left: 4vw;
    background-image:
        radial-gradient(circle at 50vw 49vh,transparent,transparent 70vh,var(--mayasabha-front-color) 71vh, var(--mayasabha-front-color-dark));
        /*radial-gradient(circle at 50vw 49vh,transparent,transparent 70vh, black 71vh, var(--mayasabha-front-color-dark));*/
}
.mayasabhaFrontTLI {
    top: 10vh;
    left: -40vw;
}

.mayasabhaFrontTRI {
    text-align: right;
    top: 10vh;
    right: -40vw;
}
.mayasabhaFrontTRT {
    text-align: right;
    top: 10vh;
    right: 4vw;
    background-image:
        radial-gradient(circle at -18vw 49vh,transparent,transparent 70vh,var(--mayasabha-front-color) 71vh, var(--mayasabha-front-color-dark));
}
.mayasabhaFrontBLI {
    bottom: 14vh;
    left: -40vw;
}
.mayasabhaFrontBLT {
    bottom: 14vh;
    left: 4vw;
    background-image:
        radial-gradient(circle at 51vw -25vh,transparent,transparent 70vh,var(--mayasabha-front-color) 71vh, var(--mayasabha-front-color-dark));
}
.mayasabhaFrontBRI {
    text-align: right;
    bottom: 14vh;
    right: -40vw;
}
.mayasabhaFrontBRT {
    text-align: right;
    bottom: 14vh;
    right: 4vw;
    background-image:
        radial-gradient(circle at -19vw -25vh,transparent,transparent 70vh,var(--mayasabha-front-color)  71vh, var(--mayasabha-front-color-dark));
}

.grads{
    background:
        radial-gradient(circle 100vmin, transparent 49%, var(--mayasabha-front-color-dark) 50%, RGBA(0,0,0,.3) 51%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
}

.image-zoom {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    overflow: hidden;
    position: relative;
}

.image-zoom:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;

    animation: 60s ease 0s normal none infinite running zoomin;
    -webkit-animation: 60s ease 0s normal none infinite running zoomin;
    -o-animation: 60s ease 0s normal none infinite running zoomin;
    -moz--o-animation: 60s ease 0s normal none infinite running zoomin;

}

@keyframes zoomin {
    0% { background: url('../images/carousel/MohsadaEkadashi.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    22% { background: url('../images/carousel/MohsadaEkadashi.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    25% { background: url('../images/carousel/NityanandaTrayodashi.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    47% { background: url('../images/carousel/NityanandaTrayodashi.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    50% { background: url('../images/carousel/homebg2.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    72% { background: url('../images/carousel/homebg2.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    75% { background: url('../images/carousel/homebg1.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
    97% { background: url('../images/carousel/homebg1.jpg') no-repeat center; background-size: cover; transform: scale(1.5, 1.5) }
    100% { background: url('../images/carousel/MohsadaEkadashi.jpg') no-repeat center; background-size: cover; transform: scale(1, 1) }
}

.mayaNewsBoxMain{
    padding: 40px 15% 40px 15%;
}

@media screen and (max-width: 767px) {
    .mayaNewsBoxMain {
        padding: 40px 0 40px 0 !important;
    }
}

.mayaNewsImage{
    margin: auto;
}

.mayaNewsBox{
    margin: auto;
    max-width: 520px;
}

.MayaNewsTitle{
    color: #111111;
    font-weight: 600;
    font-size: 22px;
    text-decoration:none;
}

.MayaNewsBottom{
    text-align: center;
    height: 35px;
    margin:auto;
    width: 50%;
    min-width: 300px;
    background-color: white;
}
.mayaFixedBottomButton{
    height: 25px;
    border-radius: 15px;
    /*var(--mayasabha-front-color);*/
    color: #2B3447;
}

.BannerCenterText{
    white-space: normal;
    width: 100%;
    font-size: 70px;
    line-height: 90px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: -5px;
    font-family: Montserrat, sans-serif;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.BannerCenterSubtext{
    z-index: 7;
    width: 100%;
    white-space: normal;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    font-family: Montserrat, sans-serif;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.eventContainer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #428bca;
    color: black;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 25%;
    background-image: url("/images/decoration-1.png");
    display: flex;
}

.eventDateCircle{
    background: #428bca;
    color: #fff;
    padding: 0;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    left: calc(25% - 40px);
    top: calc(50% - 40px);
    pointer-events: none;
    z-index: 10;
    transition: color 0.3s ease, background-color 0.3s ease;
    border: 1px solid #38344766;
}

.eventBlock{
    background-color: white;
    position: relative;
    display: flex;
    box-shadow: 0 0 15px 7px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.eventTitle{
    padding-left: 45px;
    width: 75%;
    position: relative;
    color: black;
    display: inline-block;
}
.eventDay {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

.eventMonth{
    text-align: center;
}

.eventTime{
    color: #428bca;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.YoutubeContainer{
    background-repeat: no-repeat;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(180deg, #252d3e 0%, #425885 100%);
    /* background-color: rgb(190 208 229 / 70%); */
    /* background-image: url(../img/bg3.png); */
    background-position: left bottom;
    background-size: auto;
    /* background-color: #e9ecef; */
    margin: 0;
    color: #fff;
    padding: 0 0 15px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.youtubeFrame{
    display: flex;
    padding: 20px;
    z-index: 3;
}


