body{
	user-select: none;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #0C1011 !important;
}

@font-face {
	font-family: Inter;
	src: url('../fonts/Inter.otf');
}
@font-face {
	font-family: Inter-Bold;
	src: url('../fonts/Inter-Bold.ttf');
}
button:hover{
	cursor: pointer !important;
}
button:focus {
	outline:0;
}
button {
	outline:0;
}
input:focus, 
textarea:focus {
	border: 1px solid #8E6DF3;
	border-radius: 10px;
	outline-color: none;
}
input[type=email], 
input[type=text],
textarea{
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: Inter;
}

p{
	font-family: Inter;
}

.btn-nav {
	border: 1px solid;
	border-radius: 28px;
	border-color: #FF434E;
    color: #FF434E;
    letter-spacing: 0;
    display: -webkit-inline-box;
}

a:hover{
	text-decoration: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: Inter;
	font-size: 16px;
	color: rgba(255,255,255,0.40) !important;
	letter-spacing: 0;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: Inter;
	font-size: 16px;
	color: rgba(255,255,255,0.40) !important;
	letter-spacing: 0;

}
:-ms-input-placeholder { /* IE 10+ */
	font-family: Inter;
	font-size: 16px;
	color: rgba(255,255,255,0.40) !important;
	letter-spacing: 0;

}
:-moz-placeholder { /* Firefox 18- */
	font-family: Inter;
	font-size: 16px;
	color: rgba(255,255,255,0.40) !important;
	letter-spacing: 0;

}

/* width */
::-webkit-scrollbar {
	width: 4px;
	border-radius: 3px;
}
/* Track */
::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #697176;
	border-radius: 3px;
}

.btn-custom{
	padding: 16px 40px;
}
.btn-primary{
	background: #8E6DF3 !important;
	border-radius: 10px !important;
	font-family: Inter !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	letter-spacing: 0;
	text-align: center;
}
.btn-primary:hover{
	color: #fff !important;
	opacity: 0.9;
}
.btn-red{
	background: #FF434E;
	border-radius: 28px;
	font-family: Inter;
	font-weight: 800;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
	display: -webkit-inline-box;
}
.btn-red:hover{
	color: #fff;
	opacity: 0.9;
	transition: 0.5s;
}
.btn-red-outline{
	padding: 12px 12px 12px 16px;
	font-family: Inter;
	font-weight: 800;
	border: 1px solid #FF414E;
	box-shadow: 0 30px 60px 0 rgba(32,46,117,0.19);
	border-radius: 40px;
	font-size: 16px;
	color: #FF414E;
	letter-spacing: 0;
	line-height: 24px;
}
.btn-red-outline img{
	margin-left: 16px;
	float: right;
}

header{
	width: 100%;
	height: 768px;
}
.navbar-brand img{
	width: auto;
	height: 48px;
}
.navbar-light .navbar-toggler{
	border: none !important;
}
.navbar{
	background: transparent;
	z-index: 2;
	height: 80px;
}
.navbar-nav .nav-link{
	color: #fff !important;
	font-size: 14px;
	font-family: Inter; 
	padding-right: 20px !important;
	padding-left: 20px !important;
}

#navbar-white.navbar{
	background: transparent;
	position: fixed;
	margin-top: -80px;
	visibility: hidden;
	width: 100%;
	z-index: 9;
}
#navbar-white .btn-white-outline{
	background: #0c1011 !important;
	color: #fff !important;
	width: 100%;
	text-align: center !important;
}

.sticky {
	background: #0c1011 !important;
	visibility: visible !important;
	margin-top: -80px !important;
	transition: 1s;
	box-shadow: 0 4px 15px 0 rgba(32,43,54,0.05);
}

.sticky-responsive {
	background: #171c20 !important;
	visibility: visible !important;
	transition: 1s;
	box-shadow: 0 4px 15px 0 rgba(32,43,54,0.05);
}
.sticky-burger{
	display: block !important;
}
.burger-menu-black{
	position: absolute;
	top: 21px;
	right: 28px;
	display: none;
}




