@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif; */

/* font-family: "Bricolage Grotesque", sans-serif; */

body {
	margin: 0;
	padding: 0;
    background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
    font-family: "Bricolage Grotesque", sans-serif; 
}
p {
	margin: 0;
	color: #24282c;
    font-family: "Poppins", sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.homePageBody{
	background-image: url(../images/homeBg.png);
    background-size: cover;
    background-repeat: no-repeat;  
	background-position:50% 50%;	
}
/* web header */

.web-header {
    width: 100%;
}

.navbar-expand-lg {
    justify-content: space-between !important;
}

.header-navbar {
    width: 56% !important;
    background-image: url(../images/navbar-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
    flex-grow: 0 !important;
}

.web-header .navbar-brand {
    margin-right: 32px;
}

.web-header .nav-item {
   
}
.web-header .nav-item.nav-item-1{
	position:relative;	
}

.web-header .nav-item .nav-link {
	display:block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;    
    transition: all .3s ease-in-out;
	 padding: 16px 20px;	
}

.web-header .nav-item .nav-link:hover {
    color: #f58f4f;
}

.web-header .nav-item .nav-link.active {
    color: #fff;
}
.sub-menu {position: absolute;top: 100%;left: -74%;width: 220px;display: flex;background: #000;color:#fff;padding: 12px 6px !important;text-align: left;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);border-radius: 0px;-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);-webkit-transform-origin: 0 0;transform-origin: 0 0;opacity: 0;visibility: hidden;-webkit-transform-origin: top;transform-origin: top;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;z-index: 2;border:1px solid #373535; border-radius: 10px;}
.web-header .navbar .navbar-nav .nav-item:hover .sub-menu {opacity: 1;display: block;visibility: visible;height: auto;-webkit-transform: rotateX(0);transform: rotateX(0);}

.sub-menu li {list-style-type:none;}
.sub-menu li:after{display:none;}
.sub-menu li a {font-size: 14px;line-height:20px;font-weight: 400;color: #fff;display: block;padding: 10px 10px;}


.mega-sub-menu {position: absolute;top: 85%;left:0;width: 100%;display: flex;background: #000;color:#fff;padding: 20px 20px !important;text-align: left;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);border-radius: 0px;-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);-webkit-transform-origin: 0 0;transform-origin: 0 0;opacity: 0;visibility: hidden;-webkit-transform-origin: top;transform-origin: top;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;z-index: 2;border:1px solid #373535; border-radius: 10px;}
.web-header .navbar .navbar-nav .nav-item:hover .mega-sub-menu {opacity: 1;display: block;visibility: visible;height: auto;-webkit-transform: rotateX(0);transform: rotateX(0);}
.mega-sub-menu-box p{
    color: #999;
    font-size: 14px;	
}
.mega-sub-menu-box h4.title{}
.mega-sub-menu-box p.title{}
.mega-sub-menu-list{}
.mega-sub-menu-list li{}
.mega-sub-menu-list li:last-child{}
.mega-sub-menu-list li a{color:#fff;display:block;padding:5px 0px;}



.start-btn {
    display: inline-block;
    border-radius: 23px;
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    padding: 9px 27px;
    transition: all .3s ease-in-out;
}

.start-btn:hover {
    background-image: linear-gradient(20deg, #eb2127 50%, #f58f4f 100%, #f7db3f 0%);
}

/* .web-header-inner {
    width: 848px;
    margin: 0 auto;
} */

/* banner sec */

.banner-sec {
    width: 100%;
    padding: 90px 0 0 0;
}

.label-sec {
    display: inline-block;
    background-image: url(../images/label-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 18px;
    margin-bottom: 15px;
}

.banner-inner {
    width: 1004px;
    margin: 0 auto;
    text-align: center;
}

.label-sec img {
    margin-right: 12px;
}

.banner-inner h1 {
    font-size: 82px;
    letter-spacing: 2px;
    line-height: 81px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-inner h1 span {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.r { background: linear-gradient(to right, #654ea3, #654ea3); }
.o { background: linear-gradient(to right, #a445b2, #d41872); }
.w { background: linear-gradient(to right, #ff0844, #ffb199); }

.banner-inner p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #c2c5d2;
    font-weight: 275;
    margin-bottom: 25px;
}

.started-btn {
    display: inline-block;
    position: relative;
    /* background-image: url(../images/started-btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background: 
        linear-gradient(#1e0827, #1e0827) padding-box,
        linear-gradient(to right, #ff416c, #8b55e9) border-box;
    border: 2px solid transparent;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    padding: 9px 25px;
    border-radius: 23px;
    z-index: 2;
    overflow: hidden;
    transition: 0.3s ease;
}

.started-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
    transition: all .4s linear;
    z-index: -1;
}

.started-btn:hover::after {
    width: 100%;
    /* background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%); */
}

/* big img sec */

.big-img-sec {
    width: 100%;
    overflow: hidden;
    padding-top: 132px;
    /* background-image: url(../images/big-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat; */
}

.big-img-inner {
    position: relative;
}

.big-right-img {
    position: absolute;
    right: -363px;
    top: -204px;
    z-index: -1;
}

.big-left-img {
    position: absolute;
    z-index: -1;
    left: -305px;
    top: -334px;
}

.big-top-img {
    position: absolute;
    z-index: -1;
    top: -429px;
    left: -276px;
}

/* .big-bg-img2 {
    width: 109%;
    margin: 0 auto;
    position: relative;
    left: -24px;
    margin-top: -328px;
    z-index: -1;
} */

/* unlock sec */

.unlock-sec {
    width: 100%;
    padding: 80px 0;
}

.unloack-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.unlock-header-left {
    width: 40%;
}

.unlock-header-left h2 {
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
}

.unlock-header-left h2 span {
    background: linear-gradient(to right, #fcd300, #ff5a00, #ff004c, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.unlock-header-right {
    width: 60%;
}

.unlock-header-right p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #c2c5d2;
    font-weight: 275;
}

.unlock-box {
    position: relative;
    width: 100%;
    height: 423px;
    border-radius: 30px;
    padding: 2px;
    z-index: 1;
    background-image: url(../images/unlock-box-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 39px 30px;
    overflow: hidden;
}

.unlock-box-bottom {
    position: relative;
}

.unlock-box-bottom img {
    position: absolute;
    width: 495px;
    left: 0;
    top: 22px;
}

.unlock-img2 {
    top: 0 !important;
    left: -60px !important;
    width: 155% !important;
}

.unlock-img3 {
    width: 145% !important;
    left: -70px !important;
    top: -17px !important;
}

.unlock-box-header h3 {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 37px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.unlock-box-header p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #c2c5d2;
    font-weight: 275;
}

.unlock-layer-img {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* unlock2 sec */

.unlock2-box-left h2 {
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.unlock2-box-left p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #c2c5d2;
    font-weight: 275;
    margin-bottom: 20px;
}

.unlock2-box-left .started-btn {
    background: linear-gradient(#060606, #000000) padding-box, linear-gradient(to right, #ff416c, #8b55e9) border-box;
}

/* .unlock2-box-left .started-btn:hover {
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
} */

.unlock2-box-wrapper {
    width: 100%;
    margin-bottom: 90px;
}

.flex-direction {
    flex-direction: row-reverse;
}

.unlock2-box-left {
    padding-right: 30px;
}

.unlock2-box-right {
    padding-left: 30px;
}

.flex-direction .unlock2-box-left {
    padding-left: 30px;
    padding-right: 0;
}

.flex-direction .unlock2-box-right {
    padding-right: 30px;
    padding-left: 0;
}

/* explore sec */

.explore-sec {
    width: 100%;
    padding-bottom: 90px;
}

.explore-header h2 {
    font-size: 64px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.explore-box-inner {
    display: flex;
    width: 100%;
    height: 166px;
    background: #FC6001;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    border-radius: 12px;
}

.explore-box-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: #FCF6B5;
    margin-top: 19px;
}

.distribution-box a {
    background: #059424;
}

.income-box a {
    background-color: #B20A0A;
}

.royality-box a {
    background-color: #F9BC1D;
}

.royality-box a h4 {
    color: #3E0462;
}

.global-box a {
    background-color: #008DFF;
}

.global-box a h4 {
    color: #CEF1FD;
}

.analytics-box a {
    background-color: #8B1DF9;
}

.analytics-box a h4 {
    color: #FFE7DB;
}

.catalog-box a {
    background-color: #4220A5;
}

.catalog-box a h4 {
    color: #FCCDB5;
}

/* expand sec */

.expand-sec {
    width: 100%;
    padding: 20px 0 70px 0;
}

.expand-box {
    width: 100%;
    background-image: url(../images/expand-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px;
    border-radius: 30px;
    /* background-color: #0c0e13; */
}

.expand-box h2 {
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}

.expand-box p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #c2c5d2;
    font-weight: 275;
    margin-bottom: 15px;
}

.expand-box .started-btn {
    background: linear-gradient(#060606, #000000) padding-box, linear-gradient(to right, #ff416c, #8b55e9) border-box;
}

/* .expand-box .started-btn:hover {
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
} */

/* web footer */

.web-footer-top {
    width: 100%;
    padding: 40px 0 60px 0;
}

.web-footer-top-left {
    width: 100%;
    padding-right: 75px;
}

.web-footer-top-left a {
    display: inline-block;
    margin-bottom: 25px;
}

.web-footer-top-left p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #c2c5d2;
    font-weight: 275;
    margin-bottom: 20px;
}

.web-footer-top-select select {
    border-radius: 20px;
    background-color: rgba(5, 6, 10, 0.5019607843137255);
    border: 1px solid #c2c5d2;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    appearance: none;
    width: 100%;
    outline: none;
    padding: 25px 22px;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.web-footer-top-heading {
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.web-footer-top-center ul li a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #c2c5d2;
    font-weight: 275;
    transition: all .3s ease-in-out;
}

.web-footer-top-center ul li a:hover {
    color: #f58f4f;
}

.web-footer-inner {
    border-radius: 20px;
    background-color: rgba(5, 6, 10, 0.5019607843137255);
    border: 2px solid;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

.web-footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.web-footer-bottom-left ul {
    display: flex;
    align-items: center;
    margin: 0 -7px;
}

.web-footer-bottom-left ul li a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #c2c5d2;
    font-weight: 275;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}

.web-footer-bottom-left ul li a:hover {
    color: #f58f4f;
}

.web-footer-bottom-left ul li {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #c2c5d2;
    font-weight: 275;
    padding: 0 7px;
}

.web-footer-bottom-right ul {
    display: flex;
    align-items: center;
    margin: 0 -8px;
}

.web-footer-bottom-right ul li {
    padding: 0 8px;
}

.web-footer-bottom-right ul li a {
    width: 33px;
    height: 33px;
    background: #41434c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.web-footer-bottom-right ul li a:hover {
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
}

.footer-layer-img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}

.web-footer-bottom {
    width: 100%;
    padding: 68px 0;
}

/* realavator src */

.relevator-sec {
    width: 100%;
    padding-top: 90px;
}

.relevator-wrapper {
    width: 100%;
    background: #4220A5;
    border-radius: 20px;
    margin-bottom: 80px;
    padding: 64px 0 0px 64px;
    overflow: hidden;
}

.relevator-left h2 {
    font-size: 48px;
    color: #FCCDB5;
    margin: 20px 0;
}

.relevator-left p {
    font-size: 24px;
    color: #FCCDB5;
    margin-bottom: 11px;
}

.relevator-left ul {
    margin-bottom: 50px;
}

.relevator-left ul li {
    font-size: 24px;
    color: #FCCDB5;
    margin-bottom: 12px;
    display: flex;
}

.relevator-left ul li i {
    margin-right: 10px;
}

.relevator-right {
    position: relative;
}

.relevator-right img {
    height: 684px;
    position: absolute;
    left: 0;
    top: 0;
}

.relevator-left {
    padding-bottom: 50px;
}

.rights-wrapper {
    background: #FC6001;
}

.distributer-wrapper {
    background: #059424;
}

.explore-wrapper {
    background-color: #B20A0A;
}

.roylity-wrapper {
    background-color: #F9BC1D;
}

.roylity-wrapper .relevator-left h2 {
    color: #3E0462;
}

.roylity-wrapper .relevator-left p {
    color: #3E0462;
}

.roylity-wrapper .relevator-left ul li {
    color: #3E0462;
}

.global-wrapper {
    background-color: #008DFF;
}

.global-wrapper .relevator-left h2 {
    color: #CEF1FD;
}

.global-wrapper .relevator-left p {
    color: #CEF1FD;
}

.global-wrapper .relevator-left ul li {
    color: #CEF1FD;
}

.analitycs-wrapper {
    background-color: #8B1DF9;
}

.analitycs-wrapper .relevator-left h2 {
    color: #FFE7DB;
}

.analitycs-wrapper .relevator-left p {
    color: #FFE7DB;
}

.analitycs-wrapper .relevator-left ul li {
    color: #FFE7DB;
}

.analitycs-wrapper .relevator-right img {
    height: 792px;
}

.white-wrapper {
    background-color: #0C0594;
}

.relevator-api-sec {
    background: #ffffff1a;
    padding: 44px;
}

.relevator-api-sec .relevator-left {
    padding: 0;
}

.relevator-api-sec .explore-box-inner {
    height: 320px;
}

.distributors-box-inner img {
    width: 100%;
}

.distributors-box  {
    padding: 0 10px;
}

.distributors-sec {
    width: 100%;
    padding: 60px 0;
}

.distibuter-bottom-wrapper h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 14px;
}

.distibuter-bottom-wrapper p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 28px;
}

.distibuter-bottom-wrapper img {
    width: 100%;
    margin-bottom: 28px;
}

.distibuter-bottom-wrapper h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}

.distibuter-bottom-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff1a;
    border-color: transparent;
    padding: 20px;
    border-radius: 20px;
}

.distibuter-bottom-box h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}

.distibuter-bottom-box p {
    font-size: 16px;
    color: #ffffff80;
    margin: 0;
}

.distibuter-bottom-sec {
    width: 100%;
    padding: 60px 0;
}





/*------Blog Listing Css Starts --------*/
.blogListingSec{}
.blogListingSecinner{}
.blogListingTabNavArea{}
.blogListingTabNavArea .nav-pill{margin:0 -10px;}
.blogListingTabNavArea .nav-pills li{padding:0 5px;}
.blogListingTabNavArea .nav-pills li:last-child{}
.blogListingTabNavArea .nav-pills .nav-link{background-color: #ffffff0d;color:#999;}
.blogListingTabNavArea .nav-pills .nav-link.active, .blogListingTabNavArea .nav-pills .show>.nav-link{background-color: #363636;color:#fff;}
.blogListingDropdownArea .form-select{
    background-color: #000;
    color: #fff;
    border-color: #333;	
}

.blogListingBox{}
.blogListingSecinner .blogListingBox{margin-bottom:30px;}
.blogListingBoxinner{
	display:block;
	background-color: hsla(0, 0%, 100%, .05);
	color: #c2c5d2;
	padding:10px 10px;
	border-radius:10px;
}
.blogListinThumnail{
	overflow:hidden;
	border-radius:10px;
}
.blogListinThumnail img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.blogListinContent{padding:15px 0 0}
.blogListinContent .title{
    font-size: 18px;    
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;	
}
.blogListinContent p{font-size:14px;line-height:20px;color: #c2c5d2;}
.blogListinContent p.date{}


/*------Pricing Table Css Starts --------*/
.pricinngPageSecinner{}
.pricinngPageSecinner .pricingTableBlock{margin-bottom:30px;}
.pricingTable{
    color:#fff;   
    padding: 0 0 35px;
    border: 2px solid #576574;
    border-radius: 15px;
	height:100%;
}
.pricingTable .pricingTable-header{
    margin: 0 auto 15px;
}
.pricingTable .title,
.pricingTable .price-value{
    color:transparent;
    background-image: linear-gradient(to top,#227e22,#63a211);
    -moz-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;    
}
.pricingTable .title{
    font-size: 25px;
    font-weight: 900;
    border-bottom: 2px solid #576574;
    /* text-transform: uppercase; */
    padding: 14px 0;
    margin: 0 auto 20px;
    text-align: center;
}
.pricingTable .price-value{
	text-align: center;
}
.pricingTable .price-value .amount{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.pricingTable .pricing-content{
     text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
    padding: 0 14px;
}
.pricingTable .pricing-content li{
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 0 0 0px 25px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #018d24;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #EF0F41;
}
.pricingTable .pricingTable-signup{
    text-align: center;
    padding: 20px 0 20px;
    border-bottom: 2px solid #576574;	
}
.pricingTable .pricingTable-signup a{
	display:inline-block;
     color: #fff;
    background: linear-gradient(to top, #227e22, #63a211);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding: 6px 26px 8px;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    text-decoration: none;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.pricingTable.purple .title,
.pricingTable.purple .price-value{
    color:transparent;
    background-image: linear-gradient(to top,#b91d73,#f953c6);
}
.pricingTable.purple .pricingTable-signup a{ background-image: linear-gradient(to top,#b91d73,#f953c6);}
.pricingTable.orange .title,
.pricingTable.orange .price-value{
    color:transparent;
    background-image: linear-gradient(to top,#f83600,#fe8c00);
}
.pricingTable.orange .pricingTable-signup a{ background-image: linear-gradient(to top,#f83600,#fe8c00);}

.pricingTable.blue .title,
.pricingTable.blue .price-value{
    color:transparent;
    background-image: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);;
}
.pricingTable.blue .pricingTable-signup a{ background-image: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);}

.section-title{}
.section-title .title{
	font-size: 50px;
    letter-spacing: 2px;
    line-height: 61px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;   
}


/*------Faq Css Starts --------*/
.faqAccordian .faqAccordianItem {
	margin-bottom:30px;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader {
	position: relative;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader .title {
	padding: 15px 60px 15px 15px;
	font-size: 20px;
	line-height: 26px;
	border:1px solid  #576574;
	font-weight: 700;
	cursor:pointer;
	
	color: #fff;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader .icon {
	position: absolute;
	right: 20px;
	top: 25px;
	height: 8px;
	width: 14px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader .icon:before {
	content: '';
	background-image: url(../images/down-arrow.png);
	width: 14px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	margin-top: -2px;
	pointer-events: none;
	position: relative;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader.active .icon:before {
	content: '';
	transform: rotate(180deg);
}
.faqAccordian .faqAccordianItem .faqAccordianBody {
	padding: 15px 0px;
	display: none;
	color:#fff;
}
.faqAccordian .faqAccordianItem:nth-child(1) .faqAccordianBody {
/* display: block; */
}
.faqAccordian .faqAccordianItem .faqAccordianBody p{color:#fff;font-size:14px;line-height:24px;}
.faqAccordian .faqAccordianItem .faqAccordianBody p:last-child{margin-bottom:0px;}

/*------Contact Css Starts --------*/
.contactinfoBoxinner {   
    background-color: hsla(0, 0%, 100%, .05);   
	border: 1px solid #576574;
    padding: 25px 25px;
    border-radius: 10px;
	height:100%;
	color:#fff;
	text-align:center;
}
.contactinfoBoxinner .icon{margin-bottom:20px;font-size:30px;}
.contactinfoBoxinner .contactinfo{}
.contactinfoBoxinner .title{color:#fff;margin-bottom:10px;}
.contactinfoBoxinner p{color:#c2c5d2;font-size:14px;line-height:20px;}
.contactinfoBoxinner p a{color:#c2c5d2;}
.contactinfoBoxinner p a:hover{color:#fff;}
.contactFormArea {   
    background-color: hsla(0, 0%, 100%, .05);   
	border: 1px solid #576574;
    padding: 30px 30px;
    border-radius: 10px;
}
.contactFormArea .form-group{margin-bottom:15px;}
.contactFormArea .form-group .labelName{color:#fff;margin-bottom:10px;}
.contactFormArea .form-control{
    background-color: #000;
    color: #fff;
    border-color: #333;	
	box-shadow:none;
	height:40px;
}
.contactFormArea .form-select{
    background-color: #000;
    color: #fff;
    border-color: #333;	
	box-shadow:none;
	height:40px;
}
.contactFormArea .contactFormBtnArea{margin-top:10px;}
.contactFormArea .contactFormBtnArea .contactFormBtn{}


/* policy sec */

.policy-header {
    text-align: center;
    padding: 80px 0;
}

.policy-header h2 {
    font-size: 64px;
    color: #fff;
    margin-bottom: 15px;
}

.policy-header p {
    font-size: 20px;
    color: #fff;
}

.privacy-policy-inner h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.privacy-policy-inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.privacy-policy-inner h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
}

.privacy-policy-inner ul li {
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    position: relative;
    margin-bottom: 15px;
}

.privacy-policy-inner ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.intregation-box {
    width: 261px;
    height: 261px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.intregation-box img {
    width: 100%;
}

.intregation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background: #00000080;
    transition: all .3s ease-in-out;
}

.intregation-box:hover .intregation-overlay {
    opacity: 1;
    visibility: visible;
}

/* 10-18-2025 */

.pricingPagetab-sec ul {
    justify-content: center;
}

.pricingPagetab-sec ul li button {
    position: relative;
    background: linear-gradient(#1e0827, #1e0827) padding-box, linear-gradient(to right, #ff416c, #8b55e9) border-box;
    border: 2px solid transparent;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff !important;
    font-weight: 400;
    padding: 9px 25px;
    border-radius: 23px;
    z-index: 2;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.pricingPagetab-sec ul li button:hover {
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
    color: #fff;
}

.pricingPagetab-sec ul li button.active {
    background-image: linear-gradient(20deg, #eb2127 0%, #f58f4f 50%, #f7db3f 100%);
}

.pricingTbale-inner h3 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 33px;
}

.pricingTableWrapper table {
    width: 100%;
}

.pricingTableWrapper table tbody tr td:first-child {
    width: 40%;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    text-align: left;
}

.pricingTableWrapper table tbody tr td {
    width: 20%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 6px;
    white-space: nowrap;
}











