html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    max-width: 1170px;
}

.container-fluid {
    border-radius: 0 !important;
}

.wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.content {
    max-width: 1600px;
    margin: auto;

}

.disclaimer {
    padding: 30px 0;
    max-width: 620px;
    margin: auto;
    text-align: center;
    font-size: 14px;
}

/* 	wszystkie img responsywne dostosowują się do kontenera w jakim sa umieszczone nie ma potrzeby uzywania img-fluid w klasach */
img {
    max-width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

/* ==========================================================================
   pozostałe style poniżej
   ========================================================================== */

   .bg-1{
       background-image: url(../img/bg1.jpg);
       background-size: cover;
       background-color: #000;
       min-height: 550px;
   }

   .intel{
       max-width: 80px;
       
   }

   h1{
       font-size: 40px;
       font-weight: 600;
   }
   h2{
       font-size: 28px;
   }

   p.hero{
       font-size: 18px;
   }

   .play{
       background-color: #000;
      
   }

   .bg-2{
        background-image: url(../img/bg2.jpg);
        background-size: cover;
        min-height: 900px;
      }

     
   .bg-3{
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    min-height: 400px;
   } 

   .bg-4{
    background-image: url(../img/bg4.jpg);
    background-repeat: repeat-y;
    
    background-size: cover;
    min-height: 1000px;
   } 

   .box{
       min-height: 220px;
       background-color: aqua;
       border-radius: 10px;
       
   }

   .IEM{
       min-height: 300px;
   }


   .yellow{
       color:#8150fa ;
   }

    .big{
       font-size: 60px;
   }

   .kroki{
       font-size: 18px;
   }

   .powering{
       font-size:50px;
       line-height: 3.5rem;
       color:#8150fa ;
   }

   .featured{
    font-size:50px;

}



.box {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 30px 2px rgba(129,80,250,0.8);

  }
  
.box-text{
    font-size:22px;
    font-weight: 500;

}  

.product-name{
    font-size:30px;
    font-weight: 500;
 
}

.price{
    font-size:24px;
    color:#8150fa ;
}

ul.bezkropek {
    list-style-type: none;
    padding-inline-start: 0px;
}

.lhsmall{
    line-height: 30px;
}

.malyintel{
    width:80%;
}

.gamer500{
    width:85%;
}






@media (max-width: 576px) {
.bg-3{
background-position: 60% 100%;
}
.box ul{
    margin:0px;
    padding: 10px;
    list-style-type: none;
}

.featured{
    font-size: 28px;
}

.powering{
    font-size: 28px;
}


.bg-4{
    background-color: #0a0d1c; 
}


}

@media (max-width: 768px){

.lhsmall {
    line-height: normal;
}
.malyintel{
    width: 85%
}
.kroki{
    font-size: 16px;
    
}

.bg-3{
    background-position: 60% 100%;
    }






}
}