#bg-header{
	background-image: url('../images/bg-header.png');
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
}

.hero-header{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 88px;
	float: left;
}
.hero-header > h1{
	font-family: Inter-Bold;
	font-weight: 800;
	font-size: 56px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom: 32px;
}
.hero-header > p{
	font-family: Inter;
	font-size: 18px;
	color: rgba(255,255,255,0.64);
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 40px;
}

.hero-image img {
	width: 100%;
	height: 100%;
	margin-top:64px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.65);
}

.img-header-mobile{
	display: none;
	width: 100%;
	height: -webkit-fill-available;
	background-image: url('../images/image-header.png');
	position: relative;
	top: -64px;
}



/*SITES SECTION*/

#sites{
	width: 100%;
	height: auto;
}
.container-sites{
	width: 100%;
	padding: 60px 64px;
	background: #181C1F;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.08);
	border-radius: 16px;
	position: relative;
	top: -88px;
}
.title-section{
	width: 55%;
	margin: auto;
	display: block;
}
.title-section h2{
	font-family: Inter-Bold;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 50px;
	margin-bottom: 24px;
}
.title-section p{
	font-family: Inter;
	font-size: 18px;
	color: rgba(255,255,255,0.64);
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	margin-bottom: 80px;
}
.logo-sites{
	width: 100%;
	height: 64px;
	margin-bottom: 32px;
	object-fit: contain;
}
.logo-sites img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}






/*features SECTION*/

#features{
	width: 100%;
	padding: 40px 0px 0px 0px;
}
.features-card{
	width: 100%;
	margin-bottom: 48px;
}
.features-card img{
	margin-bottom: 24px;
}
.features-card h4{
	font-family: Inter-Bold;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 16px;
}
.features-card p{
	font-family: Inter;
	font-size: 16px;
	color: rgba(255,255,255,0.64);
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 0;
}
.divider{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.12);
	margin-top: 120px;
}


/*Analytics Section*/

#analytics{
	width: 100%;
	padding: 110px 0px 0px 0px;
}
#analytics .title-section{
	margin-top: 120px;
	width: 80%;
}
.images-analytics{
	width: 100%;
	height: 100%;
}
.images-analytics img{
	width: 100%;
	object-fit: contain;
}





/*Dashboard Section*/

#dashboard{
	width: 100%;
	padding: 90px 0px 0px 0px;
}
.images-analytics{
	width: 100%;
	height: 100%;
}
.images-dashboard img{
	border-radius: 10px;
	width: 100%;
	object-fit: contain;
	/* -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.65); */
}








#faq{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}


