@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('sidebar.css');
@import url('plugins.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    font-weight: normal;
}

body {
    background: url("../images/background.jpg")top center no-repeat, url("../images/bg-footer.jpg") bottom center no-repeat #000;
}

/* Navegation */

ul {
    list-style: none;
}

nav {
    width: 100%;
    height: 80px;
    background: #00000066;
}

nav>div {
    width: 1200px;
}

nav>div>ul li a {
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 0 15px;
}

nav>div>ul.links li a:hover {
    ont-weight: 500;
    color: #960000;
    
}

nav>div>ul.buttons li a {
    height: 40px;
    line-height: 35px;
background: url(../images/register.jpg);
    box-shadow: 0px 0px 30px 0px rgb(172 29 29 / 50%);
}
nav>div>ul.buttons li a:hover{
    filter: brightness(120%);
}
/* Header */

header {
    width: 1000px;
    height: 591px;
}

header .logo {
    margin-top: 60px;
    width: 400px;
    height: 400px;
}

header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 90px;
        filter: drop-shadow(2px 4px 36px #250101);
}

/* web-container */
.top-panel {
 position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 12;
}
.web-container {
    width: 1100px;
    padding: 5px;
    background: #0000000f;
}

.web-container>.main {
    width: 784px;
}

.web-container>.main .web-title {

background: url(../images/content-title-bg.png) no-repeat;
  height: 75px;
  position: relative;
  z-index: 2;
  padding: 16px 39px 0px 39px;
  text-align: center;
}
.web-container>.main .web-title a {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.web-container>.main .web-contents {
    padding: 5px;
    background: #240505;
    padding: 10px;
  box-shadow: 0px 0px 2px 2px rgb(59 2 2 / 50%);
}

/* Posts */

.posts {
    padding: 3px;
}
.posts ul {
    margin-top: 1rem
}

.posts>ul>li {
    /* color: #fff; */
    padding: 5px;
    background-color: #120000;
    border-bottom: 1px solid rgb(80 3 3);
    padding: 22px 20px;
    box-shadow: 0px 0px 5px 1px rgb(96 9 9 / 50%);
}

.posts>ul>li:not(:last-child) {
    margin-bottom: 7px;
}

.posts>ul>li>.post-info span {
    display: block;
    
}

.posts>ul>li>.post-info span:first-child {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0 0 15px;
    background:url(https://i.imgur.com/cKv8kNc.png) no-repeat;
    padding: 0px 0 0 53px;
}


}
.post01:hover {
        transform: scale(1.03);
	    transition: all 0.3s ease;

    box-shadow: 0 0 11px #000 , inset 0 0 11px #dc3545;
}
.posts>ul>li>.post-info span:last-child {
    font-size: 10px;
    color: #616161;
}

.posts>ul>li>a {
    display: block;
    width: 112px;
    height: 30px;
    background: url(../images/register.jpg);
    box-shadow: 0px 0px 30px 0px rgb(172 29 29 / 85%);
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    transition: all .2s ease-in-out;
    text-shadow: 0 0 15px;
}

.posts>ul>li>a:hover {
    filter: brightness(120%);
}

/* Ranking Home*/

.hallfame .buttons {
    height: 30px;
    margin: 1rem auto 2rem;
}

.hallfame .buttons a {
    display: block;
    width: 100px;
    font-size: 13px;
    text-align: center;
    color: #f6eed6;
    background: #6c6b66;
    padding: 3px;
    border-radius: .1rem;
}

.hallfame .buttons a.active,
.hallfame .buttons a:hover {
    background: #4e4e4e;
}

.hallfame .ranking {
    font-size: 12px;
    font-family: 'Tahoma';
    text-align: center;
}

.hallfame .ranking .box {
    padding: 5px 10px;
    background: #4e4e4e;
}

.hallfame .ranking>div p {
    padding: 5px;
    color: #fff;
}


.hallfame .ranking>div .image {
    margin: 5px 0;
    background: #fff;
    border: 1px solid #eee;
}

.hallfame .ranking-view {
    display: none;
}

.hallfame .ranking-view.active {
    display: flex;
}

.hallfame .ranking-table {
    padding: 5px;
    background: #120000;
    box-shadow: 0px 0px 5px 1px rgb(255 0 0 / 50%);
}

.hallfame .ranking-table table {
    width: 240px;
    border-collapse: collapse;
}

.hallfame .ranking-table table thead tr th {
    padding: 15px 8px;
    background: #3c0303;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 0 10px;

}

.hallfame .ranking-table table tbody tr td {
    padding: 5px;
    background: #2c0101;
    border-bottom: 1px solid #3d0709;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 15px;
}

/*castle-siege*/

.castle-siege {
    width: 100%;
    height: 279px;
    background: url("../images/bg-castle-siege.jpg");
    color: #2f0903;
    
}

.castle-siege .info {
    right: 80px;
    height: 279px;
}

.castle-siege .logo {
    border: 1px solid #eee;
}

.castle-siege .winner>.owner p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 15px;
}

