/*
 * Home Page CSS
 * Template Name: Default
 * Author: @vitatemplates
*/

section .morelink {
	font-size: .9rem;
	border-radius: 25px;
	white-space: normal;
	color: #ffffff !important;
}
/* -- Intro Section -- */
section.intro {
	background-image: url(../../img/1920x1080/img-4.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 7rem 0;
	position: relative;
}
section.intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(58, 53, 189, 0.8)), to(rgba(105, 48, 199, 0.8)));
	background-image: -webkit-linear-gradient(left, rgba(58, 53, 189, 0.8), rgba(105, 48, 199, 0.8));
	background-image: -o-linear-gradient(left, rgba(58, 53, 189, 0.8), rgba(105, 48, 199, 0.8));
	background-image: linear-gradient(to right, rgba(58, 53, 189, 0.8), rgba(105, 48, 199, 0.8));
}
section.intro h1 {
	color: #ffffff;
	font-size: 100px;
	font-family: "lalezar";
	font-weight: bold;
}
section.intro h2 {
	font-family: "lalezar";
	font-size: 50px;
}
section.intro h3 {
	color: #d7fae3;
}
section.intro .links a {
	min-width: 150px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
	color: #ffffff !important;
}

@media (max-width: 992px) {
section.intro h1 {
	font-size: 100px;
}
}

@media (max-width: 768px) {
section.intro h1 {
	font-size: 50px;
}
}
/* -- Scroll Down -- */
section.intro .scrolldown {
	position: relative;
	z-index: 10;
	letter-spacing: .1em;
	display: inline-block;
	margin-top: 2rem;
}
section.intro .scrolldown:hover {
	opacity: .5;
}
section.intro .scrolldown span {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 24px;
	height: 24px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scrolldown 1.5s infinite;
	animation: scrolldown 1.5s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @-webkit-keyframes scrolldown {
 0% {
 -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes scrolldown {
 0% {
 -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/* -- Main Demo Section -- */
section.demo-main {
	padding: 10rem 0 5rem 0;
}
section.demo-main h1 {
	font-family: "lalezar";
}
section.demo-main img {
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 14px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 14px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section.demo-main a:hover img {
	-webkit-box-shadow: 0 10px 27px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 27px 6px rgba(0, 0, 0, 0.2);
	margin-top: -5px;
	margin-bottom: 5px;
}
section.demo-main a:hover .new-demo {
	bottom: 110px;
}
section.demo-main h5 span {
	font-family: "lalezar";
	font-style: italic;
}
section.demo-main .new-demo {
	background-color: #e74c3c;
    padding: 1px 7px;
    border-radius: 25px;
    color: #fff;
    font-size: .7rem;
    font-weight: bold;
    position: absolute;
    bottom: 105px;
    left: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* -- Features Section -- */
section.features {
	padding: 4rem 0;
}
section.features h1 {
	font-family: "lalezar";
}
section.features .line {
	width: 5%;
	height: 2px;
	margin: 1rem auto;
	background-color: #828282;
}
section.features .owl-carousel-section {
	cursor: move;
}
section.features .owl-item .item {
	padding: 0 5px;
}
section.features .feature-box {
	padding: 2rem 1rem;
	-webkit-box-shadow: 1px 12px 15px -5px rgba(72, 72, 72, 0.5);
	box-shadow: 1px 12px 15px -5px rgba(72, 72, 72, 0.5);
	margin: 1rem .2rem;
	background-color: #5f30ff;
	border-radius: 7px;
}
section.features .feature-box:hover {
	background-color: #370fbf;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(72, 72, 72, 0.5);
	box-shadow: 0px 6px 15px 0px rgba(72, 72, 72, 0.5);
}
section.features .feature-box h2 {
	line-height: 1.5rem;
	height: 40px;
}
section.features .feature-box p {
	height: 80px;
	color: #e4e4e4;
	font-size: .95rem;
}
/* -- Owl Carousel Default --  */
.owl-stage-outer {
	direction: ltr !important;
}
.owl-nav, .owl-dots {
	text-align: center;
	margin-top: .5rem;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	outline: none;
	margin: 0 .5rem;
}
.owl-dots .owl-dot {
	outline: none;
}
.owl-nav span {
	font-size: 25px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #cccccc;
	margin: 0 5px;
	border-radius: 50%;
	outline: none;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-nav span:hover, .owl-dots .owl-dot span:hover {
	opacity: .5;
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #cccccc;
}
.scrolltop i {
	top: 0;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}

/*# sourceMappingURL=default.css.map */
