

/**
* Template Name: Scaffold - v4.10.0
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/

/* Google fonts  */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap');
/* variable css  */
:root {
  --inter-font: 'Inter', sans-serif;
  --gradiant-color: linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%);
  --gradiant-button-color: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
  --primary-text-color: #ffffff;
  --secondary-text-color: #253858;
  --third-color: #4F4F4F;
  --fourth-color: #5E5B5B;
  --five-color: #EEF1F6;
  --bg-color: rgba(255, 255, 255, 0.9)
}

body {
  font-family: var(--inter-font);
}

a {
  /* color: #ffffff; */
  text-decoration: none;
}

a:hover {
  /* color: #ffffff; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: var(--inter-font);
  margin-bottom: 0px;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}
h1,
h2,
h2 span{
  font-family: 'Urbanist', sans-serif;
}

.doc-main a {
    color: #0045ff !important;
}
/* define class of css */

/* Primary button */
.secondary-button{
    background: #00299d;
    color: var(--primary-text-color);
}
.secondary-button:hover{
    border-color: #00299d;
    color: #00299d;
}
.primary_button {
  background: rgb(98, 95, 255);
  background: linear-gradient(180deg, rgba(98, 95, 255, 1) 0%, rgba(63, 60, 243, 1) 35%);
  border-radius: 25px;
  box-sizing: border-box;
  color: var(--primary-text-color);
  padding: 8px 40px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  border: 2px solid;
  transition: .5s all ease;
}

.primary_button:hover {
  background: var(--primary-text-color);
  color: var(--secondary-text-color);
  border: 2px solid rgb(98, 95, 255);
  transition: all .3s ease;
}

/* define class of css */

.primary-text-color {
  color: var(--primary-text-color);
}

.secondary-text-color {
  color: var(--secondary-text-color)
}

.gradiant-color {
  color: var(--gradiant-color);
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

/*search icon start*/
#search {
  cursor: pointer;
}
.search-area {
	width: 95%;
	top: 130px;
	background: #fff;
	padding: 10px 10px;
	outline: none;
	border-radius: 50px;
	transform: translate(-50%, -50%);
	left: 50%;
	border: 2px solid #0A0C25;
}
.search-area_sm {
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  outline: none;
  border-radius: 50px;
}

#button-addon2 i {
  color: blue;
}

