/* Colors */

:root {
	--color-white: #fff;
	--color-gray: #f3f3f9;
	--color-black: #000;

	--color-one: #6541bd;
	--color-two: #1d0d44;
	--color-three: #36f1f8;
	--color-four: #b0abbe;
	--color-five: #f790c7;
}

/* Reset */

* { 
	padding: 0;
	margin: 0; 
	outline: 0px !important; 
} 

a { 
	text-decoration: none !important;
	color: var(--color-one);
}

a:hover { 
	color: var(--color-two);
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: var(--color-gray);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px var(--color-gray);
  outline: 0 none;
}

.btn:focus, 
.btn:active, 
.btn:link, 
.btn:visited,
.btn:hover,
.btn-primary
{ 
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid transparent !important;
    outline: 0 !important;    
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select
{
	background: var(--color-white);
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 600 !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	padding-left: 35px !important;
}

.input-icon {
	position: absolute;
	left: 10px;
	color: rgb(100, 100, 100);
	top: calc(50% - 0.5em);
}
   
.input-wrapper {
	position: relative;
}

.bg-gray { 
	background: var(--color-gray) !important;
}

.btn-primary {
	background-color: var(--color-one);
}

.sans {
	font-family: 'Open Sans', sans-serif !important;
}

.btn-primary:hover {
	background-color: var(--color-two);
}

.btn-secondary {
	font-family: 'Open Sans', sans-serif !important;
	background-color: var(--color-two) !important;
}

.btn-secondary:not(.user-button) {
	text-transform: uppercase !important;
}

.btn-secondary:hover {
	background-color: var(--color-five) !important;
	color: var(--color-white) !important;
}

/* Blocks */

nav#top-nav {
	background-color: var(--color-one);
	color: var(--color-white) !important;
	padding-top: 20px;
	padding-bottom: 18px;
}

nav#top-nav .navbar-nav a {
	font-size: 1.2rem;
}

nav#top-nav .navbar-nav a:hover {
	color: var(--color-five);
}

nav#top-nav .fa-user-circle {
	margin-top: 8px !important;
}

nav#top-nav h6 {
	font-size: 0.85rem !important;
	margin-left: 8px !important;
	margin-right: 8px !important;
}

nav#top-nav .user-button h6 {
	font-size: 1rem !important;
}

nav#top-nav .dropdown-menu {
	background-color: var(--color-five);
	margin-top: 8px;
}

nav#top-nav a {
	color: var(--color-white);
}

nav#top-nav button {
	background: var(--color-five) !important;
}

nav#top-nav h1 {
	font-size: 2rem;
	font-family: 'Open Sans', sans-serif;
}

.sticky-nav {
	background-color: var(--color-two) !important;
	padding-top:0 !important;
	padding-bottom: 0 !important;
}

header#header {
	background-color: var(--color-one);
	color: var(--color-white);
	width: 100%;
}

header#header h1 {
	text-shadow: 3px 3px var(--color-two);
}

section#block-features {
	background-color: var(--color-two);
	color: var(--color-white);
	width: 100%;
}

div.extra-features {
	margin-top: 120px;
	margin-bottom: 100px;
}

section#block-pricing {
	padding: 80px 0;
	background-color: var(--color-gray);
	color: var(--color-black);
	width: 100%;
}

section#block-pricing h1 {
	margin-bottom: 60px !important;
	display: block !important;
}

section#block-pricing .plan-price {
	color: var(--color-one);
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 42px;
}

section#block-pricing .btn {
	font-size: 1.3rem;
	text-transform: uppercase;
}

section#block-pricing ul {
	text-align: left;
}

section#block-pricing ul li {
	list-style-type:none;
	margin-bottom: 15px;
}

section#block-pricing ul li:before {    
    font-family: "Font Awesome 5 Pro";
	content: "\f00c";
    margin:0 5px 0 -20px;
    color: var(--color-one) !important;
}