.castle-siege .winner>.owner h3 {
    font-size: 56px;
        text-transform: uppercase;
    color: #f00;
    font-weight: 900;
    text-shadow: 0 0 15px;
}

.castle-siege .winner>.next-match {
    padding: 10px;
    background: #1b000273;
    /* border-radius: 5px; */
}

.castle-siege .winner>.next-match p {
    font-size: 12px;
    text-transform: uppercase;
        text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 15px;
}

.castle-siege .winner>.next-match h4 {
    font-size: 18px;
    text-transform: uppercase;
        text-transform: uppercase;
    color: #c70000;
    font-weight: 900;
    text-shadow: 0 0 15px;
}

/* Footer */
footer {
    padding: 4rem 0rem;
    max-width: 1100px;
}

footer p {
    font-size: 12px;
    padding: 4px 0;
    color: #ff3838;
    text-transform: uppercase;
        text-shadow: 0 0 5px;
}

footer p span,
footer p a {
    color: #fff;
}

/* Forms */

.web-form {
    padding: 1rem;
}

.web-form form>div {
    padding: .5rem 0;
}

.web-form form>div>p {
    font-size: 18px;
    padding: 5px 0;
    color: #fff;
    text-shadow: 0 0 15px;
    text-align: center;
}

.web-form form>div>p sup {
    color: rgb(247, 54, 54);
}

.web-form form input:not(input[type="checkbox"]),
.web-form form select,
.web-form form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #900000;
    border-radius: 10px;
}

.web-form form input.input_message {
    padding: 20px !important;
}

.web-form form label>span {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ff0000;
    border-radius: 5px;
    cursor: pointer;
}

.web-form form label input {
    display: none;
}

.web-form form label p {
    font-size: 15px;
    padding: 0 0 0 .5rem;
    color: #fff;
}

.web-form form label input:checked+span {
    background: #ffffff;
    border: 2px solid #6a6546;
    border-radius: 10px;
}

.web-form form label input:checked+span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6a6546;
}

.web-form form button {
    padding: 10px;
    width: 150px;
    display: block;
    margin: auto;
    background: url(../images/register.jpg);
    box-shadow: 0px 0px 30px 0px rgb(172 29 29 / 50%);
    color: #fff;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1.03)
}

.web-form form button:hover {
    filter: brightness(120%);
}

.info_title {
    text-transform: uppercase;
    padding: 0 !important;
}

.information>div {
    margin: auto auto 2rem;
       box-shadow: 0px 0px 5px 1px rgb(255 0 0 / 50%);
    color: #fff;
    text-align: center;
    text-shadow: 0 0 15px;
    font-weight: 900;
    
}

.information>div .sub-title {    
    font-size: 20px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    background: #120000;
    text-align:center;
    font-weight: 900;
    text-shadow: 0 0 15px;
}

.information>div table {
    width: 100%;
}

.information>div table {
    border-collapse: collapse;
}

.information>div table tbody {
    background: #2a0a0a;
}

.information>div table tbody tr td {
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid #590202;
    font-size: 18px;
    font-family: 'Tahoma';
    text-shadow: 0 0 5px;
}

.information>div table tbody tr td a {
    padding: .2rem .5rem;
    color: #fff;
    background: url(../images/register.jpg);
    box-shadow: 0px 0px 30px 0px rgb(172 29 29 / 50%);
}

.information>div table tbody tr td a:hover {
    filter: brightness(120%);
}
.information>div thead tr td {
    padding: 20px;
    background: #230000;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 15px;
}

