*
{
    -webkit-tap-highlight-color: transparent;
}

html, body
{
    height: 100%;
    background-color: #F7F7F7;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

body
{
    margin: 0;
}

#app_cover
{
    background-color: transparent;
    border-radius: 40px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 324px;
    height: 600px;
    margin: 0 auto;
    z-index: 2;
  
}

#app_cover:before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../image/smartphone.svg");
    background-size: cover;
    z-index: 0;
}

#app
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 61px 23px 59px 24px;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius:4px;
}

.box-all{
    background: linear-gradient(to right, #FFB45B, #FF6867 , #FF306F);
}

#menu_nav
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 222px;
    padding: 50px 20px 20px 20px;
    background: rgb(220,76,139);
    background: linear-gradient(120deg, rgba(220,76,139,1) 44%, rgba(85,13,142,1) 100%);
    box-sizing: border-box;
    transition: 0.4s ease left;
    text-align-last: left;
}

#menu_nav.inactive
{
    left: -222px;
}

#menu_nav a
{
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    margin: 12px 0;
}

#menu_nav a i
{
    position: relative;
    top: 1px;
    display: inline-block;
    width: 20px;
    margin-right: 14px;
    font-size: 1rem !important;
}
#menu_nav a{
    font-size: 14px;
    transition: 0.3s;
   
}

#menu_nav a:hover{
    font-weight: 600;
}

#main
{
    position: absolute;
    right: -222px;
    left: 222px;
    padding: 0;
    overflow: hidden;
/*
    background-image: url(1x/main_back.png);
    background-repeat: no-repeat;
    background-position: -60px top;
    background-size: 140%;
*/
    transition: 0.4s ease right, 0.4s ease left;
}

#main.inactive
{
    right: 0;
    left: 0;
    background-color: #fff;
}

article
{
    display: block;
}

article img
{
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 4px;
    box-shadow: 0 10px 20px -5px #ff7a6f;
}

article h1
{
    color: #143240;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    margin: 18px 0;
}

article p
{
    color: #000;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
}

#menu_btn
{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    --box-shadow: 0 0 0 5px #fff;
    cursor: pointer;
}

#menu_btn i
{
    display: block;
    width: 10px;
    height: 10px;
    text-align: center;
    font-size: 26px;
    padding: 10px;
}

#menu_nav a, #menu_btn
{
    z-index: 7;
}
#user{
    width: 100%;
    min-height: 90px;
    background-image: linear-gradient(to right, #FFB45B, #FF6867 , #FF306F);
}
#info{
    margin: auto;
    text-align: center;
    font-size: 5.5rem;
    position: relative;
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #FFB45B;
}

#info img{
    display: block;
    position: relative;
    width: 96px;
    top: 2px;
    left: 2px;
    
    
}
.fa-user-circle{
    color: white;
    display: flex;
    padding-top: 5px;
    justify-content: center;
}
#details{
    position: relative;
    top: -38px;
    background-color: white;
    margin: 0px 15px;
    padding: 0px 15px;
    border-radius: 15px;
    height: 500px;
    -webkit-box-shadow: -1px 6px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 12px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 12px -2px rgba(0,0,0,0.75);
}
#nick{
    margin-top: -35px !important;
    text-align: center;
    font-weight: 600;
}
#menu_nav > a:hover{
    cursor: pointer;
}

.view-img{
    display: block;
    width: 100%;
}