.accordion > .card{
	overflow: visible !important;
	border-radius: 10px !important;
	border: 0;
	box-shadow: 0 15px 50px 0 rgba(32,43,54,0.05);
}
.accordion > .card:not(:last-of-type){
	border: 0;
	margin-bottom: 24px;
}
.accordion>.card>.card-header{
	margin-bottom: 0 !important;
}
.accordion>.card>.card-header{
	padding: 24px;
	border: 0;
	background: #171C1F;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.04);
	border-radius: 16px !important;
	height: auto;
}
.card{
	background: #171C1F !important;
}
.card-body{
	background: #171C1F;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	font-family: Inter;
	font-size: 16px;
	color: rgba(255,255,255,0.64);
	letter-spacing: 0;
	line-height: 26px;
}
h5.mb-0{
	font-family: Inter-Bold;
	font-size: 20px;
	color: #FFFFFF !important;
}
.mb-0 i{
	float: right;
	color: #FF414E;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}






footer{
	width: 100%;
	background-image: url('../images/footer-ornament.png');
	background-position: top left;
	background-size: 254px;
	background-repeat: no-repeat;
	border-top: 1px solid rgba(255,255,255,0.08);
}

footer .buy-footer{
	padding-top: 120px;
}
footer .buy-footer h2{
	font-family: Inter-Bold;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 60px;
}
footer .buy-footer a{
	margin-top: 40px;
	float: right;
}
footer .info-footer{
	padding: 60px 0px;
}
footer ul.social{
	padding-inline-start:0;
}
footer ul.social li{
	display: inline-block;
}
footer ul.social li a{
	margin-right: 16px;
}

footer .subscribe label{
	color: #fff !important;
}
footer .subscribe .box-input{
	background: #171C1F;
	box-shadow: 0 30px 60px -30px rgba(49,53,59,0.05);
	border-radius: 12px;
	padding: 8px;
	display: flex;
	justify-content: flex-end;
}
footer .subscribe .box-input input{
	width: 65%;
	background: #171C1F;
	border: none;
	padding-left: 8px;
	font-family: Inter;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	line-height: 32px;
}
footer .subscribe .box-input a{
	width: 35%;
}
footer .subscribe .box-input a:hover{
	color: #FF414E;
	opacity: 0.9;
	transition: 0.5s;
}

footer .copyright{
	width: 100%;
}
footer p.copyright,footer .copyright-link a{
	font-family: Inter;
	font-size: 14px;
	color: rgba(255,255,255,0.64);
	letter-spacing: 0;
}
footer .copyright-link{
	text-align: right;
}

.dot{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	margin: 0px 8px;
	position: relative;
	background: rgba(255,255,255,0.64);
	top: -2px;
}


/*Right*/
.right{
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.right{
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
	background: #171c21 !important;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: transparent;
}
.modal-header img{
	width: 48px;
	height: 48px;
}

.modal-body ul{
	padding-inline-start: 0px !important;
}

.modal-body ul li{
	display: block;
	margin-bottom: 16px;
}
.nav-modal{
	margin-left: 0 !important;
}
.modal-dialog{
	margin: 0 !important;
	width: 80% !important;
	max-width: 80% !important;
	right: 0;
}
.modal-body ul li a{
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: Inter;
}

.modal-body ul li a.btn-white-outline{
	background: #8E6DF3 !important;
	color: #fff !important;
	padding: 16px 24px;
	margin-top: 16px;
	width: 100%;
	text-align: center !important;
}


.modal-dialog-slideout {
	min-height: 100%; 
	margin: 0 0 0 auto;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(100%,0)scale(1);
	transform: translate(100%,0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
	width:80%;
	-webkit-transform: translate(25%,0);
	transform: translate(25%,0);
	display: flex;
	align-items: stretch;
	-webkit-box-align: stretch;
	height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{
	overflow-y: auto;
	overflow-x: hidden;
}
.modal-dialog-slideout .modal-content{
	border: 0;
}
.modal-dialog-slideout .modal-header, 
.modal-dialog-slideout .modal-footer {
	height: auto; 
	display: block;
} 

.close{
	opacity: 1 !important;
}
.modal-header{
	border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.modal-header span{
	font-size: 20px;
	font-family: Inter-Bold;
	color: #fff;
}
.modal-header .close img{
	width: 24px;
	height: 24px;
}


.modal-open {
	overflow: visible !important;
}

/* Sweet Alert */

.swal-modal {
	background-color: #171e20;
}

.swal-modal, .swal-text, .swal-title {
	text-align: center;
	color: white;
	font-family: Inter;
	font-weight: 800;
}

.swal-icon--custom {
	width: 90px;
	height: 90px;
}

.swal-content__input {
	text-align: center;
	background-color: #151515 !important;
	color: #c6c6c6 !important;
	border: 1px solid #454545 !important;
}

.swal-footer {
	text-align: center;
}

.swal-button {
	background: #FF434E;
	font-family: Inter;
	font-weight: 800;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
	display: -webkit-inline-box;
}

.swal-button:not([disabled]):hover {
	background-color: #FF434E;
	opacity: 0.9;
	transition: 0.5s;
}

.swal-icon--success__hide-corners {
	background: none !important;
}

.swal-icon--success:before,
.swal-icon--success:after {
	background: none !important;
}