.mec-main-container {
    position: relative;
    text-align: center;
    padding: 64px 24px;
    /* background-image: url('../bucket/home-head-pattern.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 330%;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed {
    background-image: url('../bucket/mec-banner-mobile.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    border-radius: 18px;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block {
    padding: 16px;
    margin-top: -80px;
    z-index: 2;
    display: none;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card {
    background: var(--black-variant);
    border-radius: 25px;
    padding: 16px;
    max-width: 400px;
    margin: auto;
    cursor: pointer;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-banner-empty {
    background: var(--grey-variant);
    border-radius: 50px;
    padding: 16px;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content {
    display: flex;
    gap: 16px;
    text-align: left;
    justify-content: space-between;
    margin-top: 16px;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content p {
    font-family: 'SatoshiBold';
    color: #FEEEE1;
    font-size: 22px;
}

.mec-main-container .hhvcb-hero-text-block {
    position: relative;
    display: inline-block;
}

.mec-main-container .hhvcb-hero-text-para {
    max-width: 410px;
    margin: 0px auto 32px;
    display: block;
    font-size: 16px;
    font-family: 'SatoshiRegular';
    /* color: #4C4C4C; */
    color: #000;
}

.mec-main-container .hhvcb-hero-text-block .hhvcb-hero-text-float-right {
    right: -15px;
    top: -7px;
    position: absolute;
    width: 30px;
}

