@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

.counter-section,
.counter-section-theme{
	display: none;
}

body {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
	letter-spacing: 0.4px;
	overflow-x: hidden;
}

:root {
	--global-content-width: 1430px;
	--global-content-narrow-width: 1130px;
	--global-container-padding: 15px;
	--global-container-fluid-width: 1600px;
	--global-border: #e5e5e5;
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}

.container-fluid {
	max-width: var(--global-container-fluid-width);
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	max-width: var(--global-content-width);
	padding: 0 var(--global-container-padding);
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jost';
	font-weight: 600;
	color: #242424;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

h2 span {
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.row .row {
	margin-right: 0;
	margin-left: 0;
}

/* --------------------------- header area -------------------------------- */

.navbar{
    padding-inline: 0;
}

.navbar-area {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
    border-bottom: 1px solid #f7d6df;
	z-index: 999;
}

.navbar-area .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 11px 20px;
	color: #242424;
	text-transform: capitalize;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin: 14px 0;
}
.navbar-area .navbar-brand{
	width: 220px;
}
.navbar-area .img-logo {
    max-height: 45px;
}

.navbar-area .btn {
	padding: 12px 20px;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	margin: auto;
	border-radius: 50px;
	transition: 0.3s;
	margin-left: 20px;
    border: 0;
}

.navbar-area .btn:hover {
	transform: translateY(-2px);
	background: linear-gradient(269.34deg, #DA138E -0.22%, #EB314D 49.89%, #FC8A3D 100%);
	color: #fff;
}

.navbar-area .btn a {
	color: #fff;
}

.navbar-area .btn a svg {
	fill: white;
	width: 22px;
	margin-right: 5px;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222222;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/* -------------------------------- top-section ---------------------------------------- */
.top-section {
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 165px;
	padding-bottom: 90px;
    background-image: linear-gradient(135deg, #eae8fd 0, #fce5e6 100%);
	/* background-image: url(../images/intro-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto; */
}

.top-section .elementor-img img {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.top-section .elementor-img .img-block {
    transform-style: unset !important;
    padding: 0px 2px 0 1px;
}

.top-section .content {
	text-align: left;
}

.top-section .content h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.top-section .content p img {
	margin-right: 15px;
}

.top-section .content .theme-subtile span {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	font-style: italic;
}

.top-section .content .theme-subtile span {
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.top-section .container > .row {
	align-items: center;
}

.top-section .content .theme-info {
	margin-bottom: 40px;
	max-width: 500px;
}

.top-section .content .icon {
	display: inline-flex;
}

.top-section .content span.text {
    color: #242424;
    background: none;
    -webkit-text-fill-color: #242424;
    font-size: 20px;
    font-weight: 400;
}
.top-section .content span.text span{
	font-weight: 500;
}
.top-section .content .icon svg {
	height: auto;
	width: 39px;
}

.top-section .slider-icons {
	display: flex;
	flex-wrap: wrap;    
	gap: 10px;
    line-height: 40px;
}

.top-section .content .icon {
	display: inline-flex;
	background-image: url(../images/svg/prestashop.svg);
	width: 45px;
	height: 40px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
.top-section .content .icon.icon-monster {
	background-image: url(../images/svg/guru_author.svg);
	width: 45px;
	height: 33px;
}
.top-section .content .icon.icon-envato {
    background-image: url(../images/svg/envato_elite.svg);
    width: 40px;
    height: 40px;
}
.top-section .content .icon.icon-addons {
	background-image: url(../images/svg/prestashop.svg);
}
.top-section .btn {
    position: relative;
    background: #fff;
    color: #000;
    padding: 0 80px 0 30px;
    font-size: 20px;
    border-radius: 35px;
    transition: 0.5s;
    height: 55px;
    margin-top: 50px;
    line-height: 52px;
    font-weight: 400;
}

.top-section .btn:hover {
	transform: translateY(-3px);
	box-shadow: inset 0 0 200px rgb(0 0 0 / 3%);
}

.top-section .content .btn-icon {
	position: absolute;
	top: 7px;
	right: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 35px;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

/* -------------------------------- Overview ---------------------------------- */
.overview {
    padding: 40px 0;
    background: #2c3644;
    text-align: center;
    color: #ccc;
    font-size: 22px;
}
.overview .version-title{
    color: #fff;
    font-size: 34px;
	margin-bottom: 5px;
    font-weight: 500;
}
.overview .list-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 70px;  
}

.overview .check-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;  
	width: 18%;
}

.overview .check-item span {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
}

.overview .check-item .icon {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
}
.overview .check-item .icon svg{
fill: #ffffff;
}

/* -------------------------------- counter ---------------------------------- */
.counter {
	max-width: var(--global-content-narrow-width);
	margin: 20px auto;
	text-align: center;
	padding: 65px 0px;
}

.counter .content p {
	margin-bottom: 50px;
}

.counter .content p span {
	font-size: 17px;
	font-weight: 900;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.counter-section-theme .counter .content p {
	margin-bottom: 30px;
}
.counter-number .list-check {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 130px;
}

.counter-number .list-check .item span {
	font-size: 42px;
	font-weight: 900;
	padding-bottom: 15px;
}

.counter-number .list-check .item p {
	font-weight: 500;
	color: #000;
	margin-left: -16px;
}

.counter-section-theme {
    padding: 10px 0px;
    background-color: #f9f9f9;
}
/*------------------------------demo-tab----------------------------------------*/

/*- FILTER OPTIONS -*/

ul#filterOptions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	overflow: hidden;
}

ul#filterOptions li {
	transition: 0.5s all;
}

ul#filterOptions li a {
	border: none;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding: 9px 21px 9px 21px;
	text-decoration: none;
	margin: 5px;
	border-radius: 50px;
	white-space: nowrap;

}

ul#filterOptions li a:hover {
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	color: #fff;
	text-decoration: none;
}

ul#filterOptions li.active a {
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	color: #fff;
	text-decoration: none;
}

/*Demo Tab */
.demo-tab {
/*	background-color: #f5f5f5;*/
	padding: 90px 0;
}

.demo-tab .item h2 {
	margin-bottom: 20px;
	/*background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;*/
}


.demo-tab .item .demo-counter {
	position: relative;
}

.demo-tab .item .demo-counter:after {
	position: absolute;
	content: '';
	width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	height: 100%;
	background-image: url(../images/count-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.demo-tab .item .demo-counter .suffix-count {
	font-size: 70px;
	line-height: 70px;
	font-weight: 900;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.demo-tab .item .demo-counter #demo-number {
	font-size: 130px;
	line-height: 130px;
	font-weight: 900;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.demo-tab .item p {
	font-size: 17px;
	width: 54%;
	margin: 0 auto 40px;
}

.demo-tab .grid {
	max-width: 1680px;
	margin: 40px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.demo-tab .grid>li {
    width: calc(100% / 3 - 40px);
    margin: 0px 20px;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.demo-tab .filter-tab .element-item .box-content {
	text-align: center;
}

.demo-tab .filter-tab .element-item .box-content h6 {
	margin-bottom: 4px;
}
.demo-tab .filter-tab .element-item .box-content h5 span {
    display: block;
    font-size: 17px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
}
.demo-tab .filter-tab .element-item .box-content p {
	font-size: 14px;
	color: #555;
}

.demo-tab .filter-tab .element-item {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	color: #000;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
}

.demo-tab .filter-tab .element-item:hover {
	transform: translateY(-8px);
}

.demo-tab .filter-tab .element-item .inner-box {
	overflow: hidden;
	height: 370px;
	position: relative;
	margin-bottom: 24px;
}

.demo-tab .filter-tab .spacer {
	clear: both;
	height: 20px;
}

.element-item .inner-box:hover img:not(.element-item .inner-box.coming-soon:hover img) {
	top: -100px;
}

.element-item .inner-box img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 1.5s ease-out 0s;
	-moz-transition: all 1.5s ease-out 0s;
	-ms-transition: all 1.5s ease-out 0s;
	-o-transition: all 1.5s ease-out 0s;
	transition: all 1.5s ease-out 0s;
}
/* ------------------------------- page builder ------------------------------------- */
.page-builder-item {
	background-color: #f0e7e9;
	padding: 60px 90px;
	border-radius: 20px;
	margin-bottom: 50px;
}

.page-builder .check-list {
	margin: 20px 0 0 0;
	padding: 0;
}

.page-builder .col {
	padding: 0;
}

.page-builder .check-list img {
	margin: 0 10px 0 0;
}

.page-builder .content h2 {
	margin: 20px 0 10px 0;
}

.page-builder .content p {
	font-size: 14px;
}

.page-builder .content p:not(.check-list p) {
	margin: 0 0 30px;
	width: 75%;
}

.page-builder .content button {
	padding: 12px 25px;
	background-color: #fff;
	font-size: 15px;
	border: none;
	font-weight: 600;
	margin-top: 30px;
	transition: all 0.5s;
	border-radius: 50px;
}

.page-builder .content button a {
	color: #000;
}

.page-builder .content button:hover {
	color: #fff;
	background-color: #000;
}

.page-builder .content button:hover a {
	color: #fff;
}

.page-builder .elementor-img img {
	border-radius: 10px;
}

/* ----------------------------- envato-power --------------------------------- */
.envato-power {
    margin-bottom: 80px;
    margin-top: 80px;
}

.envato-power img {
	border-radius: 10px;
}

.envato-power .banners .content {
	margin-bottom: 60px;
	text-align: center;
}

.envato-power .banners .content h2 {
	margin: 0 auto 35px;
	width: 55%;
}

.envato-power .banners .content p {
	width: 54%;
	margin: auto;
}

.envato-power .banners .banner {
	transition: 0.5s;
}

.envato-power .banners .banner:hover {
	transform: translateY(-8px);
}

.envato-power .row.top-banner {
	margin-bottom: 30px;
}

/*---banner-01---*/
.envato-power .banner-01 img {
	position: relative;
}

.envato-power .banner-01 .banner-content {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 55px;
	right: auto;
	width: 39%;
}

.envato-power .banner-01 .banner-content h1 {
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 15px;
}

.envato-power .banner-01 .banner-content h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.envato-power .banner-01 .banner-content p {
	font-size: 16px;
    margin-bottom: 15px;
}

.envato-power .banner-01 .banner-content button {
	background-color: #fff;
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 50px;
	border: none;
	transition: all 0.3s;
}

.envato-power .banner-01 .banner-content button:hover {
	background-color: #000;
	color: #fff;
}

/*---banner-02---*/
.envato-power .banner-02 img {
	position: relative;
}

.envato-power .banner-02 .banner-content {
	position: absolute;
	left: 40px;
	top: 50px;
}

.envato-power .banner-02 .banner-content img {
	border-radius: 0;
}

.envato-power .banner-02 .banner-content h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
	color: #fff;
}

.envato-power .banner-02 .banner-content h5 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #fff;
}

/*---banner-03---*/
.envato-power .banner-03 img {
	position: relative;
}

.envato-power .banner-03 .banner-content {
	position: absolute;
	text-align: center;
	bottom: 50px;
	right: 0;
	left: 0;
}

.envato-power .banner-03 .banner-content h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
}

.envato-power .row.bottom-banner {
	margin-bottom: 30px;
}

/*---banner-04---*/
.envato-power .banner-04 img {
	position: relative;
}

.envato-power .banner-04 .banner-content {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 70px;
	right: auto;
}

.envato-power .banner-04 .banner-content h3 {
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.envato-power .banner-04 .banner-content p {
	color: #fff;
    font-size: 15px;
    line-height: 26px;
}

/*---banner-05---*/
.envato-power .banner-05 img {
	position: relative;
}

.envato-power .banner-05 .banner-content {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 60px;
	right: auto;
	width: 39%;
}

.envato-power .banner-05 .banner-content h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
}

.envato-power .banner-05 .banner-content p {
    margin-bottom: 15px;
    font-size: 16px;
}

.envato-power .banner-05 .banner-content button {
	background-color: #fff;
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 50px;
	border: none;
	transition: all 0.3s;
}

.envato-power .banner-05 .banner-content button:hover {
	background-color: #000;
	color: #fff;
}

/* ------------------------------- Elementor ---------------------------------- */
.elementor {
	padding: 100px 0;
	background-color: #000000;
	background-image: url(../images/elementor-back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.elementor .row .col-12.content {
	padding-left: 5%;
}

.elementor .elementor-image img {
	border: 3px solid #fff;
}

.elementor .row {
	align-items: center;
}

.elementor .content h1 {
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}

.elementor .content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 80%;
}

.elementor .check-list.check-list-2 {
	margin-top: 20px;
}

.elementor .row .col-12.content > img {
	margin-top: 25px;
}

.elementor .check-list {
	margin: 30px 0 0 0;
	padding: 0;
}

.elementor .col {
	padding: 0;
}

.elementor .content p svg {
	height: 20px;
	width: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
	margin: 0 10px 0 0;
}

.elementor .content .icon.icon-elementor {
	display: inline-flex;
	
	width: 250px;
	height: 50px;
	mask-image: url(../images/svg/elementor-logo.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-image: url(../images/svg/elementor-logo.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	margin-top: 30px;
}

/* ------------------------------- devices ---------------------------------- */
.devices {
	padding: 90px 0;
    background-color: #2c3644;
    background-image: url(../images/responsive_background.jpg);
    background-position: center;
    background-size: cover;
}

.devices .row {
	align-items: center;
}
.devices .content{
    text-align: center;
    max-width: 70%;
    margin: 0 auto 30px;
}
.devices .content h2 {
	color: #fff;
	margin-bottom: 10px;
}
.devices .content p {
    font-size: 17px;
    font-weight: 400;
    color: #ccc;
}
.devices .responsive-content{
    float: left;
}
.devices .responsive-content ul{
	padding-top: 40px;
    padding-left: 150px;
    color: #fff;
}
.devices .responsive-content ul li{
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    list-style: auto;
}


/*-------------------------product-layout---------------------------------*/
.product-layout {
	background-color: #f0e7e9;
	padding: 75px 0;
}

.product-wrapper.splide .splide__arrow--next {
	right: -0.8em;
}

.product-layout .content h2 {
	text-align: center;
	margin-bottom: 30px;
}

.product-layout #pro_layout .tab-header .nav-tabs {
	border-bottom: 0;
	justify-content: center;
	margin-bottom: 40px;
	gap: 10px;
}

.product-layout #pro_layout .tab-header .nav-tabs .nav-link {
	font-size: 15px;
	font-weight: 600;	
    color: #000000;
	border-radius: 50px;
	background: transparent;
	border: 0;
	padding: 9px 17px;
	position: relative;
}

.product-layout #pro_layout .tab-header .nav-tabs .nav-link span.layout-count {
	background: #fff;
	color: #000000;
	border-radius: 100%;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	content: '';
	top: -6px;
	left: auto;
	right: -6px;
}

.product-layout #pro_layout .tab-header .nav-tabs .nav-link.active {
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	color: #fff;
}

.product-layout #pro_layout .tab-content .product-wrapper .inner-box {
	transition: 0.5s;
	margin-bottom: 24px;
	overflow: hidden;
	height: 450px;
	position: relative;
	border-radius: 5px;
}

.product-layout #pro_layout .tab-content .product-wrapper .inner-box:hover {
	transform: translateY(-8px);
}

