/* Colors */
:root {
  --primary-color: #ebf6fe;
  --primary-1-color: #3aa764;
  --primary-1-color-hover: #46c979;
  --secondary-1-color: #3175b1;
  --secondary-1-color-hover: #3b96e5;
  --secondary-color: #0e4f83;
  --secondary-color-hover: #2c8ad5;
  --footer-color: #86afc0;
  --linear-background:
    linear-gradient(
      135deg,
      rgba(14, 79, 131, 0.9) 0%,
      rgba(44, 138, 213, 0.8) 50%,
      rgba(134, 175, 192, 0.9) 100%
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      rgba(255, 255, 255, 0.05) 10px,
      rgba(255, 255, 255, 0.05) 20px
    );
  --background-color: #ffffff;
  --swiper-navigation-color: #ffffff;
  --text-color: #101010;
  --title-color: #333;
}
