:root{
    
	--bs-primary: #5955D1;
    --bs-primary-rgb: 89, 85, 209;
	
    --bs-secondary: #29294B;
    --bs-white: #fff;
    
	--bs-heading-color: #0C243C;
	
	--bs-dark: #0C243C;
    --bs-dark-rgb: 12, 36, 60;
	
    --bs-light: #F2F2F6;
    --bs-light-rgb: 242, 242, 246;

	--bs-body-font-family: "Plus Jakarta Sans", sans-serif;
    --bs-headings-font-family: "Plus Jakarta Sans", sans-serif;
	
	--bs-border-radius: 6px;
	
	--bs-body-color: #696981;
	--bs-body-color-rgb: 105, 105, 129;

	--bs-nav-pills-link-active-bg: var(--bs-primary);
	
}

::selection {
    background: var(--bs-primary);
    color: #fff;
}
a{
    text-decoration: none;
}
body{
	background-color: var(--bs-light);
}
.bg-light-gradient{
	background: linear-gradient(180deg, #EDE8F2 0%, #FFFFFF 100%);
}

/* begin::Basic CSS */
h1{
    font-size: 75px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--bs-headings-font-family);
}
h2{
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}
h3{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
h4{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
h5{
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
h6{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
/* end::Basic CSS */



/* begin::Section Space */
.section-sp1{
	padding-top: 120px;
	padding-bottom: 90px;
}
.section-sp2{
	padding-top: 120px;
	padding-bottom: 120px;
}
.section-sp3{
	padding-top: 120px;
}
.section-sp4{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 1480px){
	.section-sp1{
		padding-top: 100px;
		padding-bottom: 70px;
	}
	.section-sp2{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-sp3{
		padding-top: 100px;
	}
}
@media (max-width: 1191px){
	.section-sp1{
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.section-sp2{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-sp3{
		padding-top: 70px;
	}
}
@media (max-width: 591px){
	.section-sp1{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.section-sp2{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-sp3{
		padding-top: 50px;
	}
}
/* end::Section Space */



/* begin::Margin CSS */
.m-t0 { margin-top: 0; }
.m-t5 { margin-top: 5px; }
.m-t10 { margin-top: 10px; }
.m-t15 { margin-top: 15px; }
.m-t20 { margin-top: 20px; }
.m-t30 { margin-top: 30px; }
.m-t40 { margin-top: 40px; }
.m-t50 { margin-top: 50px; }
.m-t60 { margin-top: 60px; }
.m-t70 { margin-top: 70px; }
.m-t80 { margin-top: 80px; }
.m-t90 { margin-top: 90px; }
.m-t100 { margin-top: 100px; }

.m-b0 { margin-bottom: 0; }
.m-b5 { margin-bottom: 5px; }
.m-b10 { margin-bottom: 10px; }
.m-b15 { margin-bottom: 15px; }
.m-b20 { margin-bottom: 20px; }
.m-b30 { margin-bottom: 30px; }
.m-b40 { margin-bottom: 40px; }
.m-b50 { margin-bottom: 50px; }
.m-b60 { margin-bottom: 60px; }
.m-b70 { margin-bottom: 70px; }
.m-b80 { margin-bottom: 80px; }
.m-b90 { margin-bottom: 90px; }
.m-b100 { margin-bottom: 100px; }

.m-l0 { margin-left: 0; }
.m-l5 { margin-left: 5px; }
.m-l10 { margin-left: 10px; }
.m-l15 { margin-left: 15px; }
.m-l20 { margin-left: 20px; }
.m-l30 { margin-left: 30px; }
.m-l40 { margin-left: 40px; }
.m-l50 { margin-left: 50px;}
.m-l60 { margin-left: 60px; }
.m-l70 { margin-left: 70px; }
.m-l80 { margin-left: 80px; }
.m-l90 { margin-left: 90px; }
.m-l100 { margin-left: 100px; }

.m-r0 { margin-right: 0;}
.m-r5 { margin-right: 5px; }
.m-r10 { margin-right: 10px;}
.m-r15 { margin-right: 15px; }
.m-r20 { margin-right: 20px; }
.m-r30 { margin-right: 30px; }
.m-r40 { margin-right: 40px; }
.m-r50 { margin-right: 50px; }
.m-r60 { margin-right: 60px; }
.m-r70 { margin-right: 70px;}
.m-r80 { margin-right: 80px; }
.m-r90 { margin-right: 90px; }
.m-r100 { margin-right: 100px;}

.m-lr0 { margin-left: 0; margin-right: 0; }
.m-lr5 { margin-left: 5px; margin-right: 5px; }
.m-lr10 { margin-left: 10px; margin-right: 10px; }
.m-lr15 { margin-left: 15px; margin-right: 15px; }
.m-lr20 { margin-left: 20px; margin-right: 20px; }
.m-lr30 { margin-left: 30px; margin-right: 30px; }
.m-lr40 { margin-left: 40px; margin-right: 40px; }
.m-lr50 { margin-left: 50px; margin-right: 50px; }
.m-lr60 { margin-left: 60px; margin-right: 60px; }
.m-lr70 { margin-left: 70px; margin-right: 70px; }
.m-lr80 { margin-left: 80px; margin-right: 80px; }
.m-lr90 { margin-left: 90px; margin-right: 90px; }
.m-lr100 { margin-left: 100px; margin-right: 100px; }

.m-tb0 { margin-bottom: 0; margin-top: 0; }
.m-tb5 { margin-bottom: 5px; margin-top: 5px; }
.m-tb10 { margin-bottom: 10px; margin-top: 10px; }
.m-tb15 { margin-bottom: 15px; margin-top: 15px; }
.m-tb20 { margin-bottom: 20px; margin-top: 20px; }
.m-tb30 { margin-bottom: 30px; margin-top: 30px; }
.m-tb40 { margin-bottom: 40px; margin-top: 40px; }
.m-tb50 { margin-bottom: 50px; margin-top: 50px; }
.m-tb60 { margin-bottom: 60px; margin-top: 60px; }
.m-tb70 { margin-bottom: 70px; margin-top: 70px; }
.m-tb80 { margin-bottom: 80px; margin-top: 80px; }
.m-tb90 { margin-bottom: 90px; margin-top: 90px; }
.m-tb100 { margin-bottom: 100px; margin-top: 100px; }
/* end::Margin CSS */


/* begin::Container */
.container-fluid{
    --bs-gutter-x: 180px;
}
@media (max-width: 1480px){
	.container-fluid{
		--bs-gutter-x: 100px;
	}
}
@media (max-width: 991px){
	.container-fluid{
		--bs-gutter-x: 40px;
	}
}
/* end::Container */


/* begin::Row */
.row {
    --bs-gutter-x: 20px;
}
/* end::Row */


/* begin::Margin CSS */
.btn{
	--bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 14px;
    --bs-btn-font-size: 15px;
    --bs-btn-line-height: 1.2;
    --bs-btn-border-width: 2px;
    --bs-btn-font-weight: 500;
}	
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
	--bs-btn-hover-border-color: var(--bs-primary);
}
.btn-outline-dark{
	--bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-color:var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
	--bs-btn-padding-y: 12px;
}	
.btn-primary{
	background: var(--bs-primary);
	border: 0;
}
@media (max-width: 991px) {
	.btn {
		--bs-btn-padding-x: 20px;
		--bs-btn-padding-y: 12px;
		--bs-btn-font-size: 15px;
	}
	.btn-outline-dark{
		--bs-btn-padding-y: 10px;
	}
}
/* end::Margin CSS */
	

/* begin::Margin CSS */
.header {
	position: absolute;
    z-index: 999;
    width: 100%;
}
.header .navbar{
	padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.01);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px rgba(39, 20, 72, 0.01);
    backdrop-filter: blur(15px);
}
.header .navbar .nav-link{
	color: var(--bs-heading-color);
    font-size: 16px;
    padding: 10px 25px;
    line-height: 1.2;
    font-weight: 500;
}
.header .navbar .nav-link.active{
	opacity: 1;	
}
.sticky-header.sticky-active{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	animation: 0.5s ease 0s normal forwards 1 running headerSticky;
	-ms-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
	-webkit-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
	-moz-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
	-o-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
	-khtml-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
}
.header .navbar.sticky-active{
    padding: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.screen-fixed{
	overflow: hidden;
}
@-moz-keyframes headerSticky{
	0%{
		margin-top: -150px;
	}
	100%{
		margin-top: 0;
	}
}
@-ms-keyframes headerSticky {
	0%{
		margin-top: -150px;
	}
	100%{
		margin-top: 0;
	}
}
@-webkit-keyframes headerSticky{
	0%{
		margin-top: -150px;
	}
	100%{
		margin-top: 0;
	}
}
@keyframes headerSticky{
	0%{
		margin-top: -150px;
	}
	100%{
		margin-top: 0;
	}
}
@media (max-width: 1191px){
	.header .navbar{
		padding: 10px 0;
	}
	.header .navbar .nav-link {
		font-size: 16px;
		padding: 10px 20px;
	}
}
@media (max-width: 991px){
	.navbar-toggler {
		color: var(--bs-primary);
        border: 2px solid var(--bs-primary);
        width: 40px;
        height: 40px;
        border-radius: 6px;
        padding: 6px;
		box-shadow: none !important;
	}
	.header .navbar-collapse{		
		position: fixed;
        left: -210px;
        top: 0px;
        background-color: #fff;
        padding: 20px;
        height: 100vh !important;
        width: 200px;
		transition: all 0.25s;
	}
	.header .navbar-collapse.show{
		left: 0;
	}
	.header .navbar .nav-link {
        padding: 10px 0;
    }
	.header .navbar .secondary-menu{
		margin-top: 30px;
	}
}
/* end::Margin CSS */


/* begin::Features Box */
.features-box{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px 15px;
	transition: all 0.25s;
}
.features-box:hover{
	transform: scale(1.05);
}
.features-box .brand-title{
    font-size: 18px;
    font-weight: 400;
}
.features-box img{
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
}
.features-box .features-title{
	font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
@media (max-width: 591px){
	.features-box img {
		margin-bottom: 15px;
		width: 50px;
		height: 50px;
	}
	.features-box .features-title {
		font-size: 16px;
	}
}
/* end::Features Box */


/* begin::Heading Box */
.heading-bx .title-head{
	font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}
.heading-bx1 .title-head{
	font-size: 45px;
    font-weight: 700;
}
.heading-bx1 .title-head img{
	width: 40px;
    margin-top: -8px;
    margin-right: 5px;
}
.heading-bx p{
	font-size: 17px;
    font-weight: 500;
}
.heading-bx.text-center p{
	max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.title-gradient{
	background: linear-gradient(90deg, #FF4D12 0%, #FF7361 25.48%, #B659FF 52.4%, #00BCFF 75.96%, #00CF7F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
@media (max-width: 1280px){
	.heading-bx1 .title-head {
		font-size: 38px;
	}
	.heading-bx1 .title-head img {
		width: 35px;
		margin-right: 3px;
	}
}
@media (max-width: 991px){
	.heading-bx .title-head{
		font-size: 32px;
	}
	.heading-bx p {
		font-size: 15px;
	}
	.heading-bx1 .title-head{
		font-size: 35px;
	}
}
@media (max-width: 767px){
	.heading-bx .title-head{
		font-size: 24px;
	}
	.heading-bx1 .title-head{
		font-size: 32px;
	}
	.heading-bx1 .title-head img {
		width: 30px;
		margin-top: -5px;
	}
}
@media (max-width: 591px){
	.heading-bx1 .title-head{
		font-size: 24px;
	}
	.heading-bx1 .title-head img {
        width: 24px;
    }
}
/* end::Heading Box */



/* begin::Footer */
.footer-area{
    position: relative;
    z-index: 1;
}
.ft-title{
	font-size: 42px;
    line-height: 1.4;
    font-weight: 800;
}
.ftr-img {
    width: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -50px;
}
.ftr-img img{
    width: 100%;
}
@media (max-width: 1191px) {
	.ftr-img{
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
	.ft-title{
        font-size: 30px;
    }
}
@media (max-width: 591px) { 
    .ft-title{
		font-size: 20px;
        margin-bottom: 20px;
    }
	.footer-area .brand-logo{
		width: 115px;
        margin-bottom: 20px;
	}
}
/* end::Footer */




/* begin::nav featured-tabs */
.feature-filters {
	border: 1px solid #E8E8E8;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: sticky;
    top: 100px;
	margin-bottom: 30px;
}
.feature-filters .nav-filters{
	list-style: none;
	padding: 0;
    margin: 0;
}
.nav-filters li{
	display: block;
}
.nav-filters li .nav-link{
	border-radius: var(--bs-border-radius);
    color: #86929E;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: capitalize;
    border: 0;
    transition: all 0.25s;
    background: #fff;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
	transition: all 0.25s;
}
.nav-filters .active.nav-link{
    box-shadow: 0px 2px 0px #2359E4;
    background: var(--bs-primary);
    color: #fff;
}
@media (max-width: 991px) {
	.nav-filters li .nav-link {
		width: auto;
	}
}
@media (max-width: 767px) {
	.nav-filters li .nav-link {
		padding: 6px 14px;
		font-size: 12px;
	}
	.feature-filters {
		padding: 7px;
	}
}
/* end::nav featured-tabs */

/* begin::Post Card */
.post-card{
	background-color: #ffffff;
    padding: 40px 12px 0;
    transition: all 0.25s;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.post-card::before{
    content: "";
    background-image: url(../images/post/dot.svg);
    position: absolute;
    top: 16px;
    left: 26px;
    z-index: 9;
    width: 40px;
    height: 8px;
}
.post-card .post-media{
    border-radius: 8px;
    overflow: hidden;
	display: block;
	background: linear-gradient(180deg, #FEFEFF 0%, #CECDFF 100%);
	border: 1px solid #E8E8E8;
	backdrop-filter: blur(15px);
	padding: 20px 20px 0;
}
.post-card .post-media2 img{
	width: 100%;
}
.post-card .post-media img{
	width: 100%;
    filter: drop-shadow(0px -10px 60px rgba(39, 20, 72, 0.1));
    border-radius: 6px 6px 0 0;
	transform: translateY(8px);
	transition: all 0.25s;
	margin-top: -5px;
}
.post-card:hover .post-media img{
	transform: translateY(0);
}
.post-card .post-content{
    padding: 22px 12px;
	position: relative;
}
.post-card .post-content .title{
	font-size: 16px;
	margin-bottom: 0;
}
.post-card .post-content .move-right{
	position: absolute;
    right: 20px;
    top: 50%;
	transition: all 0.25s;
    transform: translateY(-50%);
	opacity: 0;
}
.post-card:hover .post-content .move-right{
    right: 10px;
	opacity: 1;
}
.coming-soon{
	font-size: 70px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    color: #fff;
    opacity: 0.05;
    text-transform: uppercase;
    margin-top: 30px;
}
@media (max-width: 1480px) {
	.coming-soon{
		font-size: 52px;
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	.coming-soon{
		font-size: 36px;
		margin-top: 0px;
	}
}
@media (max-width: 591px) {
	.coming-soon{
		font-size: 24px;
	}
	.post-card .post-content .title {
		font-size: 18px;
	}
	.post-card .post-media {
		padding: 15px 15px 0;
	}
}
/* end::Post Card */

/* begin::Post Card */
.counter{
	background-image: linear-gradient(180deg, var(--bs-primary) 0%, rgba(49, 106, 255, 0) 100%), url(../images/noise-overlay.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 150px;
    font-weight: 800;
    line-height: 0.7;
}
.up-down {
    position: relative;
    animation: moveUpDown 2s infinite ease-in-out;
}
@media (max-width: 1480px) {
	.counter {
		font-size: 200px;
	}
}
@media (max-width: 1191px) {
	.counter {
		font-size: 150px;
	}
}
@media (max-width: 991px) {
	.counter {
		font-size: 120px;
	}
}
@media (max-width: 591px) {
	.counter {
		font-size: 85px;
	}
}
@keyframes moveUpDown {
    0% {
		top: 0;
    }
    50% {
		top: 10px;
    }
    100% {
		top: 0;
    }
}
/* end::Post Card */


/* begin::Post Card */
.main-banner{
    position: relative;
    z-index: 1;
    overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding-top: 165px;
	background: linear-gradient(180deg, #F7F5F9 0%, #E5D7FF 100%);
}
.main-banner .main-title{
	font-size: 52px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
}
.banner-content p{
	font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px;
}
.product-img{
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
    position: relative;
	margin: -50px 0 -50px;
}
.product-img img{
	width: 100%;
}
.subtract-img{
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
}
.subtract-img img{
	width: 100%;
}
@media (max-width: 1480px) {
	.product-img{
		margin: 0;
	}
}
@media (max-width: 1191px) {
	.main-banner .main-title {
		font-size: 42px;
	}
	.banner-content p{
		font-size: 18px;
	}
	.main-banner{
		padding-top: 150px;
	}
}
@media (max-width: 991px) {
	.main-banner .main-title {
		font-size: 36px;
	}
	.banner-content{
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.main-banner .main-title {
		font-size: 28px;
	}
	.banner-content p {
		margin-bottom: 20px;
	}
	.main-banner {
        padding-top: 120px;
    }
}
@media (max-width: 591px) {
	.main-banner .main-title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.banner-content p {
        font-size: 16px;
    }
}
/* end::Post Card */



/* begin::Featured Card */
.featured-card{
    border-radius: 10px;
	padding: 30px;
    transition: all 0.5s;
	position: relative;
	height: 100%;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
	background-color: #fff;
}
.featured-card .content-bx{
	z-index: 1;
    position: relative;
}
.featured-card .content-bx p{
    font-size: 13px;
    margin-bottom: 0;
	font-weight: 500;
}
.featured-card .icon-bx{
    width: 80px;
    height: 80px;
    background: linear-gradient(152.3deg, rgba(113, 38, 251, 0.005) 8.61%, rgba(113, 38, 251, 0.0175) 92.25%);
    box-shadow: inset 0px -10px 24px rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
    text-align: center;
	z-index: 1;
    position: relative;
}
.featured-card .icon-bx img{
	width: 100%;
	height: 100%;
}
.featured-card .featured-title{
	font-size: 16px;
}
.featured-card:hover{
    box-shadow: 0 0.1rem 0.3rem 0 rgba(var(--bs-primary-rgb), 0.2), 0 0 0 2px var(--bs-primary);
}
/* end::Featured Card */


/* begin::Features List */
.features-list {
    list-style: none;
    align-items: center;
    display: flex;
	gap: 15px;
	flex-wrap: wrap;
	padding: 0;
}
.features-list li p{
    font-size: 17px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0;
    color: var(--bs-dark);
}
.features-list li{
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
	background-color: #fff;
}
@media (max-width: 991px){
	.features-list li .icon{
		width: 18px;
	}
	.features-list li p {
		font-size: 15px;
		margin-left: 8px;
	}
	.features-list li {
		padding: 8px 16px;
	}
	.features-list {
		gap: 10px;
	}
}
/* end::Features List */


/* begin::Features List 2 */
.features-list-2{
    list-style: none;
    padding: 0;
}
.features-list-2 li{
	position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--bs-heading-color);
}
.features-list-2 li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../images/post/check-icon.svg);
    transform: translatey(-50%);
	background-size: 100%;
}
@media (max-width: 1200px){
	.features-list-2 li {
		padding-left: 25px;
		font-size: 14px;
		margin-bottom: 12px;
	}
	.features-list-2 li::after {
		width: 15px;
		height: 15px;		
	}
}
/* end::Features List 2 */

.post-card-elementor{
	padding: 45px 12px 12px;
	box-shadow: 0px 10px 50px rgba(39, 20, 72, 0.05);
}
.icons-img{
    position: absolute;
    top: 0;
    z-index: -1;
}
.icons-img img{
	width: 100%;
}


/* begin::pricingtable-wrapper */
.pricingtable-wrapper{
	background-color: #fff;
	padding: 50px 40px;
	border-radius: 10px;
	position: relative;
}
.pricingtable-wrapper.active{
	border: 2px solid var(--bs-primary);
}
.featured{
	position: absolute;
    left: 50%;
    top: -15px;
    background-color: var(--bs-primary);
    border-radius: 30px;
    color: #fff;
    padding: 4px 10px;
    transform: translateX(-50%);
    font-size: 13px;
}
.featured i{
	margin-right: 2px;
}
.pricingtable-wrapper .title{
	font-size: 28px;
    font-weight: 500;
	margin-bottom: 30px;
}
.pricingtable-wrapper p{
	font-size: 18px;
    font-weight: 300;
}
.pricingtable-wrapper .pricing{
	font-size: 22px;
	font-weight: 400;
	color: #000;
}
.pricingtable-wrapper .pricing span{
	font-size: 30px; 
	font-weight: 500;
	margin-left: 7px;
}

.pricingtable-wrapper .pricingtable-main{
	margin-bottom: 30px;
}
.pricingtable-wrapper .pricingtable-main .frame-content{
	margin-bottom: 30px;
}
.pricingtable-wrapper .pricingtable-features{
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.pricingtable-wrapper .pricingtable-features li{
	font-size: 16px;
    font-weight: 500;
    color: var(--bs-dark);
    padding: 7px 0;
    line-height: 1.4;
    display: inline-flex;
    width: 100%;
}
.pricingtable-wrapper .pricingtable-features li i{
	color: var(--bs-primary);
    margin-right: 15px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
/* end::pricingtable-wrapper */


.badge-new{
	background-color: #ff0000;
    border-radius: 5px;
    font-size: 9px;
    line-height: 1.2;
    padding: 4px 5px 2px;
    margin-left: 2px;
    vertical-align: top;
    display: inline-block;
    transform: translateY(2px);	
}
.sticky-new{
	border-color: #fea14c;
    border-width: 2px;	
}
.sticky-new .badge-new{
	position: absolute;
	right: 15px;
	top: 10px;
}