/* @import url('http://fonts.cdnfonts.com/css/clash-display'); */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500&display=swap');
html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 { font-weight:700;}

.primary-btn {
	font-family: 'Work Sans', sans-serif;
	background-color: #7c3eff;
	font-weight: 500;
	border-radius: 100px;
	padding: 10px 22px 11px 22px;
	color: white;
	border: none;
	text-decoration: none;
}
.primary-btn:hover {
	color: white;
}
.primary-btn img {
	width: 12px;
	margin-left: 4px;
}
.primary-outline-btn {
	background-color: transparent;
	font-weight: 500;
	border-radius: 100px;
	padding: 8px 22px 9px 22px;
	color: white;
	border: 2px solid #8425bb;
}
.secondary-btn {
	font-weight: 500;
	border-radius: 100px;
	padding: 10px 22px 11px 22px;
	color: white;
	border: none;
	text-decoration: none;
	background-color: #111822;
}
p,
li,
span {
	font-family: 'Work Sans', sans-serif;
}
.home-heading {
    text-align: center;
    font-size: 36px;
    /* font-weight: 600; */
    margin-bottom: 20px;
    color: #111822;
    text-transform: capitalize;
	
}
.home-desc {
	font-size: 18px;
	font-weight: 400;
	color: #474747;
}
.ml-auto {
  margin-left: auto !important;
}

/* header css */
header .navbar-light {
	background: transparent !important;
}
header .navbar-light .navbar-brand {
	display: flex;
	align-items: center;
}
header .navbar-light .navbar-brand > img {
	margin-right: 10px;
	max-width: 200px;
}
header .navbar-light .navbar-brand .logo {
	color: #270064;
	/* font-weight: 600; */
	font-size: 30px;
}
header .navbar-light .navbar-toggler {
	border: 2px solid #270064;
	box-shadow: none;
}
@media (max-width: 768px) {
	header .navbar-light #navbarNavDropdown {
		position: absolute;
		top: 90%;
		left: 0%;
		width: 100%;
		background-color: rgb(255, 255, 255);
		z-index: 9999;
	}
	header .navbar-light .navbar-nav .nav-item {
		padding: 0px 5px;
	}
}
header .navbar-light .navbar-nav {
	font-family: 'Clash Grotesk';
	padding: 16px 0px;
}
/* header .navbar-light .navbar-nav .nav-item {
	padding: 0px 22px;
} */
@media (max-width: 768px) {
	header .navbar-light .navbar-nav .nav-item {
		/* margin-left: 38px; */
		margin-bottom: 12px;
	}
	
}
header .navbar-light .navbar-nav .nav-item:last-child {
	margin-top: 6px;
}
header .navbar-light .navbar-nav .nav-item .nav-link {
	color: #111822;
	font-weight: 500;
	font-size: 20px;
	text-transform: capitalize;
	padding: 0;
	padding-bottom: 4px;
}

/* footer css */
.footer {
	background-color: #111822;
	padding: 60px 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.footer .footer-logo {
	display: flex;
	align-items: center;
}
.home-banner {
    padding-bottom: 50px;
}
@media (max-width: 576px) {
.footer .footer-logo {margin-bottom: 3rem;}
header .navbar-light .navbar-brand > img { margin-right:0px;max-width: 180px;}
}
.footer .footer-logo > img {
	margin-right: 12px;
	max-width: 200px;
}
.footer .footer-logo .logo-txt {
	color: white;
	font-size: 28px;
	font-weight: 500;
}
.footer .heading {
	font-size: 18px;
	font-weight: 400;
	color: white;
	opacity: 0.6;
	margin-bottom: 30px;
}
.footer .heading hr {
	background-color: white;
}
.footer ul {
	padding-inline-start: 2px;
}
.footer ul li {
	color: white;
	margin-bottom: 24px;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 15px;
}
.footer ul li .fa {
	margin-right: 20px;
	font-size: 22px;
}
.footer ul li a {
	color: white;
	margin-right: 20px;
	font-size: 15px;
	text-decoration: none;
}
.footer .social-media {
	display: flex;
	align-items: center;
}
.footer .social-media .fab {
	color: white;
	margin: 0px 34px 0px 6px;
	font-size: 22px;
}
.footer .copyright {
	color: white;
	font-size: 18px;
	opacity: 0.8;
}
.footer .to-top {
	color: white;
	margin-right: 12px;
	font-size: 18px;
	opacity: 0.8;
}
.footer .to-top-circle {
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
a.banner-btn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    border-radius: 100px;
    padding: 8px 22px 10px 22px;
    text-decoration: none;
    border: 2px solid #7c3eff;
	background-color:#fff;
    margin-right: 7px;
    color: #7c3eff;
    font-size:1rem;
}

.dropbtn {
    color: rgb(0, 0, 0);
    padding: 2px;
    font-size: 20px;
    border: none;
    font-weight: 500;
background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:#fff}

.dropdown:hover .dropdown-content {display: block;}
.dropdown-item {
    padding: .6rem 1rem;
    color: #111822;
    font-weight: 500;
    font-size: 18px;
}

.dropdown-menu { padding: 0px; }
p.readMore-pahra span { display: none; }
p.readMore-pahra.active span { display: initial; }
.read-more-btn { text-decoration:none; color:#7c3eff; cursor: pointer; }
.read-more-btn:before { content: '...'; }
.header-area {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 9999;
}

@media (min-width: 768px) {
	header .navbar-light .navbar-nav .nav-item {
		padding: 0px 22px;
	}
}