/*.main-banner-area-with-shape {*/
/*    padding-top: 50px;*/
/*    padding-bottom: 132px;*/
/*    overflow: hidden;*/
/*    background: #010220;*/
/*}*/

/*.main-banner-video-content {*/
/*    margin-left: 15%;*/
/*}*/

.margin-top {
    margin-top: 60px;
}

.logo {
    width: 160px;
}

@media (max-width: 768px) { 
    .logo {
        width: 130px;
    }
}

.main-banner-video-content h1 {
    font-size: 52px;
    margin-bottom: 0px;
    color: #000;
    line-height: 1.5;
}

/*.main-banner-video-content span {*/
/*    color: #fff;*/
/*    display: inline-block;*/
/*    margin-bottom: 0;*/
/*}*/

.bg-educators {
    color: var(--primary) !important;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.main-banner-video-image {
    text-align: end;
    position: relative;
    z-index: 1;
    /*margin-right: 18%;*/
}

.main-banner-video-content .banner-btn {
    margin-top: 30px;
}

.main-banner-video-content .banner-btn .default-btn {
    background-color: var(--primary);
    color: var(--color-dark) !important;
    border: 1px solid var(--primary);
}


.bg-img-area {
    background-image: url(https://digiwerse.com/frontend/images/home-bg.png);
    padding: 76px 0;
    background-size: cover;
    margin-top: -148px;
    background-position: center;
    position: relative;
    z-index: 9;
}

.pkg-box {
    width: 50% !important;
}

@media (max-width: 768px) { 
    .main-banner-video-content h1 {
        font-size: 40px;
        line-height: 1.3;
        text-align: center;
    }
    .main-banner-video-image {
        /*display: none;*/
        margin-bottom: 15px;
    }
    .bg-img-area {
        padding: 30px 0;
        margin-top: -58px;
    }
    .margin-top {
        margin-top: 20px;
    }
    .pkg-box {
        width: 100% !important;
    }
}