
.midle-body {
    height: auto;
    overflow: hidden;
}

.midle-deg {
    background: linear-gradient(178deg,#2B0556,#2B0556,#180331,#000000,#2B0556);
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    background-size: 2200% 300%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 92em;
}
.cover-video{
    width: 850px;
    height: 530px;
    background-image: url('../images/pattern.png');
    background-position-x: 7em;
    background-repeat: no-repeat;
}

.video{
    width: 770px;
    height: 480px;
    background-color: rgb(238, 238, 238);
    border-radius: 1em;
    margin-top: 3em;
    overflow:hidden ;
}

.marg-midle{
    margin-top: 10em;
}

.midle-txt{
    margin-bottom: 2em;
}

.midle-txt h1{
    color: #fff;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0.1em;
    width: 779px;
}

.midle-txt h2{
    font: normal normal normal 50px/40px Poppins;
    letter-spacing: 0.1em;
}

.card-wrapperlp {
    width: 100vw;
    max-width: 1300px;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2em;
    padding-bottom: 9em;
}

.card-lp {
    width: 280px;
    height: 310px;
    background: #59309c;
    overflow: hidden;
    display: grid;
    justify-items: center;
    align-items: center;
    box-shadow:inset 0 0 80px #0000008a;
    border-radius: 0.5em;
}

.img {
    width: 94px;
    height: 94px;
    overflow: hidden;
    border-radius: 100%;
}
.img img{
    width: 98px;
    height: 98px;
}

.cont-txtlp {
    width: 100%;
    height: 9em;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}
h1.title-card {
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    font: normal normal bold 18px/34px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.cont-txtlp  p{
    width: 250px;
    height: auto;
    margin: auto;
    text-align: center;
    font: normal normal normal 15px/20px Open Sans;
    color:#ffffffdc ;
}

.txt-image-side {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.txt-last {
    width: 100vw;
    max-width: 41em;
    display: grid;
    justify-content: center;
}

.txt-last  h1 {
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
    color: #895ECC;
}

.txt-last  p {
    font: normal normal 600 16px/25px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}


.txt-image-side img {
    width: 33em;
}

.txt-image-side .demo-btn {
    margin: 0;
    margin-top: 2em;
}
@media only screen and (max-width: 846px) {

    .cover-video {
        justify-content: center;
        width: 100vw;
        height: 366px;
        background-image: url('../images/pattern.png');
        background-position-x: 7em;
        display: flex;
        background-repeat: no-repeat;
        align-items: center;
    }

    .txt-center {
        width: 100vw;
        display: grid;
        align-content: center;
        justify-items: center;
        text-align: center;
        /* margin-left: 5em; */
        /* margin-right: 5em; */
    }
    .cover-video {
        justify-content: center;
        width: 100vw;
        height: 366px;
        background-image: url('../images/pattern.png');
        background-position-x: 7em;
        display: flex;
        background-repeat: no-repeat;
    }
    .video {
        width: 90%;
        height: 290px;
        background-color: rgb(238, 238, 238);
        border-radius: 1em;
        margin-top: 3em;
        overflow: hidden;
    }

    .section-contact-wrapper {
        width: 100vw;
        height: 620px;
        background: linear-gradient(184deg,#2B0556,#2B0556,#180331,#000000,#2B0556);
        background-size: 100% 200%;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .cont-txt {
        width: 90vw;
        display: grid;
        justify-content: space-evenly;
        align-items: center;
        height: 24em;
        overflow: hidden;
    }
    .cont-txt h1 {
        color: #FFFFFF80;
        font: normal normal normal 14px/21px Poppins;
        letter-spacing: 0.1em;
        width: 90vw;
    }

    .section-contact-wrapper {
        width: 100vw;
        height: 620px;
        background: linear-gradient(184deg,#2B0556,#2B0556,#180331,#000000,#2B0556);
        background-size: 100% 200%;
        display: grid;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }

    .midle-txt h1 {
        color: #FFFFFF80;
        font: normal normal normal 13px/21px Poppins;
        letter-spacing: 0.1em;
        width: 90vw;
    }
    .midle-txt h2 {
        font: normal normal normal 36px/40px Poppins;
        letter-spacing: 0.1em;
    }
    .txt-image-side {
        width: 80vw;
        height: auto;
        display: grid;
        justify-content: space-evenly;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    .txt-image-side img {
        width: 16em;
        margin-top: 1em;
    }
    .txt-last {
        width: 80vw;
        max-width: 41em;
        display: grid;
        justify-content: center;
    }
    .midle-deg {
        height: 148em;
    }
    
    .card-wrapperlp {
        display: grid;
        margin-top: 4em;
    }
    .card-lp {
        width: 250px;
        height: 290px;
        margin-bottom: 1em;
    }
    .txt-last {
        max-width: 28em;
        display: grid;
        justify-items: center;
    }
    .midle-txt h1 {
        max-width: 36em;
        margin-bottom: 1em;
    }
    .midle-txt h2 {

        margin-bottom: -1em;
    }
    .midle-deg {
        height: 144em;
    }
    .txt-last  p {
        font: normal normal 600 16px/25px Open Sans;
        letter-spacing: 0px;
        color: #FFFFFF;
        width: 80%;
    }
}

@media only screen and (max-width: 446px) {

    .midle-deg {
        height: 150em;
    }
}