@import url("https://fonts.googleapis.com/css?family=Nunito&display=swap");
:root {
  --red: #DD6E42;
  --white: #ffffff;
  --forest-green: #25b117;
  --rg-forest-green: rgba(37, 177, 23, 1);
  --transp-forest-green: rgba(37, 177, 23, 0.22);
  --semi-transp-forest-green: rgba(37, 177, 23, 0.7);
  --shade-green: #c7f7c2;
  --transp-shade-green: rgba(199, 247, 194, 0.2);
  --sea-green: #209552ff;
  --rg-sea-green: rgba(32, 149, 82, 1);
  --transp-sea-green: rgba(32, 149, 82, 0.22);
  --semi-transp-sea-green: rgba(32, 149, 82, 0.7);
  --licorice: #261c15ff;
  --rg-licorice: rgba(38, 28, 21, 1);
  --opaque-licorice: rgba(38, 28, 21, 0.7);
  --semi-transp-licorice: rgba(38, 28, 21, 0.5);
  --transp-licorice: rgba(38, 28, 21, 0.2);
  --very-transp-licorice: rgba(38, 28, 21, 0.2);
  --baby-powder: #f7f7f2ff;
  --rg-baby-powder: rgba(247, 247, 242, 1);
  --beige: #e4e6c3ff;
}
* {
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
  padding: 0px;
  margin: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
html, body {
  position: relative;
  overflow-x: hidden;
}
button, a {
  cursor: pointer;
}

/* html {
  font-size: 62.5%;
} */

.error {
  color: var(--red);
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  /* html {
    font-size: 50% !important;
  } */
  .hiw-info-step {
    gap: 2rem !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}
body {
  font-family: "Nunito", sans-serif;
  background-color: var(--baby-powder) !important;
  width: 100vw;
  overflow-x: hidden;
  color: var(--licorice);
}

.sticky-nav {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 100;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 1.25rem;
  background-color: #f2f2fe;
  opacity: 0.9;
}
.navbar:hover {
  opacity: 1;
}
.navbar activeCard {
  color: var(--sea-green);
}
.navbar_img {
  width: 90px;
  height: 90px;
  opacity: 1 !important;
}
.navbar_img_img {
  width: 100%;
  height: 100%;
}
.navbar_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  font-size: 1.3rem;
  /* gap: 3rem; */
  width: calc(100% - 180px);
}
/* .navbar_links:last-child {
  margin-right: 10px;
} */
.navbar_link {
  color: #4b4949;
  padding: 1rem;
  margin: 0;
  width: fit-content;
  height: fit-content;
}
.navbar_link:hover {
  transform: scale(1.05);
}

.banner {
  display: flex;
  justify-content: center;
  padding-top: 15.7rem;
  padding-bottom: 8.2rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 86%, 49% 97%, 0 86%);
          clip-path: polygon(0 0, 100% 0%, 100% 86%, 49% 97%, 0 86%);
  background-image: linear-gradient(to bottom right, var(--sea-green), var(--forest-green));
}
.banner-text_box {
  text-align: left;
  margin: auto 0px;
  padding: 0rem 3rem;
}
.banner-text_box h1 {
  font-size: 3.5rem;
  color: #fff;
}
.banner-text_box p {
  font-size: 2.35rem;
  color: #fff;
}
.banner-text_box p > span {
  color: #fff;
  font-weight: bold;
}
.banner-text_box button {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: var(--sea-green);
  font-size: 1.4rem;
  color: #fff;
  border: none;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media screen and (max-width: 1300px) {
  .banner-graphics {
    display: none;
  }
  .banner-text_box {
    text-align: center;
  }
}
.how-it-works {
  margin-top: 5rem;
  width: 100vw;
}

.how-it-works h1 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 3.5rem;
}
.how-it-works h1 p {
  font-size: 5rem;
  font-weight: bolder;
}

