*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body {
    width:100%;
    height:100%;
    font-family: 'Lilita One', cursive;
	font-size:35px;
	padding:0;
	box-sizing:border-box;
}

section:not(.bg-block) {
	padding:80px 0;
}

#container{
	width:100%;
	height:100%;
}

#nav-block{
	width:100%;
	height:100%;
}

.bg-header{
	height:100%;
	width:100%;
}

.bg-header img{
	height:100%;
	width:100%;
}
  
.logo{
    margin: 0 auto;
    width: 400px;
    height: 200px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: 300px;
    position: absolute;
    background-repeat: no-repeat;
    top: 110px;
    left: 50%;
    margin-left: -200px;
}
  
.navigation{
	width:100%;
}

.navigation-list{
	width: 80%;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%);
    margin: 0 auto;
    font-size: 15px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    background-color: #000;
}

.navigation-list li{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content: space-evenly;
	font-family: 'Lilita One', cursive;
    height: 100%;
    display: block;
    color: white;
    text-align: center;
    padding: 15px 25px;
    cursor: pointer;
}

.navigation-list li.header-logo{
	width:120px;
}


/* .navigation-list li a:before{
	width:10px;
	height:10px;
	margin-right:10px;
	content:'';
	display:inline-block;
}

.navigation-list li a.top:before{
	background-color:red;
}

.navigation-list li a.team:before{
	background-color:green;
}

.navigation-list li a.social:before{
	background-color:yellow;
}

.navigation-list li a.about:before{
	background-color:blue;
} */

.navigation-list li a{
    height: 100%;
	display: block;
	text-decoration:none;
	color:#fff;
  user-select:none;
}

.navigation-list li img{
	max-width:100%;
	height:auto;
}

.navigation-list li:hover{
    background-color:#333;
}

.chara-submenu{
	display:none;
	position:absolute;
}

li.character:hover .chara-submenu{
	display:block;
}

.mobile-block{
	display:flex;
	justify-content: center;
	align-items:center;
}

.mobile-block .smartphone-with-game, .mobile-block .text-box{
	padding:30px;
	width:50%;
    display: flex;
    flex-direction: column;
}

.mobile-block .text-box.onright{
	align-items: flex-end;
    text-align: right;
	color:#fff;
}

.mobile-block .text-box.onleft{
    align-items: flex-start;
    text-align: left;
}

.mobile-block .smartphone-with-game img {
	max-width:100%;
	height:auto;
}

.text-box > p, .text-box > h3, .text-box span{
	width:70%;
	margin:  20px 10px;
    font-weight: lighter;
}

.text-box > p {
	font-family: 'Lilita One', cursive;
	font-size:17px;
    font-weight:lighter;
}

.follow-us{
	text-transform:uppercase;
	font-size:14px;
	margin:0 20px!important;
}

.follow-footer .follow-us{
	margin:0!important;
}

.store-logos{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-top: 60px;
    text-shadow: -2px 2px black, 0 1px black, 1px 0 black, 0 -1px black;
}

.store-logos.download img{
    max-width: 100%;
    margin-right: 20px;
    height: 50px;
}

.store-logos.footer-store img{
	height:50px;
    margin-right: 20px;
	max-width:100%;
}

.store-logos.social img{
	max-width: 100%;
	height:20px;
    margin-right: 20px;
}