.information>div table tbody tr td span.online {
    color: #19db19;
}

.information>div table tbody tr td span.offline {
    color: #f24a4a;
}

/*messages*/

.message_warning {
    padding: 10px !important;
    background: #e00000;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 0 15px;
    text-align: center;
    width: 100%;
    margin-top: 1rem !important;
    box-shadow: 0px 0px 30px 0px rgb(172 29 29);
}

.web_warning_auction {
    font-size: 12px;
    text-align: center;
    padding: 5px 0
}

/* User */

.menu_user {
    padding: 1rem;
    margin-bottom: 2rem;
}

.menu_user ul li a {
    display: block;
    color: #fff;
       background: url(../images/register.jpg);
    box-shadow: 0px 0px 30px 0px rgb(172 29 29 / 50%);
    min-width: 100px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    transition: all .2s cubic-bezier(0.42, 0, 0.52, 0.99);
}

.menu_user ul li a:hover {
    filter: brightness(120%);
}

.characters_user {
    margin: 1rem auto
}

.characters_user>div a {
    padding: 2px;
    background: #646464;
    display: block;
    color: #fff;
    transition: all .3s cubic-bezier(0.42, 0, 0.57, 1)
}

.characters_user>div .image {
    background: #FFF;
    border-radius: 3px;
}

.characters_user>div .name {
    padding: 5px;
    font-size: 13px;
    text-align: center;
}

.characters_user>div a:hover {
    background: #444;
}

.characters_info .image {
    width: 150px;
    padding: 4px;
    margin: 1rem auto 3rem;
    background: #444;
    height: 150px;
}

.characters_info .image>img {
    width: 100%;
    background: #fff;
}

.links_ranking,.btn-comeback {
    margin: 1rem auto !important
}

.link_panel ul li a,
.btn-comeback,
.links_ranking a {
    color: #fff;
    width: 130px;
    background: url(../images/register.jpg);
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 7px;
    margin: auto;
    transition: all .2s cubic-bezier(0.42, 0, 0.54, 0.99);
    box-shadow: 0px 0px 30px 0px rgb(172 29 29 / 50%);
}

.link_panel ul li a:hover,
.btn-comeback:hover,
.links_ranking a:hover {
    filter: brightness(120%);
}

/* ranking-gerate */

.ranking-gerate {
    margin-top: 4rem;
}

.ranking-gerate>.character,
.ranking-gerate>.guild {
    width: 130px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    background: #333;
    border-radius: 2px;
}

.ranking-gerate>.character p.name,
.ranking-gerate>.guild p.name {
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: #fff;
}

.ranking-gerate>.character .image,
.ranking-gerate>.guild .image {
    border-radius: 3px;
    background: #4b4a4a;
    padding: 3px;
    margin: .8rem auto;
}

.ranking-gerate>.character p.level,
.ranking-gerate>.character p.guild,
.ranking-gerate>.guild p.master,
.ranking-gerate>.guild p.members {
    border-radius: 3px;
    background: #4b4a4a;
    padding: 3px;
    color: #fff;
    font-size: 11px;
    text-align: left;
    margin: .2rem 0
}

.ranking-gerate>.character p.level span,
.ranking-gerate>.character p.guild span,
.ranking-gerate>.guild p.master span,
.ranking-gerate>.guild p.members span {
    float: right;
    color: #c6c5c5;
}

.ranking-gerate>.character p.score,
.ranking-gerate>.guild p.score {
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    margin-top: .5rem;
    font-size: 12px;
    color: #fff;
}

.ranking-gerate table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    box-shadow: 0px 0px 5px 1px rgb(255 0 0 / 50%);
}

.ranking-gerate table thead tr td {
    padding: 8px 5px;
    background: #260000;
    color: #fff;
    
}

.ranking-gerate table tbody tr td {
    padding: 5px;
    background: #2a0a0a;
    border-bottom: 1px solid #590202;
    color: #fff;
    text-shadow: 0 0 5px;
}

/*vop / coins*/
.information .vip {
    font-size: 15px;
}

.information .vip section {
    background: #2a0a0a;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
}

.information .vip section h4 {
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    background: #120000;
    box-shadow: 0px 0px 5px 1px rgb(255 0 0 / 50%);
    text-shadow: 0 0  10px;
    
}

