.body {

}
.container {

}

.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin: 0 1rem;
  transition: color 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #6c2bd9;
}

.navbar .btn-dark {
  background-color: #111;
  border-radius: 999px;
  font-weight: 200;
  padding: 0.5rem 1.5rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: background-color 0.2s ease-in-out;
}

.navbar .btn-dark:hover {
  background-color: #333;
}

.navbar .btn-dark::after {
  font-size: 1rem;
}

.navbar .btn-dark img {
  max-width: 15px;
}

.fw {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  font-size: 75px;
  line-height: 4.4rem;
}

.text-custom {
  color: rgba(69, 12, 125, 1);
  margin-top: 8px;
}

h1 {
  font-style: 'inter';
}

.big {
  color: black;
}

.lead {
  font-size: 17px;
  color: #171717;
  opacity: 76%;
  font-style: 'Inter';
  font-weight: 400;
  margin-top: 75px;
}

.studi {
  color:black;
  font-style: 'Inter';
  font-weight: 200;
  padding: 1.5rem 1.5rem 3rem 1rem;
  margin-bottom: 100px;
}

.capi {
  color:black;
  font-style: 'Inter';
  font-weight: 200;
  padding: 1.5rem 1.5rem 3rem 1rem;
    margin-bottom: 100px;
}

h3 img {
  position: relative;
  top: -5px;
  left: 8px;
}

.zdjecie {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.carousel-inner .carousel-item .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.carousel-inner .carousel-item .col-6 {
  flex: 0 0 48%;
  max-width: 48%;
}

.carousel-inner .carousel-item img.zdjecie {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.fw1 {
  font-style: 'Inter';
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  font-size: 40px;
  flex: 0 0 auto;
  max-width: 100%;
}

.przerywka {


  flex: 0 0 auto;

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 60% 60%;
  width: 40px;
  height: 40px;
}

.hero {
   background-color: #1a1a1a;
   color: white;
   padding: 3rem;
 }

 .hero-button {
   background-color: #6c3ef2;
   color: white;
   border: none;
 }

 .footer {
   background-color: #3f0089;
   color: white;
   padding: 2rem 0;
 }

 .footer a {
   color: #ccc;
   text-decoration: none;
 }

 .footer a:hover {
   color: white;
 }

 .newsletter-input {
   background-color: transparent;
   border: 1px solid white;
   color: white;
 }

 .newsletter-input::placeholder {
   color: #ccc;
 }

 .subscribe-btn {
   background-color: #000;
   color: white;
   border: none;
 }

 .bottom-bar {
   font-size: 0.9rem;
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   padding-top: 1rem;
   margin-top: 1rem;
}

.li {
  margin-left: 100px;
  background: #450C7D;
}

.la {
    background: #450C7D;
}

.custom-arrows {
  top: auto;
  bottom: -50px;
  width: 40px;
  height: 40px;
}
.carousel-control-next {
  right: 10px;
}
.carousel-control-prev {
  left: auto;
  right: 60px;
}

.carousel-control-next {
  background-color: black !important;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.ti {
  color:black;
  font-style: 'Inter';
  font-weight: 200;
  padding: 1.5rem 1.5rem 3rem 1rem;
}

.bigger-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: 500px;
}

.big-box {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 40px;
}

.inner-box {
  max-width: 420px;
}

footer {
  background: #450C7D;
  font-style: 'Inter';
  font-style: normal;
  font-weight: 200;
}

.pi {
  margin-left: 20px;
  max-height: 32px;
}
