body {
  background: url(img/tlokito\ kopia.jpg);
  background-size: cover;
  background-repeat: repeat; 
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;

  }

/*

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

*/

/*
--------------------------------------------------------------------------------------------------
# kolumny Uniwersalne 
--------------------------------------------------------------------------------------------------

*/

.kolumny {
  display: grid;
  grid-gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}
.pierwsza {
  grid-column: 1;
  grid-row: 1;
}
.druga { 
  grid-column: 2 ;
  grid-row: 1 ;
}
.trzecia {
  grid-column: 3 ;
  grid-row: 1 ;
}
.czwarta {
  grid-column:1;
  grid-row: 3;
}
.piata {
  grid-column:2;
  grid-row: 3;;
}
.szosta {
  grid-column:3;
  grid-row: 3;;
}
/* 

--------------------------------------------------------------------------------------------------
Banner

--------------------------------------------------------------------------------------------------
*/






 

/*
--------------------------------------------------------------------------------------------------
Menu nawigacyjne 
--------------------------------------------------------------------------------------------------


*/

#menupozycja.nav
{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  position: fixed;
  left:0;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgba(037,040,080, 0.9); 
  background: url(img/tlokito\ kopia.jpg);
  background-size: cover;
  background-repeat: repeat; 
  background-attachment: fixed;
  

  

}



@media screen and (max-width: 768px)

{
  #menupozycja.nav
  {
    background: rgba(037,040,080, 0.9); 
    left:-10%;

  }
}

#hidepostacie
{
  display:block;

}

@media screen and (max-width: 768px)

{
  #hidepostacie
  {
  display:none;
  }
}

/*
.main
{
padding:15px;
line-height: 1.5;
text-align: justify;

}
*/

nav{
  display: table-cell;
  vertical-align: middle;
  text-align: center;

}


.nav ul
{
display:flex;
list-style:none;
text-align: center;

}
  

  




.nav a
{
  display:block;
  padding:10px;
  color: rgba(202, 206, 221, 0.8);
  text-decoration: none;
  font-weight: bold;
  transition:background .1s;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-decoration: none;


}



.nav a:hover
{
  color: #fff;
  text-decoration: none;
}

.nav a:before, a:after 
{
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}

.nav a:before
 {
  left: 0;
}
.nav a:after 
{
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav a:hover:before 
{
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav a:hover:after 
{
  background: transparent;
  width: 100%;
  transition: 0s;
}





/* ++ */


/*
--------------------------------------------------------------------------------------------------
Sekcja Anime
--------------------------------------------------------------------------------------------------

*/




  #anime {
    width: 95%;
    height: 70vh;
    background: url(img/kito.jpg) top center;
    background-size: cover;
    background-attachment: fixed;
  /*  overflow: hidden; */
    position: relative;
    margin-top: 20px;
    margin-left:2.4%;

  }


  @media screen and (max-width: 768px)

  {
#anime
    {
      margin-top:35%;
      background: url(img/kito.jpg) top center;
      background-size: cover;
      background-attachment: fixed;
      background: rgba(037,040,080, 0.5); 
     
    
      height: 450px;
    }
  }
  


  
#anime:before {
    content: "";
    background: rgba(6, 12, 34, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
#anime .anime-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;

    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }


  #anime h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
  }

  @media screen and (max-width: 768px)

  {
    #anime h1 
    {
      font-size: 25px;
    }
  }
  
  
  
  #anime h1 span {
    color: #f82249;
  }
  


  #anime p {
    color: #ebebeb;
    font-weight: 700;
    font-size: 20px;
  }
  
  @media screen and (max-width: 768px)

  {
    #anime p
    {
      font-size: 16px;
    }
  }


/*
--------------------------------------------------------------------------------------------------
Sekcja Manga
--------------------------------------------------------------------------------------------------

*/



  #manga {
    background: url(img/tlokito\ kopia.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 60px 0 40px 0;
    width: 90%;
    margin-left:2.4%;
    padding-left: 5%;
    height: 400px;
  }

  @media screen and (max-width: 768px)

  {
    #manga
    {
   
      background: url(img/kito.jpg) top center;
      background-size: cover;
      background-attachment: fixed;
      background: rgba(037,040,080, 0.5); 
   
      height: 400px;
    }
  }

  
  #manga:before {
    content: "";
    background: rgba(13, 20, 41, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #manga .manga-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
   
   
  
  }
  #manga h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
  }

  @media screen and (max-width: 768px)

  {
    #manga h1
    {
      font-size: 25px;
    }
  }
  
  #manga p {
    font-size: 14px;
    margin-bottom: 20px;
    color: white;
  }

  @media screen and (max-width: 768px)

  {
    #manga p
    {
      font-size: 16px;
    }
  }
  

  #manga h1 span {
    color: #f82249;
  }

