@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

::before,
::after,
ul,
li,
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

:root {
	--theme: #e803b7;
	--darkTheme: #045baf;
	--gradient: #e803b7;
}
.active{
	border-bottom: 1px solid #fff;
}
body {
	font-family: "Montserrat", sans-serif;
}

.fs_10 {
	font-size: 10px;
}
.fs_12 {
	font-size: 12px;
}
.fs_14 {
	font-size: 14px;
}
.fs_16 {
	font-size: 16px;
}
.fs_18 {
	font-size: 18px;
}
.fs_20 {
	font-size: 20px;
}
.fs_22 {
	font-size: 22px;
}
.fs_26 {
	font-size: 26px;
}
.fs_24 {
	font-size: 24px;
}
.fs_28 {
	font-size: 28px;
}
.fs_30 {
	font-size: 30px;
}

.fs_35 {
	font-size: 35px;
}
.fs_43 {
	font-size: 43px;
}

.fs_50 {
	font-size: 50px;
}
.fs_55 {
	font-size: 55px;
}
.fs_69 {
	font-size: 69px;
}
.fs_80 {
	font-size: 80px;
}
.fs_100 {
	font-size: 100px;
}
.big_about.about_side_text {
	letter-spacing: -1.29px;
	font-size: 60px;
}
.heading {
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	color: #011B70;
}

.sub_heading {
	font-size: clamp(18px, 2vw, 28px);
	color: var(--theme);
	font-weight: bold;
	margin-bottom: 15px;
}

.fa-solid.fa-bars.text-white {
	font-size: 24px;
	color: #fff !important;
}

.text-muted {
	color: #54565a !important;
}

.para {
	font-size: 15px;
	line-height: 29px;
	color: #000;
	font-weight: 400;
}

.theme_btn {
	min-width: 148px;
	border: 3px solid white;
	box-shadow: -5px 2px 23.76px 0.24px rgba(0, 0, 0, 0.47);
	height: 50px;
	font-size: 16px;
	background-color: var(--theme);
	text-decoration: none;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.t_theme {
	color: var(--theme) !important;
}
button.navbar-toggler {
    background: #fff;
}
header {
    /* background: #282828; */
	background: white;
	color: black;
    position: relative;
    z-index: 0;
}

/* header::before {
	content: '';
	background-color: #fff;
	opacity: 1px;
	position: absolute;
	width: 100%;
	height: calc(100% - 86px);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	z-index: -1;
	bottom: 0;
}    */

/* .navbar {
	padding: 8px 0;
} */
.h3_fs {
	font-size: 20px;
	font-weight: bold;
}
.footer_main{
	color: white !important;
}
.navbar .nav-link {
	font-size: 16px;
	margin: 10px 20px !important;
	padding: 0 !important;
	line-height: 29px;
	color: white;
	font-weight: 400;
}

.navbar .nav-link.active {
	font-weight: 600;
	color: white;
}

.navbar-brand img {
    width: 120px !important;
}
.navbar .nav-link.nav_btn {
	min-width: 130px;
	height: 45px;
	padding: 0 20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid white;
	border-radius: 30px;
	text-decoration: none;
	color: var(--theme);
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}

.nav_drop img {
	width: 44px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
}

.nav_drop .nav-link {
	display: flex;
	justify-content: start;
	align-items: center;
}

.nav_drop strong {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.nav_drop small {
	font-size: 12px;
	font-weight: 400;
	color: var(--theme);
}

.nav_drop p {
	margin-bottom: 0;
	line-height: 14px;
	margin-left: 10px;
}

/* / \ navbar / */

/* / Modal =============================== / */

.modal_side_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.modal_form {
	height: fit-content;
	width: 100%;
}

.modal_form h2 {
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	margin-bottom: 25px;
}

.socal_modal_icons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.socal_modal_icons a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #edf2f7;
	text-decoration: none;
	border-radius: 10px;
	margin: 0 8px;
	width: 45px;
	height: 40px;
}

.socal_modal_icons a img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.via_line {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 20px 0px 10px;
}

.via_line strong {
	font-size: 14px;
	font-weight: 500;
	background: white;
	z-index: 0;
	padding: 0 15px;
}

.via_line::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	left: 0;
	bottom: 10px;
	z-index: 0;
}

.modal_form label {
	margin-top: 15px;
	font-weight: 500;
	font-size: 15px;
	font-weight: bold;
}

.modal_form label a {
	font-size: 15px;
}

.modal_form .form-control {
	border-radius: 30px;
	border: none;
	height: 51px;
	padding: 0px 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
	margin: 10px 0px 20px;
}

