* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  /*background-color: #f2f9fc;*/
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler-icon,
.toggler-close-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.toggler-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-toggler .icon-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler svg {
  width: 24px;
  height: 24px;
}

section.section-main[id] {
  scroll-margin-top: 6rem;
}

.navbar-wrapper {
  /*position: sticky;*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1020;
  background-color: transparent;
  padding-top: 1rem;
}

.navbar-custom {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: .5rem 1rem;
  height: 80px;
  position: relative;
  transition: background-color 0.5s ease;
}

body.floating .navbar-custom.navbar-bg-custom{
  background-color: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
body.floating .navbar-custom.navbar-bg-custom .navbar-toggler{
  color: #fff;
  border-color: #fff;
}
.navbar-brand img {
  height: 40px;
  object-fit: contain;
}

.navbar-nav .nav-link.active {
  color: #00abe4 !important;
  font-weight: 600;
}

.navbar-nav .nav-link {
  color: #495057;
  font-weight: 500;
  padding: 0 1rem;
}
body.floating .navbar-custom.navbar-bg-custom .navbar-nav .nav-link{
  color: #fff;
}


.navbar-nav .nav-link:hover {
  color: #00abe4;
}

.btn-kontak {
  background-color: #495057;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: 500;
}

.btn-kontak:hover {
  background-color: #00abe4;
  color: #ffffff;
}

/* Centering nav items */
.center-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

@media (max-width: 767.98px) {
  .navbar-custom {
    height: auto;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  .center-nav {
    position: static;
    transform: none;
    margin-top: 0;
  }

  .navbar-collapse {
    flex-direction: column;
    align-items: center;
  }

  body.floating .navbar-custom.navbar-bg-custom .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
  }
  .navbar-nav.ms-auto {
    margin-top: 1rem;
  }

  .navbar-custom ul li {
    align-self: center;
    margin-top: 1rem;
  }

  body.floating .navbar-custom.navbar-bg-custom .navbar-nav  .nav-link{
    color: #495057;
  }

  .navbar-custom ul.ms-auto {
    margin-top: 0;
  }

  .btn-kontak {
    background-color: transparent;
    color: #495057;
    padding: 0;
  }

  .btn-kontak:hover {
    background-color: transparent;
    color: #00abe4;
  }

}









    swiper-container {
      width: 100%;
      height: 100%;
      background: #000;
    }

    swiper-slide {
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 7rem 60px 40px 60px;
      backdrop-filter: brightness(0.5);
    }

    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }

    swiper-slide .title {
      font-size: 2.5rem;
      text-align: center;
      font-weight: bold;
      line-height: 1;
    }

    swiper-slide .title.span {
      color: #00ABE4;
      font-weight: 400;
    }
    swiper-slide .subtitle {
      font-size: 21px;
    }

    swiper-slide .text {
      font-size: 1.2rem;
      width: 100%;
      line-height: 1.3;
      margin-top: 20px;
      text-align: center;
      padding: 0 2rem;
    }

    swiper-slide .text p{
      margin-bottom: 0;
    }

    @media (max-width: 767.98px) {
      swiper-slide {
        padding: 7rem 30px 40px 30px;
      }

      swiper-slide .title{
        font-size: 2rem;
      }

      swiper-slide .text{
        font-size: 1rem;
      }
    }

    @media (max-width: 473.98px) {
      swiper-slide {
        padding: 6.5rem 10px 40px 10px;
      }

      swiper-slide .title{
        font-size: 1.6rem;
      }

      swiper-slide .text{
        font-size: .8rem;
      }
    }
