body {
    background-color: #000;
    overflow: hidden;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.centerTop {
    /*    top: 1%;*/
    position: absolute;
}

.centerImg {
    /*    top: 1%;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%,-15%);
        
}

.centerV {
    /*    top: 1%;*/
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);

}

.center.mybottom {
    top: 60vh;
}

.lewaGora {
    position: absolute;
    top: 0%;
    left: 0%;
}

.hide_me {
    opacity: 0;
    animation-delay: 1s;
}

.dontDisplay_me {
    display: none;
}

.Display_me {
    display: none;
}

.show_me {
    /*    animation: opacityTo1 4s;*/
    opacity: 1;
    transition-timing-function: ease-in-out;
}

@keyframes opacityTo1 {
    0% {
        transform: scale(1) rotate(0deg);
    }

    30% {
        transform: scale(1.1) rotate(1deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.scale_me {
    transform: scale(0.4);
}

/*------------ animacja logo ------------*/

.moveLogoClass {
    animation: moveLogo 2s;
    animation-timing-function: ease-in-out;
}

@keyframes moveLogo {
    0% {
        left: 50%;
        top: 50%;
        transform: scale(1.0);

    }

    10% {
        transform: scale(1.3);
    }

    99% {
        left: 100px;
        top: 75px;
        transform: scale(0.4) rotate(1080deg);
        opacity: 1;

    }

    100% {
        opacity: 0;
    }
}

#start_logo img {
    position: absolute;
    left: 0;
    transition: opacity 1s ease-in-out;
}


#start_logo.smallDisplay {
    transform: scale(0.7);
}

#l5 {
    display: flex;
    max-width: 200px;
    transition: all .5s ease-in-out;
}

#l5:hover {
    transform: scale(.9) rotate(-2deg);
}

/* glow & more on logo*/

.glow_me {
    animation: glowing 5s infinite;
}

@keyframes glowing {
    0% {
        box-shadow:
            0 0 90px 100px #fff,
            0 0 110px 140px #bc9347,
            0 0 120px 180px #39b175,
            0 0 130px 330px #285da9;
    }

    45% {
        box-shadow:
            0 0 60px 100px #fff,
            0 0 70px 170px #cc6002,
            0 0 100px 190px #217c00,
            0 0 170px 490px #285da9;
    }

    70% {
        box-shadow:
            0 0 60px 100px #fff,
            0 0 70px 170px #833d00,
            0 0 100px 260px #ba6861,
            0 0 140px 490px #05214a;
    }

    100% {
        box-shadow:
            0 0 90px 100px #fff,
            0 0 110px 140px #bc9347,
            0 0 120px 180px #39b175,
            0 0 130px 330px #285da9;
    }
}

/* End glow on logo*/

/*------------> koniec animacja logo ------------*/


/*------------------------------------- urządzonko*/
/*operacje na samym box od device*/
.box-device {
    transform: rotate(-45deg);
    /*    max-width: 200px;*/
}

/*fevice Image!*/

#deviceImg {
    cursor: pointer;
    z-index: 200;
}

.ontopDevice {
    position: absolute;
    top: 10px;
    right: -40px;
    width: 450px;
}

.ontopDeviceMd {
    position: absolute;
    /*    transform: scale(0.7) rotate(90);*/
    top: 100px;
    right: -90px;
}

.ontopDeviceSmall {
    position: absolute;
    top: 250px;
    right: -30px;
    width: 200px;
    /*    transform: scale(0.5) rotate(90);*/
}

.ontopDeviceMvie {
    display: none;
}

.bzium_me {
    animation: bziuming 1s infinite;
}

