/* -------------------------------------------

Name: 		Corey
Author:		Nazar Miller (millerDigitalDesign)
Portfolio:  https://themeforest.net/user/millerdigitaldesign/portfolio?ref=MillerDigitalDesign

p.s. I am available for Freelance hire (UI design, web development). mail: miller.themes@gmail.com

------------------------------------------- */

.color {
    color: hsla(57.26, 97.78%, 40.53%, 1)
}

.crumb,
.button-sbscrb,
.skillbar-bar,
.plus,
.swiper-next,
.swiper-next-2,
.swiper-next-3,
.button-1,
.contact-us,
.navbar-brand {
    background: linear-gradient(135deg, hsla(47, 100%, 55%, 1) 0%, hsla(47, 100%, 55%, 0) 70%),
    linear-gradient(25deg, hsla(21, 74%, 45%, 1) 10%, hsla(47, 100%, 55%, 1) 80%),
    linear-gradient(315deg, hsla(47, 100%, 55%, 1) 15%, hsla(47, 100%, 55%, 0) 80%),
    linear-gradient(245deg, hsla(21, 74%, 45%, 1) 100%, hsla(21, 74%, 45%, 0) 70%);
}

.button-2 {
  background: linear-gradient(135deg, hsla(0, 0%, 20%, 1) 0%, hsla(0, 0%, 20%, 0) 70%),
  linear-gradient(25deg, hsla(0, 0%, 0%, 1) 10%, hsla(0, 0%, 20%, 1) 80%),
  linear-gradient(315deg, hsla(0, 0%, 20%, 1) 15%, hsla(0, 0%, 20%, 0) 80%),
  linear-gradient(245deg, hsla(0, 0%, 0%, 1) 100%, hsla(0, 0%, 0%, 0) 70%);
  color: #fff;
  border: solid 2px hsla(0, 0%, 20%, 1);
}

.button-2:hover {
  color: #ffcc1b;
  border: solid 2px hsla(0, 0%, 20%, 1);
}