.hiw {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  padding: 2rem;
  width: 100%;
}
.hiw-graphics {
  width: 35%;
}
.hiw-info {
  max-width: 50%;
}
.hiw-info-step {
  display: flex;
  gap: 10rem;
  margin-top: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
}
.hiw-info-step-no > span {
  display: block;
  color: var(--forest-green);
  background-color: var(--shade-green);
  padding: 1.5rem;
  border-radius: 5px;
  font-size: 2.2rem;
}
.hiw-info-step-text {
  font-size: 1.3rem;
}
.hiw-info-step-text > span {
  font-size: 2rem;
  font-weight: bolder;
}

@media screen and (max-width: 1400px) {
  .hiw-graphics {
    display: none;
  }
}
.why-choose-us {
  margin-top: 7rem;
}
.why-choose-us h1 {
  display: flex;
  justify-content: center;
  font-size: 3.5rem;
  text-align: center;
}

.wcu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reason-box {
  background-color: #fff;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0px 0px 50px 3px rgba(37, 177, 23, 0.22);
  padding: 1.5rem;
  margin: 2rem 3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 25%;
}
.reason-box-1 {
  height: 5rem;
}
.reason-box-1 > img {
  height: 100%;
}
.reason-box-2 h2 {
  font-size: 2.2rem;
  font-weight: bolder;
}
.reason-box-2 p {
  font-size: 1rem;
  width: 100%;
  word-wrap: break-word;
}

.faq {
  margin-top: 10rem;
  padding: 2rem;
}
.faq p {
  font-size: 2rem;
}
.faq-header {
  display: flex;
  justify-content: center;
  font-size: 3.2rem;
  text-align: center;
}

.accordion {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
}

