body{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
section{
	padding: 100px 0px;
}
header{
	background: url('../images/header-bg.jpg');
	min-height: 500px;
	padding-top: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-text{
	color: #fff;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.intro-text h3 {
background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header .intro-text h2{
	width: 60%;
	margin: 0px auto;
}

.demo_btn {
    display: block;
    width: 204px;
    margin: auto;
    text-align: center;
    background: linear-gradient(-45deg, #9982ed 0%, #f879b6 100%);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 52px;
    border-radius: 100px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-top: 50px;
}
.demo_btn:hover{
	text-decoration: none;
}
section.demo-content{
	background: #0e044d url('../images/content-bg.png') no-repeat top right;
	min-height: 1000px;
	position: relative;
	z-index: 1;
}
section.demo-content:after{
	position: absolute;
	content: "";
	background: #0e044d;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .5;
}
.sec-title{
	text-align: center;
	margin-bottom: 50px;
}
.sec-title {
    width: 50%;
    margin: 0px auto 50px auto;
}
.rowpad{
	margin-bottom: 50px;
}
.text-block{
	text-align: center;
	margin-top: 15px;
}
.text-block a{
	color: #fff;
	text-decoration: none;
}
.img-block img {
    width: 100%;
}

.other-pages{
	background: #1a0b69;
}

.demos_item{
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.demos_item .img-block{
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}
.demos_item:hover .img-block {
    -webkit-box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
    box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
    margin-top: -10px;
}



.demo_btn:hover {
    background: linear-gradient(-45deg, #f879b6 0%, #9982ed 100%);
    color: #fff;
        -webkit-transition: all 100ms linear 0s;
    -o-transition: all 100ms linear 0s;
    transition: all 100ms linear 0s;
}


/* Footer Purchase Style */
.footer-purchase{
	background: #0e044d url('../images/footer-purchase.jpg') no-repeat center center;
}
.footer-purchase .footer-text{
    width: 57%;
    margin: 0px auto;
    text-align: center;
}
.footer-purchase .footer-text h3 {
    line-height: 34px;
    font-size: 25px;
}

/* Footer Style */
footer{
	background: #1a0b69;
	padding: 30px 0px 10px 0px;
}
p.design{
	text-align: right;
}


/* Responsive CSS */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
header .intro-text h2, .sec-title, .footer-purchase .footer-text {
    width: 100%;
}
.navbar-light .navbar-toggler {
    background: #fff;
    border-color: #fff;
}
.img-block img{
	width: 100%;
}


}


@media only screen and (max-width: 767px) {
	

header .intro-text h2, .sec-title, .footer-purchase .footer-text {
    width: 100%;
}
.img-block img{
	width: 100%;
}
.text-block, .other-pages .img-block img{
    margin-bottom: 50px;
}
.navbar-light .navbar-toggler {
    background: #fff;
    border-color: #fff;

}

	
}
