.container {
  max-width: 1200px;
}

/*
   * Custom translucent site header
   */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0 40px;
}

.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}

.nav-item {
  padding: 0 20px;
}

.nav-item a.active, .nav-item a.active:hover {
  color: #fff;
}

.site-header a.active {
  color: #cccccc !important;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

body {
  scroll-behavior: smooth;
  /* Плавный скролл */
}

.sticky-top {
  z-index: 1020;
  /* Поверх других элементов */
}

div.section {
  height: 100vh;
  /* Высота секции - весь экран */
  display: flex;
}

div.section .col {
  /* padding-top: 100px; */
}

.section p {
  color: #4d4d55;
}

.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.btn-info {
  color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-hover-color: #fff;
}


