/* -------------------------------------------

	Name: 		App ollo
	Author:		"Miller Themes" Nazar Miller
    Support:    miller.themes.inbox@gmail.com
	   		   
--------------------------------------------- */

.preloader,
.download,
.video,
.stats,
.features .future h4 i,
header,
.theme-background,
.team-item,
.panel-heading,
.waves .circle,
.scrolled,
.blog-item,
.color,
.optimal,
.masc,
.header-masc,
.pagination .active a {
    background: linear-gradient(45deg, hsl(24deg 95% 71%) 0%, hsla(262, 98%, 41%, 0) 70%), linear-gradient(135deg, hsl(21deg 100% 79%) 10%, hsla(304, 98%, 50%, 0) 80%), linear-gradient(225deg, hsl(22deg 100% 76%) 10%, hsla(274, 97%, 41%, 0) 80%), linear-gradient(315deg, hsl(24deg 100% 50%) 100%, hsla(261, 92%, 41%, 0) 70%);
}

@media (max-width: 992px) {
    .navbar,
    .navbar-collapse {
        background: #fca26a;
    }
}

h4 .color {
    background-color: hsla(262, 98%, 41%, 1);
}

::-webkit-scrollbar-thumb {
    background: hsla(262, 98%, 41%, 1);
}

/*** transparent gradient ***/

.header-masc,
.masc {
background: linear-gradient(45deg, hsl(26deg 96% 64% / 15%) 0%, hsla(262, 98%, 41%, 0) 70%), linear-gradient(135deg, hsl(33deg 96% 64% / 21%) 10%, hsla(304, 98%, 50%, 0) 80%), linear-gradient(225deg, hsl(35deg 96% 64% / 5%) 10%, hsla(274, 97%, 41%, 0) 80%), linear-gradient(315deg, hsla(208, 63%, 72%, 0) 100%, hsla(261, 92%, 41%, 0) 70%);
}