.information .vip section p {
    padding: 18px;
    text-size: 50px;
    color: #fff;
    font-family: 'Tahoma';
}

.information .vip section p a {
    color: #f00;
    text-decoration: underline;
    text-shadow: 0 0  5px;
}

.information .previlegy h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fafafa;
    height: 40px;
    text-shadow: 0 0  5px;
    text-align: center;
    background: #240505;
}

.post-message>section {
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    margin: .5rem 0 0
}

.post-message>section article img {
    width: 100%;
    height: 100%;
}

.post-message>section .author {
    font-size: 12px;
    padding: 5px;
    background: #1f1e1e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-family: 'Tahoma';
    width: 400px;
    margin: .5rem auto auto;
}

.post-comments .comment {
    padding: 20px;
    font-size: 13px;
    background: #1a1919;
    color: #fff;
    margin: 1rem 0;
    border-radius: 5px;
}

.post-comments .comment p.author {
    padding: 5px;
    background: #565454;
    border-radius: 5px;
    margin: 1rem auto;
    text-align: center;
    width: 400px;
    font-size: 12px;
}

/* Shopping */
.categorys-shop {
    margin: 1rem auto
}
.categorys-shop>a {
    width: 244px;
    height: 160px;
    color: #fff;
    background: #333;
    font-size: 12px;
}

.categorys-shop>a:hover {
    transform: scale(1.03)
}

.categorys-shop>a .shop-1 {
    background: url("../images/shop-1.jpg");
    height: 160px;
}

.categorys-shop>a .shop-2 {
    background: url("../images/shop-2.jpg");
    height: 160px;
}

.categorys-shop>a .shop-3 {
    background: url("../images/shop-3.jpg");
    height: 160px;
}


.categorys-shop>a p {
    width: 150px;
    height: 100px;
    left: 80px;
    background: #000;
    border-radius: 5px;
    top: 30px;
    padding: 8px;
}

.categorys-shop>a p span {
    padding: 3px 0;
    display: block;
    color: #e3a900;
}

.shopping-web .siderbar-shop {
    min-width: 150px;
    background: #dedede;
    padding: 5px;
    border-radius: 5px;
}

.shopping-web {
    align-items: flex-start
}

.shopping-web .siderbar-shop ul li a {
    font-size: 13px;
    padding: 8px;
    margin: 0 0 .5rem;
    background: #333;
    display: block;
    color: #fff;
    transition: all .2s ease-in-out
}

.shopping-web .siderbar-shop ul li a:hover {
    background: #1d1a1a;
}

.shopping-web .items-shop {
    width: 100%;
}

.shopping-web .items-shop .item {
    width: 150px;
    text-align: center;
    padding: 10px;
    border: 2px solid #eee;
    background: #333;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.shopping-web .items-shop .item p {
    padding: 5px;
    background: #444;
    border-radius: 5px;
}

.shopping-web .items-shop .item p span {
    font-size: 10px;
    background: #6d6d6d;
    border-radius: 5px;
    padding: 2px 5px;
}

.shopping-web .items-shop .item .image {
    width: 110px;
    height: 110px;
    margin: .5rem auto;
    background: #222;
    padding: 5px;
}

.shopping-web .items-shop .item .image img {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.shopping-web .items-shop .item a {
        color: #fff;
    background: #7a7569;
    padding: 7px;
    display: block;
    width: 100px;
    margin: 1rem auto 0;
    transition: all .2s ease-in-out;
}

.shopping-web .items-shop .item a:hover {
    background: #988e79;
}
div#barrahorusmu {
    margin: -20px 0 50px 21px;
    z-index: 1;
    position: relative;
}
div#barrahorusmu a:hover {
    /* text-decoration: none; */
}
 
 
 
 a#botao01 {
    position: absolute;
    margin: 87px 0 0px 0px;
    background: url(../images/botao2.png);
    padding: 23px 0 25px 0;
    display: block;
    width: 278px;
    transition: all 0.3s ease;
    height: 110px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 0px 30px 2px rgb(6 20 27), 0px 20px 20px -10px rgb(0 0 0 / 40%);
    color: #fff;
    z-index: 1;
    text-align: center;
    background-size: 100% !important;
    Font-weight: 800;
    text-shadow: 0 0 10px;
}
a#botao01 span {
    font-size: 15px;
    text-transform: capitalize;
}

