#root {

}
body.active {
    overflow: hidden;
}
#root > section {
}

.team {
    height: 400px;
    border: 2px solid red;
    background: #000;
}
.demo-button-div {
    max-width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 24.5%;
    left: -10px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 31px;
    border: 0;
    padding: 16px 0;
    width: 152px;
    text-align: center;
    font-family: "YALBs593830-0";
    font-size: 14px;
    /*background: linear-gradient(to right, #ffcd64, #5600c3) !important;*/
}
.demo-bottom-button {
    position: absolute;
    bottom: 3%;
    right: 4%;
    border-radius: 31px;
    border: 0;
    padding: 16px 0;
    width: 152px;
    text-align: center;
    font-family: "YALBs593830-0";
    font-size: 14px;
    color: #000;
    background-color: #fff;
}
#mobile-banner {
    position: relative;
}

.menu-list {
    position: fixed;
    /*border: 1px solid #fff;*/
    right: 0;
    top: 0;
    /*margin-right: 5px;*/
    width: 75%;
    text-align: center;
    height: 100%;
    background: #fff;
    transition: all 0.5s ease;
    transform: translate3d(100%, 0, 0);
    z-index: 8;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffcd64, #5600c3);
    opacity: 0.5;
}
.menu-list.active {
    transform: translate3d(0, 0, 0);
}
.menu-list ul {
    font-family: "YALBs593830-0";
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding-top: 65px;
}
.menu-list ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    color: black;
    position: relative;
    z-index: 1;
}
.footer-list {
    position: absolute;
    bottom: 2.5%;
    right: 50%;
}
.footer-list ul {
    font-family: "YALBs593830-0";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.footer-list ul li {
    margin-top: 10px;
    list-style-type: none;
}
#m-offering {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
    width: 345px;
    /*border: 1px solid #fff;*/
    /*background: red;*/
}
#m-milestones {
    position: absolute;
    top: 61%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    width: 345px;
    /*border: 1px solid #fff;*/
    /*background: red;*/
}
#m-tech {
    position: absolute;
    top: 84%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    width: 345px;
    /*border: 1px solid #fff;*/
    /*background: red;*/
}

.McButton {
    position: absolute;
    margin-left: -22px;
    margin-top: -22px;
    width: 33px;
    height: 21px;
    cursor: pointer;
    top: 3.5%;
    right: 4%;
    z-index: 9;
}
.McButton.active {
    /*position: fixed;*/
    /*top: 29%;*/
}
.McButton.active b{
    background-color: #000;
}
.McButton b {
    position: absolute;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #fff;
}
.McButton b:nth-child(1) {
    top: 0;
}
.McButton b:nth-child(2) {
    top: 50%;
}
.McButton b:nth-child(3) {
    top: 100%;
}

@media (min-width: 375px) and (max-width: 480px) {
    .menu-list{

    }
}