.film {  
    border-radius: 7px;
     width: 90%;
   max-width: 720px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: rgb(0, 0, 0);
    aspect-ratio: 16/9;
    box-shadow: 10px 15px 30px rgb(91, 0, 83);
    border: none;
    
   /* For browsers that do not support gradients */
   
    
}
#filmy{
      
    display: flex;
flex-direction: column;
   
}
body{background-color: rgb(0, 0, 0);
margin: 0px;
color: white;
font-family: 'Courier New', monospace;
}


.gora{width: 100%;
aspect-ratio: 16/9;
}



.filmtyl{
    width: 100%;
    aspect-ratio: 16/9;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}

.napisy{
  z-index: 99;
    padding: 5px;
    background-color: rgb(0, 0, 0);
    width: 99%;
    height: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-align: center;
    display: flex;
justify-content: space-between;
margin-bottom: 50px;
}

.napisy a{
 
    font-family: 'Courier New', monospace;
    margin-top:5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 25px;
    
   
    
}
:not(.active){
  text-decoration: none;

}

.napisy a:hover{
  text-shadow: -5px 3px 5px rgba(91,0,83,0.75);
  text-decoration: underline white 1.5px;
  transition: text-shadow 0.3s;
transition: "underline" 0.3s;
}


.active{
    text-decoration: underline 1.3px;
}

.logo{
    width: 15%;
    
   
    position: relative;
    bottom:15%;
    left: 12%;
    box-shadow: 5px 5px 20px rgb(91, 0, 83);
    border-radius: 4px;
    
    
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


  .AROFILM{

    position: absolute;
    font-family: 'Courier New', monospace;
    font-size:50px;
    color: white;
    top:-50px;
    left: 15px;
    z-index: 101;
    


  }
.wiecej{width: 90%;
margin: auto;
max-width: 800px;

display:flex;

}
  .yt{width: 100%;
    
}


  .ytdiv{width: 20%;
margin: auto;
margin-left: 15px;
animation: pulse 3s infinite;
}


  .fb{width: 75%;
    margin-left: 5%;
}


  .fbdiv{width: 20%;
    margin: auto;
    margin-right: 10px;
    animation: pulse 3s infinite;
    animation-delay: 1s;
    }

    .napiswiecejdiv{
        width: 50%;
margin: auto;
text-align: center;

    }


.oferta{
  position: relative;
  width: 90%;
   max-width: 720px;
   margin: auto;
   text-align: left;
   margin-top: 25px;
   margin-bottom: 25px;
  
padding: 5px;
}

.o_mnie{
  position: relative;
  width: 90%;
   max-width: 720px;
   margin: auto;
   text-align: left;
   margin-top: 25px;
   margin-bottom: 25px;
   
padding: 5px;
}

.kontener {
  position: relative;
  width: 90%;
   max-width: 720px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #ffffff;
  padding: 10px;
  margin: auto;
  margin-top: 13px;
  font-size: 20px;
  margin-bottom: 12px;
}
.lewa-strona {
  text-align: left;
  margin-left: 10%;
}
.prawa-strona {
  text-align: right;
  margin-right: 5%;
  
}

.divpinezka{
  width:100%;
  right:0px;
  position: absolute;
}

.pinezka{
  height:30px;
  margin-right: 10%;

}


.omnietekst{
  margin-top: 3px;
}

.kontakttekst{
  color: white;
  text-decoration: underline 1.3px;
}
@media only screen and (max-width: 600px) {
#nrtelefonu{
  max-width:  100px; ;
}
#telefon{
  margin-top: auto;
  margin-bottom: auto;
}
}
@media only screen and (max-width: 600px) {
    .napisy{
        text-align: center;
        display: flex;
        flex-direction:column;
    position:relative;    
    height: 300px;
    top:-50px;
    }

    .logo{
       width: 15%;
       left:5%;
       bottom:15%;
       z-index: 100;
       
    }


    .AROFILM{

        position: absolute;
        font-family: 'Courier New', monospace;
        font-size: 30px;
        color: white;
        top:-20px;
    left: 15px;
       
    }
    
   
      
    
  }

  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }

  @keyframes pulse2 {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    35% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    }
    50% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .pinezka {
    animation: pulse 2s infinite;
  }