a#botao01::after {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    background: url(../images/icon1.png);
    margin: -55px 0 0 11px;
    background-size: 100%;
}
a#botao01:hover {
    filter: brightness(1.3);
}
a#botao02::after {
    content: '';
    display: block;
    width: 68px;
    height: 64px;
    background: url(../images/icon2.png);
    margin: -57px 0 0 17px;
}
a#botao02:hover {
    filter: brightness(1.3);
}
a#botao02::after {
    content: '';
    display: block;
    width: 68px;
    height: 64px;
    background: url(../images/icon2.png);
    margin: -57px 0 0 -10px;
}
a#botao02 span {
    font-size: 15px;
    text-transform: capitalize;
}
a#botao02 {
    position: absolute;
    margin: 83px 0 0px 669px;
    background: url(../images/botao2.png);
    padding: 25px 0px 19px 20px;
    display: block;
    width: 278px;
    transition: all 0.3s ease;
    height: 110px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 0px 30px 2px rgb(6 20 27), 0px 20px 20px -10px rgb(0 0 0 / 40%);
    color: #fff;
    z-index: 1;
    text-align: center;
    background-size: 110% !important;
        Font-weight: 800;
    text-shadow: 0 0 10px ;
}
div#detalhesserver {
    width: 120px;
    height: 169px;
    background: transparent;
    float: right;
    margin: -176px 0 -20px 437px;
    display: inherit;
    position: absolute;
    background-size: 220%;
}
div#detalhesserver::after {
    display: block;
    width: 300px;
    height: 101px;
    background-size: 70%;
    margin: -161px 0 0 -40px;
    filter: drop-shadow(0px 0px 20px #a81b2a);
}
div#detalhesserver {
    background: url(../images/server-bg.png);
    width: 160px;
    margin: 40px 0 0 392px;
}
div#statusdoservidores {
    margin: 70px;
    /* width: 0px; */
    color: #fff;
    margin: 50px 0 0 0px;
    font-size: 15px;
    text-shadow: 0 0 11px;
    text-align: center;
}


}
div#servidoreson {
    margin: 129px 399px -113px -145px;
    font-size: 12px;
    line-height: 41px;
    position: absolute;
    width: 160px;
    position: relative;
    z-index: 1111;
    line-height: 20px;
    width: 150px;
    text-align: center !important;
    font-size: 18px;
}
div#servidoreson span {margin: 0px 0 0 0px;text-transform: uppercase;display: block;z-index: 11111;position: relative;display: flow-root;color: lime;text-align: center;}
.logo-ico {
    margin: 0px 0 0px -50px;
}
.flame {
  width: 400px;
  height: 338px;
  position: absolute;
  left: 977px;
  top: 160px;
}
.flame > div {
  width: 400px;
  height: 450px;
  position: absolute;
  opacity: 0;
}

.flame_1 {
  background: url(../images/flame_1.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 0.7s;
}

.flame_2 {
  background: url(../images/flame_2.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 1.4s;
}

.flame_3 {
  background: url(../images/flame_3.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 2.1s;
}

.flame_4 {
  background: url(../images/flame_4.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 2.8s;
}

.flame_5 {
  background: url(../images/flame_5.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 3.5s;
}

@keyframes flame_1 {
  0% {
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transform: scale(1);
  }
  50% {
    bottom: 60px;
    left: 30px;
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    bottom: 120px;
    left: 60px;
    opacity: 0;
    transform: scale(0.6);
  }
}

.sparks {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 40px;
}
.sparks > div {
  position: absolute;
}
.sparks .spark_1 {
  background: url(../images/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark_2 {
  background: url(../images/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks .spark_3 {
  background: url(../images/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark-big {
  background: url(../images/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
  animation-delay: 2s;
  right: 40px;
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}
.social {
  position: fixed;
  left: 20px;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}

.social a {
  background: url(../images/circle-button.png) top no-repeat;
  width: 77px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.social a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.social a:hover img {
  opacity: 1;
}

.social a img {
  opacity: 0.7;
  -webkit-transition: .5s;
  transition: .5s;
}
.social a i {
    color: #fff;
}