.product-layout #pro_layout .tab-content .product-wrapper .inner-box a img {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 1.5s ease-out 0s;
}

/*.product-layout #pro_layout .tab-content .product-wrapper .inner-box:hover a img {
	top: -150px;
}
*/
.product-layout #pro_layout .tab-content .product-wrapper .box-content {
	text-align: center;
}
.product-layout #pro_layout .tab-content .product-wrapper .box-content h6{

    font-weight: 500;
    font-size: 18px;
}
.splide__slide{
    width: calc(25% - 22.5px);
}

/*---product-layout-navigation---*/
.splide .splide__pagination,
.splide ul.splide__pagination.splide__pagination {
	margin: 35px 0 0 0;
	gap: 5px;
}

.splide .splide__pagination__page.is-active {
	background: transparent;
	opacity: 1;
	border: 1px solid #000;
	height: 14px;
	width: 14px;
}

.splide .splide__pagination__page {
	opacity: 1;
	height: 10px;
	width: 10px;
}

/*----------------------------------Product-Card-------------------------------------------*/
.product-card {
	background: #f8f8f8;
	padding: 80px 0 90px;
}

.product-card .container {
	padding: 0 50px;
}

.product-card .card-content {
	text-align: center;
}

.product-card .card-content h2 {
	margin-bottom: 20px;
}

