:root {
  font-size: 10px;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #280f91;
}
body h1,
body h2,
body h3 {
  font-family: "Kodchasan", sans-serif;
  font-weight: bold;
  color: #a12665;
  text-align: center;
  text-shadow: 1px 0.25px 0.25px rgba(40, 15, 145, 0.4);
  margin: 20px 0;
}
body h1 {
  font-size: 5rem;
}
body h2 {
  font-size: 3rem;
}
body h3 {
  font-size: 2.5rem;
}

/* Stylizacja okienka */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
  z-index: 1000;
  font-size: 1.4rem;
}

.cookie-banner button {
  margin-left: 15px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.cookie-banner .accept {
  background-color: #53bba7;
  color: white;
}

.cookie-banner .decline {
  background-color: #fb899b;
  color: white;
}

.hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.container {
  max-width: 1440px;
}

header {
  font-size: 2rem;
}
header .top {
  display: flex;
  padding: 3.5px;
  align-items: center;
}
header span {
  padding: 2px 10px;
  height: 30px;
  line-height: 24px;
}
header .menu-right {
  display: none;
  width: 35%;
  justify-content: end;
  margin-right: 40px;
}
header .menu-left {
  width: 100%;
  margin: 0px 40px;
  text-align: center;
}
header .menu-left .phone {
  width: 40px;
}

.formul {
  display: none;
}

.menu-nav {
  position: fixed;
  width: 100vw;
  top: 36px;
}
.menu-nav .bar {
  text-align: center;
  width: 100vw;
  border: none;
  height: 50px;
  font-size: 3rem;
}
.menu-nav .menu {
  font-size: 2rem;
  text-align: center;
}
.menu-nav .menu img {
  height: 80px;
}
.menu-nav .menu .menu-item {
  font-weight: bold;
  color: #280f91;
  padding: 30px 0 30px 0;
}
.menu-nav #menuitems {
  display: none;
}
.menu-nav #menuitems img {
  display: none;
}

.call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 40px;
  padding-top: 10px;
}

.foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  font-size: 1.6rem;
  border: 2px solid #280f91;
}
.foot .foot-menu {
  padding-left: 10px;
}
.foot .foot-menu a p {
  font-weight: normal;
  font-size: 1.6rem;
}
.foot p:first-child {
  font-weight: bold;
  font-size: 1.8rem;
}
.foot p {
  padding-top: 5px;
}

footer {
  text-align: center;
  padding: 20px 0 20px 0;
  font-size: 1.2rem;
}

.text {
  border-radius: 30px;
  padding: 50px 20px;
  text-align: justify;
  margin-top: 30px;
}

.firstimg,
.secondimg,
.thirdimg {
  height: 400px;
  border-radius: 30px;
  margin-top: 30px;
}

.sec {
  padding: 0;
}

.usebtn {
  text-align: center;
}

.btn {
  padding: 15px 20px 10px 20px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 30px;
}

.bgimg,
.dices {
  height: 200px;
  margin: 30px 0px;
}

.buttonswith {
  text-align: center;
}
.buttonswith a {
  width: 360px;
}

@media (min-width: 992px) {
  body {
    font-size: 2.5rem;
  }
  body h1 {
    font-size: 6rem;
  }
  body h2 {
    font-size: 4.5rem;
  }
  body h3 {
    font-size: 3.5rem;
  }
  .formul {
    display: block;
  }
  .foot {
    flex-direction: row;
    font-size: 1.8rem;
  }
  .foot .foot-menu {
    width: 20%;
  }
  .foot p:first-child {
    font-size: 2.2rem;
  }
  header a:hover {
    transform: scale(1.1);
  }
  header .menu-left {
    display: flex;
    justify-content: start;
    width: 80%;
  }
  header .menu-left span {
    margin: 0px 50px;
    margin-left: 0;
  }
  header .menu-right {
    display: flex;
  }
  .menu-nav {
    top: 43px;
  }
  .menu-nav .bar {
    display: none;
    height: 7 rem;
  }
  .menu-nav .menu-nav-flex {
    display: flex;
    justify-content: end;
  }
  .menu-nav #menuitems {
    display: flex;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    height: 100%;
  }
  .menu-nav #menuitems img {
    display: flex;
  }
  .menu-nav .menu-item:hover {
    border-top: #1b25ac 2px solid;
  }
  .menu-nav .menu-item {
    border-top: white 2px solid;
    transition: border-top 0.2s;
  }
  .menu-nav .menu .menu-item {
    padding: 0 10px;
    margin-left: 45px;
  }
  .call {
    display: none;
  }
  .sec {
    display: flex;
    justify-content: space-between;
  }
  .sec .text {
    width: 48%;
    height: auto;
  }
  .sec .firstimg,
  .sec .secondimg,
  .sec .thirdimg {
    width: 48%;
    height: auto;
  }
  .buttonswith .btn:first-of-type {
    margin-right: 100px;
  }
}/*# sourceMappingURL=przedmiotycritical.css.map */