.modal_form .form-control:focus,
.modal_form .form-control:focus-visible {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
}

.modal-xl {
	max-width: 1060px;
}

.modal_form .form-control {
	border-radius: 10px;
	height: 51px;
	padding: 0px 11px;
	margin: 5px 0px 10px;
	font-size: 12px;
}

.modal_form .switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 20px;
}

.modal_form .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.modal_form .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: gainsboro;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modal_form .slider::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modal_form input:checked + .slider {
	background-color: var(--theme);
}

.modal_form input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

.modal_form input:checked + .slider::before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.form-check-input {
	max-width: 16px;
	width: 100%;
	margin-right: 6px;
	border-color: #000;
}

.form-check-input:checked {
	background-color: var(--theme);
	border-color: var(--theme);
}

.modal_form .slider.round {
	border-radius: 34px;
}

.modal_form .slider.round:before {
	border-radius: 50%;
}

.modal_form .submit_modal {
	width: 100%;
	height: 51px;
	font-size: 18px;
	font-weight: bold;
	background-color: var(--theme);
	color: black;
	border: none;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
	margin: 30px 0px;
}

.xsm {
	width: 75%;
	margin: 0 auto;
}

/* .modal_form .submit_modal:focus , .modal_form .submit_modal:focus-visible{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
} */
.modal_form .submit_modal {
	width: 100%;
	height: 41px;
	font-size: 18px;
	border-radius: 10px;
	margin: 20px auto;
	font-weight: 400;
}

.modal-header {
	position: relative;
}

.modal .btn-close {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ff0000;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	opacity: 1;
	font-size: 22px;
	padding: 0;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 10;
	padding-right: 0.5px;
}

.modal .form-group {
	position: relative;
}

.modal .form-group i {
	position: absolute;
	top: 62px;
	right: 15px;
	color: rgba(0, 0, 0, 0.175);
}

.modal_form .nav-pills .nav-link {
	background-color: #d5d5d5;
	color: #000;
	box-shadow: -6px 3px 17.82px 0.18px rgba(0, 0, 0, 0.17);
	margin: 0 10px;
	width: 154px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.modal_form .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: #000;
}

.input_group {
	display: flex;
	justify-content: start;
	align-items: center;
}

.input_group .input_inner {
	width: 50px;
	height: 100%;
	position: relative;
}

.input_group .input_inner select {
	background-color: transparent;
	height: 100%;
	width: 100%;
	border: none;
	appearance: none;
}

.input_group .input_inner i {
	top: 12px;
	font-size: 19px;
	right: 5px;
}

.logout_img {
	width: 80px;
	padding-bottom: 24px;
}

/* / \ modal / */

/* / banner / */

.radious {
	/* padding: 80px 0 80px; */
	border-radius: 100px 100px 0px 0px;
	background-color: #fff;
}

.banner h1 {
	font-size: 60px;
	line-height: 78px;
	font-weight: 400;
	color: #000;
}

.banner h2 {
	color: #011B70;
	font-size: 81px;
	/* / line-height: 74px; / */
	font-weight: 700;
}

.banner p {
	font-size: 20px;
	line-height: 42px;
	color: #a2a2a2;
	font-weight: 400;
}

.appstores {
	display: flex;
	align-items: center;
	justify-content: start;
}

.appstores a img {
	/* / max-width: 169px; / */
	width: 100%;
	margin-right: 10px;
	height: 58px;
	padding-right: 10px;
	object-fit: fill;
}

