.light-theme:root {
  --bg-primary: #F7F9FC;
  --bg-secondary: #FFFFFF;
  --bg-gray: var(--color-primary);

  --border-primary: rgba(50, 115, 246, 0.2);
  --border-secondary: rgba(255, 255, 255, 0.2);

  --color-secondary: #ffffff;

  --text-primary: #171717;
  --text-dark: #f1f1f1;

  --white: #000;
  --black: #fff;
  --light: #050505;
  --dark: #fafafa;
}

.light-theme .reviews-block::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H25L7.65011 20.8199C6.57894 22.1053 4.49697 21.5855 4.15571 19.9474L0 0Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

.light-theme .theme__switcher iconify-icon {
  color: var(--color-primary);
}

.light-theme .nav-link:hover,
.light-theme .nav-item.active .nav-link {
  color: #ededed;
}

.light-theme .nav-bg .dropdown-button {
  color: #fff;
}

.light-theme .hero__slider-pagination .swiper-pagination-bullet {
  border-color: var(--border-primary);
}

.light-theme .hero__slider-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.light-theme main {
  background-image: url('../img/light/bg_hero.svg');
}