body {
  background-color: #313131;
  color: white;
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  width: 100%;
}

html {

  scroll-behavior: smooth;
}

#main
{
  display: block;
}

#turn
{
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: none;
  background-color: black;
}

#faicon
{
  color: #a3232b;
  height: 50px;
  width: 50px;
  transition: 0.6s;
}

#faicon:hover
{
  color: #aa1d26;
  height: 60px;
  width: 60px;
  text-shadow: 0px 0px 2px rgba(170, 29, 38, 1);
  transition: 0.6s;
}

#navi
{
  position: relative;
}

#mb1
{
  border-bottom-left-radius: 25px;
}

#mb2
{
  border-bottom-right-radius: 25px;
}

#label
{
  user-select: none;
}

.flag
{
  margin: 0px;
}

.lang
{
  float: left;
  position: absolute;
  right: 3vw;
  top: 0vh;
}

/* Dropdown Button */
.langbtn {
  background-color: rgba(82, 82, 82, 0.4);
  color: white;
  padding: 15px;
  font-size: 16px;
  border: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 0.3s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(82, 82, 82, 0.4);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 15px;
  text-decoration: none;
  display: block;
}

#radius:hover
{
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: rgba(82, 82, 82, 0.6);}

/* Show the dropdown menu on hover */
.lang:hover .dropdown-content {display: block; transition: 1.0s;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.lang:hover .langbtn {background-color: rgba(82, 82, 82, 0.6); transition: 0.2s; border-radius: 0px;}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #525252;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #921c24;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a3232b;
}

