

/* HEADER */
.home header .bar .right button{
    right: -1em;
}

/* TITLES */
.home .cards .fire h3 i{
    margin-left: .5em;
}
.home .top h3 i{
    margin-left: .5em;
}

/* NEWS CARD */
.home footer .three .card{
    padding-right: 1em;
    padding-left: 0;
}
.home footer .three .card img{
    border-radius: 1em 0 0 1em;
}
.home footer .three .card .deta{
    text-align: right;
}
.home .cards .card .cl1{
    margin-left: 0;
    margin-right: -1em;
}

/* INFO */
.home .app_info div ul {
    list-style-type: none;
    text-align: right;
    line-height: 3em;
    margin-left: 2em;
}

/* BTN MORE */
.home .description .main button:last-child{
    left: -43%;
}

/* RATING */
.home .rating .vote{
    flex-direction: row-reverse;
}

.home .download .down div:first-child img{
    margin-right: 0;
    margin-left: 1em;
}
.home .download .down div a i{
    margin-right: 0;
    margin-left: 1em;
}
.home .description .main .content ul{
    margin-right: 2em;
    margin-left: 0;
}
.home .app_info div ul li i{
    margin-right: 0;
    margin-left: 1em;
}
.home .app_info div ul{
    margin-right: 2em;
    margin-left: 0;
}


/* MENU */
.home .left_menu{
    text-align: end;
    right: -100%;
    left: 0;
    border-radius: 2em 0 0 0;
}
.home .left_menu .ser i{
    margin-left: 1em;
    top: -1.9em;
    position: relative;
}
.toggle-hide-search {
    position: absolute;
    right: unset;
    left: 21px;
    top: 61px;
}