/* 
--------------------------------------------------------------------------------------------------
*/
/*
opacity: .80;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
*/
/*
--------------------------------------------------------------------------------------------------
Sekcja Postacie 
--------------------------------------------------------------------------------------------------

*/

#postacie {
 
  padding: 80px 0 40px 0;
  width: 92.8%;
  margin-left:2.4%;
  padding-left: 2.2%;
  height: 520px;
  background: url(img/kito.jpg)top center;
  background-size: cover;
  background-attachment: fixed;
  padding-top:5%;


}

@media screen and (max-width: 768px)

{
  #postacie
  {
 
   display:none;
  }
}




#postacie .postac {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#postacie .postac .img{
  height: 200px;
  
  }

#postacie .postac .szczegoly {
  background: rgba(6, 12, 34, 0.5);
  position: absolute;
  left: 0;
  bottom: -150px;
  right: 8%;
  text-align: center;
  padding-top: 100%;
  transition: all 300ms ;
}


@media screen and (max-width: 1200px)

{
  #postacie .postac 
  {
 
    background: rgba(6, 12, 34, 0.5);
  }
}

@media screen and (max-width: 1200px)

{
  #postacie .postac .szczegoly
  {
 
display:none;
  }
}



#postacie .postac .szczegoly p {
  color: #fff;
  font-size: 15px;
  margin-bottom:10px;
  font-style: italic;
}



#postacie .postac .szczegoly a {
  color: #fff;
}

#postacie .postac .szczegoly a:hover {
  color: #f82249;
}


#postacie .postac:hover .szczegoly {
  bottom:0;
}


/*
--------------------------------------------------------------------------------------------------
Sekcja Kirito Animacja
--------------------------------------------------------------------------------------------------

*/

#kirito {
 
  padding: 30px  40px 0;
  width: 90.8%;
  margin-left:2.4%;
  padding-left: 2.2%;
  height: 450px;
  background: url(img/kito.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
  background: rgba(037,040,080, 0.5); 
  margin-bottom:1%;
  padding-top:10%;


}
@media screen and (max-width: 768px)

{
  #kirito
  {
  padding-top:30%;
  height: 100px;
  width: 83%;

  }
}

h1.kirito {
  font-size: 10vw;
  font-weight: 10000;
  font-family: 'Rubik', sans-serif;
  flex: 1;
  position: relative;
  text-align: center;
  margin: 0;
  -webkit-text-fill-color: transparent;
  background-image: url("kirito.gif");
  background-size: auto;
  -webkit-background-clip: text;
  background-repeat: repeat;

}
 



/*
--------------------------------------------------------------------------------------------------
Hide Button
--------------------------------------------------------------------------------------------------

*/
/*


  #showme{
 
    padding: 30px 0 40px 0;
    width: 93%;
    margin-left:2.4%;
    padding-left: 2.2%;
    height: 300px;
    background: rgba(13, 20, 41, 0.6);
    background-size: cover;
    background-attachment: fixed;
  
  }




button {
 

        position: relative;

        background: transparent;
        color: #1172c4;
        font-size: 14px;
        border-color: #1172c4;
        border-style: solid;
        border-width: 2px;
        border-radius: 22px;
        padding: 10px 40px;
        transition: all 0.2s linear;
        
}
       
    
button:hover {

        color: #664e96;
        border-color: #664e96;
        background: transparent;
    }

    button:focus {
      outline: 0;
      }
    
    #center
    {
      position: relative;
      left:42%;
    }


    #hide
    {
      display:none
    }

    */




/* 
--------------------------------------------------------------------------------------------------
 Skecja Showme
Button Animacja

--------------------------------------------------------------------------------------------------
*/



#showme2{
  position: relative;
  padding: 30px 0 40px 0;
  width: 92.8%;
  margin-left:2.4%;
  padding-left: 2.2%;
  height: 400px;
  background: rgba(037,040,080, 0.5); 
  font-family: sans-serif;
  padding-top:5%;


}



#buttona
{
 
  position: absolute;
  left:50%;
  top:20%;
  transform: translate(-50%,-50%);
  color:purple;
  padding:30px 60px;
  font-size:30px;
  letter-spacing:2px;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow: 0 20px 50px rgba(0,0,0, .5);
  overflow: hidden;
  user-select: none;
}

@media screen and (max-width: 768px)

{
  #hidebuttona  {
  display:none;
  }
}


#buttona:before
{
content:'';
position:absolute;
top:2px;
left:2px;
bottom:2px;
width: 50%;
background: rgba(255,255,255,0.05); 
}




