@import url("https://fonts.googleapis.com/css2?family=Asap&family=Roboto:ital,wght@0,500;0,900;1,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");

/* start => zapobieganie zmianie stylu w przypadku aauto-wypełniania form*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #e5e5e5;/*możesz skorzystać, ale nie musisz*/
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

:root{
  --grid-template-columns: 50% 50%;
  --SB_max-width:50% ;
  --SB_top:10%;
  --SB_left:50% ;
  --SB_margin: 20px 0 0 -150px;
}

h1 h2 h3 h4 h5 h6 {
  color: #e5e5e5;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  background-color: #333333;
  height: 20px;
  width: 20px;
}
*::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 99em;
  /*border-radius: 50%;*/
  border: 6px solid #666;
}



*{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.big_btn{
  font-size: 24 px;
}

.super_pauza{
  margin-bottom:3vh;
  margin-top: 5vh;
}

.tekst_przerywnik{
  color: #e5e5e5;
  text-align: center;
  position: initial;
  margin-top: 10px;
}

.belka_fec{
  color: #333;
  border-radius: 0 50px 50px 0;
  background-color: #fecb00;
  padding-top: 2%;
  padding-bottom: 2%;
}

.belka_333{
  color: #fecb00;
  border-radius: 0 50px 50px 0;
  background-color: #333;
  border-color: #333;
  padding-top: 2%;
  padding-bottom: 2%;
}
body{
  margin:0px ;
  padding: 0px;
  font-family: "Asap", sans-serif;
  background: #222;
  --glow-color: hsl(48, 100%, 50%);
}

ul{
  list-style: none;
}
a{
  color: #ffc107;
  text-decoration: none;
}
a:hover{
  color:#ffecb3 ;
  text-decoration: none;
}
/*Navigation*/

.hexagon_loga{
	position: relative;
	height: 140px;
	width: 150px;
	background: #333;
  clip-path:inset( 0px 0px 0px 0px round 0px 50% 50% 0px );
	transition: 2s;
  animation-delay: 2s;
  animation: logo_start 2s linear;
  z-index: 99;
}

.logo_s{
  position: fixed;
  top: 4%;
  left:20px;
  z-index: 99;
}
.logo_s:hover{
  transition: 1s;
	background: #fecb00;
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes logo_start{
  from{
    background:  #fecb00;
    transform: scale(1.2);
  }
  to{
    background:  #333;
    transform: scale(1);
  }
}
nav{
  visibility: visible;
  backdrop-filter: blur(5px);
  left:5%;
  top: 5px;
  height: auto;
  width: 100%;
  z-index: 5;
  position: fixed;
  background: #22222079;
  box-shadow: 0px 1px 2px rgba(254,203,0,0.5), 
              0px 2px 4px rgba(254,203,0,0.5), 
              0px 4px 8px rgba(254,203,0,0.5), 
              0px 8px 16px rgba(254,203,0,0.5);
}

.menu{
  display:flex;
  flex-wrap: wrap;
  margin-left: 5%;
}
.menu i {
  line-height: 60px;
  padding-right:5px;
  padding-left:5px;
} 

.menu a:hover i {
   color: #fecb00;
}
.menu a{
  height: 50px;
  margin: 5px;
  /*dodatek */
  min-width: 100px;
  /*dodatek koniec*/
  line-height: 60px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2vh;
  font-weight: 600;
  color: #e5e5e5;
  border-radius: 5px;
}
.menu a:hover{
  color: #e5e5e5;
  background-color: #333;
  box-shadow: inset 0px 2px 4px rgba(254,203,0,0.3), 
              inset 0px 4px 8px rgba(254,203,0,0.3), 
              inset 0px 8px 16px rgba(254,203,0,0.3);
  transition: 0.2s;
  transform: translateY(2px);
}
.menu b{
  margin: 5px;
  min-width: 100px;
  line-height: 60px;
  font-size: 2vh;
  color: #e5e5e5;
  border-radius: 5px;
  padding: 16px 20px;
}
.menu b i{
  color: #e5e5e5;
  cursor: auto;
}
.menu b:hover{
  color: #e5e5e5;
  background-color: #333;
  box-shadow: inset 0px 2px 4px rgba(254,203,0,0.3), 
              inset 0px 4px 8px rgba(254,203,0,0.3), 
              inset 0px 8px 16px rgba(254,203,0,0.3);
  transition: 0.2s;
  transform: translateY(2px);
  cursor: auto;
}
/*Home*/
#main {
  width: 100%;
  height: 100vh;
}
.main-text{
  text-align: center;
  position: absolute;
  left: 30%;
  top: 40%;
  transform: translate(-13%,-42%);
  color: #e5e5e5;
  z-index: 3;
  padding-left: 10%;
  padding-top: 29vh;
  padding-bottom: 5%;
}
.main-text h1{
  font-size: 3.5rem;
}
.main-text p{
  margin: 25px 0px 25px;
}
/*Services*/
#services{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  margin-bottom:2vh;
}
.title{
  width: 100%;
  text-align: center;
}
.title p{
  color: #e5e5e5;
}
.title h2{
  color: #e5e5e5;
  position: relative;
  text-transform: uppercase;
  font-size: 3rem;
}
.content{
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0px;
}
.content h2{
  color: #e5e5e5;
  padding-top:10px;
}
.service-box {
  width: 400px;
  height: 250px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  margin: 5px;
  box-shadow: 0px 1px 2px rgba(254,203,0,0.5), 
              0px 2px 4px rgba(254,203,0,0.5), 
              0px 4px 8px rgba(254,203,0,0.5), 
              0px 8px 16px rgba(254,203,0,0.5);
  background-color: #222;
}
.service-box:hover{
  box-shadow: 0px 2px 4px rgba(254,203,0,0.7), 
              0px 4px 8px rgba(254,203,0,0.7), 
              0px 8px 16px rgba(254,203,0,0.7), 
              0px 12px 24px rgba(254,203,0,0.7);
  transform: translateY(-10px);
  transition: 0.5s;
}
.service-box p {
  text-align: center;
  max-width: 230px;
  margin: 0px 0px 20px 0px;
  color: #e5e5e5;
}
/* inny .service-box plus hover*.content*/
.service-box-ver_beta {
  max-width: 400px;
  max-height: 500px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  margin: 5px;
  box-shadow: 0px 1px 2px rgba(254,203,0,0.5), 
              0px 2px 4px rgba(254,203,0,0.5), 
              0px 4px 8px rgba(254,203,0,0.5), 
              0px 8px 16px rgba(254,203,0,0.5);
  background-color: #222;
}
.service-box-ver_beta:hover{
  box-shadow: 0px 2px 4px rgba(254,203,0,0.7), 
              0px 4px 8px rgba(254,203,0,0.7), 
              0px 8px 16px rgba(254,203,0,0.7), 
              0px 12px 24px rgba(254,203,0,0.7);
  transform: translateY(-10px);
  transition: 0.2s;
}
.service-box-ver_beta p {
  text-align: center;
  max-width: 350px;
  margin: 0px 10px 20px 10%;
  color: #e5e5e5;
}