details {
  min-height: 5px;
  max-width: 70rem;
  padding: 1.5rem;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  border: 1px solid var(--forest-green);
  border-radius: 1.5rem;
  box-sizing: border-box;
  transition: all 0.3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

details p {
  color: #96999d;
  font-weight: 300;
}

summary {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

summary::-webkit-details-marker {
  display: none;
}

.control-icon {
  fill: rebeccapurple;
  transition: 0.3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: 0.3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

.blog {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
.blog h1 {
  font-size: 3.2rem;
  text-align: center;
}
.blog p {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
}
.blog-s {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-s-card {
  box-shadow: 0px 0px 50px 3px rgba(37, 177, 23, 0.22);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin: 3rem;
}
.blog-s-card:hover {
  transform: scale(1.05);
}
.blog-s-card-img {
  margin: 1rem auto;
  width: 30rem;
}
.blog-s-card-img img {
  width: 100%;
  border-radius: 0.5rem;
}
.blog-s-card-text {
  margin: 1rem auto;
  width: 30rem;
}
.blog-s-card-text-header {
  font-size: 2rem;
  font-weight: bolder;
}
.blog-s-card-text-preview {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.blog-s-card-text-link span {
  margin: 2rem 0rem;
}
.blog-s-card-text-link span a {
  color: var(--forest-green);
  font-size: 1.75rem;
  font-weight: bolder;
}
.blog-btn {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 1160px) {
  .blog-s-card-last {
    display: none !important;
  }
}
.infobox {
  background-color: var(--forest-green);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0% 80%, 0% 20%);
}
.infobox-inner {
  text-align: center;
  padding: 2rem;
}
.infobox-inner h1, .infobox-inner p {
  color: #fff;
}
.infobox-inner h1 {
  font-size: 2.2rem;
}
.infobox-inner p {
  font-size: 1.5rem;
  width: 80%;
  word-wrap: break-word;
  margin: auto;
  margin-bottom: 2.5rem;
}
.infobox-inner button {
  font-size: 1.5rem;
  padding: 1.2rem;
  border: 0.75rem;
  color: var(--forest-green);
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#u-class-1 {
  color: var(--sea-green);
}
#u-class-2 {
  color: var(--sea-green);
  border: 1px solid var(--sea-green);
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#u-class-3 {
  background-color: var(--sea-green);
  color: #fff;
  border: 1px solid var(--sea-green);
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#u-class-4 {
  height: 100px;
  width: 5px;
  margin: 1rem auto;
  background: var(--shade-green);
}

.pricing-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}

.pricing-table h2 {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 20px 0;
}

.pricing-table .element {
  border: 1px solid var(--licorice-grey);
  border-radius: 12px;
  width: 100%;
  margin: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-around;
  align-items: center;
  font-size: 1rem;
  background-color: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.element > * {
  padding: 12px;
}

.element:nth-of-type(2) {
  transform: scale(1.05);
}

.element .info h3 {
  font-size: 1.8rem;
  margin: 10px;
  text-align: center;
}

.element .info p {
  text-align: center;
  margin: 0 20px;
  font-size: 1.2rem;
}

.element .price {
  font-size: 2.5rem;
  font-weight: 700;
}

.element .period {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: var(--forest-green);
  padding: 0.5rem;
  border-radius: 8px;
  color: var(--licorice);
}

.element .period label {
  flex: 1 1 50%;
  text-align: center;
  padding: 0.5rem 2rem;
  cursor: pointer;
}

.element .period label:hover {
  text-decoration: underline;
}

.period input[type=radio] {
  display: none;
}

.period input[type=radio]:checked + label {
  font-weight: 700;
  background-color: var(--white);
  border-radius: 6px;
}

.element ul {
  font-size: 0.8rem;
  list-style-type: none;
}

.element ul li {
  margin: 0.5rem;
}

.element ul li::before {
  /* content: url("https://karolnowinski.pl/assets/check-mark.svg"); */
  display: inline-block;
  margin: 0 10px;
  width: 1em;
  height: auto;
}

.element button {
  border: 0;
  background-color: var(--white);
  font-size: 1.2rem;
  color: var(--licorice);
  border: 1px solid var(--licorice);
  border-radius: 8px;
  padding: 10px 30px;
  margin: 20px;
  font-weight: 700;
  cursor: pointer;
}

.element button:hover {
  text-decoration: underline;
  box-shadow: 2px 2px 0px var(--licorice);
}

.element button:focus {
  outline-color: var(--licorice);
}

.activeCard {
  background: linear-gradient(135deg, var(--sea-green), var(--forest-green));
  color: var(--white);
  border: 1px solid transparent !important;
}

.activeCard ul li::before {
  /* content: url("https://karolnowinski.pl/assets/check-mark-white.svg"); */
}

.activeCard button {
  border-color: transparent;
}

/* @media only screen and (max-width: 1500px) {
  html {
    font-size: 10px;
  }
} */
@media only screen and (max-width: 1080px) {
  .container {
    flex-direction: column;
  }
  .element {
    margin: 20px 0;
  }
  .element:nth-of-type(2) {
    transform: scale(1);
  }
  .element ul {
    display: flex;
    justify-content: space-around;
    margin: 0 20px;
    text-align: center;
    flex-wrap: wrap;
  }
  .period {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:500px) {
  .infobox {
    margin: auto;
    width: 90%;
  }
  .hiw {
    padding: 1rem;
  }
  .hiw-info {
    width: 100%;
  }
  .how-it-works h1 {
    font-size: 3rem;
  }
  .hiw-info-step {
    padding: 0;
  }
  .hiw-info-step-no>span {
    padding: 1rem;
  }
  .why-choose-us h1 {
    font-size: 3rem;
  }
  .reason-box {
    margin: 1rem 0;
    width: 100%;
  }
  .pricing-table h2 {
    font-size: 3rem;
  }
  .pricing-table .container {
    width: 80%;
  }
  .faq-header {
    font-size: 3rem;
  }
  .blog h1 {
    font-size: 3rem;
  }
  .infobox-inner p {
    width: 100%;
  }
}
/* .faq-a {
  font-size: 2rem !important;
} */
/*# sourceMappingURL=main.css.map */