@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	color: #111827;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

p {
	color: #4b5563;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 600;
}

h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #1e93ff;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.relative {
	position: relative;
}

.btn {
	padding: .5rem 1.25rem;
	border: 2px solid #1e93ff;
	line-height: 1.25rem;
	font-size: .875rem;
}

.text-primary {
	color: #1e93ff !important;
}

.text-gray-900 {
	color: #111827;
}

.bg-primary {
	background-color: #1e93ff !important;
}

.btn-primary {
	background: #1e93ff;
	border-color: #1e93ff;
}

.btn-danger {
	background: #e75462;
	border-color: #e75462;
}

.btn-primary:hover {
	background: #1454b4;
	border-color: #1454b4;
}

.bg-secondary {
	background: #0a2342 !important;
}
.btn-outline-light{
    border-color:#ffffff !important;
}
.btn-outline-light svg{
    fill:#ffffff;
    margin-right:5px;
}
.btn-outline-light:hover svg,.btn-outline-light:active svg,.btn-outline-light:focus svg{
    fill:#212529;
}
.cardBox {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	border: 1px solid #f3f4f6;
	padding: 2rem;
	text-align: left;
	color: #111827;
	;
}

.cardBox p {
	color: #4b5563;
	margin-bottom: 0;
}

.form-control {
	font-size: 14px;
}

/*header*/
header {
	background: #0a2342;
	padding: 10px 0;
}

header .nav-link {
	letter-spacing: .5px;
	font-size: 16px;
	color: #485666;
}

.h-10 {
	height: 24px;
}

.navbar-brand img {
	height: 36px;
	width: auto;
}
#navbarSupportedContent .btn-outline-light{
    padding: .5rem 0.8rem;
}
footer {
	background: url('../img/wave2.png') repeat-x #0a2342;
	background-size: contain;
	background-position: center top;
	padding: 120px 0 30px 0;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;

}

footer a {
	color: #ffffff;
	margin-bottom: 10px;
	display: block;
}

#breadcumb {
	background: url('../img/wave1.png') repeat-x #0a2342;
	background-size: contain;
	background-position: center bottom;
	padding: 10px 0 40px 0;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

#breadcumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
}

#breadcumb h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 600;
}

#breadcumb h2 strong {
	font-weight: 600;
}

/*banner*/
#banner {
	background: url('../img/wave1.png') repeat-x #0a2342;
	background-size: contain;
	background-position: center bottom;
	padding: 40px 0 100px 0;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

#banner h2 {
	font-size: 48px;
}

#banner h5 {
	margin-bottom: 0px;
}

.iconShape {
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: #ffffff1a;
	padding: .5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.filter-white {
	filter: invert(1) brightness(100);
}

/*aboutus*/
.max-w-400px {
	max-width: 400px;
}

.max-w-500 {
	max-width: 500px;
}

.max-w-700 {
	max-width: 700px;
}

.max-w-800 {
	max-width: 800px;
}

/*whyUS*/
.w-114 {
	width: 114px;
}

.h-134 {
	height: 134px;
}

.icon-bx svg {
	position: absolute;
	z-index: -1;
	top: 10px;
}

/*appClass*/

/*downloadApps*/

/*footer*/

/*breadcrumb*/

/*joinSection*/


/*index 3*/


/*dashboad*/
.userImage {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.userImage img {
	object-fit: cover;
	height: 34px;
	width: 34px;
}

.dashboard #breadcumb h2 {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 0;
}

.dashboard #breadcumb h4 span {
	background: #1e93ff;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 50px;
}

.btn-success {
	background: #1e93ff;
	border-color: #1e93ff;
}

.searchBox .form-control {
	border-color: #1e93ff;
}

.dashboard .card {
	border-color: #f2f2f2;
}

.dashboard section {
	background: #fafdff;
}

.navbar-toggler-icon {
	filter: brightness(100);
}

.dashboard .populer_post {
	background: #f9f9f9;
	padding: 20px 0px;
}

.dashboard .post_item {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	align-items: center;
	position: relative;
}