section.social {
	background-image: url(../img/button_background.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    margin-top: -12px;
   
}

section.social2 {
	background-image: url(https://cdn.supercell.com/supercell.com/191205152910/all/themes/supercell/img/18/bg_gamesocial_brawlstars.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    margin-top: -12px;
}

footer {
	background-color:#000;
	color:#fff;
	font-size:14px;
	padding:20px 20px 200px 20px;
}

footer .footer-content{
	margin:0 auto;
	width:80%;
}

footer .footer-social {
	padding:20px;
	display:flex;
	flex-direction: row;
	align-items:center;
	justify-content: space-between;
	border-bottom:1px solid #333;
}

footer .footer-menu ul{ 
	padding:20px;
	width:100%;
	list-style-type: none;
	display:flex;
	flex-direction: row;
}
footer .footer-menu li{ 
	cursor:pointer;
	margin-right:30px;
}
footer .footer-menu li:hover{ 
	text-decoration: underline;
}

.company-info{
	padding:20px;
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.company-info span{
	line-height:20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color:#999;
	font-size:12px;
	width:100px;
}

.company-info .logo-footer{
	padding:10px;
	width:100px;
}

.company-info .logo-footer img{
	max-width:100%;
}

    .video-container {
      position: relative;
      padding-bottom: 56.25%; 
      height: 0;
      overflow: hidden;
      max-width: 100%;
      margin-bottom: 20px;
    }

 .video-container {
      position: relative;
      padding-bottom: 56.25%; 
      height: 0;
      overflow: hidden;
      max-width: 100%;
      margin-bottom: 20px;
     margin-top: 200px;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }


.animated-image {

          background-repeat: repeat;
          position: absolute;
            bottom: -100px; 
            left: 0%;
            transform: translateX(-50%);
            width: 1920px
          ; 
            animation: moveUp  30s  infinite; 
        }

        @keyframes moveUp {
            0% {
                bottom: -100px; 
            }
            100% {
                bottom: 100%; 
            }
            }

.button {
    position:relative;
    cursor: pointer;
    width: 58px;
    height: 33px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Lilita One', cursive;
    font-size: 12px;
    color: white;
     background: linear-gradient(180deg, #343c50 63%,          #38545f 100%);
    transition: 0.4s;
    box-shadow: 0px 4px 0 #00000047;
    transform: skewX(
-9deg
);
    text-transform: uppercase;
    margin-bottom: 24px;
    border-radius: 5px;
    border: 1px solid #050E25;
        &:before{
    content: "";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:200;
    background-color: #5A5371;
    height:3px;  
  }
       &:after{
    content: "";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:200;
    background-color: #252C3C;
    height:3px;  
  }

       &:active {
  transform: scale(0.9) skewX(-9deg);
  }
  
  &.top-btn {
    width: 74px !important;
    height: 50px !important;
  }
  
  &.top-btn-2 {
    width: 116px !important;
    height: 50px !important;
    margin-left:9px;
  }
  
  &.game-mode-btn {
    height:46px;
  }
  
  &.game-mode-btn,&.button-yellow-bottom{
    border: 1.5px solid black;
    width:100%;
  }
  
  &.bottom-left-button{
    width:186px;
    height:51px !important;
  }
  
  &.button-yellow-bottom, &.bottom-left-button{
    background: #EEC308;
    height: 58px;
    font-size: 22px;
       &:before{
      background-color:#FBEF43;
      height:4px;
    }
         &:after{
      background-color:#A5532D;
      height:4px;
    }
  }
  
  &.add-search{
    background: linear-gradient(0deg
, #ffffff61 0%, #fbfbfb1f 100%) !important;
    width:40px;
    border: 1px solid white !important;
     &:before,&:after{
        background-color: transparent !important;
  }
  }
 
  }

  .btn-title{
    position: absolute;
    &.title-1{
      top: 18px;
      font-size: 10px;
    }
  }

.search-add-tools{
    width: 70px;
    position: absolute;
    bottom: 132px;
    left: 247px;
  .add-img,.search-img{
        height: 17px;
  }
}

.bottom-right-tools{
    width:180px;
    height:74px;
    position: ;
    bottom: 11px;
    right: 21px;
        margin-right: 30px;
   
    .jeton-flex{
      display:flex;
      flex-direction:column;
      .skull-img{
          position: absolute;
          height: 24px;
          top: -9px;
          z-index: 300;
          left: -2px;
      }
          p{
    background-color: #000000;
    font-size: 10px;
    color: #7584A3;
    padding: 3px 0 2px 8px;
    transform: skewX(-9deg);
    position: relative;
    top: 2px;
    right: -5px;
    padding-left: 17px;
    padding-bottom: 4px;
            .blue-number{
              color:#31BEEA;
            }
        }
    }

}

.bottom-middle-tools{
    width: 251px;
    height: 74px;
    position: ;
    bottom: 0px;
    right: 213px;
    z-index: 1;
  
  .flex-text-wrapper{
    position:relative;
      .on-black-text{
      background-color: #000000;
    font-size: 10px;
    color: #7584A3;
    padding: 3px 0 2px 8px;
    transform: skewX(
-9deg
);
    position: relative;
    top: 2px;
    text-align: right;    
    right: -5px;
    padding-right: 17px;
    padding-bottom: 4px;
    }
  }
    
  .game-mode-container{
      .mode-title{
        font-size:18px;
      }  
      .mode-subtitle{
        color: #9AB1FA;
        text-transform:capitalize;
      }
  }
  
    .game-mode-btn{
    flex-direction:row;
    justify-content: left;
    }

    .razia-img{
    height: 38px;
    max-block-size: 80%;
        margin-left: 10px;
    }
  
}
.center-main-tool{
    width: 253px;
    height: 277px;
   //border: 1px solid black;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 36px;
    
  .nita-avatar-img{
    position: absolute;
    left: 43px;
    top: 72px;
    height: 209px;
  }
  .flex-rank-info{
    flex:1;
  }
  
  .rank-text-inner{
    height: 28px;
    background-color:#610035;
   }
  
  .rank-info-container{
    display: flex;
    position: relative;
    left: 39px;
    top: -4px;
    align-items: center;
    width: 100%;
    height: 50px;
    max-width: 108px;
    .rank-bar-flex{
      border: 1.5px solid black;
      display:flex;
      align-items: center;
      justify-content: center;
      flex-direction:row;
      position:relative;
      flex: 1;
      height:28px;
      background-color:#610035;
      &:before{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 200;
      background-color: #460027;
      height: 14px;
      }
    }
    .inner-cup-text-flex{
    display: flex;
    justify-content: center;
    position: relative;
    left: 5px;
    }
     
    .rank-text{
    position: relative;
    margin-left:3px;
    color: white;
    z-index: 10000;
    font-size: 18px;
    }
    .cup-img{
    position: relative;
    height:18px;
    z-index: 300;
    transform:rotate(11deg);
    }
    .power-img{
    position:relative;
    height: 40px;
    z-index: 300;
    right: -28px;
    }
    
    .rank-img-container{
    position: relative;
    flex-shrink: 0;
    z-index: 300;
    left: -13px;
    transform: rotate(354deg);
      img{
        height:40px;
      }
      .rank-number{
     position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px;
    color: white;
      }
    }
  }
}

.global-badge{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    font-size:14px;
    border-radius:50%;
    border:1px solid black;
    box-shadow: 0px 3px 0 #00000070;
    
  .inner-badge-text{
    position:relative;
  }
  
  &:before{
    content: "";
    position:absolute;
    width: 18px;
    height: 18px;
    border-radius:50%;
    left:0;
    right:0;
    bottom:0;
    top:2px;
  }
}
.row{
  text-align:center;
  /*the same margin which is every button have, it is for small screen, and if you have many buttons.*/
  margin-left:-20px;
  margin-right:-20px;
}

.wrapper-pattern {
    height: 100%;
    background: url(https://github.com/raharisonAina/BrawlStars/blob/main/assets/bg-pattern-on-green.png?raw=true);
    background-repeat: repeat;
    animation: animate 15s linear infinite;
    }

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -128px;
  }
}

/*Tabs*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: inherit;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "-";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}



/* keyframes for animation;  simple 0 to 360 */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* basic structure for the rays setup */
#raysDemoHolder	{ 
	position: relative; 
	width: 490px; 
	height: 490px; 
	margin: 100px 0 0 200px; 
}
#raysLogo { 
	width: 300px; 
	height: 233px; 
	text-indent: -3000px; 
	background: url(logo.png) 0 0 no-repeat; 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2; 
}
@media screen and (max-width: 1024px) {

#rays	{ /* with animation properties */
	background: url(../img/rays-main.png) 0 0 no-repeat; 
	position: absolute; 
	top: 570px; 
	left: 550px; 
	width: 300px; 
	height: 300px; 
     z-index: -1;
	
	/* microsoft ie */
	animation-name: spin; 
	animation-duration: 40000ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
 }  
}

#rays:hover {
	/* animation-duration: 10000ms; 10 seconds - speed it up on hover! */
	/* resets the position though!  sucks */
}