#buttona span:nth-child(1)
{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:2px;
  background:linear-gradient(to right,grey,purple);
  animation: animate1 2s linear infinite;
}

@keyframes animate1
{
  0%   { transform: translateX(-100%);}

  100% { transform: translateX(100%);}
}


#buttona span:nth-child(2)
{
  position:absolute;
  top:0;
  right:0;
  width: 2px;
  height:100%;
  background:linear-gradient(to bottom,grey,purple);
  animation: animate2 2s linear infinite;
}

@keyframes animate2
{
  0%   { transform: translateY(-100%);}

  100% { transform: translateY(100%);}
}

#buttona span:nth-child(3)
{
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  height:2px;
  background:linear-gradient(to left,grey,purple);
  animation: animate3 2s linear infinite;
}

@keyframes animate3
{
  0%   { transform: translateX(100%);}

  100% { transform: translateX(-100%);}
}

#buttona span:nth-child(4)
{
  position:absolute;
  top:0;
  left:0;
  width: 2px;
  height:100%;
  background:linear-gradient(to top,grey,purple);
  animation: animate4 2s linear infinite;
}

@keyframes animate4
{
  0%   { transform: translateY(100%);}

  100% { transform: translateY(-100%);}
}





/*
--------------------------------------------------------------------------------------------------
Button Mobille
--------------------------------------------------------------------------------------------------*/
#buttonmobile
{
 
  position: absolute;
  left:50%;
  top:35%;
  transform: translate(-50%,-50%);
  color:purple;
  padding:30px 60px;
  box-shadow: 0 20px 50px rgba(0,0,0, .5);
  overflow: hidden;
  user-select: none;
 


}
@media screen and (max-width: 768px)

{
  #showbuttonmobile  {
  display:block;

 
  }
}

@media screen and (max-width: 5000px)

{
  .hidebutton5k  {
  display:none;
  }
}



#buttonmobile p
{
  text-align: inherit;
  
  font-size:25px;
  text-transform:uppercase;
  text-decoration:none;

}





#buttonmobile:before
{
content:'';
position:absolute;
top:2px;
left:2px;
bottom:2px;
width: 50%;
background: rgba(255,255,255,0.05); 
}




#buttonmobile span:nth-child(1)
{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:2px;
  background:linear-gradient(to right,grey,purple);
  animation: animate1 2s linear infinite;
}

@keyframes animate1
{
  0%   { transform: translateX(-100%);}

  100% { transform: translateX(100%);}
}


#buttonmobile span:nth-child(2)
{
  position:absolute;
  top:0;
  right:0;
  width: 2px;
  height:100%;
  background:linear-gradient(to bottom,grey,purple);
  animation: animate2 2s linear infinite;
}

@keyframes animate2
{
  0%   { transform: translateY(-100%);}

  100% { transform: translateY(100%);}
}

#buttonmobile span:nth-child(3)
{
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  height:2px;
  background:linear-gradient(to left,grey,purple);
  animation: animate3 2s linear infinite;
}

@keyframes animate3
{
  0%   { transform: translateX(100%);}

  100% { transform: translateX(-100%);}
}

#buttonmobile span:nth-child(4)
{
  position:absolute;
  top:0;
  left:0;
  width: 2px;
  height:100%;
  background:linear-gradient(to top,grey,purple);
  animation: animate4 2s linear infinite;
}

@keyframes animate4
{
  0%   { transform: translateY(100%);}

  100% { transform: translateY(-100%);}
}


#hide
{
  display: none;
}


#hide.h3
{
position:relative;
text-align: center;
width:60%;
left:20%;
top:30%;
color:white;

}

#iwatamipozycja.naofumi
{
  display:none;
  position: relative;
  bottom:100px;
}


@media screen and (max-width: 768px)

{
  #hide.h3 {
  display:none;
  position: relative;
  margin-top:50%;

  }
}





@media screen and (max-width: 1600px)

{
  #hideimg15k {
  display:none;

  }
}



@media screen and (max-width: 768px)

{
  #showme2{

  height: 700px;

  }
}


/*
--------------------------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------------------------

*/




#footer
{
  padding: 20px 0px 5px 0;
  text-align: center;
  background: rgba(13, 20, 41, 0.6);
  margin-top: 15px;
  position: relative;
  
  width: 92.8%;
  margin-left:2.4%;
  padding-left: 2.2%;
}


#footer .tytul h2
{
  color: rgba(255,255,255,1);
}


#footer .tytul .linia
{
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 1.6em;
  color: rgba(255,255,255,0.2);
}

#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		text-align: center;
		color: rgba(255,255,255,0.2);
	}
	


  .box
	{
		margin: 0px 0px;
    width:95%;
    height: 230px;
  }
  
