.swiper {
	width: 90%;
        max-width: 1200px;
        margin: auto;
        }

.swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 10px;
    display: block;
	
}

.swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 10px;
    display: block;
    transition: transform .3s;
}

/* Telefon */
@media (max-width: 767px) {
    .swiper-slide img {
        height: 300px;
    }
}

/* Mały telefon */
@media (max-width: 480px) {
    .swiper-slide img {
        height: 200px;
    }
} 



       .swiper-slide img:hover {
            transform: scale(1.03);
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #0d6efd;
        }

        .swiper-pagination-bullet-active {
            background: #0d6efd;
        }

	.gallery-item {
    		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	.caption {
		position: absolute;
 		left: 0;
 		right: 0;
		bottom: -100%;
		padding: 12px;
 		background: rgba(0,0,0,.75);
 		color: #fff;
		transition: 0.3s;
	}

	.gallery-item:hover .caption {
		bottom: 0;
	}


.xl-text {
  font-size: 60px;
}

.xl-text2 {
  font-size: 30px;
}

.carousel-item img {
    height: 500px;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0,0,0,.5);
    padding: 20px;
    border-radius: 10px;
}


.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.details .decoration-star {
  left: -200px;
  width: 500px;
}

.details-2 .decoration-star {
  right: -200px;
  width: 500px;
}

.contact .decoration-star {
  left: -300px;
  width: 600px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0px !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .header .image-container {
    margin-top: 30px;
  }
  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }
  .details-2 {
    margin-top: 20px !important;
  }
  .details-2 .decoration-star {
    top: 300px;
  }
}