.join_us {
	font-size: 16px;
	color: black !important;
	background-color: var(--theme);
	border-radius: 30px;
	height: 44px;
	min-width: 151px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.black_btn {
	font-size: 16px;
	color: white;
	background: rgb(7, 151, 127);
	border-radius: 30px;
	height: 52px;
	min-width: 171px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.black_btn:hover {
	color: #ddd;
}

/* / \banner / */

/* / about us / */

.about_side_text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	opacity: 0.05;
	color: #000;
	letter-spacing: 28.71px;
	font-size: 79px;
	white-space: nowrap;
	font-weight: 600;
}

.ab_card {
	border-radius: 20px;
	/* /! box-shadow: 0px 3px 6px #00000029; / */
	border: none;
	/* / transform: translate(-25%); / */
}

.ab_card .card-body {
	padding: 48px;
}

.mini_heading {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

.mini_heading::before {
	content: "";
	width: 38px;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
	left: 0px;
	/* / transform: translate(-50%); / */
}

.owl-dot span {
	width: 10px !important;
	height: 10px !important;
	border-radius: 10px !important;
	background: black !important;
	margin: 0 4px !important;
}

.owl-dot.active span {
	background-color: var(--theme) !important;
	width: 42px !important;
}

/* / about us / */

/*company_forum */

.white_line {
	color: white;
	text-align: center;
}

.white_line::before {
	left: 50%;
	transform: translate(-50%);
	background-color: white;
	bottom: -10px;
}

.company_forum {
	background: url(../images/v3.png) no-repeat center/cover;
}

.card_forum {
	padding: 22px;
	border-radius: 29px;
	background-color: white;
}

.card_forum ul {
	list-style-type: none;
}

.cf_user {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
	padding: 15px 0px;
	border-bottom: 1px solid rgb(112, 112, 112, 0.2);
}

.cf_user:last-child {
	border: none;
	padding-bottom: 0;
}

.cf_user img {
	max-width: 88px;
	width: 100%;
	height: 88px;
	border-radius: 50%;
}

.content_box p {
	text-align: left;
	font-size: 18px;
	color: black;
	line-height: 35px;
	font-weight: 400;
}

.cf_user textarea {
	box-shadow: 0px 1px 6px #00000029;
	border-radius: 15px;
	border: none;
	width: 100%;
	padding: 15px;
	height: 150px;
	resize: none;
}

/* /  \company_forum / */

/* / contact us  / */
.rounded_ico img {
	width: 50%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.contact_card {
	box-shadow: 0px 1px 34.65px 0.35px rgba(0, 0, 0, 0.09);
	border-radius: 15px;
	width: 100%;
	height: 300px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: white;
}

.contact_card h5 {
	font-size: 22px;
	font-weight: bold;
}

.contact_card p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.contact_card::before {
	content: "";
	background-color: var(--theme);
	position: absolute;
	bottom: -4px;
	width: 65%;
	height: 8px;
	border-radius: 4px;
}

.form-group textarea.form-control {
	height: 150px;
	padding: 10px;
	resize: none;
}

.contact_info h6 {
	/*color: #fff; */
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

.contact_info h6::before {
	content: "";
	position: absolute;
	top: 41%;
	left: 0;
	width: 36px;
	background-color: var(--theme);
	height: 3px;
}

.contact_info h2 {
	font-size: 30px;
	font-weight: 600;
	/* /! color: white; / */
}

.contact_info li {
	margin: 40px 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.contact_info li h4 {
	font-size: 24px;
	font-weight: 600;
	/* /! color: white; / */
}

.contact_info li p {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 400;
	/* /! color: white; / */
}

span.rounded_ico {
	max-width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: var(--theme);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	width: 100%;
}

/* / \ contact us  / */

/* / bg_lay_img / */
.bg_lay_img {
	background: url(../images/bg_lay.png) no-repeat top / cover;
}

/* / \ bg_lay_img / */
/* 
footer {
	background-image: url("/images/footer.png") no-repeat center/cover;
	text-align: center;
} */

footer ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_logo {
	width: 350px;
	margin-bottom: 25px;
}

.footer_link {
	position: relative;
	color: black;
	font-size: 18px;
	line-height: 29px;
	padding: 10px 15px;
	text-decoration: none;
}
.footer_link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(65, 65, 65);
}
/* body{
	background-color: rgb(240, 240, 240);
}
.radious{
	background-color: rgb(240, 240, 240);
} */
footer .inner {
	padding: 50px 0px;
}

footer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
	color: #fff;
}

footer p .footer_link {
	font-size: 16px;
	line-height: 26px;
	margin: 0 5px;
	color: white;
}

footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.31));
}
.owl-carousel .item {
	padding: 20px 0;
}

.cta_section {
	color: #fff;
	background: url("../images/cta.png") no-repeat center / cover;
	background-attachment: fixed;
	position: relative;
}

.cta_section h3 {
	font-size: 48px;
	font-weight: 700;
}

.cta_section h4 {
	font-weight: 600;
	font-size: 30px;
	color: var(--theme);
	margin-bottom: 25px;
}

.cta_section p {
	font-size: 20px;
	margin-bottom: 5px;
}

.cta_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 45px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ffffff33;
	margin: 0 auto 28px;
	position: relative;
	z-index: 0;
}

.cta_icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	background-color: #fff;
	z-index: -1;
}

.cta_icon img {
	width: 45%;
	height: 45%;
	object-fit: contain;
}

/* / cms / */

.cms h2 {
	font-size: 48px;
}

.cms h3 {
	font-size: 35px;
}

.cms h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
}

.cms h5 {
	font-size: 18px;
	font-weight: 600;
}

.cms h6 {
	font-size: 16px;
}