/*Contact*/
#contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 0px;
}
.form{
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
}
.row{
  /*width: 100%;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.row2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.row input, .row2 textarea{
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  color: #e5e5e5;
  background: #0f0f0f;
  font-size: 15px;
  box-shadow: 0px 1px 2px rgba(254,203,0,0.5), 
              0px 2px 4px rgba(254,203,0,0.5), 
              0px 4px 8px rgba(254,203,0,0.5), 
              0px 8px 16px rgba(254,203,0,0.5);
  border-radius: 5px;
  font-family: 'Asap';
}
.row2 textarea{
  resize: none;
  height: 200px;
}
.row2 input[type='submit']{
  height: 40px;
  margin: 10px;
  width: 150px;
  line-height: 43px;
  padding: 0 40px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #e5e5e5;
  background: #000;
  border-radius: 5px;
  border: none;
  font-family: 'Asap';
}
.row2 input[type='submit']:hover{
  color: #e5e5e5;
  background-color: #222;
  box-shadow: inset 0px 2px 4px rgba(254,203,0,0.3), 
              inset 0px 4px 8px rgba(254,203,0,0.3), 
              inset 0px 8px 16px rgba(254,203,0,0.3);
  transition: 0.2s;
  transform: translateY(2px);
}

/*content z gradientem i animacją  kontener na ok  137 znaków */ 
.container
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.container .box
{
  position: relative;
  width: 320px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 30px;
  transition: 0.5s;
}

.container .box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.container .box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #e5e5e5;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.container .box:hover:before,
.container .box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}