.product-card .card-content p {
	font-size: 16px;
	margin: 0 auto 55px;
	width: 38%;
}

.product-card .card-style .card-inner img {
	transition: 0.5s;
}

.product-card .card-style .card-inner img:hover {
	transform: translateY(8px);
}

.product-card .card-style .card-inner img {
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.product-card .card-style .splide__slide {
	margin-bottom: 8px;
}

/* -------------------------------- Load More ------------------------------- */
.customizer {
	padding: 75px 0 55px;
	background: #152758;
    text-align: center;
}

.customizer .row {
	align-items: center;
}

.customizer .container-fluid {
	padding: 0 20px;
}

.customizer .content h2 {
	color: #fff;
}

.customizer .content .load-number {
	/*background: linear-gradient(269.34deg, #FC8A3D -22.22%, #EB314D 87.89%, #DA138E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;*/
}

.customizer .content h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;   
    margin-top: 15px;
    margin-bottom: 15px;
}

.customizer .content ul {
    list-style: disc;
    padding-inline-start: 20px;
    display: flex;
    column-gap: 50px;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}

.customizer .content ul li {
	font-size: 18px;
	color: #fff;
}

/* -------------------------------- Video ------------------------------- */
.video {
	padding: 75px 0;
}

.video .content {
	text-align: center;
}

