

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Pridi', serif;
}



.start-text {
  display: block;
  position: absolute;
  top: 45vh;
  left: 50%;
  color: white;
  transform: skew(0deg, 0deg);
  font-family: 'Pridi', serif;
  font-weight: bold;
}


@media screen and (max-width: 600px) {

  #ismobile {
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width: 5px;
    height: 5px;
    overflow: hidden;

  }

  .start-text {
    font-size: 1.5rem;
  }


  .start-text-b {
    font-size: 1.6rem;
  }

  .d-desktop {
    display: none !important;
  }


  .start-mob-bg {
    display: flex;
    width: 100%;
    height: 50vh;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    align-items: center;
  }

  #start-mob-1 {
    top: 0;
  }

  #start-mob-2 {
    top: 50vh;
  }

  .start-mob-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }

  .start-text-mobile {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: white;
    z-index: 99;
    text-decoration: none !important;
    display: none;
  }


}

@media screen and (min-width: 601px) {

  #ismobile {
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .d-mobile {
    display: none !important;
  }

}

@media screen and (min-width: 601px) and (max-width: 1400px) {

  .start-text {
    font-size: 2rem;
  }


  .start-text-b {
    font-size: 2.5rem;
  }

}

@media screen and (min-width: 1401px) {

  .start-text {
    font-size: 2.5rem;
  }


  .start-text-b {
    font-size: 3rem;
  }

}



@media screen and (min-width: 1801px) {

  .start-text {
    font-size: 3rem;
  }


  .start-text-b {
    font-size: 3.6rem;
  }

}








.sloneczna-promocja {
  display: block !important;
  position: fixed;
  bottom: 150px;
  left: calc(100vw - 300px);
  width: 360px;
  transform: skew(10deg, 0deg);

}



#loader-div {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  background: rgb(52,111,255);
  background: linear-gradient(235deg, rgba(52,111,255,1) 0%, rgba(66,207,255,1) 17%, rgba(137,241,255,1) 23%, rgba(255,190,57,1) 57%, rgba(255,153,122,1) 79%, rgba(255,113,113,1) 100%);
}

#loader-div div {

  width: 100%;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 1.5rem;

}








#start-bg {

  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;

}

#start-bg a:link, #start-bg a:visited {

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 100vh;
  background-size: cover;
  background-position: center center;

}

.start-bg-in {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 120%;
  height: 100vh;
  overflow: hidden;


}


#startline {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 5px;
  height: 100vh;
  transform: skew(-10deg, 0deg);
  background-color: white;
}

#startlogo {
  display: none;
  position: fixed;
  top: 10vh;
  right: 10vw;

}

#startlogo-2 {
  display: none;
  position: fixed;
  bottom: 10vh;
  left: 10vw;
  text-align: left;

}


#startlogo-mobile {
  display: block;
  position: fixed;
  top: calc(50vh + 20px);
  right: 10vw;
  display: none;

}


#startlogo-mobile-2 {
  display: block;
  position: fixed;
  bottom: calc(50vh + 20px);
  right: 10vw;
  display: none;

}



#start-text-1 {
  left: 10%;
}

#start-text-2 {
  transform: skew(10deg, 0deg);
}

.start-text {
  display: none;
  text-decoration: none !important;
  width: 100%;
}

.start-text a:link, .start-text a:visited {
  color: white !important;
  text-decoration: none !important;
}