@keyframes bziuming {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(1deg) scale(1.05);
    }

    75% {
        transform: rotate(-2deg) scale(0.95);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.small-bigger {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.small-rotation {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.small-rotation:hover {
    -moz-transform: scale(1.3) rotate(-30deg);
    -webkit-transform: scale(1.3) rotate(-30deg);
    -o-transform: scale(1.3) rotate(-30deg);
    transform: scale(1.3) rotate(-30deg);
}

.small-bigger:hover {
    z-index: 10;
    transform: scale(1.3) translate(130px, 50px);
}

/* end urządzonko*/

.resizeHeadingNapis {
    transform: scale(0.7);
}

/*   rózne bajery   */

/*   end rózne bajery   */

ontopMovie {}

#playMovieMnu {
    /*    z-index: 100;*/
}



/*------- efekt tekstu długi --------*/

.textOnMovie {
    position: absolute;
    max-width: 71%;
    top: 240px;
    left: 25px;
}

.textOnMovieSmall {
    position: relative;
    max-width: 99%;
    margin: 10px;
}

.ml9 {
    position: relative;
    font-weight: 600;
    font-size: 2.1em;
    line-height: 1.6em;
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
}

/*------- End efekt tekstu długi --------*/

.iconify {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #aaa;
    margin: 8px;
}

.iconify.small {
    width: 20px;
    height: 20px;
}

.iconify.big {
    width: 4em;
    height: 4em;
}

.iconify.noglow {
    border-radius: 0%;
    box-shadow: 0 0 0;
}

/*start kwestie fred movie*/

#playMovie {
    z-index: 100;
}

#fullscreenOpacity {
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#hideTheMovieTxt {
    cursor: pointer;
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
}


/*ustawianie tytułów - pion poziom w zalezności od szerokości okan*/
.textWPionie {
    text-align: center;
    transform: rotate(0deg);
    color: #285da9;
    /*#217c00*/
}

.textWPionie.textWPioniePoziom {
    transform: rotate(0deg);
}

.textWPionie90 {
    text-align: center;
    transform: rotate(90deg);
    color: #cc6002;
}

.textWPionie90.textWPioniePoziom {
    transform: rotate(0deg);
    font-weight: bolder;
    justify-content: center;
}

.textWPionie90a {
    text-align: center;
    transform: rotate(-90deg);
    color: #cc6002;
}

.textWPionie90a.textWPioniePoziom {
    transform: rotate(0deg);
    font-weight: bolder;
    justify-content: center;
}

/*END ustawianie tytułów - pion poziom w zalezności od szerokości okan*/


.bacgroundDarkGrey {
    background-color: #222;
}
.bacgroundLightGrey {
    background-color: #191919;
}

.myLinia {
    font-size: x-small;
    display: block;
    background-color: #285da9;
    color: #285da9;
}

h1.myblue {
    color: #2e5da9;
    text-shadow: 1px 1px 1px #fff;
    text-shadow: -1px -1px 1px #fff;
}

.biggerText {
    font-weight: 900;
    font-size: 2em;
}

.myLink {
    color: #343434;
    text-shadow: 2px 2px 2px #000;
}

.myLink:hover {
    color: #999999;
    text-decoration: none;
}

.miniDevice {
    /*    width: 300px;*/
}

/* text */

.bigBoyInfo {
    font-size: 60px;
    font-weight: bolder;
/*    text-decoration: underline dotted red;*/
    letter-spacing: 0.4ex;
    text-shadow: 2px 2px 2px #343434, -1px -1px 1px #fff;
}
.menuPadding{
    padding-top: 80px; 

}
.navbar {
    min-height: 80px;
  }

.popover
  {
      width: 80%;
      max-width: 800px;
  }

.text-info
  {
    font-size: large
  }

  .badge{
    font-size: medium;
    font-weight: normal;
  }

  .total_price{
    font-size: medium;
    font-weight: normal;
  }
  form, .form-fields, .form-group, .form-horizontal {
    display: flex;
    /*flex-direction: column;*/
  }

  input:valid {
    background-color: palegreen;
  }
  
  input:invalid {
    background-color: lightpink;
  }

  input:invalid:required {
    border: 2px dashed red;
  }
  
  input:valid {
    border: 2px solid #2e5da9;
  }

  #loading-indicator {
    position: absolute;
    left: 10px;
    top: 10px;
  }