.container .box:nth-child(1):before,
.container .box:nth-child(1):after
{
  background: linear-gradient(315deg, #fecb00, #ff0058)
}

.container .box:nth-child(2):before,
.container .box:nth-child(2):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.container .box:nth-child(3):before,
.container .box:nth-child(3):after
{
  background: linear-gradient(315deg, #4dff03, #00d0ff)
}
/* small box span */

.container .box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.container .box span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.container .box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.container .box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.container .box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}

.container .box .content{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #e5e5e5;
}

.container .box:hover .content
{
  left: -25px;
  padding: 60px 40px;
}

.container .box .content h2
{
  color: #e5e5e5;
  margin-bottom: 10px;
  border-radius: 4px;
}

.container .box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.container .box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #e5e5e5;
  padding: 10px;
  border-radius: 10px 0px 10px 0px ;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.container .box .content a:hover
{
  background: #ffcf4d;
  border: 1px solid rgba(255, 0, 88, 0.4);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}
/* świecący guzik neonowy z ekstra poświatą */
.glowing-btn{
  max-width: 400px;
  position: relative;
  /*color: var(--glow-color);*/
  color: #e5e5e5;
  cursor: pointer;
  padding: 3%;
  border: 0.15em solid var(--glow-color);
  border-radius: 0.45em;
  background: none;
  perspective: 2em;
  font-size: 2em;
  font-weight: 300;
  text-decoration: none;
  /*letter-spacing: 1em;*/

  -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  animation: border-flicker 10s linear infinite;
}
.glowing-btn::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  filter: blur(1em);
  transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
  background: var(--glow-color);
  pointer-events: none;
}
.glowing-btn::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: var(--glow-color);
  box-shadow: 0 0 2em 0.2em var(--glow-color);
  transition: opacity 100ms linear;
}
.glowing-txt {
  float: center;
  margin-right: -0.8em;
  -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
  /*animation: text-flicker 3s linear infinite;*/
}

.faulty-letter {
  opacity: 0.5;
  animation: faulty-flicker 2s linear infinite;
}

.glowing-btn:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  animation: none;
}

.glowing-btn:hover .glowing-txt {
  animation: none;
}

.glowing-btn:hover .faulty-letter {
  animation: none;
  text-shadow: none;
  opacity: 1;
}

.glowing-btn:hover:before {
  filter: blur(1.5em);
  opacity: 1;
}

.glowing-btn:hover:after {
  opacity: 1;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.2;
  }
  4% {
    opacity: 0.3;
  }
  19% {
    opacity: 0.4;
  }
  21% {
    opacity: 0.4;
  }
  23% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.6;
  }
  83% {
    opacity: 0.6;
  }

  87% {
    opacity: 0.6;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }

  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.blores{
  left: 25%;
  display: grid;
  column-gap: 20px;
  grid-template-columns: var(--grid-template-columns);
  padding: 10px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(102, 102, 102, 0.5);
  color: #e5e5e5;
}

.blores_element_grid{
  padding: 20px;
  text-align: center;
}
blores_element_grid p {
  padding-left:10%;
  padding-right:10% ;
}

.blores_element_grid img{
  max-width: 100%;
  height: auto;
  
}
.blores_element_grid p span{
  font-weight: bolder;
}
.span_color_a{
  color: #fecb00;
}

span{
  color: #fff;
}

.sqwBorder_flic {
  /*background: linear-gradient(139deg, #fecb00, #ff0058);*/
  text-align:center;
  position:static;
  border:5px solid #fecb00;
  max-width:var(--SB_max-width);
  top: var(--SB_top);
  left: var(--SB_left);
  margin: var(--SB_margin);
  border-radius:20px;
  animation: border-flicker 2s linear infinite;
}
.sqwBorder_flic h2{
  font-size: 2em;
}

