/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2022 Colophon Foundry
 *
 * Licenced to Kristyna Dopitova
 */
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: BASIS;
  src: url("../font/basis-grotesque-regular-pro-desktop-web/web/basis-grotesque-regular-pro.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: SELF;
  src: url("../font/self-modern_regular_italic_dw/self-modern_regular.ttf") format("truetype");
}
html {
  margin: 0;
}

body {
  background-color: #EDE8D7;
  color: black;
  font-family: SELF, Arial, sans-serif;
  position: relative;
}
body .h4,
body .label,
body .label-vision,
body .p,
body p,
body a {
  font-family: "BASIS", Arial, sans-serif;
}
body .font-self {
  font-family: "SELF", Arial, sans-serif;
}
body .font-basis {
  font-family: "BASIS", Arial, sans-serif;
}
body .container-fluid {
  max-width: 1440px;
  padding: 0;
}
@media (min-width: 1440px) {
  body .container-fluid {
    max-width: 100%;
  }
}
body .container-fluid.bg-green {
  background-color: #13571E;
}
body .container-fluid .bg-green {
  padding: 1.5rem;
  color: #EDE8D7;
}
@media (min-width: 1440px) {
  body .container-fluid .bg-green {
    max-width: 1440px;
    margin: auto;
  }
}
body .container {
  padding: 1.5rem;
  max-width: 1440px;
  width: 100%;
}
body .h1,
body h1 {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 500px) {
  body .h1,
body h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 336px) {
  body .h1,
body h1 {
    font-size: 28px;
    line-height: 42px;
  }
}
body .h2,
body h2 {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 500px) {
  body .h2,
body h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
body .h3,
body .h4,
body .label,
body h3,
body h4 {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 500px) {
  body .h3,
body .h4,
body .label,
body h3,
body h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
body .p,
body a,
body p {
  font-size: 24px;
  line-height: 34px;
  margin: 0px;
}
@media (max-width: 500px) {
  body .p,
body a,
body p {
    font-size: 16px;
    line-height: 24px;
  }
}
body .card-text {
  font-size: 22px;
  line-height: 28px;
  padding-left: 0;
}
@media (max-width: 500px) {
  body .card-text {
    font-size: 16px;
    line-height: 22px;
  }
}
body .label-vision {
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
}
@media (max-width: 500px) {
  body .label-vision {
    font-size: 12px;
    line-height: 20px;
  }
}
body .product-image {
  aspect-ratio: 1;
  max-height: 400px;
  border-radius: 10px;
}
body .carousel-inner {
  display: flex;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
body .carousel-item {
  display: block;
  margin-right: 0;
  flex: 0 0 1;
  min-width: 300px;
  max-width: 300px;
}
@media (min-width: 500px) {
  body .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 33.3333333333%;
    min-width: 450px;
    max-width: 450px;
  }
}
body .carousel-button {
  width: 52px;
  height: 55px;
  border-radius: 20px;
  border: #13571E 2px solid;
  background-color: #13571E;
  text-align: center;
}
body .carousel-control-icon {
  color: #EDE8D7;
}
body .carousel-control-prev {
  justify-content: start;
  color: #13571E;
}
body .carousel-control-next {
  justify-content: end;
}
body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .card-body {
  padding: var(--bs-card-spacer-y) 0;
}
body .card-text {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 500px) {
  body .card-text {
    font-size: 16px;
    line-height: 20px;
  }
}
body .card {
  border-radius: 10px;
}
@media (max-width: 500px) {
  body .card {
    max-width: 280px;
  }
}
body .card .card-img-top {
  border-radius: 10px;
  aspect-ratio: 1;
  max-height: 400px;
}
body .label,
body .label-vision {
  text-transform: uppercase;
}
body .label-vision {
  width: fit-content;
}
body .values-container {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1000px) {
  body .values-container {
    flex-flow: row nowrap;
  }
}
@media (min-width: 500px) {
  body .values-container .label {
    margin-right: 50px;
  }
}
@media (min-width: 1000px) {
  body .values-container .label {
    margin-right: 200px;
  }
}
body a {
  color: black;
}
body a:hover, body a:active, body a:focus {
  color: #13571E;
  outline: none;
}
body .navbar {
  /* Icon 3 */
}
body .navbar .nav-icon3 {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body .navbar .nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .navbar .nav-icon3 span:nth-child(1) {
  top: 0px;
}
body .navbar .nav-icon3 span:nth-child(2),
body .navbar .nav-icon3 span:nth-child(3) {
  top: 12px;
}
body .navbar .nav-icon3 span:nth-child(4) {
  top: 24px;
}
body .navbar .nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body .navbar .nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .navbar .nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .navbar .nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body .navbar-brand img {
  width: 204px;
  height: 108px;
}
@media (min-width: 795px) {
  body .navbar-brand img {
    width: 350px;
    height: 180px;
  }
}
body .navbar-toggler {
  border: none;
}
body .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  border: none;
}
body .navbar-toggler * {
  margin: 0;
  padding: 0;
}
body .navbar-nav {
  margin-top: 1rem;
}
body .navbar-nav .nav-link {
  font-family: BASIS, Arial, sans-serif;
  color: black;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 500px) {
  body .navbar-nav .nav-link {
    font-size: 26px;
    line-height: 36px;
  }
}
body .btn {
  width: 270px;
  height: 64px;
  font-size: 28px;
  border-radius: 20px;
}
@media (max-width: 500px) {
  body .btn {
    width: 170px;
    height: 44px;
    font-size: 18px;
    border-radius: 12px;
  }
}
body .btn-primary {
  background-color: #13571E;
  color: #EDE8D7;
  border: 1px solid #13571E;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background-color: #EDE8D7;
  color: #13571E;
  border: 1px solid #13571E;
  box-shadow: none;
}
body .btn-secondary {
  background-color: #EDE8D7;
  color: #13571E;
}
body .btn-secondary:hover, body .btn-secondary:active {
  background-color: #13571E;
  color: #EDE8D7;
  border-color: #EDE8D7;
  box-shadow: none;
}
body .btn-secondary:focus {
  background-color: #EDE8D7;
  color: #13571E;
  box-shadow: none;
}
body .btn:active:focus {
  box-shadow: none;
}
body .btn-close:active:focus, body .btn-close:active, body .btn-close:focus {
  box-shadow: none;
}
body .credits {
  color: rgba(0, 0, 0, 0.4);
  text-align: left;
  font-size: medium;
  line-height: normal;
}
body .img-top {
  height: auto;
  margin-bottom: 1.5rem;
}
body .img-icon {
  width: 50px;
  height: auto;
}
@media (max-width: 500px) {
  body .img-icon {
    width: 30px;
    height: auto;
  }
}
body .accordion {
  background-color: #EDE8D7;
  max-width: 400px;
}
@media (max-width: 500px) {
  body .accordion {
    width: 100%;
  }
}
body .accordion .accordion-item {
  border: none;
  background-color: transparent;
  width: 400px;
}
@media (max-width: 500px) {
  body .accordion .accordion-item {
    width: 100%;
  }
}
body .accordion .accordion-button,
body .accordion .accordion-body {
  background-color: #EDE8D7;
  box-shadow: none;
}
body .accordion .accordion-button:hover, body .accordion .accordion-button:active, body .accordion .accordion-button:focus,
body .accordion .accordion-body:hover,
body .accordion .accordion-body:active,
body .accordion .accordion-body:focus {
  box-shadow: none;
}
body .accordion .accordion-button {
  margin-bottom: 0;
  width: 100%;
}
body .accordion .accordion-button.collapsed::after {
  background: url("../img/Plus icon.svg");
  width: 30px;
  height: 30px;
}
body .accordion .accordion-button:not(.collapsed) {
  color: #13571E;
}
body .accordion .accordion-button:not(.collapsed):after {
  width: 30px;
  height: 30px;
  background: url("../img/Minus icon.svg");
  transform: none;
}
body .modal-content {
  background-color: #EDE8D7;
  color: black;
}
body .modal-content .modal-header {
  border-bottom: none;
}
body .modal-content .modal-footer {
  border-top: none;
}
@media (max-width: 500px) {
  body .modal-content .modal-footer {
    flex-flow: row nowrap;
  }
}
@media (max-width: 375px) {
  body .modal-content .modal-footer .btn {
    font-size: 14px;
  }
}
body .modal-content a {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .modal-dialog {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body .modal-product {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  body .modal-product {
    flex-flow: column nowrap;
  }
}
body .modal-image {
  width: 50%;
  display: flex;
  height: 100%;
}
@media (max-width: 500px) {
  body .modal-image {
    width: 100%;
  }
}
body .modal-text {
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 500px) {
  body .modal-text {
    width: 100%;
  }
}
@media (max-width: 500px) {
  body #contact .logo {
    display: none;
  }
}
body .fa-instagram,
body .fa-facebook {
  background: #13571E;
  color: #EDE8D7;
  height: 45px;
  aspect-ratio: 1;
  border-radius: 25%;
  font-size: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .fa-instagram:hover, body .fa-instagram:active, body .fa-instagram:focus,
body .fa-facebook:hover,
body .fa-facebook:active,
body .fa-facebook:focus {
  background: #EDE8D7;
  color: #13571E;
  border-color: #13571E;
}
body .pollen {
  position: absolute;
  z-index: 3;
  background-color: transparent;
}
body #vetev {
  right: 600px;
  top: 800px;
}
@media (max-width: 1500px) {
  body #vetev {
    right: 50px;
    top: 775px;
  }
}
@media (max-width: 1300px) {
  body #vetev {
    right: 0px;
    top: 700px;
  }
}
@media (max-width: 990px) {
  body #vetev {
    right: 0px;
    top: 800px;
  }
}
@media (max-width: 794px) {
  body #vetev {
    right: 0px;
    top: 630px;
  }
}
@media (max-width: 500px) {
  body #vetev {
    right: 0px;
    top: 450px;
  }
}
body #hvezdicky {
  left: 700px;
  top: 900px;
}
@media (max-width: 1500px) {
  body #hvezdicky {
    left: 400px;
    top: 850px;
  }
}
@media (max-width: 1300px) {
  body #hvezdicky {
    right: 0px;
    top: 725px;
  }
}
@media (max-width: 999px) {
  body #hvezdicky {
    left: 100px;
    top: 850px;
  }
}
@media (max-width: 794px) {
  body #hvezdicky {
    left: 100px;
    top: 750px;
  }
}
@media (max-width: 650px) {
  body #hvezdicky {
    left: 100px;
    top: 650px;
  }
}
@media (max-width: 500px) {
  body #hvezdicky {
    left: 100px;
    top: 550px;
    width: 72px;
  }
}
body #stonek {
  right: 1750px;
  top: 2200px;
}
@media (max-width: 1500px) {
  body #stonek {
    right: 1100px;
    top: 2200px;
  }
}
@media (max-width: 1300px) {
  body #stonek {
    right: 850px;
    top: 2000px;
  }
}
@media (max-width: 999px) {
  body #stonek {
    right: 100px;
    top: 1950px;
  }
}
@media (max-width: 500px) {
  body #stonek {
    left: 200px;
    top: 1450px;
  }
}
body #strom {
  right: 1500px;
  bottom: 500px;
  width: 100px;
}
@media (max-width: 1500px) {
  body #strom {
    right: 1000px;
    bottom: 500px;
  }
}
@media (max-width: 1300px) {
  body #strom {
    right: 800px;
    bottom: 500px;
  }
}
@media (max-width: 500px) {
  body #strom {
    left: 250px;
    bottom: 425px;
  }
}
body #kudrlinka {
  right: 350px;
  bottom: 100px;
}
@media (max-width: 1500px) {
  body #kudrlinka {
    right: 200px;
    bottom: 100px;
  }
}
@media (max-width: 500px) {
  body #kudrlinka {
    left: 80px;
    bottom: 330px;
  }
}

/*# sourceMappingURL=style.css.map */
