* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--color-1) transparent;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 78%;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font1);
}
p {
  font-family: var(--font2);
}
.theme_btn {
	background-color: var(--color-1);
	color: #fff;
	padding: 15px 15px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.5s;
	text-decoration: none;
	font-family: var(--font2) !important;
	width: fit-content;
	display: inline-block;
	text-align: center;
	border: 1px solid var(--color-1);
}

.light_btn {
	background-color: transparent;
	color: #000;
	padding: 15px 15px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.5s;
	text-decoration: none;
	font-family: var(--font2) !important;
	width: fit-content;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc;
}
.theme_btn:hover {
  background-color: var(--color-2);;
  color: #fff;
  box-shadow: 0px 5px 5px 0px #00000036;
}
.light_btn:hover {
  background-color: var(--color-2);;
  color: #fff;
  box-shadow: 0px 5px 5px 0px #00000036;
}

.heading h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 56px;
  text-transform: uppercase;
  font-family: var(--font2);
  color: #000;
}

.heading .title {
  background: var(--color-2);
  width: fit-content;
  padding: 4px 13px;
  border-radius: 40px;
  font-family: var(--banner_font);
  color: #fff !important;
  font-weight: bold !important;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.back-to-top {
  background-color: var(--color-2);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.back-to-top:hover {
  background-color: var(--color-1);
  color: #fff;
}
.back-to-top:active {
  box-shadow: none;
  background-color: var(--color-1);
  color: #fff;
}
.right_padding {
  padding-right: 60px;
}
.left_padding {
  padding-left: 60px;
}

/* ************************************************************* header ********************************************************* */
header .navbar-brand {
  padding: 0;
  margin: 0;
}
.header .logo img {
	width: 70px;
}
header .navbar {
  padding: 0;
}
header .navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: .5rem 1rem;
	color: var(--color-2);
	font-size: 15px;
	text-transform: capitalize;
	font-family: var(--font1);
	position: relative;
	font-weight: 400;
	border-radius: 37px;
}
.nav-item .nav-link:hover {
  background-color: var(--color-1);
  color: #000;
}
.header {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9;
	top: 0;
	padding: 10px 0;
}
.fixed_top {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6); /* semi-transparent white */
  backdrop-filter: blur(8px); /* adds the blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  z-index: 99;
}
.header .menudiv {
  min-height: 50vh;
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.header .menudiv .dropdown-item {
  font-size: 15px;
  white-space: break-spaces;
  font-family: var(--font);
  text-transform: capitalize;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  line-height: 17px;
}
.header h5 {
  font-family: var(--font2);
  font-size: 20px;
  color: var(--color-1);
}

/* ************************************************** banner ********************************************************** */
.banner {
	position: relative;
	display: grid;
	align-content: center;
	height: 75vh;
}
.banner .form_div {
  position: relative;
  overflow: hidden;
  border: 1px solid #666;
  display: flex;
}
.banner .img {
  position: relative;
  bottom: -55px;
}
.banner .form_div .form-group .input-group-text {
  position: absolute;
  left: 0;
  bottom: 13px;
  border: none;
  background: no-repeat;
  color: var(--color-1);
}
.banner .form_div .form-group .form-control {
  width: 100%;
  background: transparent;
  border: none;
  height: 55px;
  box-shadow: none;
  border-radius: 0;
  padding-left: 40px;
  font-size: 20px;
}
.banner .form_div {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-1);
  display: flex;
  border-radius: 55px;
}
.banner .form_div .theme_btn {
  margin: 0;
  border-radius: 0;
  height: 55px !important;
  border: none;
}
.banner .form_div .form-group {
  flex: 1;
  position: relative;
}
.banner .banner-title {
	font-family: var(--font2);
	font-size: 50px;
	line-height: 60px;
	text-transform: capitalize;
	color: var(--color-2);
	font-weight: 900;
}
.banner .banner-title span {
	display: block;
	color: var(--color-1);
}
.banner-subtitle {
	font-size: 17px;
	color: var(--color-2);
	line-height: 23px;
}
.banner .btn_div {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.banner .btn_div .btn {
  /* box-shadow: 0 2px 11px rgba(0,0,0,.3),0 2px 6px rgba(0,0,0,.15); */
  background-color: var(--color-1);
  border: none;
  font-size: 18px;
  font-weight: 600;
  width: 220px;
  height: 50px;
  border-radius: 35px;
}
.banner .btn_div .btn.outline {
  background: #fff;
  border: 1px solid var(--color-1);
  color: var(--color-1);
}
/* *************************************** how it works ****************************************** */
.How_it_Works{
  background-color: var(--light-bg);
}
.How_it_Works .txt video {
	width: fit-content;
	border-radius: 20px;
	height: 740px;
	margin: auto;
	display: block;
	margin-top: 40px;
}
.How_it_Works .img_div img {
	margin-bottom: 20px;
	width: 85%;
	margin-left: auto;
	display: block;
	height: 150px;
	object-fit: cover;
	object-position: center;
}
.How_it_Works .txt p {
	color: #848484;
	font-family: var(--font2);
	font-weight: 500;
}
.How_it_Works .txt h4 {
	font-size: 23px;
	color: var(--color-2);
	font-weight: 600;
	font-family: var(--banner_font);
}
.Specs .section_header h4 {
	font-size: 23px;
	color: var(--color-2);
	font-weight: 600;
	font-family: var(--banner_font);
}
.Specs .box {
	border: 1px solid #e3e3e3;
	height: 100%;
	padding: 15px;
	border-radius: 10px;
}
.Specs .box p {
	margin: 0;
	font-size: 14px;
	color: #838383;
	line-height: 16px;
	font-family: var(--font2);
}
.Specs .box h6 {
	color: var(--color-2);
	font-size: 15px;
	font-weight: 500;
}
.Specs .box h4 {
	font-weight: 700;
	font-size: 22px;
	font-family: var(--font2);
}
.table thead th, .table tbody td {
  border: none !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg: var(--light-bg) !important;
	color: var(--bs-table-striped-color);
}
.table thead th, .table tbody td {
	border: none !important;
	font-size: 14px;
	font-family: var(--font2);
	color: #444;
}
.Specs .specs_list h6 {
	font-size: 16px;
	color: #666;
}
.Specs .specs_list p {
	font-size: 16px;
	color: #777;
}
.How_it_Works .txt {
	text-align: center;
}
/* *************************************** footer ****************************************** */
footer, .footer-bottom {
	background: #131b2b;
}
footer .btn_div  .btn-primary {
	color: #1b1f29;
	background-color: #fff;
	border-color: #fff;
  width: 170px;
}

footer .btn_div .btn-outline-primary {
	color: #fff;
	border-color: #fff;
  width: 170px;
}
footer .btn_div  .btn-primary:hover, footer .btn_div .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--color-1);
  border-color: var(--color-1);
}
.footer-box.footer-links h5 {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font2);
}
.footer-box.footer-links p {
	color: #ccc;
}
footer .btn_div {
	display: flex;
	gap: 15px;
}

/* *************************************** form  ****************************************** */
.form_btn {
	background-color: var(--color-1);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 25px;
	width: 56px;
	height: 56px;
	z-index: 999;
	position: fixed;
	right: 32px;
	bottom: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 100%;
	box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.form_div {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 380px;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.12);
	z-index: 1000;
	display: none;
	padding: 20px;
	border-radius: 10px;
}
.form_div .form_header {
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.form_div .form_header h4 {
	font-size: 15px;
	font-family: var(--font2);
	color: var(--color-2);
	font-weight: 500;
  margin-bottom: 0;
}
.form_div .form_header h6 {
	margin: 0;
	font-size: 12px;
	dont-f: ;
	font-family: var(--font2);
	font-weight: 400;
	color: #666;
}
.form_div form .form-group label {
	display: none;
}
.form_div form .form-group .form-control {
	border: 1px solid #e8e8e8;
	height: 45px;
}
.form_div form .theme_btn {
	padding: 8px 0;
	font-weight: 400;
}
.form_div .close_btn {
	border: none;
	background: transparent;
	color: #c7c7c7;
	font-weight: 300;
}