#navBg
{
  width: 51vw;
  height: 5vh;
  background-size: 400% 400%;
  background: linear-gradient(128deg, rgba(125, 0, 0, 1) 0%, rgba(121, 9, 9, 1) 18%, rgba(225, 0, 0, 1) 100%);
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

nav {
  width: 50vw;
  height: 5vh;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  line-height: 5vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.flex1
{
  flex: 18%;
  text-transform: uppercase;
  
}

.line {
  height: 4vh;
  width: 2px;
  background: #fff;
  margin: 0;
  margin-top: 3px !important;
}

.flex2
{
  flex: 10%;
}

#dane1
{
  width: 100%;
  float: left;
  font-size: 2ex;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}

#dane2
{
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

#dane3
{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-align: center;
}

.Btxt
{
  font-weight: 800;
  font-size: 1.8em;
  max-width: 100vw;
}

#contbtn1
{
  margin-top: 4vh;
  margin-right: 2vw;
  background-color: #a3232b;
  border: none;
  border-radius: 3px;
  width: 120px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: white;
  font-weight: 800;
  transition: 0.6s;
  user-select: none;
  float: left;
}

#contbtn1:hover
{
  background-color: #9e141d;
  cursor: pointer;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(158, 20, 29, 1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(158, 20, 29, 1);
  box-shadow: 0px 0px 8px 2px rgba(158, 20, 29, 1);
}

#contbtn2
{
  background-color: transparent;
  border: 2px solid;
  border-radius: 3px;
  background-color: white;
  border-color: rgba(128, 128, 128, 0.01);
  width: 120px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #a3232b;
  font-weight: 800;
  transition: 0.6s;
  user-select: none;
  float: left;
  margin-top: 10px;
}

#contbtn2:hover
{
  background-color: white;
  border-color: white;
  color: #9e141d;;
  transition: 0.6s;
  cursor: pointer;
}

.br
{
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

.contact-left a:link 
{
  color:rgb(202, 62, 71);
  text-decoration: underline;
}

.contact-left a:active
{
  color:rgb(202, 62, 71);
  text-decoration: underline;
}

.contact-left a:visited
{
  color:rgb(202, 62, 71);
  text-decoration: underline;
}

#checkbox
{
  float: left;
}

#label
{
  float: left;
}

.header {
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  margin-top: 30vh;
  padding-left: 20vw;
  max-width: 100vw;
}

#image-wrapper {
  background-image: url(tirrP.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100vw;
  min-height: 100vh;
  margin: 0px;

}

.MainBtn {
  background: transparent;
  cursor: pointer;
  color: white;
  font-weight: 800;
  border-radius: 50px;
  width: 180px;
  height: 50px;
  border: 0px;
  margin-top: 0px;
  font-family: 'Raleway', sans-serif;
  background: rgb(105, 0, 0);
  background: linear-gradient(128deg, rgba(125, 0, 0, 1) 0%, rgba(121, 9, 9, 1) 18%, rgba(225, 0, 0, 1) 100%);
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  -moz-box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
  transition: 1.0s;
}

.MainBtn:hover {
  -webkit-box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  -moz-box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  box-shadow: 0px 0px 24px 7px rgb(184, 1, 1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
  transition: 0.6s;
}

.SendBtn {
  background: transparent;
  cursor: pointer;
  color: white;
  font-weight: 800;
  border-radius: 50px;
  width: 180px;
  height: 50px;
  border: 0px;
  margin-top: 0px;
  font-family: 'Raleway', sans-serif;
  background: rgb(105, 0, 0);
  background: linear-gradient(128deg, rgba(125, 0, 0, 1) 0%, rgba(121, 9, 9, 1) 18%, rgba(225, 0, 0, 1) 100%);
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  -moz-box-shadow: 0px 0px 24px 14px rgb(184, 1, 1);
  box-shadow: 0px 0px 24px 7px rgb(184, 1, 1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
  transition: 1.0s;
}

.SendBtn:hover {

  -webkit-box-shadow: 0px 0px 20px 12px rgb(184, 1, 1);
  -moz-box-shadow: 0px 0px 20px 12px rgb(184, 1, 1);
  box-shadow: 0px 0px 20px 12px rgb(184, 1, 1);
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
  transition: 0.6s;
}

#gero {
  font-size: 128px;
  margin-bottom: 10px;
}

.bold {
  font-weight: 800;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:link {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

.redDot {
  color: #CA3E47;
}

.center {
  text-align: center;
}

#logoDiv
{
  margin-top: 2vh;
  width: 20%;
  float: left;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 200%;
}

#navbts
{
  margin-top: 2vh;
  width: 80%;
  height: 5px;
  float: left;

}

.pointer
{
  cursor: pointer;
}

.navb
{
  float: right;
  margin: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  background-color: transparent;
  color: white;
  font-size: 20px;
}

.navb:hover
{
  color: #a3232b;
  transition: 0.5s;
  cursor: pointer;
}

.nunito 
{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#dane
{
  margin: 0px;
  height: 5vh;
}

#clipper
{
  height: 32vh;
  width: 55vw;
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #a3232b;
  opacity: 0.7;
  right: 0px;
  bottom: 0px;
}

#clipper2
{
  position: absolute;
  right: 0px;
  clip-path: polygon(100% 5%, 100% 16%, 0 99%, 0 71%);
  background-color: #a3232b;
  opacity: 0.7;
  height: 8vh;
  width: 100vw;
}

#first
{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#logopng
{
  margin-top: 5px;
}

.to-top {
  position: fixed;
  bottom: 16px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}

.to-top.active {
  bottom: 10px;
  pointer-events: auto;
  opacity: 0.85;
}

.AbtPic {
  width: 200px;
  height: 200px;
  border: 3px solid #CA3E47;
  border-radius: 500px;
  margin: 20px;
  transition: 1s;
}

.AbtPic:hover {
  border-color: #C92D37;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(201, 45, 55, 1);
  -moz-box-shadow: 0px 0px 8px 5px rgba(201, 45, 55, 1);
  box-shadow: 0px 0px 8px 5px rgba(201, 45, 55, 1);
  transition: 0.5s;
}

#about {
  min-height: 100vh;
  padding-top: 10px;
  margin: 0px;
}

#AbtContainer
{
  display: flex;
  min-height: 90vh;
}

#AboutLeft {
  float: left;
  min-height: 100vh;
  width: 25%;
  text-align: center;
}

#AboutRight {
  min-height: 100vh;
  width: 69%;
  font-size: 20px;
  margin-right: 6%;
}

.position {
  width: 25%;
  text-align: center;
}

#arrowUp {
  width: 64px;
  height: 64px;
}

#contact {
  min-height: 100vh;
  padding-top: 1vh;
  margin: 20px;
}

#ContactForm {
  text-align: center;
}

.inpCont {
  background-color: transparent;
  margin: 3px;
  border: 1px solid white;
  border-radius: 50px;
  color: white;
  text-align: center;
  width: 500px;
  height: 25px;
}

.inpCont:focus {
  outline: none !important;
  border-color: #c7696f;
  transition: 0.5s;
}

.inpCont::placeholder {
  text-align: center;
}

#largeInp {
  min-height: 20vh;
  border-radius: 22px;
}

::placeholder
{
  line-height: 5px;
}

#submitBtn {
  background-color: transparent;
  width: 64px;
  height: 64px;
  border: 0px;
}

#submitPic {
  width: 50px;
  height: 50px;
}

#submitPic:hover {
  cursor: pointer;
}

