/*
 * Template Name: Footer 7 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	padding: 7rem 0 9rem;
	background-image: url(../../../../assets/img/1500x600/img-9.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
section.intro::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}
section.intro .caption {
	position: relative;
}
section.intro ul {
	position: relative;
}
/* -- Scroll Down -- */
section.intro .scrolldown {
	position: relative;
	z-index: 10;
	letter-spacing: .1em;
	display: inline-block;
	margin-top: 5rem;
}
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;
}
}
/* -- Services Section -- */
section.services {
	padding: 5rem 0;
}
section.services .services-text {
	color: #555;
	font-size: 1rem;
}
section.services i {
	font-size: 2.3rem;
}
section.services p {
	color: #555;
	font-size: .9rem;
}
section.services .service-subtitle {
	font-size: 0.9rem;
	color: #888;
}
/* -- Learn More Section -- */
section.Learn {
	padding: 4rem 0;
	background-image: url(../../../img/1920x1080/img-17.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
}
section.Learn::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
}
/* -- About Section -- */
section.about {
	padding: 7rem 0 5rem 0;
}
section.about .line {
	height: 2px;
	width: 30%;
}
section.about p {
	color: #555;
	font-size: .9rem;
}
section .buynow {
	font-size: .9rem;
	border-radius: 25px;
	white-space: normal;
	color: #fff !important;
}
section.about #video {
	max-width: 100%;
	max-height: 100%;
}
/* -- Footer -- */
.footer {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-22.jpg);
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 9rem 0;
	position: relative;
}
.footer:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(101, 1, 70, 0.8)), to(rgba(142, 90, 26, 0.8)));
	background-image: -webkit-linear-gradient(left, rgba(101, 1, 70, 0.8), rgba(142, 90, 26, 0.8));
	background-image: -o-linear-gradient(left, rgba(101, 1, 70, 0.8), rgba(142, 90, 26, 0.8));
	background-image: linear-gradient(to right, rgba(101, 1, 70, 0.8), rgba(142, 90, 26, 0.8));
}
.footer h2 {
	font-family: 'Playfair Display', serif !important;
}
.footer p {
	font-style: italic;
	line-height: 25px;
}
.footer .social-media a {
	width: 30px;
	text-align: center;
	font-size: .8rem;
	height: 30px;
	margin: auto;
	border-radius: 3px;
}
.footer .social-media a i {
	margin: auto;
}
/* -- Copyright Footer -- */
.copyright {
	background-color: #222;
	color: #aaa;
}
/* -- 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: #fff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #ccc;
}
.scrolltop i {
	top: -5px;
	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;
}
}
