.section-contact-wrapper{
    width: 100vw;
    height: 620px;
    background: linear-gradient(184deg,#2B0556,#2B0556,#180331,#000000,#2B0556);
    background-size: 100% 200%;


}

.back-cont {
    width: 100vw;
    height: 620px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url('../images/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -30em;
    background-size: 70%;
}
.cont-txt {
    width: 40vw;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    height: 24em;
}

.cont-txt h1{
    color: #FFFFFF80;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0.1em;
    width: 480px; 
}
.cont-txt h2{
    color: #ffffff;
    font: normal normal normal 50px/55px Poppins;
    letter-spacing: 0.1em;
}

.cont-btn{
    width: 40vw;
    display: flex;
    justify-content: center;
    align-content: center;
}


.demo-btn {
    background:linear-gradient(81deg,#5ADDEF,#9cf2f7,#5ADDEF);
    background-size: 128% 909%;
    animation: gradient 10s ease-in-out infinite;
    cursor: pointer;
    display: flex;
    /*height: 4rem;*/
    /*width: 13rem;*/
    min-height: 55px;
    width: 220px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
    margin: 1.5rem;
}

.demo-btn a {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 1px;
    color: #2B0556;
    text-transform: uppercase;
}


.footer-wrapper{
    padding-top: 2em;
    width: 100vw;
    height: 320px;
    background: linear-gradient(360deg,#000000,#030107,#0a0115,#0b0116,#0e021b);
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font: normal normal normal 14px/21px Poppins;


}

.wrapper-content{
    width: 20em;
    height: 10em;
}

.menu ul{
    height: 10em;
    display: grid;
    justify-content: space-around;
    align-content: center;
   
}


.menu ul li{
   margin: 1em;
   
}
.social ul{
    display: flex;
    justify-content: space-around;
}

.logo img{
    width: 14em;
}

@media only screen and (max-width: 846px) {

    .section-contact-wrapper {
        width: 100vw;
        height: 620px;
        display: grid;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    .cont-txt {
        width: 90vw;
        display: grid;

    }
    .cont-txt h1 {

        width: 90vw;
    }
    .back-cont {
        display: grid;
    }

    .footer-wrapper {
        padding-top: 2em;
        width: 100vw;
        height: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        color: rgb(255, 255, 255);
        background: linear-gradient(360deg, rgb(0, 0, 0), rgb(3, 1, 7), rgb(10, 1, 21), rgb(11, 1, 22), rgb(14, 2, 27)) 0% 0% / 100% 100%;
        font: 14px / 21px Poppins;
    }

    .wrapper-content {
        width: 90vw;
    }
    .wrapper-content {
        width: 90vw;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
}