.sqwBorder_flic::hover {
   background: linear-gradient(315deg, #fecb00, #ff0058);
  
}


@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
  }
  
  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
box-shadow: 0px 0px 78px 4px rgba(254, 203, 0,0.73);
  }
}


.pauza{
margin-block: 1em 2em;
}

.mapa_google {
  padding: 50px;
  background-color: #333;
}
/* Create three equal columns that floats next to each other */
.column_foot {
  color:#e5e5e5;
  float: left;
  width: 40%;
  padding: 10px;
}

/* Clear floats after the columns */
.row_foot:after {
  content: "";
  display: table;
  clear: both;
}


footer{
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 1450px) {
  .column_foot{
    width:100%;
    float: none;
  }
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background:linear-gradient(#ffecb3,#fecb00); /* Set a background color */
  color: #333333; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 20px 0px 20px 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  transition: 1s;
  background: linear-gradient( #fecb00 ,#ffecb3);
  transform: scale(1.2);
  filter: brightness(1.3);
  cursor: pointer;
}

.dupp {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: #333;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #322;
}

.progress-bar {
  height: 8px;
  background: #333;
  width: 0%;
}

/* banery na poczatek */
.container_baner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1000px;
	height: 80%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	perspective: 1000px;
}


.panel_baner {
	width: 100%;
	height: 100%;
	/*position: relative;*/
	transform-style: preserve-3d;
	transform-origin: 50% 0;
	transform: translateZ(0) translateX(0) rotateY(0deg);
	position: relative;
}

.panel_baner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0));
}

.front_baner,
.back_baner {
	width: 100%;
	height: 100%;
	background-image: url("../foto/pexels-amar-saleem-294560.jpg");
  /*background: linear-gradient( #fecb00, #ff0058);*/
  background-size: cover;
	background-position: left top;
	position: absolute;
	backface-visibility: hidden;
}

.back_baner {
	transform: scaleX(-1) rotateY(180deg);
}

.panel_baner:nth-child(1) .front_baner {
	background-position: 0 0;
}
.panel_baner:nth-child(2) .front_baner {
	background-position: -250px 0;
}
.panel_baner:nth-child(3) .front_baner {
	background-position: -500px 0;
}
.panel_baner:nth-child(4) .front_baner {
	background-position: -750px 0;
}

.panel_baner:nth-child(1) .back_baner {
	background-position: 250px 0px;
}
.panel_baner:nth-child(2) .back_baner {
	background-position: 500px 0px;
}
.panel_baner:nth-child(3) .back_baner {
	background-position: 750px 0px;
}
.panel_baner:nth-child(4) .back_baner {
	background-position: 1000px 0px;
}