footer {
  position: relative;
  background: rgb(22,22,22);
  background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(22,22,22,1) 70%, rgba(49,49,49,1) 100%);
  height: 30vh;
}

#copyright {
  position: relative;
  bottom: 2px;
  text-align: center;
  width: 100%;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
}

#partners
{
  padding-top: 1vh;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

#PartContainer
{
  display: flex;
  min-height: 100vh;
}

#part1
{
  float: left;
  position: absolute;
  right: 25vw;
  margin-right: 20px;
  background-image: url(bg.png);
}

#part2
{
  position: absolute;
  right: 10vw;
  background-image: url(bg2.png);

}

.part
{
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  height: 75vh;
  width: 15vw;
  border: 3px solid white;
  border-radius: 5px;
  transition: 0.8s;
}

.part:hover
{
  border-color: rgb(202, 62, 71);
  -webkit-box-shadow: 0px 0px 6px 4px rgba(202, 62, 71, 1);
  -moz-box-shadow: 0px 0px 6px 4px rgba(202, 62, 71, 1);
  box-shadow: 0px 0px 6px 4px rgba(202, 62, 71, 1);
  transition: 0.5s;
}

#PartLeft
{
  margin-left: 5%;
  width: 35%;
  min-height: 90vh;
  float: left;
}

#PartRight
{
  width: 60%;
  min-height: 90vh;
}

#redBg
{
  background: rgb(201,45,55);
  background: linear-gradient(90deg, rgba(201,45,55,1) 0%, rgba(175,50,58,1) 40%, rgba(49,49,49,1) 100%);
  padding-left: 5vw;
  width: 20vw;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 10vh;
  line-height: 10vh;
  margin-bottom: 5vh;
}

.contact-container
{
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.contact-left
{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.contact-title h2
{
  font-weight: 600;
  color: #a3232b;
  font-size: 40px;
  margin-bottom: 5px;
  user-select: none;
}

.contact-title hr
{
  border: none;
  width: 120px;
  height: 5px;
  background-color: #a3232b;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  user-select: none;
}

.contact-inputs
{
  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: #666;
  border-radius: 50px;
}

.contact-left textarea
{
  height: 140px;
  padding-top: 15px;
  border-radius: 20px;
}

.contact-inputs:focus
{
  border: 2px solid #CA3E47;
}

.contact-inputs::placeholder
{
  color: #a9a9a9;
  padding-top: 5px;
}

.contact-left button
{
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  color: white;
  gap: 10px;
  border: none;
  border-radius: 100px;
  background: linear-gradient(270deg, #af2f38, #a71821);
  cursor: pointer;
  transition: 0.3s;
}

.contact-left button:hover
{
  cursor: pointer;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(158, 20, 29, 1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(158, 20, 29, 1);
  box-shadow: 0px 0px 8px 2px rgba(158, 20, 29, 1);
}

.contact-left button img
{
  height: 15px;
}

.contact-right
{
  user-select: none;
}

.contact-right img
{
  width: 500px;
}

@media (max-width:800px)
{
  .contact-inputs{
    width: 80vw;
  }

  .contact-right{
    display: none;
  }
}

.check {
  -webkit-appearance: none; /*hides the default checkbox*/
  appearance: none;
  height: 16px;
  width: 16px;
  transition: 0.15s;
  background-color: #921c24;
  text-align: center;
  font-weight: 600;
  color: white;
  border-radius: 3px;
  outline: none;
  margin-top: 0px;
  font-size: 75%;
  padding: 0px;
}

.check:checked {
  background-color: #0E9700;
}

.check:before {
  content: "✖";
}
.check:checked:before {
  content: "✔";
}

.check:hover {
  cursor: pointer; 
  opacity: 0.8;
}

.Stxt
{
  font-size: 0.8em;
  display: block;
  width: 60vw;
}

#inneformy
{
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: rgb(194, 192, 192);
  user-select: none;
}

#ClassicContact
{
  margin-top: 5vh;
  display: flex;
  justify-content: center;
  gap: 10vw;

}

.mail
{
  text-align: center;
  width: 35vw;
}

.tel
{
  text-align: center;
  width: 35vw;
}

/** O NAS **/

#kto
{
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 50vh;
  margin-bottom: 5vh;
}

.ktoL
{
  width: 50%;
}

.ktoP
{
  width: 50%;
  flex-grow: 1;
}

#dlaczego
{
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vh;
}

#dlaczego h2
{
  text-align: center;
}

.dlaczegoP
{
  flex-grow: 1;
  order: -1;
}

.dlaczegoL
{
  max-width: 50%;
}

@media (max-width:800px)
{
  .ktoP img{
    width: 120px;
  }

  .dlaczegoP img{
    width: 120px;
  }
}


/** TRANSPORT I SPEDYCJA **/

#trans
{
  height: 100vh;
  max-width: 100vw;
  text-align: center;
}

#transport
{
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  border: 1px solid white;
  background-color: #313131;
  border-radius: 15px;
  min-height: 50vh;
  display: none;
  position: relative;
  transform: translate(0);
  transform-style: preserve-3d;
}

#spedycja
{
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  border: 1px solid white;
  background-color: #313131;
  border-radius: 15px;
  min-height: 45vh;
  position: relative;
  transform: translate(0);
  transform-style: preserve-3d;
  display: none;
}

.shadow:before {
  content:"";
  position: absolute;
  inset: 0;
  transform: translate3d(0,0,-1px);
  background: conic-gradient(from 90deg at 40% -25%, #aa0808, #d32d17, #bb3232, #e6390a, #de0d0d, #d61039, #9c0f0f, #550101, #cf1212, #d61039, #de0d0d, #ee0707, #830000, #ff3300, #9c0505, #b82c2c);
  filter: blur(10px);
}

.przyciski
{
  width: 60vw;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}

.transbtn
{
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid rgb(136, 136, 136);
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: "Nunito", sans-serif;;
  cursor: pointer;
  transition: 0.4s;
}

.transbtn:hover
{
  background-color: rgba(163, 35, 43, 0.75) !important;
  border: 1px solid rgba(163, 35, 43, 0.01) !important;
  transition: 0.7s !important;
}

#trans1
{
  min-width: 5vw;
  max-width: 12vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
  -webkit-box-shadow: 0px 0px 2px 30px rgba(49, 49, 49, 1);
  -moz-box-shadow: 0px 0px 2px 30px rgba(49, 49, 49, 1);
  box-shadow: 0px 0px 2px 30px rgba(49, 49, 49, 1);
  user-select: none;
}

.tekst
{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  font-size: 1em;
  margin-bottom: 20px;
}


/** TELEFON **/

@media only screen and (min-width: 600px) {
  .Btxt
  {
    font-size: 3.5em;
  }
  .Stxt
  {
    font-size: 1em;
  }

  #dane1{
    display: block;
    width: 25%;
    padding-top: 2vh;
    margin-top: 0px;
  }

  #dane2
  {
    display: block;
    width: 25%;
    padding-top: 2vh;
  }

  #dane3
  {
    float: right;
    padding-top: 2vh;
    width: auto;
  }

  #image-wrapper{
    background-image: url(tirr3.jpg);
  }

  #clipper
  {
    height: 100vh;
    width: 51vw;
  }

  #clipper2
  {
    height: 10vh;
  }

  .br
  {
    display: none;
  }

  #contbtn1
  {
    width: 150px;
    height: 50px;
  }

  #contbtn2
  {
    margin-top: 4vh;
    width: 150px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(128, 128, 128, 0.4);
  }

  .Stxt{
    max-width: 40vw;
  }

  #ClassicContact
  {
    margin-top: 10vh;
    gap: 5vw;
  }

  .mail
  {
    width: 25vw;
  }

  .tel
  {
    width: 25vw;
  }

  .tekst
  {
    font-size: 1.5em;
  }

  .to-top
  {
    right: 32px;
  }

  .to-top.active
  {
    bottom: 32px;
  }
}

@media only screen and (max-device-width: 1012px) and (orientation: landscape) {
  #main
  {
    display: none;
  }
  #turn
  {
    display: block;
  }
}

