body {
  scroll-behavior: auto;
}

.np {
  padding: 0px;
  margin: 0px;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

.bg-primary {
  background-color: #f3dbdb !important;
}

button {
  background-color: #ffffff;
  border: none;
  color: black;
  padding: 8px 35px 8px 35px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
}
button:hover {
  background-color: #ead2d2;
}

.active b {
  color: #eecccc !important;
}

header {
  z-index: 100;
  opacity: 0.95;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}

.nav-link {
  color: #000000 !important;
  font-size: 14px;
}
.nav-link:hover {
  color: #666666 !important;
}

.navbar-brand img {
  max-height: 120px;
  object-fit: cover;
  max-width: 300px;
}

.heroImage__container {
  border-radius: 45px;
}

.formDiv__form--input input {
  border: 0;
  font-size: 16px;
  height: 55px;
  width: 95%;
}

.formDiv__form--textarea {
  border: 0;
  font-size: 16px;
  height: 300px;
}

.formDiv__form--title {
  font-size: 28px;
}

.contactSection {
  background-color: #efefef !important;
}

.formDiv__form--btn {
  border: 0px;
  background-color: #146cd4;
  color: #ffffff;
  font-size: 14px;
  max-height: 50px;
}

.slider {
  height: 300px;
  position: relative;
  padding: 0px;
}

.slider__a {
  text-decoration: none;
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 10px;
  overflow-y: hidden;
  -webkit-box-shadow: 4px 8px 20px -9px rgb(41, 41, 43);
  -moz-box-shadow: 4px 8px 20px -9px rgb(41, 41, 43);
  box-shadow: 4px 8px 20px -9px rgb(41, 41, 43);
}

.slider__a:hover .slider__a--image {
  height: 140px;
  transition: 0.3s;
}

.slider__a--image {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
}

.slider__a--title {
  color: #000000;
  font-size: 24px;
}

.slider__a--description {
  color: #000000;
  font-size: 16px;
}

.slider__a--btn {
  background-color: #146cd4;
  border: 0px;
  padding: 8px;
  color: #ffffff;
  font-size: 14px;
  min-width: 100px;
}

.splide {
  height: 330px;
}

.offerSlider {
  background-color: #efefef;
}

.contact {
  position: absolute;
  top: 10%;
  right: 5%;
  background-color: #efefef;
}

.bg-form {
  background-color: #efefef;
}

@media only screen and (max-width: 992px) {
  .contact {
    position: static;
    border-radius: 0;
  }
}
.mapouter {
  background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .mapouter {
    background-color: #efefef;
  }
}
.about-us {
  border-radius: 25px;
}

.about-us-img {
  border-radius: 25px;
}

.about-us-img-div {
  border-radius: 25px;
}

.bg-img {
  background-image: url("https://picsum.photos/2000/1000");
  background-repeat: no-repeat;
  height: 200px;
}

.bg-img-content {
  background: rgba(31, 30, 30, 0.8);
  color: white;
  height: 100%;
}

.bg-img-content-btn {
  font-size: 16px;
}

.credits {
  color: white;
}

.subpage {
  padding-top: 200px;
}
@media only screen and (max-width: 992px) {
  .subpage {
    padding-top: 100px;
  }
}

.footer-menu {
  width: 14%;
}
@media only screen and (max-width: 992px) {
  .footer-menu {
    width: 100%;
  }
}

.firstSection {
  max-height: 600px;
}

.cennik-content {
  opacity: 100%;
  z-index: 10;
}

.bg-img-cennik {
  background: rgba(178, 178, 178, 0.8);
  color: white;
  height: 100%;
}

.list {
  height: 200px;
}

.list li {
  list-style-type: none;
  width: 200px;
  height: 200px;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  border-radius: 2px;
  background: #9C89B8;
  transition: transform 1s, opacity 1s;
}

.list .act {
  opacity: 1;
}

.list .prev,
.list .next {
  cursor: pointer;
}

.list .prev {
  transform: translateX(-220px) scale(0.85);
}

.list .next {
  transform: translateX(220px) scale(0.85);
}

.list .hide {
  transform: translateX(-420px) scale(0.85);
}

.list .new-next {
  transform: translateX(420px) scale(0.85);
}

.list .hide,
.list .new-next {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}

.swipe {
  width: 270px;
  height: 200px;
  position: absolute;
  background-color: green;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #ffeeee;
  color: #000000;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #000000;
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg, #ffd6d6 0%, #ffd6d6 50%, #ffd6d6 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.hover_color_bubble {
  position: absolute;
  background: rgba(255, 214, 214, 0.15);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }
  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }
  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    margin: 0 auto;
  }
}

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