.mec-main-container .hhvcb-hero-text-block .hhvcb-hero-text-float-left {
    left: -24px;
    bottom: -6px;
    position: absolute;
    width: 120px;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block {
    position: relative;
    vertical-align: middle;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .univeristy-bg {
    position: absolute;
    /* bottom: 0px; */
    z-index: 0;
    width: 100%;
    object-fit: contain;
    /* left: 0px;
    right: 0px; */
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .banner-student {
    width: 100%;
    z-index: 1;
    position: relative;
    object-fit: cover;
    /* padding: 60px 16px 0px; */
    padding: 70px 25px 0px;
    max-width: 400px;
    margin: auto;
    vertical-align: middle;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-left {
    height: 60px;
    position: absolute;
    top: -26px;
    left: -20px;
    object-fit: contain;
}

.mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-right {
    height: 53px;
    position: absolute;
    bottom: 40px;
    right: -21px;
    z-index: 2;
    object-fit: contain;
}

.mec-header-container {
    margin-bottom: 32px;
}

.banners-block .glass-circle .play-btn {
    width: 60px;
    height: 60px;
    background: #2B2B2B;
    clip-path: polygon(38% 30%, 38% 70%, 70% 50%);
}

.banners-block .glass-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.mec-head-icon {
    position: relative;
    z-index: 1;
    font-family: 'PoppinsExtraBold';
    line-height: 121%;
    letter-spacing: -1.2px;
    /* color: #2B2B2B; */
    color: #000;
    -webkit-text-stroke: 5px #ffffff;
    paint-order: stroke fill;
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15));
    font-size: 40px;
    text-align: left;
}

.mec-header-text {
    font-size: 20px;
    letter-spacing: 0.1em;
    /* color: #676767; */
    color: #000;
    font-family: SatoshiMedium;
    margin-bottom: 17px;
}

.mec-main-container .mec-hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-height: 87vh;
}

.hero-special-tagline {
    text-align: center;
    font-size: 100px;
    font-family: SatoshiBlack;
    line-height: 1.2;
    letter-spacing: -0.08em;
    opacity: 0.1;
    white-space: nowrap;
    font-size: clamp(24px, 10vw, 100px);
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
}

.hhvcb-hero-text-block .blog-head {
    margin-bottom: 30px;
    padding: 0 24px;
    line-height: 105%;
}

@media only screen and (max-width: 1920px) and (min-width:1600px) {
    .mec-header-text {
        font-size: 26.67px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1030px) {
    .mec-header-text {
        font-size: 17.35px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 640px) {
    .mec-header-text {
        font-size: 20.35px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .mec-header-text {
        font-size: 18.35px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 435px) {
    .mec-header-text {
        font-size: 16.35px;
    }
}

@media only screen and (max-width: 395px) {
    .mec-header-text {
        font-size: 14.35px;
        margin-bottom: 8px;
    }
}


@media (min-width: 375px) {

    .mec-main-container {
        padding: 40px 24px 56px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-left,
    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-right {
        height: 70px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content p {
        font-size: 28px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .banner-student {
        padding: 105px 16px 0px;
    }

    .mec-head-icon {
        font-size: 50px;
    }

    .mec-main-container .hhvcb-hero-text-para {
        font-size: 18px;
    }
}


@media (min-width: 500px) {
    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card {
        padding: 24px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed {
        max-width: 410px;
        margin: 0 auto;
    }

    .mec-head-icon {
        font-size: 70px;
        letter-spacing: -4.2px;
    }
}

@media (min-width: 640px) {
    .banners-block .glass-circle {
        display: none;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block {
        margin-top: 0px;
        min-width: 270px;
        padding: 20px;
        display: block;
    }

    .mec-main-container .hhvcb-hero-text-para {
        max-width: 450px;
        margin: 0px auto 32px;
        display: block;
        font-size: 18px;
        font-family: 'SatoshiRegular';
        /* color: #4C4C4C; */
        color: #000;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed {
        flex-direction: row;
        max-width: 680px;
        justify-content: space-between;
        position: relative;
        background-image: url(../bucket/mec-banner.png);
        background-position: center;
        width: 100%;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .banner-student {
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 0px;
        width: 246px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block {
        width: 100%;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .univeristy-bg {
        content: url(../bucket/museum.png);
        height: 100%;
        object-position: bottom;
        left: 0;
        right: -2px;
        border-bottom-right-radius: 20px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-right {
        height: 64px;
        bottom: 20px;
        right: -20px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-left {
        top: -26px;
        left: -26px;
        z-index: 2;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content p {
        font-size: 20px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content img {
        width: 50px;
    }

    .mec-main-container .hhvcb-hero-text-block .hhvcb-hero-text-float-right {
        right: -28px;
        top: -2px;
        position: absolute;
        width: 42px;
    }

    .mec-main-container .hhvcb-hero-text-block .hhvcb-hero-text-float-left {
        left: -29px;
        bottom: -8px;
        position: absolute;
        width: 200px;
        left: -34px;
    }

    .mec-main-container {
        padding: 110px 0px 96px;
    }

}

@media (min-width: 800px) {
    .mec-head-icon {
        font-size: 64px;
    }

    .hhvcb-hero-text-block .blog-head {
        font-size: 72px;
        padding: 0;
    }
}

@media (min-width: 1000px) {
    .mec-main-container .hhvcb-hero-text-para {
        margin: 0px auto 16px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed {
        max-width: 900px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-left,
    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-right {
        height: 78px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-floating-left {
        top: -47px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .banner-student {
        width: 315px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content p {
        font-size: 18px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-video-card-content img {
        width: 50px;
    }

    .mec-main-container .hhvcb-hero-text-para {
        font-size: 18px;
        margin-bottom: 24px;
        max-width: 515px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card .hhvcb-banner-empty {
        padding: 16px;
    }

    .mec-header-text {
        margin-bottom: 0px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block {
        margin-top: 0px;
        min-width: 326px;
        padding: 24px 48px;
    }

    .mec-header-container {
        margin-bottom: 16px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block .hhvcb-video-card {
        padding: 24px;
    }

    .hhvcb-hero-text-block .blog-head {
        font-size: 84px;
    }
}

@media (min-width: 1030px) {
    .hero-special-tagline {
        display: none;
    }
}

@media (min-width: 1200px) {
    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed {
        max-width: 1024px;
    }

    .mec-main-container .hhvcb-hero-text-para {
        max-width: 530px;
    }

    .mec-main-container .mec-hero-wrapper {
        min-height: 81vh;
    }
}

@media (min-width: 1440px) {
    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed {
        max-width: 1260px;
    }

    .mec-header-container {
        margin-bottom: 16px;
    }

    .mec-main-container .hhvcb-hero-text-para {
        max-width: 640px;
        margin-bottom: 35px;
    }

    .mec-head-icon {
        font-size: 72px;
    }
}


@media (min-width: 1600px) {
    .mec-header-container {
        margin-bottom: 48px;
    }

    .mec-header-text {
        margin-bottom: 20px;
    }

    .mec-main-container .hhvcb-hero-text-para {
        max-width: 750px;
        margin-bottom: 15px;
    }
}

@media (min-width: 2560px) {
    .mec-main-container .mec-hero-wrapper {
        min-height: 80vh;
    }
}

@media (min-width: 1000px) and (min-height: 1000px) {
    .mec-main-container .mec-hero-wrapper {
        min-height: 67vh;
        justify-content: unset;
        margin-top: 40px;
    }

    .mec-header-text {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mec-head-icon {
        font-size: 100px;
        -webkit-text-stroke: 16px #ffffff;
    }

    .mec-main-container .hhvcb-hero-text-para {
        font-size: 18px;
        max-width: 560px;
        margin-bottom: 40px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .hhvcb-video-block {
        padding: 80px 48px;
    }

    .mec-main-container .mec-hero-wrapper .home-hero-video-card-boxed .banners-block .banner-student {
        width: 360px;
    }

    .mec-header-container {
        margin-bottom: 45px;
    }

}