@charset "UTF-8";
/*
 Theme Name:  VipClub
 Theme URI:    https://vipclub.com/
 Description:  Use this child theme to extend Bricks.
 Author:       Iron318i
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
html {
  font-size: clamp(5px, 1.667vw, 8px);
}
@media (min-width: 768px) {
  html {
    font-size: clamp(6px, 0.521vw, 10px);
  }
}

a {
  transition: all 0.3s ease-in;
}

a:not(.brxe-button):hover {
  color: var(--color-2);
}

.brxe-button {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.brxe-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease;
  z-index: -1;
}
.brxe-button:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.brxe-button:hover::before {
  left: 100%;
}

#menu-main-menu {
  justify-content: space-between;
  width: 100%;
}

#menu-footer {
  justify-content: space-evenly;
  width: 100%;
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 55rem;
}
.banner-list li {
  flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .site-footer .col-left {
    flex: 0 0 auto;
    width: 70%;
  }
  .site-footer .col-right {
    flex: 0 0 auto;
    width: 30%;
  }
}
/* Прелоадер */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
}
.preloader-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader-logo {
  width: 30rem;
  height: auto;
  margin-bottom: 30px;
  animation: pulse 2s infinite ease-in-out;
}
.preloader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(5, 214, 229, 0.2);
  border-top-color: #ff007a;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Все целевые элементы начинаем со скрытого состояния */
#brxe-vgjwxd, .menu-item, #brxe-fpdukw, #brxe-fdrmkx, #brxe-ignnvw, #brxe-ctderw, #brxe-spyath, #brxe-rtzrbs, #brxe-fmakyh, #menu-footer .menu-item, .banner-list {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Показываем все элементы в режиме редактирования Bricks */
.brx-body.iframe #brxe-vgjwxd, .brx-body.iframe .menu-item, .brx-body.iframe #brxe-fpdukw, .brx-body.iframe #brxe-fdrmkx, .brx-body.iframe #brxe-ignnvw, .brx-body.iframe #brxe-ctderw, .brx-body.iframe #brxe-spyath, .brx-body.iframe #brxe-rtzrbs, .brx-body.iframe #brxe-fmakyh, .brx-body.iframe #menu-footer .menu-item, .brx-body.iframe .banner-list {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}
.brx-body.iframe .preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* А когда появляется класс .show — запускается анимация */
.page-element.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.why-us.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Последовательность анимаций */
#brxe-vgjwxd {
  transition-delay: 0.1s;
}

/* Лого */
.menu-item {
  transition-delay: 0.2s;
}

/* Пункты меню */
#brxe-fpdukw {
  transition-delay: 0.35s;
}

/* Заголовок */
#brxe-fdrmkx {
  transition-delay: 0.5s;
}

/* Текст 1 */
#brxe-ignnvw {
  transition-delay: 0.65s;
}

/* Текст 2 */
.banner-list {
  transition-delay: 0.8s;
}

/* Картинка */
#brxe-spyath {
  transition-delay: 0.95s;
}

/* Кнопка */
#brxe-rtzrbs {
  transition-delay: 0.4s;
}

/* Почему мы */
.why-us {
  transition-delay: 0.2s;
}

/* Why-us при скролле */
#brxe-fmakyh {
  transition-delay: 0.5s;
}

/* Вопросы */
#menu-footer .menu-item {
  transition-delay: 0.6s;
}

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