.video .content h6 {
	margin-bottom: 20px;
	color: #ca222d;
}

.video .content h2 {
	margin-bottom: 16px;
}

.video .content p {
	font-size: 16px;
	width: 54%;
	margin: 0 auto 34px;
}

.video .video-content {
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 30px 0 30px 30px;
}

.video .vid-container {
	position: relative;
	padding-bottom: 430px;
	padding-top: 30px;
	height: 0;
	width: 48%;
	float: left;
	margin-right: 20px;
	border: 2px solid var(--global-border);
	border-radius: 10px;
}

.video .vid-container iframe,
.video .vid-container object,
.video .vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 360px;
	padding: 15px;
	border-radius: 10px;
}

.video .vid-list-container {
	margin: 0;
	padding: 0;
	float: right;
	width: 30%;
	background: #f6f6f6;
	padding: 20px 0px 20px 20px;
	border-radius: 10px;
}

.video ol#vid-list {
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: 5px;
	scroll-behavior: smooth;
	height: 535px;
	scrollbar-width: thin;
}

.video ol#vid-list li {
	list-style: none;
	padding-bottom: 20px;
}

.video ol#vid-list li a {
	text-decoration: none;
	background-color: #f6f6f6;
	height: 120px;
	
	align-items: center;
}

.video .vid-thumb {
	float: left;
	margin-right: 15px;
	width: 120px;
}