.heksag {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.hexagon-wrapper {
  margin: auto;
  display: flex;
  text-align: initial;
  width: 200px;
  height: 200px;
  cursor: pointer;
}

.hexagon {
  position: relative;
  width: 46%;
  height: 80%;
  margin: auto;
  color: white;
  background: linear-gradient(-180deg, white, #fecb00);
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.5s;
}

.hexagon i {
  z-index: 1;
  margin: auto;
  font-size: 50px;
  background: linear-gradient(45deg, #fecb00, #ff0058);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hexagon:before,
.hexagon:after {
  position: absolute;
  content: "";
  background: inherit;
  height: 100%;
  width: 100%;
  border-radius: 0;
  transition: 0.5s;
  transform-origin: center;
}
.hexagon:before {
  transform: rotateZ(60deg);
}
.hexagon:after {
  transform: rotateZ(-60deg);
}
.hexagon:hover {
  border-radius: 50px;
  transition: 0.5s;
}
.hexagon:hover:before {
  border-radius: 50px;
  transition: 0.5s;
}
.hexagon:hover:after {
  border-radius: 50px;
  transition: 0.5s;
}

/* dropdown_menu efekt z glassmorphism-em   */
.dropdown_menu {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  margin-left:10px;
  background: rgba(102, 102, 102, 0.80);
  padding-left: 1%;
  display: block;
  visibility: hidden;
  position: fixed;
  overflow-y:scroll;
  max-height: 300px;
  opacity: 0;
  min-width: max-content;
  box-shadow: 0px 1px 2px rgba(254,203,0,0.6), 
              0px 2px 4px rgba(254,203,0,0.6), 
              0px 4px 8px rgba(254,203,0,0.6), 
              0px 8px 16px rgba(254,203,0,0.6);
  z-index: 60;
  backdrop-filter: blur(120px);
}

.dropdown-content a {
  margin-left:10px;
  height: auto;
  overflow-y:auto ;
  display: block;
  color: #ffc107;
}

.dropdown-content a:hover {
  transition: 500ms;
  border-radius:  0 25px 25px 0;
  /*transform: scale(1.1);*/
}
.dropdown_menu:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transition: 1000ms;
}

.image_auto{
  display: flexbox;
  align-items: center;
  margin-top:2%;
  margin-bottom:2%;
  padding-left: 15%;
}
.image_auto img{
  border-radius:10px;
  border-color: #fecb00;
  width:80%;
  height: 80%;
}

#closeBurger{
  color:#fecb00;
  cursor:pointer ;
}

#burgerMenu i{
  color:#fecb00;
  position:fixed;
  top:60px;
  left:200px;
  z-index:106;
  padding:34px;
  border-radius: 50%;
  background-color:#66666029;
  backdrop-filter: blur(5px);
  cursor:pointer ;
}
#ikona_bars_staget{
  color:#fecb00;
  position:fixed;
  top:60px;
  left:200px;
  z-index: 100;
  padding:34px;
  border-radius: 50%;
  background-color:#66666029;
  backdrop-filter: blur(5px);
  cursor:pointer ;
}

#speedProdukt{
  color:#fecb00;
  position:fixed;
  top:190px;
  left:10px;
  z-index: 100;
  padding:34px;
  border-radius:50%;
  background-color:#66666080;
  backdrop-filter: blur(5px);
  cursor:pointer ;
}
#speedProdukt_led{
  color:#fecb00;
  position:fixed;
  top:190px;
  left:10px;
  z-index: 60;
  padding:34px;
  border-radius:50%;
  background-color:#66666080;
  opacity:0;
  backdrop-filter: blur(5px);
  cursor:pointer ;
}
#speedProdukt_voltaik{
  color:#fecb00;
  position:fixed;
  top:190px;
  left:10px;
  z-index: 60;
  padding:34px;
  border-radius:50%;
  background-color:#66666080;
  opacity:0;
  backdrop-filter: blur(5px);
  cursor:pointer ;
}
#speedProdukt_station{
  color:#fecb00;
  position:fixed;
  top:190px;
  left:10px;
  z-index: 60;
  padding:34px;
  border-radius:50%;
  opacity:0;
  background-color:#66666080;
  backdrop-filter: blur(5px);
  cursor:pointer ;
}

/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_

i zmodyfikowany przez Tomasz Mianecki
---------------------------------------------- */

#speedProdukt_led:hover{
  animation:scale-up-center 1.5s; 
}
#speedProdukt_voltaik:hover{
  animation:scale-up-center 1.5s; 
}
#speedProdukt_station:hover{
  animation:scale-up-center 1.5s; 
}

@keyframes scale-up-center{
  0%{transform:scale(1)}
  50%{transform:scale(1.3)} 
  100%{transform:scale(1)}
}

.data_hover{
  content: attr(data-hover);
}


@media screen and (max-width:1050px) {
  .menu{
    margin-left: 10%;
  }
}
@media screen and (max-width:860px) {
  .row{
    grid-template-columns: auto;
    margin-right:15px;
    margin-left:15px;
  }
  .row2 textarea {
    resize: none;
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .main-text{
    left: 14%;
  }
}
@media screen and (max-width:400px){
  .main-text{
    top: 49%;
  }
}
@media screen and (max-width:390px){
  #services{
    margin-top: 25%;
  }
}