@import url('https://fonts.googleapis.com/css2?family=Teko:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}

.arrow-down{
width:55px;
height:auto;
margin:0 0 0 -30px;
position: absolute;
top: calc(90vh);
left: calc(50%);

}
.arrow-down img {
max-width: 55px;
opacity: .8;
}




hr.solid {
border-top: 3px solid #000000;
width: 100%;
}
.title_header {
  line-height: 200%;

}

.bigtitle {
  font-size: 3.5rem;

}

.znikajace {
  opacity: 0;

}

.card1:hover .znikajace, .card2:hover .znikajace, .card3:hover .znikajace, .card4:hover .znikajace, .card5:hover .znikajace, .card6:hover .znikajace, .card7:hover .znikajace {
  transition: 1.2s;
  opacity: 1;
}
#navbar-main .nav-link {
  font-weight: 450;
}

#myNav .nav-link {
  font-weight: 450;
}
#about p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
}
.projekt-opis {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;  
  text-align: center;
}
.bold {
  font-weight: bold;
}
.tytul {
  font-size: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  letter-spacing: 0;
}
#navbarSupportedContent {
  margin-top: 10px !important;
  margin-bottom: 3px !important;
}
.demo{ background: #f8f8f8; }
/* Testimonials */
.carousel {
  margin: 50px auto;
}
.carousel .carousel-item {
  color: #999;
  overflow: hidden;
    min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
  padding: 15px;
  margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
  margin-left: 0;
}
.carousel .testimonial p {
  text-indent: 40px;
    line-height: 21px;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
}

.carousel .testimonial p::before {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
  font-size: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #08a313;
  font-size: 1.25rem;
}
.carousel-control-prev, .carousel-control-next {
  width: 30px;
  height: 30px;
    background: #666;
    text-shadow: none;
  top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
  font-size: 16px;
}
.carousel-control-prev {
  left: auto;
  right: 40px;
}
.carousel-control-next {
  left: auto;
}
.carousel-indicators {
  bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 17px;
    height: 17px;
  border-radius: 0;
  margin: 1px 5px;
    box-sizing: border-box;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #08a313;
    border: 5px double;    
}
.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}


:root {
  --bs-blue: #1e90ff;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-green: #08a313;
  --bs-gray-200: #dee2e6;  
  --body-font-family: "Teko", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 200;
  --bs-body-line-height: 1.5;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary: #333;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-body-bg: #fff;
  --bs-body-color: #343a40;
  --bs-font-sans-serif: "Teko", sans-serif;
  --bs-font-monospace: "Teko", sans-serif;
  --bs-link-color: #333;
  --bs-link-decoration: none;
  --bs-link-hover-color: #08a313;

}

.list-item {

  font-size: 1.5rem;

}
ul.navbar-nav a:hover { color: #7eb243 !important; }


a.scrollB:hover, a.scrollB:active {
  color: #08a313;
}

.scrollB {
  color: #08a313;
}
html {
  scroll-padding-top: 70px; /* height of sticky header */
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight) !important;
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: 0px !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: var(--bs-body-font-family);
  line-height: 1.2;
  letter-spacing: 0px !important;
}
h1, .h1 {
  font-size: calc(1.405rem + 1.86vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
}

h2, .h2 {
  font-size: calc(1.335rem + 1.02vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.1rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
a {
  color: #333;
  text-decoration: none;
}

a.hover, a.active {
  color: #08a313;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.mask{
  background-color: hsla(0, 0%, 0%, 0.313);

}


.btn-dark{
  color:#fff;
  background-color:#000 !important;
}

.navbar-nav > li{
  padding-left: 2rem;
  padding-right: 2rem;
}
ul.navbar-nav a:hover { color: #7eb243 !important; }

#about p{
  font-size: 1.5rem;
  margin-top: 0px;
  padding-top: 0px;
}
.zdjecie {
  max-width: 50%;
  border-radius: 10px;
}


.underline:after {
  content: ' ';
  display: block;
  width: 6.25rem;
  height: 1px;
  margin: 0 0 0rem;
  background: #495057;
}

.bg-gray-200 {
  background: #eeeeee !important;
}

.card-img-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-zoom {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.image-zoom img {
  transform-origin: center center;
  transition: all 0.3s ease-out;
}
.image-zoom img.zoomed {
  transform: scale(1.2);
}
.card-img-overlay {
  background-color: hsla(0, 0%, 0%, 0);
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.card-img-overlay:hover {
  background-color: hsla(0, 0%, 0%, .42);
}

.navbar-brand img{
  max-width: 60%;
}
.nav-link {
  font-size: 1.75rem;

}



/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(252, 250, 250); /* Black fallback color */
  background-color: rgb(255, 255, 255); /* Black w/opacity */
  overflow-y: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #333;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .znikajace {
    opacity: 1;

  }
}
@media screen and (max-height: 750px) {
  .overlay a {font-size: 20px}
  .znikajace {
    opacity: 1;

  }
}

.navbar-light .navbar-toggler-icon {

  background-image: url(../assets/img/menu.svg)
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler {
  color: white;
  background-color: #f8f9fb;
  outline: none;
  border: none;
}
.navbar-toggler-iconX {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../assets/img/x.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#about .tools {
  max-width: 70%;

}
@media (max-width: 320px) {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 1;

  }    

}
@media (min-width: 375px) {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 1;
}}
@media (min-width: 390px) {
  #about .tools {
    max-width: 60%;}
    .znikajace {
    opacity: 1;
}}
@media (min-width: 768px) {
  #about .tools {
    max-width: 60%;}
    .znikajace {
    opacity: 1;
}}

@media (min-width: 576px)  {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 1;
}}

@media (min-width: 992px) {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 1;
}}
@media (min-width: 1024px)  {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 1;
}
}
@media (min-width: 1200px)  {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 0;
}
}

@media (min-width: 1400px)  {
  #about .tools{
    max-width: 60%;}
    .znikajace {
    opacity: 0;
}
}

#contact p{
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  /* CSS for smaller screens (up to medium breakpoint) */
  #about .row {
    flex-direction: column-reverse;
  }

  #about .col-md-6 {
    order: 1;
  }

  #about .col-md-6.order-md-2 {
    order: 2;
  }

}
/* Logo brand slider  */
.slider-container {
  max-width: 100%;
  overflow: hidden;
  min-width: 100%;

}

.slider {
  width: 100%;
  overflow: hidden;
}

.slider-inner {
  display: flex;
}

.slider img {
  width: auto;
  height: 60px;
  margin-right: 120px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .card-img-overlay {
    background-color: hsla(0, 0%, 0%, 0.313);
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }

  .slider img {
    max-width: 100%;
    margin-right: 50px;
  }
  .arrow-down img {
    max-width: 40px;
    }
    
  .arrow-down{
    width:40px;
    height:auto;
    margin:0 0 0 -30px;
    position: absolute;
    top: calc(80vh);
    left: calc(50%);
    
    }
  #about p{
    font-size: 1.5rem;
    margin-top: 0px;
    padding-top: 0px;
  }
  .zdjecie {
    max-width: 40%;
    border-radius: 5px;
}
}

.title-sekcja {
  font-size: 3rem;

}