.vid-content {
    width: 250px;
    float: left;
}

.video .vid-thumb img {
	border-radius: 10px;
}

.video .active-vid {
	background: #3A3A3A;
}

.video #vid-list .desc {
	margin-bottom: 8px;
}

.video #vid-list p {
	font-size: 13px;
	color: #666666;
}

/* -------------------------------- Megamenu ------------------------------- */
.megamenu {
	padding: 75px 0;
	background-color: #9d115b;
	/*background-image: url(../images/megamenu-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;*/
    text-align: center;
}

.megamenu .row {
	align-items: center;
}

.megamenu .container-fluid {
	padding: 0 20px;
}

.megamenu .content h2 {
	color: #fff;
	margin-bottom: 25px;
}

.megamenu .content h5 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 40px;
}

.megamenu .content ul {
	display: flex;
	gap: 50px;
    margin-top: 30px;
    justify-content: center;
}

.megamenu .content ul li {
	font-size: 16px;
	color: #fff;
}
.megamenu .content ul li spam{
	text-align: left;
}
.megamenu .content ul li img {
	margin-right: 16px;
}
.customizer-image,
.menubanner-image{
	max-width: 95%;
}

/************** Language Translation Section CSS ****************/

.language {
    margin: 90px 0px 0;
}
.language h2 {	
    margin-bottom: 15px;
}
.languages_list{    
    margin: 40px auto 60px;
    text-align: center;
}
.languages_list .lang-item{
    display: inline-block;
    background: #f2f2f2;
    border-radius: 0px;
    min-width: 195px;
    margin: 0 25px 20px 0;
    text-align: left;
    padding-left: 15px;
}
.languages_list .lang-item .image {
    height: 27px;
    position: relative;
    width: 27px;
    vertical-align: middle;
    margin-inline-end: 7px;
    display: inline-block;
}
.languages_list .lang-item .title {
    font-size: 17px;
	color: #242424;
    font-weight: 400;
    line-height: 49px;
}
.languages_list .lang-item .content {
    display: inline-block;
    vertical-align: middle; 
}
.languages_list .lang-item .content a{
    text-decoration: none;   
}
.languages_list .lang-item:hover{
    border-color: #222222;
}
.languages_list .lang-item:hover a{
    color: #222222;
}
.languages_list .lang-item .lang-img1 {
    background: url(../images/language/english.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img2 {
    background: url(../images/language/french.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img3 {
    background: url(../images/language/spanish.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img4 {
    background: url(../images/language/german.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img5 {
    background: url(../images/language/italian.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img6 {
    background: url(../images/language/polski.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img7 {
    background: url(../images/language/nederland.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img8 {
    background: url(../images/language/russian.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img9 {
    background: url(../images/language/portuguese.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img10 {
    background: url(../images/language/roman.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img11 {
    background: url(../images/language/cestina.png) no-repeat scroll center center;
}
.languages_list .lang-item .lang-img12 {
    background: url(../images/language/swedish.png) no-repeat scroll center center;
}
.gdpr-banner{
    max-width: 100%;
}

/************** Customizer Section CSS ****************/
.customizer-section{
    padding-bottom: 0;
}
.customizer-wrapper{  
    display: flex;
    padding: 0 30px 50px;
    border-bottom: 1px solid #ddd;
}
.customizer-section .customizer_content {
    width: 44%;
}
.customizer-section .customizer_image {
    width: 56%;
    padding-left: 30px;
    text-align: right;
}
.customizer-section .customizer_image img{
    max-width: 100%;
}
.customizer-section .customizer_content .section-headding{
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
.customizer-section .customizer_content .section-title{
    text-align: left;
    margin-bottom: 25px;
    font-size: 32px;
}
.customizer-section .customizer_content .subtitle{ 
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
    display: inline-block;
    position: relative;
}
.customizer-section .customizer_content .subtitle svg{
	height: 20px;
    width: 20px;
    padding: 2px;
    margin: 0 5px 0 0;
}
@media only screen and (max-width: 1300px){
    .customizer-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .customizer-section{
        padding-top: 0;
    }
    .customizer-wrapper{
        display: block;
    }
    .customizer-section .customizer_content {
        width: 100%;
    }
    .customizer-section .customizer_image{
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
}


/* ---------------------------------- Exclusive Features ---------------------------------- */
.features {
	text-align: center;
	padding: 90px 0;
	margin-bottom: 0px;
    background-image: linear-gradient(135deg, #f3f2fa 0, #f9f1f3 100%);
}
.features .col-3 {
	padding: 0px;
}
.features .content h2 {
	margin-bottom: 10px;
}
.features .items {
    margin-top: 40px;
}
.features .items .row{
    row-gap: 15px;
    margin: 0 -7px;
}
.features .items .row-inner{
    padding-right: 7px;
    padding-left: 7px;
}
.features .items .item-inner {
	transition: 0.5s;
    background: #fff;
    padding: 20px 20px 20px;
	min-height: 300px;
}
.features .items .item-inner:hover {
	transform: translateY(-4px);
}
.features h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.features .items p {
	font-size: 15px;
	line-height: 22px;
}

/* -------------------------------- testimonial ------------------------------- */
.testimonial {
	padding: 90px 0 90px;
	background: #f7f6f9;
}

.testimonial .testimonial-content {
	text-align: center;
}

.testimonial .testimonial-content h2 {
	margin-bottom: 20px;
}

.testimonial .testimonial-content p {
	font-size: 16px;
	margin: 0 auto 40px;
	width: 38%;
}

.testimonial .content .support,
.testimonial .content .name {
	font-size: 15px;
	font-weight: 600;
}

.testimonial .content .support span,
.testimonial .content .name span {
	font-weight: 400;
	color: #666666;
}

.testimonial .content .support {
	margin-bottom: 12px;
}

.testimonial .content .rating {
	margin-bottom: 14px;
}

.testimonial .content .rating svg {
	color: #ffc107;
}

.testimonial .content p {
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 12px;
}

.testimonial .testimonial-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.testimonial .testimonial-list .item {
	transition: 0.5s;
}

.testimonial .testimonial-list .item:hover {
	transform: translateY(-8px);
}

.testimonial .content {
	height: auto;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	padding: 20px;
}

.testimonial .testimonial-list .item {
	flex: 18%;
	max-width: 100%;
	width: 18%;
	padding-left: 0;
	padding-right: 0;
}

.testimonial #loadMore {
    width: fit-content;
    cursor: pointer;
    padding: 11px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 50px;
    background-color: #111;
    transition: .3s;
    text-decoration: none;
    margin-top: 20px;
}

.testimonial #loadMore:hover {
	color: #fff;
	background-color: #777;
}

.testimonial .noContent {
	width: 190px !important;
}
.testimonial .content .name {
    text-align: right;
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

/* scroll to top */
#myBtn {
	display: none;
	position: fixed;
	z-index: 1;
	height: 40px;
	width: 40px;
	bottom: 55px;
	right: 20px;
	font-size: 15px;
	border: none;
	outline: none;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	color: #ffff;
	cursor: pointer;
	padding: 0px;
	border-radius: 50%;
}

#myBtn:hover {
	background-color: #404040;
}

#myBtn .scroll-icon {
	line-height: 24px;
}
/* recommend-area */

.recommend-area {
	padding: 90px 0 90px;
	background-color: #ffffff;
}
.recommend-area .section-title p.text {
	font-size: 16px;
	line-height: 24px;
	margin: 20px auto;
	width: 70%;
}

.recommend-style .splide__slide .card-inner{
	cursor: pointer;
	background-color: #ddd;
	padding: 5px;
}
.recommend-style .splide__slide .card-inner:hover .buynow-button{
	background-color: rgba(0,0,0,0.5);
}
.recommend-style .splide__slide .card-inner:hover .buynow-button a{
	opacity: 1;
}
.recommend-style .splide__slide .card-inner .buynow-button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.recommend-style .splide__slide .card-inner .buynow-button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
	padding: 9px 20px;
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
	color: #ffffff;
	opacity: 0;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
}

/* Purchase Now */
.purchase-area {
	background-color: #2c3644;
	padding-top: 50px;
}
.purchase-area .section-title .purchase-btn a {
    padding: 16px 40px;
    background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
    margin: auto;
    border-radius: 30px;
    transition: 0.3s;
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
}
.purchase-area .section-title .purchase-btn a:hover {
	transform: translateY(-2px);
	background: linear-gradient(269.34deg, #DA138E -0.22%, #EB314D 49.89%, #FC8A3D 100%);
	color: #fff;
}
.purchase-area .section-title .title {
    font-size: 34px;
    font-weight: 600;
    line-height: 55px;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 0;
    padding-top: 20px;
    text-transform: capitalize;
}
.purchase-inner{
	margin: 0 auto;
    width: 70%;
    color: #ccc;
}
/* footer */

.footer-area .footer-widget .footer-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #6c6c6c;
}

.footer-area .footer-widget .footer-link {
	margin-top: 32px;
}

.footer-area .footer-widget .footer-link ul {
	margin-top: 8px;
}

.footer-area .footer-widget .footer-link ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #182121;
	margin-top: 16px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .footer-link ul li a:hover {
	color: #38f9d7;
}

.footer-area .footer-copyright {
	padding: 40px 0;
	float: left;
	width: 100%;
	position: relative;
	background-color: #2c3644;
}

.footer-area .footer-copyright .copyright .text {
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.footer-area .footer-copyright .copyright .text a {
	color: #fff;
}

.footer-area .footer-copyright .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer-area .footer-copyright .social li:last-child {
	margin-right: 0;
}

.footer-area .footer-copyright .social li a {
	font-size: 24px;
	color: #6c6c6c;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-area .footer-copyright .social li a:hover {
	color: #38f9d7;
}

.footer-area.footer-dark {
	background-color: #182121;
}

.footer-area.footer-dark .footer-widget .footer-title {
	color: #fff;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a {
	color: #fff;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a:hover {
	color: #38f9d7;
}

.footer-area.footer-dark .footer-copyright .copyright .text {
	color: #fff;
}

.footer-area.footer-dark .footer-copyright .social li a {
	color: #fff;
}

.footer-area.footer-dark .footer-copyright .social li a:hover {
	color: #38f9d7;
}