footer#footer {
	background-color: var(--color-two);
	color: var(--color-white);
	width: 100%;
	padding: 85px 0 0 0;
}

footer#footer .sub-footer {
	border-top: 1px solid var(--color-three);
	padding: 30px 0;
	margin-top: 50px;
}

footer#footer img {
	max-height: 60px !important;
}

footer#footer h2 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
} 

footer#footer .wpp-lnk {
	margin-left: 13px !important;
}

footer#footer .sub-footer img {
	max-height: 22px !important;
}

footer#footer .sub-footer a {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	font-style: italic;
}

footer#footer .sub-footer a:hover {
	color: var(--color-five);
}

footer#footer ul {
	margin: 20px 0 0 0;
	padding: 0;
}

footer#footer ul li {
	list-style: none;
	margin-bottom: 10px;
}

footer#footer a {
	color: var(--color-three);
}

footer#footer a:hover {
	color: var(--color-four);
}

/* #block-features */
#block-features .app-card {
	color: var(--color-two);
	margin-bottom: 25px;
	border-radius: 3px;
	padding: 55px 15px;
	text-align: center;
}

#block-features .app-card div:first-of-type {
	min-height: 100px;
}

#block-features .card-wp:nth-of-type(1) .app-card {
	margin-top: -40px;
}

/* Header */
.main_banner {
	background-color: var(--color-gray-light);
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
}

.owl-next, .owl-prev {
	cursor: pointer;
}

.fa-1-5x {
	font-size: 1.5rem;
}

.owl-page .product-name a {
	color: var(--color-pure-black);
	font-weight: 600;
}

.owl-page .product-price {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-two);
}

.owl-page {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 394px !important;
	margin: 0 !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.owl-page h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5rem !important;
	
}

.owl-page h3 {
	font-size: 1.9rem !important;
} 

.owl-page {
	min-height: 750px;
}

.owl-page.page-01, 
.owl-page.page-02,
.owl-page.page-03 {
	background-repeat: no-repeat !important;
	background-position: right center;
	background-size: auto !important;
	min-height: 750px;
}

.owl-page.page-01 {
	background-image: url(/assets/img/banner-01.png);
}

.owl-page.page-02 {
	background-image: url(/assets/img/banner-01.png);
}

/* Main section */
.main-section-header {
	background-color: var(--color-two);
	color: var(--color-white) !important;
	text-align: center;
	width: 100%;
	padding: 40px 0;
}

.main-section {
	padding: 100px 0 !important;
}


.section-complete-purchase h5 {
	display: block;
	margin-bottom: 30px;
}

.section-complete-purchase h4 {
	display: block;
	padding: 8px;
	background-color: var(--color-one) !important;
	color: var(--color-white);
}


/* Media Queries */
@media only screen and (min-width : 481px) {

}

@media (max-width: 768px) {  
	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
	#block-features .card-wp:nth-of-type(1) .app-card, #block-features .card-wp:nth-of-type(2) .app-card {
		margin-top: -40px;
	}
	#block-features .card-wp:nth-of-type(3) .app-card {

	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#block-features .card-wp {
		padding-left: 50px;
		padding-right: 50px;
	}

	#block-features .app-card {
		margin-top: -40px;
	}

	.owl-page h3 {
		max-width: 60%;
	}	
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	section#block-pricing ul {
		padding-left: 80px;
	}

	footer#footer .col-lg-4:nth-of-type(1) {
		padding-right: 50px;
	}	

	footer#footer .col-lg-4:nth-of-type(2) {
		padding-left: 50px;
	}		
}

@media (max-width: 767px) {  
	header#header h1, header#header h3 {
		background: var(--color-two);
		padding: 10px;
	}	

	header#header h1 {
		font-size: 1.65rem !important;
	}

	header#header h3 {
		font-size: 1.35rem !important;
	}	
}

@media (max-width: 991px) {  
	.mobile-menu {
		background: rgba(0, 0, 0, 0.5) !important;
		margin-bottom: 50px;
		padding-left: 20px;
	}
}