.dashboard .listDetails .itemList {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.dashboard .listDetails .itemList .post_item {
	flex: 0 0 18%;
	display: block;
	width: 18%;
}

.page-link {
	color: #1e93ff;
}

.dashboard .post_item_description {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.dashboard .listDetails .post_item_description {
	margin-top: 10px;
}

.dashboard .slick-slide .post_item_description {
	margin-top: 10px;
}

.dashboard .post_item_description a {
	color: #333;
}

.dashboard .post_item_description h3 {
	font-size: 14px;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5px;
	line-height: 20px;
}

.dashboard .post_item_description p {
	font-weight: 400;
	margin-bottom: 0;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dashboard .post_item_description .btn-sm {
	padding: 2px 10px;
	font-size: 9px;
}

.dashboard .post_item .post_item_image img {
	width: 80px;
	height: 80px;
	border: 1px solid #e8e8e8;
	border-radius: 20%;
}

.dashboard .sideBar .post_item .post_item_image img {
	width: 60px;
	height: 60px;
	border: 1px solid #e8e8e8;
	border-radius: 20%;
}

.dashboard .rating {
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.dashboard .sideBar .rating {
	margin-top: 0;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 10px;
}

.dashboard .sideBar .rating img {
	height: 10px;
	width: 10px;
}

.dashboard .rating .icon-star {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	margin-left: -2px;
	fill: #ffc107;
}

.titleBar {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
	background: #fafdff;
	padding: 5px;
	border-radius: 5px;
}

.titleBar span {
	font-weight: bold;
	color: #1e93ff;
}

.titleBar a {
	float: right;
	margin-right: 60px;
	font-size: 12px;
	padding: 2px 10px;
	margin-top: 3px;
}

.btn-outline-primary {
	border-color: #1e93ff;
	color: #1e93ff;
}

.dashboard .slick-prev:before {
	background: url('../img/right-arrow.png') no-repeat;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background-size: cover;
	border: 1px solid #4c4c4c47;
}

.dashboard .slick-next:before {
	background: url('../img/left-arrow.png') no-repeat;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background-size: cover;
	border: 1px solid #4c4c4c47;
}

.dashboard .slick-next {
	right: 6px;
	top: -40px;
}

.dashboard .slick-prev {
	left: inherit;
	right: 32px;
	top: -40px;
}

.dashboard #downloadAppsModal .post_item .post_item_image img {
	height: 30px;
	width: 30px;
}

.dashboard #downloadAppsModal .post_item_description h3 {
	font-size: 20px;
	font-weight: bold;
}

.dashboard #downloadAppsModal .modal-body .nav {
	display: flex;
	background: #f9f9f9;
	border-radius: 6px;

}

.dashboard #downloadAppsModal .modal-body .nav .nav-item {
	flex: 1 0 0%;
}

.dashboard #downloadAppsModal .modal-body .nav-pills .nav-link {
	width: 100%;
	color: #1e93ff;
}

.dashboard #downloadAppsModal .modal-body .nav-pills .active.nav-link {
	background: #1e93ff;
	color: #ffffff;
}

.list-group-item.active {
	background-color: #1e93ff;
	border-color: #1e93ff;
}

.dashboard .productDetails .post_item_description h3 {
	font-size: 20px;
	font-weight: bold;
}

.dashboard .moretext {
	height: 350px;
	overflow: hidden;
	position: relative;
}

.dashboard .moretext:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
}

.productDetails .slick-slide {
	margin: 10px 5px;
}

.productDetails .slick-slide img {
	max-height: 400px;
}

.dashboard .productDetails .slick-next {
	top: 49%;
	background: #fff;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.dashboard .productDetails .slick-prev {
	top: 49%;
	background: #fff;
	z-index: 1000;
	left: 6px;
	right: inherit;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.dashboard .productDetails .slick-prev:before,
.dashboard .productDetails .slick-next:before {
	border: none;
}

.progress-bar {
	background-color: #1e93ff;
}

.smallThubmbline {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.privacyList .cardBox {
	background: #ffffff;
	border: 1px solid #ffffff;
	height: 100%;
}

.privacyList .col-sm-6:nth-child(2n) .cardBox {
	background: transparent;
	color: #ffffff;
}

.privacyList .col-sm-6:nth-child(2n) .cardBox p {
	color: #ffffff;
}

.form-control {
	padding: .575rem .75rem;
}

.errorsmessage {
	color: #e75462;
}

@media only screen and (max-width:767px) {
	.navbar-nav {
		padding-top: 30px;
		gap: 10px;
	}

	.dashboard .listDetails .itemList .post_item {
		flex: 0 0 31%;
		width: 31%;
	}

	.accountButton {
		position: absolute;
		right: 74px;
		top: 14px;
		padding: 6px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}
}

@media only screen and (max-width:550px) {
	.dashboard .listDetails .itemList .post_item {
		flex: 0 0 48%;
		width: 48%;
	}

}

@media only screen and (max-width: 400px) {
	.navbar-brand img {
		height: 28px;
	}

	.accountButton {
		right: 70px;

	}
}

.faq-section {
	max-width: 800px;
	margin: 0px auto;
	padding: 20px; 
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	color: #0a2342;
}

.faq-section h2 {
	text-align: center;
}

.faq-item {
	margin-bottom: 20px;
	padding: 10px;
	border-left: 3px solid #1e93ff;
	background-color: #f9f9f9;
	border-radius: 5px;
    cursor: pointer;
}

.faq-question {
	font-weight: bold;

}
.fs-18{
    font-size:18px;
}

/* Cookie Popup Styles */
.cookie-popup {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.cookie-popup.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    padding:20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap:10px;
}

.cookie-content h3 {
    margin: 0;
    font-size: 18px;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-content a {
    color: #007bff;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}
 