.cms p {
	font-size: 16px;
	color: #000;
}

.cms strong {
	font-weight: 600;
}

.cms small {
	font-size: 14px;
}

.cms a {
	color: #011B70;
	text-decoration: underline;
}

.cms ul {
	/* / list-style-type: disc; / */
	padding-left: 20px;
	margin-bottom: 30px;
}

.cms li {
	padding: 5px 0;
	font-size: 16px;
}

/* / \ cms / */

@media (max-width: 1399.98px) {
	.modal_form .form-control {
		border-radius: 10px;
		height: 45px;
		padding: 0px 8px;
		margin: 4px 0px 0px;
		font-size: 13px;
	}

	.contact_card p {
		font-size: 14px;
	}

	/* header {
        padding: 10px 0px;
        background-size: cover;
    } */
	.banner h1 {
		font-size: 50px;
	}

	.banner h2 {
		font-size: 50px;
	}

	.banner p {
		font-size: 18px;
	}

	.para {
		font-size: 14px;
		line-height: 27px;
	}
}

@media (max-width: 767.98px) {
	.radious {
		border-radius: 30px 30px 0px 0px;
		/* margin-top: 30px; */
	}
	.cms p {
		font-size: 13px;
		color: #000;
		line-height: 25px;
	}
	.about_side_text {
		right: 3%;
		font-size: 33px;
	}
	#navbarNavDropdown {
		background: var(--theme);
		border-radius: 20px;
	}
	.h3_fs {
		font-size: 16px;
		font-weight: bold;
	}
	.modal .btn-close {
		top: 12px;
		right: 12px;
	}

	.xsm {
		width: 100%;
	}

	.logout_img {
		width: 50px;
		padding-bottom: 14px;
	}

.navbar-brand img {
    width: 120px !important;
}

	.owl-carousel .item {
		padding: 0;
	}

	.join_us {
		min-width: 121px;
	}

	.navbar .nav-link {
		font-size: 14px;
		padding: -4px 0px !important;
	}

	.nav_btn {
		border: 2px solid white;
		font-size: 14px;
	}

	.banner {
		padding: 20px 0;
		border-radius: 50px 50px 00 00;
	}

	.navbar {
		padding: 10px 0;
	}

	.para {
		font-size: 14px;
		line-height: 26px;
	}

	.heading {
		font-size: 25px;
	}

	.heading::before {
		width: 94px;
		height: 5px;
	}

	footer .inner {
		padding: 20px 0px;
	}

	.banner h1 {
		font-size: 30px;
		margin-top: 10px;
		line-height: initial;
	}

	.appstores a img {
		max-width: 110px;
		height: 36px;
	}

	.banner h2 {
		font-size: 56px;
		font-weight: 600;
	}

	.ab_card {
		transform: translate(0);
		margin-top: 20px;
	}

	.banner p {
		font-size: 18px;
		line-height: 29px;
	}

	.ab_card .card-body {
		padding: 28px 15px;
	}

	.heading {
		font-size: 24px;
		line-height: 35px;
	}

	.cf_user {
		display: block;
		text-align: left;
	}

	.cf_user img {
		max-width: 78px;
		height: 78px;
		margin-bottom: 10px;
	}

	.content_box p {
		font-size: 16px;
	}

	.footer_link {
		font-size: 14px;
	}

	footer p {
		font-size: 12px;
	}

	footer p .footer_link {
		font-size: 12px;
		margin: 0;
	}

	.footer_logo {
		width: 200px;
		margin-bottom: 5px;
	}

	.footer_img {
		position: initial;
	}

	footer {
		padding: 30px 0px 0px;
	}

	.contact_card h5 {
		font-size: 20px;
	}

	.contact_card p {
		font-size: 15px;
	}

	.contact_info h6 {
		font-size: 18px;
	}

	.contact_info h6::before {
		top: 44%;
	}

	.contact_info h2 {
		font-size: 30px;
	}

	span.rounded_ico {
		max-width: 52px;
		height: 52px;
		margin-right: 20px;
	}

	.rounded_ico img {
		width: 50%;
	}

	.contact_info li h4 {
		font-size: 20px;
	}

	.contact_info li p {
		font-size: 16px;
	}

	.contact_info li {
		margin: 20px 0;
	}
}

@media (max-width: 575.98px) {
	.modal_form label {
		font-size: 13px;
	}

	.owl-carousel .owl-item img {
		width: 80%;
		margin: auto;
		padding: 0px 0px;
	}
	.banner h1 {
		font-size: 28px;
		line-height: initial;
	}
	.banner h2 {
		font-size: 35px;
	}
}