* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: #0e0646;
	z-index: 1030;
}
.navbar .active {
	
	border-top: 2px solid;
    transition: all 0.1s ease-in-out;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #5f0099;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 12px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.bg-primary-gradient {
    background: linear-gradient(to bottom right, #4492dd, #8c0efa);
}
.bg-secondary-gradient {
    background: linear-gradient(to bottom right, #8910f3, #4395e3);
}
.bg-light {
    background-color: #F0F6FF !important;
}
.text-primary-gradient {
    background: linear-gradient(to bottom right, #3d8edb, #8b0ff8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.start-50 {
    left: 50% !important;
}
.top-0 {
    top: 0 !important;
}

.position-absolute {
    position: absolute !important;
}
.banner {
	position: relative;
	background-image: url('images/pic.webp'); /* Replace with your image path */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 139, 0.8); /* Dark Blue Overlay */
	color: #fff;
	min-height: 869px;
  }
  
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 139 / 75%);
    z-index: 1;
}
  
  .banner .container {
	position: relative;
	z-index: 2;
  }
  
/* .banner {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
} */
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}

.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.banner-text {
	padding-right:80px;
	margin: 181px 0px 0px;
}
.mob{
	margin: 181px 0px 0px;
}
.screenshot-carousel .owl-item img {
    position: relative;
    width: 223px;
    height: 470px;
}
.logo-1 {
    width: 80px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}

/*** Screenshot ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}

.screenshot-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/screenshot-frame.png) center center no-repeat;
    background-size: 253px 500px;
    z-index: 1;
}

.screenshot-carousel .owl-item img {
	position: relative;
    width: 223px !important;
    height: 470px;
}

.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px var(--dark);
}

.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
    background: linear-gradient(to bottom right, #4492dd, #8c0efa);
	/* background:  linear-gradient(to left, #7a60ff, #cd9ffa); */
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box1 i {
    display: block;
    position: relative;
    width: 135px;
    height: 135px;
    border-radius: 100px;
    background: #7a60ff;
    background: linear-gradient(to top left, #4492dd, #8c0efa);
    color: #ffffff;
    font-size: 50px;
    line-height: 135px;
    margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 5px 20px;
	border: 2px solid #7a60ff;
	border-radius: 7px;
	display: inline-block;
	font-size: 12px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	background: linear-gradient(to bottom right, #4492dd, #8c0efa);
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
    background: linear-gradient(to left, rgb(120 48 239 / 64%), rgb(82 121 230));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #120379;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}

.icon-border span {
	display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: rgb(21 21 132);
    font-size: 18px;
    line-height: 50px;
    border: 2px solid rgb(25 10 134);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #7a60ff;
	background: linear-gradient(to left, rgb(120 48 239 / 64%), rgb(82 121 230));
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
	margin: auto;
    padding: .7rem 2rem;
    display: block;
    color: #fff;
    border-radius: 2rem;
    border: 0;
    background: #190ba3;
    cursor: pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #7a60ff;
	background: linear-gradient(to left, rgb(120 48 239 / 64%), rgb(82 121 230));
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #131484cf;
	/* background: linear-gradient(to left, rgb(120 48 239 / 64%), rgb(82 121 230)); */
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
section.fooeter-section-padding {
    background: #0f0f7f;
    padding: 150px 0px;
    position: relative;
}
.footer-copy {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
.footer-section-padding {
    background: #0f0f7f;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

.footer-copy {
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-links {
    list-style-type: none;
    padding: 0;
}

.footer-links li {
    margin: 10px 0;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fd7e14;
}

.payment-gateway-logos {
    margin-top: 20px;
}

.payment-logo {
    max-width: 50px;
    margin: 0 10px;
}

.footer-copy p {
    margin-bottom: 0;
    font-size: 12px;
}

.footer-copy small {
    font-size: 12px;
}

.footer-copy small a {
    color: #fd7e14;
    text-decoration: none;
}

.footer-copy small a:hover {
    color: #ffffff;
}

@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background: rgb(89 108 230);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.navbar .active {
    border: 1px solid;
    /* border-top: 2px solid; */
    transition: all 0.1s ease-in-out;
}
.mob {
    margin: auto;
}
.banner-text ul {
    text-align: center;
    list-style: none;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {

		.banner {
			position: relative;
			background-image: url(images/pic.webp);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			background-color: rgba(0, 0, 139, 0.8);
			color: #fff;
			padding: 93px 0px;
			min-height: 869px;
		}

		.banner-overlay {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgb(0 0 139 / 75%);
			z-index: 1;
		}
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}


.faq-collapse {
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    overflow: hidden;
}

.faq-collapse.show {
    max-height: 500px; /* Adjust based on content size */
    padding: 15px;
}

.faq-collapse:not(.show) {
    max-height: 0;
    padding: 0;
}

.faq-card-header {
    background-color: #6379e9;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.1s ease;
}

.faq-card-header:hover {
    background-color: #0d0d6b;
}

.faq-accordion-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.faq-accordion-icon i {
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s ease;
}

.faq-accordion-icon i.rotate {
    transform: rotate(180deg);
}

.faq-card-body {
    background-color: #f4f6f8;
    padding: 15px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #ddd;
}


/*** Footer ***/
/*** Footer ***/
.footer {
    background: linear-gradient(rgba(13, 13, 107, .3), rgba(13, 13, 107, .3)), url('images/footer.png') center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 43%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: rgb(120, 48, 239);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
	background-color: #0e0646;
    padding: 50px;
    text-align: center;
}
/* Style for the button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Initially hidden */
    /* background-color: #007bff; */
	background: linear-gradient(to top left, #4492dd, #8c0efa);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    background-color: #0056b3;
    transform: scale(1.1); /* Slightly enlarge on hover */
}

.box_use{
	/* background-color: #ffffff; */
    border-radius: 8px;
    transition: .3s;
    /* box-shadow: 0 0 5px 0 rgba(125, 121, 121, .4); */
    padding: 20px;
    border-radius: 15px;
	margin-bottom: 50px;
    position: relative;
}

.pricing-new .banner1 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 220px 0 110px;
    background-image: url(images/pattern1.png),linear-gradient(to left, rgb(120 48 239 / 64%), rgb(82 121 230));
    background-size: 380px,contain
}

.txt {
    color: #333;
    z-index: 99;
    position: relative;
}

.banner1 .txt h1 {
    padding: 20px 0 60px;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: 53px;
    margin: 0;
}