.search-input input {
  border: none;
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-addon2:focus {
  outline: none;
}


/*** Serch icon end */

.gradiant {
	text-transform: capitalize;
	background: linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 900;
}

.hero-section-pt-pb {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* header section css  */

.header-area {
	position: absolute;
    top: 0;
	width: 100%;
	z-index: 9991;
	padding: 20px 0;
  background: #0A0C25;;
}

.features-heading h2 {
	font-size: 55px;
}
.modal-header {
	background: #DEEBFF;
}
.btn-close {
	background: none;
	width: 30px;
	height: 30px;

}
.btn-close:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-close i {
	background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
	color: #fff;
	padding-top: 5px;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	font-size: 25px;
	padding-left: 2px;
}

.features-heading h4 {
  text-transform: uppercase;
  background: linear-gradient(90.26deg, #0045FF 1.77%, #926CFF 83.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--inter-font);
  line-height: 45px;
}

.build {
  text-transform: uppercase;
  background: linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.features-heading p, .user-analytics-heading p {
	font-size: 13px;
	font-family: var(--inter-font);
	line-height: 26px;
	margin-top: 20px !important;
	color: #4F4F4F;
	width: 75%;
	margin: 0 auto;
}

/* main menu css  */

.search-icon a i {
  font-size: 20px;
  padding-right: 12px;
  border-right: #ffffff solid 2px;
}

.account i {
  font-size: 20px;
  padding: 0 12px;
  color: var(--primary-text-color);
}

.account .nav-link {
	font-family: var(--inter-font);
	color: var(--primary-text-color);
	margin-top: -1px;
	font-size: 16px;
	font-weight: 600;
}

.account .nav-link:hover {
  color: var(--primary-text-color);
}

ul.dropdown-menu.dropdown2.show {
  margin-left: 0;
}

.dropdown-menu.show {
  display: block;
  background: #1A1E42;
  color: #ffffff;
  margin-left: -120px;
}

.navbar .nav-item .nav-active {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}


/* hero area css  */

.hero-section {
	position: absolute;
	height: 100vh;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-content h1 {
	font-size: 62px;
	line-height: 1.25;
	color: var(--primary-text-color);
	/* margin-top: 50px; */
}
.hero-content h1 span {
  background: var(--gradiant-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-content p {
	font-family: var(--inter-font);
	font-size: 18px;
	line-height: 1.625;
	width: 60%;
	margin: 30px auto 0;
}
.hero-btn a {
  padding: 12px 40px;
  border: 1px solid transparent;
}

/* about-main-imge-section start */
#about {
  margin-top: -225px;
}

.hero-imges {
  text-align: center;
  border-radius: 18px;
  overflow: hidden;
}


/* about-heading-section */
.section-pt-pb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.features-heading {
  padding-bottom: 40px;
}

.features-heading h4 {
	text-transform: uppercase;
	background: linear-gradient(90.26deg, #0045FF 1.77%, #926CFF 83.62%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-weight: 800;
	font-family: var(--inter-font);
}

/* about-icon-box */

.features-icon-boxe {
  align-items: center;
  margin: 62px 0;
}

.features-icon-box {
  width: 100%;
  color: var(--primary-text-color);
  box-shadow: 5px 10px 18px #838383bb;
  border-radius: 4px;
  padding: 35px 9px;
  margin: 20px 0;
}

.features-icons img {
	width: auto !important;
	height: 64px !important;
	margin-left: 0 !important;
}

.features-icon-box h2 {
  font-size: 18px;
  line-height: 32px;
  font-family: var(--inter-font);
  padding-top: 10px;
  color: var(--secondary-text-color);
  font-weight: 500;
}

.features-icon-box p {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--inter-font);
  color: var(--secondary-text-color);
}


/* table section css start */
.tables {
  /*background: var(--five-color);*/
}

.work-text h3,
.table-text h3 {
  font-size: 16px;
  background: var(--gradiant-button-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--inter-font);
  font-weight: 600;
  margin-top: 100px;
}

.work-text h2,
.table-text h2 {
  font-size: 48px;
  color: var(--secondary-text-color);
  font-family: var(--inter-font);
  font-weight: 600;
  margin: 14px 0;
}

.table-text span {
  background: var(--gradiant-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 900;
}

.work-text p, .table-text p {
	color: var(--third-color);
	font-family: var(--inter-font);
	font-weight: 400;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.tablebutton {
	margin-top: 35px;
}
.tablebutton a {
	background: #0045ff;
	box-sizing: border-box;
	color: var(--primary-text-color);
	padding: 18px 50px;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 500 !important;
	border: 3px solid transparent;
	transition: all .3s ease;
	text-decoration: none;
}

.tablebutton a:hover {
  background: #fff;
  color: #0045ff;
  border: 3px solid #0045ff;
}

/* table section css end */

/* Browes More Popup Section Start */
.browes_button {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  color: #253858;
  border: 2px solid #253858;
  padding: 4px 24px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: all .3s ease;
  margin: 5px 4px;
}

.browes_button:hover,
.browes_button.mixitup-control-active {
  background: #3F3CF3;
  color: var(--primary-text-color);
  border: 2px solid transparent;
}

#browsMoreModal .modal-header {
  background: #DEEBFF;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}

#browsMoreModal .modal-content {
  border-radius: 18px;
}
.modal.show .modal-dialog {
	transform: none;
	margin-top: 100px;
}
#browsMoreModal .btn-close {
  background: #3F3CF3;
  border: 2px solid transparent;
  color: var(--primary-text-color);
  border-radius: 50%;
  position: relative;
  opacity: 1;
  transition: all .3s ease;
}

#browsMoreModal .btn-close:hover {
  background: var(--primary-text-color);
  color: var(--secondary-text-color);
  border: 2px solid #3F3CF3;
}

#browsMoreModal .btn-close::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  text-align: center;
  position: absolute;
  left: 11px;
  top: 3px;
  font-size: 18px;
}

#browsMoreModal .btn-close:focus {
  box-shadow: unset;
}

/* Browes More Popup Section End */


/* work section css start */
.work-box img {
  width: 25px;
  height: 25px;
}

.work-box h2 {
  font-family: var(--inter-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-text-color);
}

/* after css */

.shadow-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: var(--bg-color);
	opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 5px solid transparent;
	border-image: var(--gradiant-color);
	border-image-slice: 20;
	transform: translate(-50%, -50%);
}
.table-img {
	position: relative;
	/* background: #FFFFFF; */
	/* border: 5px solid #FFFFFF; */
	/* box-shadow: 0px 0px 6px rgba(100, 100, 111, 0.2); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
	/* border-radius: 10px; */
	padding: 10px;
	margin: 10px;
}

.table-img img {
	height: 180px;
}
.table-img h4 {
	margin-top: 20px;
	font-size: 20px;
	border-top: 1px solid;
	padding-top: 10px;
}
.table-img:hover>a .shadow-text {
  opacity: 1;
}



.show-page {
  overflow: hidden;
  width: 100%;
}

.table-img img {
  transition: .5s;
}


.table-img h6 {
	font-family: var(--inter-font);
	font-weight: 700;
	font-size: 18px;
  text-align: center;
	background: var(--gradiant-button-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.table-img p {
	color: var(--third-color);
	font-family: var(--inter-font);
	font-size: 14px;
	opacity: 0.8;
}


/* business_section_start */
.business_section {
  background-image: url(/assets/img/bussiness/Group\ 1000004356.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.business_text h3 {
  text-transform: uppercase;
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3rem;
}

.business_text h1 {
  font-size: 48px;
  font-weight: 600;
  color: var(--secondary-text-color);
}

.business_text p {
  color: var(--third-color);
  font-size: 14px;
  margin-top: 10px;
}

.icon_text h3 {
	font-size: 22px;
	font-weight: 700;
	color: #242331;
	margin-bottom: 0.3rem;
}

.icon_text p {
	font-size: 12px;
	font-weight: 400;
	color: var(--fourth-color);
	width: 80%;
}

.home_accrodion_design {
	border: none !important;
	padding: 10px 20px;
}

.accordion-body p {
  font-size: 14px;
  color: #5E5B5B;
}

.home_accrodion_design:last-child {
  border-bottom: none !important;
}

.accordion-flush .accordion-item {
	border-radius: 15px !important;
	box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
}
/* business_section_end */


/* client_section_start */
.img_box {
  box-shadow: 1px;
  position: relative;
  padding-top: 80px !important;
  border-radius: 10px;
}

.img_box img {
  width: 180px;
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_box p {
  font-size: 16;
  color: var(--fourth-color);
}

.img_box h5 {
  font-size: 18px;
  color: var(--secondary-text-color);
}

.secend_p {
  color: var(--fourth-color);
  font-size: 14px;
}

.img_box_secend {
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
}

.img_box_secend h5 {
  color: var(--primary-text-color);
}

.img_box_secend p {
  color: var(--primary-text-color);
}



.img_box:hover {
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);

}

.img_box:hover h5 {
  color: var(--primary-text-color);
}

.img_box:hover p {
  color: var(--primary-text-color);
}

/* client_section_end */

/* FAQ-section Start */
.faq_section {
  background-color: #eef1f6 !important;
}

.accordion1 {
  margin-top: 15px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--secondary-text-color);
  background-color: var(--primary-text-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 5px;
	padding: 14px 18px;
}

.accordion_heading {
  font-size: 18px;
  font-weight: 700;
  color: #253858;
}

/* FAQ-section end */

/* Blog Section Start  */
.gradiant_blog {
    text-transform: uppercase;
	background: linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog {
  height: 100%;
}

.blog .posted-date {
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
  padding: 6px 20px;
  display: block;
  border-radius: 5px;
  font-size: 14px;
  width: 8.2rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: .7rem;
  color: #ffffff;
}

.blog h3 {
	font-size: 20px;
	color: #051441;
	font-weight: 700;
}

.blog p {
  font-size: 14px;
  color: #333333;
  margin-top: .5rem;
}
.blog img {
	width: 100%;
}
/* Blog Section end  */




/* customer happy service start  */
.customer_h_service {
  padding: 100px 0;
}

.costomer_content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.video_content p {
	font-size: 12px;
	color: var(--primary-text-color);
	margin-top: 18px;
	font-family: var(--inter-font);
}

.costomer_content h1 span {
  font-size: 36px;
  font-weight: bold;
}

.costomer_content p {
  font-size: 16px;
  color: var(--fourth-color);
}

/* customer happy service end */

/* countnumber-section star  */
.countnumber-section {
  background-color: var(--five-color);
}

.count_number {
  text-align: center;
}

.count_number h1 {
  font-size: 48px;
  font-weight: bold;

}

.count_number h1 span {
  font-size: 48px;
  font-weight: bold;
  padding: 0;

}

.count_number p {
	font-size: 14px;
	font-weight: 500;
	color: #253858;
}

/* countnumber-section end */


/* whach video setion start */

.video_content {
  background: url(../img/video/video1.png);
  background-size: cover;
  height: 100%;
  padding: 50px;
}

.video_content h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-text-color);
}

.video_content h1 {
	font-size: 32px;
	font-family: var(--inter-font) !important;
	color: #fff;
	margin-top: 20px;
}
.v_c_btn {
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 30px;
	background: #ffffff;
	color: #0F44D1;
}
.v_c_btn:hover {
  color: #5F8BFF;
}

.video_group {
	margin-top: 34px;
}

/* whach video setion end */

/* values section start */
.values_section {
  background-color: var(--five-color);
}

.video_img img {
  width: 100%;
}

.values_text h3 {
	text-transform: uppercase;
	background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	font-weight: 500;
}

.values_text h1 {
	font-size: 32px;
	font-weight: 900;
	color: var(--secondary-text-color);
}

.values_text p {
  color: var(--third-color);
  font-size: 16px;
}

/* values section end */


/* FAQ section css  */

.faq-section {
  padding: 100px 0;
}

/* filter css  */
.button-group {
  margin: 30px 0;
}

.filter-buttom {
	font-family: var(--inter-font);
	font-size: 18px;
	font-weight: 600;
	color: #3F3CF3;
	padding: 12px 42px;
	background: #FFFFFF;
	border: 1px solid #D9DBE9;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
	border-radius: 48px;
	transition: .5s;
}
.faqs-content-inside p {
	padding-bottom: 25px;
	margin-left: 19px;
}
.faqs-item:last-child {
	border-bottom: 1px solid #fff;
}
.button-group .active2 {
  background: #0045FF;
  color: #ffffff;
}

.button-group .filter-buttom:hover {
  background: #0045FF;
  color: #ffffff;
}

/* accordian css  */
.faqs-grid {
	box-shadow: 0px 0px 7px #83838363;
	border-radius: 18px;
	padding: 40px 30px;
	margin: 0 auto;
}

.faqs-item {
	width: 100%;
	padding: 0;
	display: block;
	border-bottom: 1px solid #25385821;
}

.faqs-title {
	display: flex;
	position: relative;
	font-family: var(--nunito-font);
	font-size: 16px;
	font-weight: 600;
	color: var(--secondary-text-color);
	padding: 20px;
	width: 100%;
	outline: none;
	transition: 0.4s;
}


.faqs-title:hover {
  color: var(--secondary-text-color);
}

.faqs-title:after {
  content: '\002B';
  color: var(--secondary-text-color);
  font-weight: normal;
  float: right;
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
  padding-left: 20px;
}

.faqs-item a.faqs-title.active {
  color: #0045FF !important;
}

.faqs-title .active:after {
  content: "\2212";
}

.faqs-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqs-content-inside {
	font-family: var(--inter-font);
	font-size: 14px;
	line-height: 1.66;
	color: var(--secondary-text-color);
}


/*feature section*/

/* most features css  */

.most-features {
  position: absolute;
  height: 500px;
  background-image: url("../img/most-features-img/most-features.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.most-features-content h1 {
  font-size: 36px;
  color: var(--primary-text-color);
  font-family: var(--inter-font);
}

.most-features-content h1 span {
  background: var(--gradiant-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.most-features-content p {
  font-family: var(--inter-font);
  font-size: 16px;
  line-height: 1.625;
  margin-top: 18px;
}



/* about-icon-box css*/

.features-icon-boxe {
  align-items: center;
  padding-top: 62px;
}

.features-icon-box {
  width: 100%;
  color: var(--primary-text-color);
  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);
  border-radius: 4px;
  padding: 35px 9px;
  margin: 20px 0;
}



.features-icon-box h2 {
	font-size: 18px;
	font-family: var(--inter-font);
	padding-top: 10px;
	color: #253858;
	font-weight: 800;
}

.features-icon-box p {
	font-size: 12px;
	line-height: 26px;
	font-family: var(--inter-font);
	color: #4F4F4FBF;
	padding: 0px 0px;
}

/* about-icon-box css end*/

/* advanced section start css */
.user-analytics-section {
  background-color: var(--five-color);
  padding: 80px 0;
}

.user-analytics {
  padding-top: 60px;
}

.user-analytics-heading h4 {
  text-transform: uppercase;
  background: linear-gradient(90.26deg, #0045FF 1.77%, #926CFF 83.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--inter-font);
  line-height: 45px;
}

.user-analytics-heading h2 {
  font-size: 50px;
  font-family: var(--nunito-font);
  line-height: 62px;
}


.user-analytics-heading p {
  font-size: 16px;
  font-family: var(--inter-font);
  line-height: 26px;
  margin-top: 27px;
}

.user-analytics-box {
  padding: 20px;
  transition: .5s;
}

.user-analytics-box:hover {
  background-color: var(--primary-text-color);
  box-shadow: 0px 0px 7px #83838363;
  border-radius: 5px;
}

.user-analytics-box h2 {
	font-size: 20px;
	line-height: 2;
	font-family: var(--nunito-font);
	color: #242331;
}
.user-analytics-box p {
	font-size: 12px;
	line-height: 2;
	font-family: var(--inter-font);
	color: var(--fourth-color);
}

.analytics {
  background-color: var(--primary-text-color);
  box-shadow: 0px 0px 7px #83838363;
  border-radius: 5px;
}

.user-analytics-btn {
  padding-top: 60px;
}

.user-analytics-btn button {
  font-size: 18px;
  background: var(--gradiant-button-color);
  border: none;
  border-radius: 25px;
  padding: 8px 25px;
  color: var(--primary-text-color);
}

.user-analytics-img img {
  height: 200px !important;
}

/* advanced section end css */
.trial-section{
  padding: 60px 40px;
}
.trial-section {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 35px;
}
.trial-heading h3 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 1.2;
	color: var(--primary-text-color);
	font-family: var(--inter-font);
}

.trial-heading p {
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--nunito-font);
	color: var(--primary-text-color);
	padding-top: 10px;
}
.trial-form {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
}

.useremail {
  background: none;
  border: none;
  color: var(--primary-text-color);
  width: 100%;
  margin-left: 14px !important;
  margin: 10px 0;
}

.trial-button {
  background: var(--primary-text-color);
  color: var(--secondary-text-color);
  font-size: 15px;
  border: none;
  padding: 5px 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 8px;
  border-radius: 25px;
}

/* trial-section css  end*/

/*pricing section*/
/* Pricing section css  */

.pricing-section {
  padding: 50px 0 100px 0;
}

.on-off-btn {
  margin-bottom: 125px;
}

.on-off-btn p {
  font-family: var(--inter-font);
  font-size: 18px;
  padding: 0 15px;
  margin-top: 10px;
}

.form-switch {
  padding-left: 2.6666em;
}

.on-off {
  font-size: 30px;
  margin-top: 1px;
}

.pricing-table {
  background: #FFFFFF;
  border: 1px solid #EFF0F7;
  box-shadow: 0px 5px 14px 1px rgba(86, 86, 86, 0.19);
  border-radius: 24px;
  padding: 40px 10px 40px 20px;
  transition: .5s all;
}

.pricing-heading {
  margin-top: 12px;
  padding-left: 10px;
}

.pricing-heading p {
	font-family: var(--inter-font);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--secondary-text-color);
}

.pricing-heading h5 {
	font-family: var(--inter-font);
	font-size: 20px;
	line-height: 1.3;
	color: var(--secondary-text-color);
}

.description p {
  font-family: var(--inter-font);
  font-size: 18px;
  line-height: 1.33;
  color: var(--secondary-text-color);
  margin: 25px 0;
}

.description h3 {
	font-family: var(--inter-font);
	font-size: 40px;
	color: var(--secondary-text-color);
}

.description h6 {
  font-family: var(--inter-font);
  font-size: 18px;
  color: var(--secondary-text-color);
  margin: 20px 0;
}

.description h3 span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #6F6C90;
  ;
}

.description .list {
  margin: 10px 0;
}

.description .list .check-icon {
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  background: #526DFB;
  border-radius: 50%;
}

.description .list span {
  font-family: var(--inter-font);
  color: var(--fourth-color);
}


.pricing-btn a {
  font-family: var(--inter-font);
  font-size: 16px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  padding: 0 65px;
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
  border-radius: 30px;
  margin-top: 15px;
}


/* Hover effect of price table  */

.pricing-table:hover {
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
}

.pricing-table:hover
.pricing-heading p,
.pricing-table:hover
.description
.list span,
.pricing-table:hover
.description h3 span,
.pricing-table:hover
.description p {
	color: #D9DBE9;
}

.pricing-table:hover .pricing-heading h5,
.pricing-table:hover .description h3,
.pricing-table:hover .description h6 {
  color: var(--primary-text-color);
}

.pricing-table:hover .description .list .check-icon {
  background: #ffffff;
  color: #090C25;
}

.pricing-table:hover .pricing-btn a {
  color: #474BF5;
  background: #ffffff;
}

.pricing-active {
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%);
  border: 1px solid #EFF0F7;
  box-shadow: 0px 4px 12px rgba(20, 20, 43, 0.08);
  border-radius: 24px;
  padding: 40px 10px 40px 20px;
  margin-top: -50px;
  margin-bottom: 50px;
}

.pricing-active .pricing-heading h5,
.pricing-active .pricing-heading p,
.pricing-active .description p,
.pricing-active .description h3,
.pricing-active .description h6 {
  color: #fff;
}

.pricing-active .description h3 span,
.pricing-active .description .list span {
  color: #D9DBE9;
}

.pricing-active .description .list i {
  background: #fff;
  color: #0045FF;
}

.pricing-active .pricing-btn a {
  color: #0045FF;
  background: #fff;
}

.popular-btn {
  margin-left: 20px;
  margin-top: 8px;
}

.popular-btn a {
  font-family: var(--inter-font);
  font-size: 14px;
  color: var(--primary-text-color);
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

/* Pricing table end here css  */

.compare-pricing {
  background: #EEF1F6;
  padding: 100px 0;
}

.compare-heading h3 {
  font-family: var(--inter-font);
  font-size: 36px;
  background: linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compare-heading p {
  font-family: var(--inter-font);
  font-size: 16px;
  line-height: 1.62;
  color: var(--fourth-color);
  padding: 0 20px;
  margin: 15px 0 75px 0;
}


/* .comparing table css  */


.comparing-table {
  background: #ffffff;
  padding: 30px 0 60px 0;
  border-radius: 50px;
}

.table-heading {
  background: #fff;
}

table .table-heading th {
	font-size: 30px;
	font-weight: 800;
	line-height: 0.8;
	color: var(--secondary-text-color);
}
table .table-heading th span {
	font-size: 16px;
	font-weight: 600;
}

th,
td {
  text-align: center;
  padding: 16px;

}

.color-2 {
  color: #0045FF !important;
}

table tr td {
	font-family: var(--nunito-font);
	font-size: 16px;
	color: #797979;
}

/* th:first-child{
  padding-left: 50px;
} */
td:first-child {
  text-align: left;
  padding-left: 0px;
}

tr:nth-child(even) {
  background-color: #ffffff;
}


.fa-remove {
  color: #BEBEBE;
  padding: 0 3px;
  border: 3px solid;
  border-radius: 50%;
}

/* footer-section-start */
@media (max-width: 576px){
    .footer-border {
    flex-direction: column !important;
}
.footer-border .row>*{
       width: 100% !important;
}
}
@media (min-width: 1536px){
    .footer-container {
    max-width: 1290px !important;
}
}
ul.footer-list {
    padding-left: 0;
}
ul.footer-list li:not(last-child) {
    margin-bottom: 10px;
}

.footer-heading {
  margin-bottom: 2.5rem;
}

.footer-heading h3 {
  font-size: 15px;
  font-family: var(--inter-font);
  line-height: 40px;
  color: var(--primary-text-color);
}

.footer-heading a {
  font-size: 16px;
  font-family: var(--inter-font);
  line-height: 2;
  color: var(--primary-text-color);
  cursor: pointer;
  display: block;
}

.footer-border {
  border-bottom: 1px solid rgba(221, 221, 221, 0.651);
}

.footer-inputtype-hadding h3 {
  width: 35%;
}

.footer-inputtype-hadding {
  display: flex;
  background: #374367;
  border-radius: 5px;
}

.footer-form {
  width: 60%;
  display: flex;
  background: var(--primary-text-color);
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.username {
  width: 100%;
  border-radius: 3px;
  border: none;
  background: none;
  padding-left: 14px;
}

.intype-button {
  background: var(--gradiant-button-color);
  color: var(--primary-text-color);
  font-size: 15px;
  border: none;
  padding: 5px 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 11px;
  border-radius: 5px;
}

.footer-inputtype-hadding h3 {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--primary-text-color);
}

.footer-inputtype-hadding {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fotter {
  padding-left: 0px;
  padding-right: 0px;
}

.footer-last-heading a {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-text-color) !important;
  font-family: var(--inter-font);
}

.footer-borders {
  border-bottom: 1px solid rgba(221, 221, 221, 0.651);
}
.footer-last-heading {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* footer-section-end */

/* popup video css */
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

.test:hover~.test2 {
  display: none;
}

.other-page-height {
  height: 500px;
}

/* Not collupsed */
.accordion-button:not(.collapsed)::after {
  background: linear-gradient(180deg, rgba(98, 95, 255, 1) 0%, rgba(63, 60, 243, 1) 35%) !important;
  color: white !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: auto;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: var(--bs-accordion-btn-icon-transition);
  line-height: 29px;
}


.img_box {
  margin: 10px 10px;
  box-shadow: 0px 0px 7px #83838363;
}

.blog-shadow {
  box-shadow: 0px 0px 7px #83838363;
}



/*overflow*/
.hero-section-height{
  height: 100%;
}
.hero-content-height{
  height: 100%;
}
.client-slider-overflow {
  overflow: hidden !important;
}

.hero-btns {
  margin-bottom: 70px;
  margin-top: 70px;
}

.costomer_content h1 {
	font-size: 32px;
	font-weight: 900;
}
.costomer_content h1 span {
	font-size: 32px;
	font-weight: 900;
}
.costomer_content p {
	font-size: 14px;
	color: var(--fourth-color);
	margin-top: 10px;
}

.icon_img img {
	width: 64%;
}
.value-box {
	padding: 40px 25px !important;
}
.values_text {
	padding-bottom: 50px;
}

/* swiper slider */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;

  object-fit: cover;
}
.client-profile {
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.testimonial-content {
	padding-top: 110px;
}
.testimonial-content p {
	font-size: 14px;
	font-family: var(--inter-font);
}
.testimonial-content h5 {
	font-size: 18px;
	font-weight: 600;
}
.testimonial-content .secend_p {
	font-size: 12px;
}
.card-box {
	margin-top: 52px;
	box-shadow: 4px 7px 29px rgba(100, 100, 111, 0.11);
  border-radius: 20px;
}
.card-box:hover{
  background: linear-gradient(180deg, #5F8BFF 0%, #3F3CF3 100%) !important;
  color: #fff;
}
.card-box:hover .secend_p{
  color: #fff;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size, 20px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
	border-radius: 5px;
  background: var(--swiper-pagination-bullet-inactive-color,#0045FF);
  opacity: 1;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color,#0045FF);
	width: 60px !important;
}
#why-us-bg .features-heading {
	padding-top: 100px;
}
.accordion-button::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	background-image: none;
	color: #113AA9C7;
	background: #fff;
	height: 35px;
	width: 35px;
	box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.1);
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	padding-left: 2px;
}

.accordion-button:not(.collapsed)::after {
	background: linear-gradient(180deg, rgba(98, 95, 255, 1) 0%, rgba(63, 60, 243, 1) 35%) !important;
	color: white !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f106";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transition: var(--bs-accordion-btn-icon-transition);
	padding-top: 2px;
	padding-left: 1px;
}

.table__head{
  color: #FFF;
  font-weight: 700;
  background: #6D40FB !important;
  /* background: -moz-linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%);
  background: -webkit-linear-gradient(90.26deg, #0045FF 1.77%, #6AE1FF 53.81%, #926CFF 83.62%); */
  background: var(--gradiant-color);
  white-space: nowrap;
}

.mySwiper {
    padding-top: 70px !important;
}
.header-area-another-menu {
	background: #0A0C25;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9991;
	padding: 20px 0;
}
.footer-section {
	padding-top: 50px;
}
.modal-lg, .modal-xl {
  --bs-modal-width: 900px;
}
.phone .versus-box-one .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone  .versus-box-one .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .versus-box-two .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .versus-box-two .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .versus-box-three .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .versus-box-three .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .versus-box-four .oct-box-accord-one .oct-tbl-btn-col,
.phone .versus-box-four .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .versus-box-five .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .versus-box-five .oct-box-accord-one #product_data .oct-tbl-btn-col {
    flex: 0;
}
.phone .summary-box-four .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .summary-box-four .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .summary-box-five .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .summary-box-five .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .summary-box-three .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .summary-box-three .oct-box-accord-one #product_data .oct-tbl-btn-col,
.phone .summary-box-one .oct-box-accord-one .oct-tbl-row .oct-tbl-btn-col,
.phone .summary-box-one .oct-box-accord-one #product_data .oct-tbl-btn-col {
    flex: 0;
}
