body {
    margin: 0;
    /* -webkit-perspective: 1000; */
    font-family: sans-serif;
}

a {
    color: white;
    text-decoration: none;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.menu,
.menu-burger {
    position: absolute;
    text-align: center;
    border-radius: 100%;
    right: 10%;
    font-size: 2rem;
}

.menu-bg {
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    right: 60px;
    top: 85px;
}

.menu-overflow {
    width: 100%;
    /* max-width: 800px; */
    height: 100%;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

.menu-bg {
    background-image: -moz-linear-gradient( -89deg, rgba(225, 162, 234, 0.9), rgba(239, 218, 234, 0.9));
    background-image: -webkit-linear-gradient( -89deg, rgba(225, 162, 234, 0.9), rgba(239, 218, 234, 0.9));
    background-image: -ms-linear-gradient( -89deg, rgba(225, 162, 234, 0.9), rgba(239, 218, 234, 0.9));
    pointer-events: none;
    transition: .6s;
    transform: translate3d(30%, -20%, 0);
    transform-origin: center center;
}

.menu-bg.fs {
    width: 300vw;
    height: 300vw;
}

.menu-items {
    position: absolute;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 10px;
    color: white;
    width: 100%;
    text-align: right;
    opacity: 0;
    transition: .8s;
    margin-top: 30%;
    transform: translateX(200%);
    pointer-events: none;
}

.menu-items div {
    transition: 2s;
    opacity: 0;
    margin-top: 0px;
}

.menu-item-bottom {
    margin-top: 50px!important;
}

.menu-item-bottom .btn_word {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0px;
    border-radius: 50%;
    margin-right: 0px!important;
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(107, 73, 183, 0.4);
}

.menu-item-bottom .btn_word.act {
    color: #eea9f9;
    background-color: #6b49b7;
}

.menu-items.fs {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
}

.menu-items.fs div {
    opacity: 1;
    margin-top: 20px;
    margin-right: 50px;
    cursor: pointer;
}

.content {
    padding: 100px 50px;
    line-height: 1.62em;
    color: #444;
}

.content h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1em;
}


/* Icon 4 */

#nav-icon4 {
    width: 6%;
    height: 3%;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    top: 6%;
    right: 10%;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-out {
    width: 80px;
    height: 80px;
}

#nav-icon4 {}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    background: black;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    /* top: 18px; */
    top: 30%;
    width: 70%;
    background: black;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    /* top: 36px; */
    top: 60%;
    width: 85%;
    background: black;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white;
    top: 0;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    background: white;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 75%;
    background: white;
    width: 100%;
}

@media(max-width: 767px) {
    .menu-items {
        font-size: 1.2rem;
    }
    .menu-items.fs div {
        /* margin-top: 28px; */
    }
    .menu-item-bottom {
        margin-top: 20%!important;
    }
}

@media(min-height: 740px) {
    /* #nav-icon4 {
        width: 6%;
        height: 50%;
    } */
}