/* Defaults */
body { font-family: 'Proxima Nova'; font-size: 16px; line-height: 24px; overflow-x: hidden; }

h1, h2, h3 { font-family: 'Proxima Nova Bold'; }
h4, h5 { font-family: 'Proxima Nova'; }
h1 { font-size: 48px; line-height: 56px; margin-bottom: 40px; }
h2 { font-size: 40px; line-height: 48px; margin-bottom: 30px; }
h3 { font-size: 32px; line-height: 40px; margin-bottom: 20px; }
h4 { font-size: 24px; line-height: 32px; margin-bottom: 20px; }
h5 { font-size: 16px; line-height: 24px; margin-bottom: 0; }
p  { font-size: 16px; line-height: 24px; margin-bottom: 20px; }
li { font-size: 16px; line-height: 24px; }

a { color: #ed1b2f; transition: all 0.3s; }
a img { transition: all 0.3s; }
a:hover { text-decoration: none; color: #404040; }

hr {}
table { width: 100%; }
blockquote {}
svg { height: 100%; width: 100%; }
strong { font-family: 'Proxima Nova Bold'; }

/* General */
.hidden { display: none; z-index: -1000 !important; }
.required { color: red; font-weight: bold; }

.fold { padding-top: 160px; padding-bottom: 100px; overflow-x: hidden; min-height: 100vh; }
.fold { background-position: center; background-repeat: no-repeat; background-attachment: fixed; }

/* Line Heights */
.lh-1 { line-height: 1; }
.lh-2 { line-height: 2; }
.lh-3 { line-height: 3; }
.lh-4 { line-height: 4; }
.lh-5 { line-height: 5; }

/* Font Colors */
.fc-red 	{ color: #EC254C; }
.fc-orange  { color: #F36523; }
.fc-purple  { color: #B81F68; }
.fc-violet  { color: #330066; }

/* Header */
header { position: fixed; width: 100%; left: 0; top: 0; z-index: 100; }
header { transition: all 0.5s; background: rgba(0, 0, 0, 0);  }
header > div { padding-top: 20px; padding-bottom: 20px; }
header .main-logo { float: left; }
header .main-logo img { max-height: 60px; transition: all 0.3s; }
header .for-desktop { padding-top: 30px; transition: all 0.3s; }

header .for-mobile { padding: 15px; }
header .for-mobile img { max-width: 240px; max-height: 40px; margin-top: 5px; }
header .for-mobile .list-menu-item { display: block; }
header .for-mobile .list-menu-item { margin: 0; }
header .for-mobile .list-menu-item a { text-indent: 0 !important; }

header.append { background: rgba(0, 0, 0, 1); }
header.append .for-desktop { padding-top: 20px; }
header.append .for-mobile .main-logo img { max-height: 40px; }
header.append .main-logo img { max-height: 50px; }

header .list-menu { text-align: right; margin-bottom: 0; padding-left: 0; }
header .list-menu-item { display: inline-block; margin: 0 0 0 40px; font-size: 14px; }
header .list-menu-item a { color: #FFF; padding: 8px 0; display: block; position: relative; }
header .list-menu-item a:before { position: absolute; content: ""; transition: all 0.3s; }
header .list-menu-item a:before { width: 0; height: 2px; bottom: 0; background-color: #F36523; }
header .list-menu-item a:hover,
header .list-menu-item a.active { color: #F36523; }
header .list-menu-item a:hover:before { width: 100%; }
header .list-menu-item .btn { padding: 8px 32px; font-size: 14px; margin-bottom: 0; }
header .list-menu-item .btn:before { display: none; }
header .list-menu-item .btn:hover { color: #FFF; }

/* Fold: Main */
.fold-main { padding-top: 0; padding-bottom: 0; color: #FFFFFF; overflow: hidden; }
.fold-main .container { /*max-width: 1100px;*/ }
.fold-main .container .row { height: 100vh; display: flex; }

.fold-main-img { position: relative; }
.fold-main-img img { /*max-width: 480px;*/ }
.fold-main-img .ghost { position: absolute; transform: translate(-50% -50%); background-color: #330066; width: 70px; height: 70px; }
.fold-main-img .ghost { border-radius: 50%; animation: glowing 2s infinite; justify-content: center; display: flex; }
.fold-main-img .ghost svg { color: #FFFFFF; fill: #FFFFFF; align-self: center; max-height: 35px; max-width: 35px; } 

.fold-main-img .icon-1 { top: 20%; left: 20%; }
.fold-main-img .icon-2 { bottom: 0; right: 40%; }

.fold-main-img .icon-shopify { background-color: #7CBB28; top: 40%; right: 10%; width: 80px; height: 80px; }
.fold-main-img .icon-shopify svg { max-height: 40px; max-width: 40px; }
.fold-main-img .icon-facebook { background-color: #4064AD; bottom: 20%; left: 10%; width: 90px; height: 90px; }
.fold-main-img .icon-facebook svg { max-height: 45px; max-width: 45px; }
.fold-main-img .icon-ecommerce { background-color: #EC254C; top: 10%; right: 25%; width: 100px; height: 100px; }
.fold-main-img .icon-ecommerce svg { max-height: 50px; max-width: 50px; }

/* Fold: Services */
.fold-services .step-icon { height: 140px; width: 140px; background-color: #B81F68; margin: 0 auto 20px; }
.fold-services .step-icon { border-radius: 50%; box-shadow: 0 0 0 0 rgb(184, 31, 104, 0.5); }
.fold-services .step-icon { transition: all 0.3s; display: flex; justify-content: center; }
.fold-services .step-icon svg { fill: #FFFFFF; max-height: 60px; max-width: 60px; align-self: center; }
.fold-services .step-icon:hover { background-color: #330066; box-shadow: 0 0 0 10px rgb(51, 0, 102, 0.5); }

.fold-services span { font-family: 'Euromode Bold'; font-size: 104px; height: 160px; line-height: normal; }
.fold-services span { display: block; float: left; width: 80px; text-align: right; margin-right: 20px; opacity: 10%; }

/* Fold: Features */
.fold-features { padding: 0; }
.fold-features .btn-primary:hover { background-color: #000000; }

/* Fold: Benefits */
.fold-benefits { background-image: url(../images/bg-benefits.png); background-color: #F36523; color: #FFFFFF; }
.fold-benefits { background-attachment: scroll; background-size: 30%; background-position: bottom; }
.fold-benefits .card { border: 0; border-radius: 5px; margin-bottom: 20px; position: relative; }
.fold-benefits .card { min-height: 100px; box-shadow: 0 0 40px 0 rgb(255, 102, 0, 0.2); }
.fold-benefits .card-body { color: #000000; display: flex; align-items: center; }

.fold-benefits .card span { height: 70px; width: 70px; position: absolute; top: 50%; display: flex; }
.fold-benefits .card span { background-color: #330066; align-items: center; justify-content: center; }
.fold-benefits .card span { color: #FFFFFF; transform: translate(0, -50%); border-radius: 50px; transition: all 0.3s; }
.fold-benefits .card span:hover {  box-shadow: 0 0 0 10px rgb(184, 31, 104, 0.5); background-color: #B81F68; }
.fold-benefits .card span i { font-size: 20px; transition: all 0.3s; }

.fold-benefits .column-left .card { padding-right: 35px; position: relative; }
.fold-benefits .column-left .card-body { justify-content: flex-end; text-align: right; }
.fold-benefits .column-left .card span { right: -35px; }
.fold-benefits .column-left .card-1 { right: -75px; }
.fold-benefits .column-left .card-2 { right: -50px; }
.fold-benefits .column-left .card-3 { right: -25px; }

.fold-benefits .column-right .card { padding-left: 35px; }
.fold-benefits .column-right .card-body { justify-content: flex-start; text-align: left; }
.fold-benefits .column-right .card span { left: -35px; }
.fold-benefits .column-right .card-1 { left: -75px; }
.fold-benefits .column-right .card-2 { left: -52px; }
.fold-benefits .column-right .card-3 { left: -25px; }

/* Fold: Pricing */
.fold-pricing { background-color: rgba(200, 200, 200, 0.2); }
.fold-pricing .card { background-color: #FFFFFF; color: #000000; margin-bottom: 20px; }
.fold-pricing .card { border-radius: 20px; box-shadow: 0 0 40px 0 rgb(0, 0, 0, 0.2); border: 0; text-align: center; }
.fold-pricing .card li { border-top: 1px solid rgb(0, 0, 0, 0.1); padding: 7px; }
.fold-pricing .card-header { padding: 50px 0; background-color: transparent; border: 0; }
.fold-pricing .card-header:first-child { border-radius: 20px 20px 0 0; }
.fold-pricing .card-footer { padding: 20px 0; background-color: transparent; border: 0; }

.fold-pricing .card.plus { background-color: #B81F68; color: #FFFFFF; }
.fold-pricing .card.plus li { border-top-color: rgb(255, 255, 255, 0.1); }
.fold-pricing .card.plus li.header { background-color: #330066; }
.fold-pricing .card.plus .btn-quartenary:hover { background: #000000; }

.fold-pricing .card.premium { background-color: #330066; color: #FFFFFF; }
.fold-pricing .card.premium li { border-top-color: rgb(255, 255, 255, 0.1); }
.fold-pricing .card.premium li.header { background-color: #B81F68; }
.fold-pricing .card.premium .btn-tertiary:hover { background: #000000; }

/* Fold: Testimonials */
.fold-testimonials { position: relative; overflow: hidden; min-height: 0; text-align: center; }
.fold-testimonials:before,
.fold-testimonials:after { position: absolute; height: 300px; width: 300px; opacity: 0.1; }
.fold-testimonials:before,
.fold-testimonials:after { background-image: url(../images/icon-quote.png); background-size: cover; }
.fold-testimonials:before { content: ""; left: 10%; top: 50%; transform: translate(0, -50%); }
.fold-testimonials:after { content: ""; right: 10%; top: 50%; transform: translate(0, -50%); }
.fold-testimonials:after { transform: rotate(-180deg); }

.fold-testimonials .slide-img div { padding: 10px; max-height: 160px; max-width: 160px; margin: 0 auto 30px; }
.fold-testimonials .slide-img img { padding: 10px; box-shadow: 0 0 0 10px rgb(184, 31, 104, 0.5); }
.fold-testimonials .slide-img img { background-color: #B81F68; border-radius: 50%; }

/* Fold: Clients */
.kneeler { padding-top: 80px; padding-bottom: 40px; }
.kneeler { background-position: center 300px; background-repeat: no-repeat; position: relative; }
.kneeler { background-color: #FFFFFF; background-image: url(../images/bg-kneeler.png); }
.kneeler .card { border-radius: 20px; border: 0; padding: 50px; box-shadow: 0 0 40px 0 rgb(0, 0, 0, 0.2); }
.kneeler .clients-logo img { mix-blend-mode: lighten; }

/* Footer */
footer { padding-top: 70px; padding-bottom: 30px; background-color: #330066; color: #FFFFFF; }
footer a { color: #FFFFFF; }
footer a:hover { color: #F36523; }
footer hr { border-color: rgba(255, 255, 255, 0.1); margin-bottom: 40px; }

footer .list-about li { padding: 0; }
footer .list-about li a img { max-height: 80px; opacity: 0.2; }
footer .list-about li a:hover img { opacity: 1; margin-top: -10px; }

footer .list-social a { font-size: 24px; width: 32px; height: 32px; }
footer .list-social a { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; }
footer .list-social a:hover { color: #FFFFFF; margin-top: -10px; }
footer .list-social li { padding: 20px; position: relative; }

footer .list-contact li { position: relative; padding-left: 70px; margin-bottom: 10px; line-height: 28px; }
footer .list-contact li:before { font-size: 24px; top: 5px; width: 50px; text-align: center; height: 50px; left: 0; }
footer .list-contact li:before { font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; line-height: 50px; }
footer .list-contact li:before { border-radius: 50%; background-color: #F36523; }
footer .list-contact .contact-address:before 	{ content: "\f3c5"; }
footer .list-contact .contact-mobile:before 	{ content: "\f3cd"; }
footer .list-contact .contact-email:before		{ content: "\f0e0"; }

/* Loader */
.no-js #loader { display: none;  }
   .js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; }
.se-pre-con { display: flex; justify-content: center; align-items: center; background-color: #330066; }
.se-pre-con img { height: 100px; width: 100px; }

/* Floaters */
.floaters { position: fixed; right: -70px; bottom: 30px; z-index: 100; transition: all 0.3s; }
.floaters .btn { border: 0; background: #B81F68 !important; color: #FFF !important; border-radius: 50%; }
.floaters .btn { width: 50px; height: 50px; display: flex; padding: 0; text-align: center; opacity: 0.5; }
.floaters .btn { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); align-items: center; justify-content: center; }
.floaters .btn:hover { opacity: 1; animation: beating 2s infinite; }
.floaters > div { margin-top: 10px; }
.floaters.show { right: 30px; }

/* Animations */
@keyframes beating {
	0%		{ box-shadow: 0 0 0  5px rgba(184, 31 ,104, 0.2); }
	25% 	{ box-shadow: 0 0 0 10px rgba(184, 31 ,104, 0.2); }
	50% 	{ box-shadow: 0 0 0  5px rgba(184, 31 ,104, 0.2); }
	75% 	{ box-shadow: 0 0 0 10px rgba(184, 31 ,104, 0.2); }
	100% 	{ box-shadow: 0 0 0  5px rgba(184, 31 ,104, 0.2); }
}

@keyframes glowing {
	0%		{ box-shadow: 0 0 0  5px rgba(255, 255 ,255, 0.2); }
	25% 	{ box-shadow: 0 0 0 10px rgba(255, 255 ,255, 0.2); }
	50% 	{ box-shadow: 0 0 0  5px rgba(255, 255 ,255, 0.2); }
	75% 	{ box-shadow: 0 0 0 10px rgba(255, 255 ,255, 0.2); }
	100% 	{ box-shadow: 0 0 0  5px rgba(255, 255 ,255, 0.2); }
}