@font-face {
	font-family: "MyCustomFont";
	src: url("fonts/KohinoorBangla-Regular.ttf") format("woff2"),
		url("fonts/KohinoorBangla-Regular.ttf") format("woff"),
		url("fonts/KohinoorBangla-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: "Titillium Web", sans-serif; */
	font-family: "MyCustomFont", sans-serif;
}

:root {
	--primary-color: #fb7323;
	--secondary-color: #fff;
}

body {
	background-color: #13131d;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: var(--secondary-color);
}

.custom-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Global Button */
.global-primary-button {
	background: linear-gradient(90deg, #fbc222 0%, #fa7827 50%, #fbc222);
	color: black;
	padding: 10px 30px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	transition: 0.4s;
	text-transform: uppercase;
}

.global-secondary-button {
	background: #18171f;
	color: white;
	padding: 10px 30px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	transition: 0.4s;
	text-transform: uppercase;
}

/* Navbar Start */
.navbar {
	background: transparent !important;
	position: relative;
}

/* .navbar .custom-container {
  display: flex;
  align-items: center;
} */

.logo {
	font-family: "Kalam", cursive;
	font-size: 30px;
	font-weight: 700;
	color: var(--secondary-color);
}

.nav-link {
	color: white;
	font-weight: 700;
	font-size: 18px;
	padding: 0 15px;
}

.nav-link:focus,
.nav-link:active {
	color: var(--secondary-color);
}

.nav-item {
	position: relative;
	padding: 0 10px;
}

.nav-link::before {
	top: 10px;
	width: 2px;
	content: "";
	right: 0px;
	height: 13px;
	position: absolute;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.nav-link::before {
		top: 10px;
		width: 0px;
		content: "";
		right: 0px;
		height: 13px;
		position: absolute;
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.feature h2 {
		font-size: 30px !important;
	}
}

.nav-item:last-child .nav-link::before {
	background-color: transparent !important;
	/* Or any other value you want */
}

.nav-link:hover {
	color: var(--secondary-color);
	/* border-bottom: 2px solid var(--primary-color); */
}

/* Background overlay styles */
.navbar-collapse {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #0a0808;
	/* Adjust the overlay color and opacity */
	width: 50%;
	transform: translateX(100%);
	transition: transform 0.5s ease-out;
	padding: 30px;
}

/* .navbar-toggler-icon{
  background: url('./images/3-bar.jpg');
} */
.fa-bars {
	color: white;
}

@media (min-width: 992px) {
	.navbar-collapse {
		position: static;
		transform: translateX(0);
		background-color: transparent;
		padding: 0;
		width: auto;
	}
}

/* Media query for smaller devices */
@media (max-width: 992px) {
	.close-icon {
		display: block !important;
		/* Show the close icon in smaller devices */
		z-index: 50000;
	}

	.navbar-collapse.show .close-icon {
		display: block !important;
		/* Ensure close icon is shown when the menu is open */
		z-index: 50000;
		color: #fff;
	}
}

.navbar-collapse.show .close-icon {
	display: block;
	/* Show the close icon when the menu is open on smaller devices */
	z-index: 50000;
}

.navbar-collapse.show {
	transform: translateX(0);
	z-index: 50;
}

.close-icon {
	position: absolute;
	top: 10px;
	right: 40px;
	cursor: pointer;
	display: none;
	/* Initially hide the close icon */
	color: red;
	font-size: 24px;
}

/* Navbar End */

/* Banner Section */
.banner-section {
	padding: 50px 0;
}

@media screen and (max-width: 768px) {
	.banner-section {
		padding: 0px;
		margin-bottom: 20px;
	}

	.banner-inner h3 {
		font-size: 30px !important;
		font-weight: 700;
		color: #fff;
	}

	.smart-business-content {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.smart-business-content h2 {
		font-size: 30px !important;
	}
}

.banner-inner {
	padding: 150px 15px 170px;
	text-align: center;
	border-radius: 15px;
}

.banner-inner h6 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
}

.banner-inner h3 {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
}

/* Digital Invoice */
.digital-invoice {
	background: url("./images/shape_1.png");
	background-repeat: no-repeat;
}

.digital-invoice h2 {
	font-size: 40px;
	font-weight: 700;
	color: var(--secondary-color);
	text-align: center;
	margin-bottom: 35px;
}

.digital-invoice h2 span {
	color: var(--primary-color);
}

@media screen and (max-width: 768px) {
	.digital-invoice h2 {
		font-size: 30px;
	}
}

.digital-invoice .step {
	margin: 0 auto;
	/* max-width: 385px; */
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 55px 45px 45px;
	transition: 300ms all ease;
	color: var(--secondary-color);
}

.digital-invoice .step-1 {
	background-image: linear-gradient(
		90deg,
		rgb(83, 20, 172) 0%,
		rgb(225, 28, 134) 100%
	);
}

.digital-invoice .step-icon {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	margin-bottom: 23px;
}

.digital-invoice .step-1 .step-icon {
	background-image: linear-gradient(
		90deg,
		rgb(83, 20, 172) 0%,
		rgb(225, 28, 134) 100%
	);
	display: flex;
	justify-content: center;
	align-items: center;
}

.digital-invoice i {
	font-size: 25px;
	color: var(--secondary-color);
}

.digital-invoice h5 {
	font-size: 30px;
	font-weight: 800;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.digital-invoice h6 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}

.digital-invoice .step-2 {
	background-image: linear-gradient(90deg, #fbc322 0%, #fa7527 100%);
}

.digital-invoice .step-2 .step-icon {
	background-image: linear-gradient(90deg, #fbc322 0%, #fa7527 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.digital-invoice .step-3 {
	background-image: linear-gradient(90deg, #14aca7 0%, #1c6be1 100%);
}

.digital-invoice .step-3 .step-icon {
	background-image: linear-gradient(90deg, #14aca7 0%, #1c6be1 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.digital-invoice .step:hover {
	transform: translateY(-15px);
}

@keyframes border-transform {
	0% {
		border-width: 1px;
	}

	50% {
		border-width: 5px;
	}

	100% {
		border-width: 1px;
	}
}

/* Smart Business Section */
.smart-business {
	background: url("./images/shape_1.png");
	background-repeat: no-repeat;
}

.smart-business img {
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.smart-business .smart-sol-btn {
	color: var(--primary-color);
	margin-bottom: 25px;
}

.smart-business-content {
	text-align: center;
	color: white;
}

.smart-business-content h2 {
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 10px;
}

.smart-business-content span {
	color: var(--primary-color);
}

/* Show All Brand */
/* Show All Brand */
/* Show All Brand */
/* Show All Brand */
/* Show All Brand */
.swiper {
	width: 100%;
	height: 100%;
}

.all-brand .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.all-brand .brand-img {
	width: 120px;
	height: 60px;
}

.brand-img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

/* Middle Banner */
/* Middle Banner */
/* Middle Banner */
/* Middle Banner */
/* Middle Banner */
.middle-banner-img.img-1,
.middle-banner-img.img-2,
.middle-banner-img.img-3,
.middle-banner-img.img-4 {
	position: relative;
}

.middle-banner-content h2 {
	color: var(--secondary-color);
	font-size: 60px;
	font-weight: 700;
}

.middle-banner-1 .middle-banner-content {
	position: absolute;
	top: 90px;
	left: 30%;
}

.middle-banner-2 .middle-banner-content {
	position: absolute;
	top: 90px;
	left: 45%;
}

.middle-banner-3 .middle-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.middle-banner-4 .middle-banner-content {
	position: absolute;
	top: 90px;
	left: 5%;
	width: 60%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
	font-size: 35px !important;
	color: white;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
	font-size: 35px !important;
	color: white;
}

@media screen and (max-width: 768px) {
	.middle-banner-content h2 {
		font-size: 20px;
	}

	.middle-banner-1 .middle-banner-content {
		top: 10px;
		left: 25%;
	}

	.middle-banner-2 .middle-banner-content {
		top: 10px;
		left: 45%;
	}

	.middle-banner-3 .middle-banner-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70%;
	}

	.middle-banner-4 .middle-banner-content {
		top: 10px;
		left: 5%;
		width: 80%;
	}

	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after {
		content: "next";
		font-size: 25px !important;
		width: 16px !important;
	}

	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-prev:after {
		content: "next";
		font-size: 25px !important;
		/* width: 16px !important; */
	}
}

/* Best Feature Section */
.best-feature {
	padding: 60px 0;
	background: #13131d url("./images/shape_3.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 999999;
	position: relative;
}

.best-feature .global-secondary-button {
	color: var(--primary-color);
}

.best-feature .fa-gear {
	font-size: 35px;
	color: var(--primary-color);
}

.best-feature .fa-gear::before {
	content: "";
	right: 7px;
	left: auto;
	background: #fff;
	bottom: 5px;
	width: 20px;
	z-index: -1;
	height: 20px;
	border-radius: 100%;
	position: absolute;
	transition: all 500ms ease;
}

.best-feature .features {
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 30px;
}

.best-feature .features h3 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 10px;
}

.best-feature .features .fa-bolt {
	font-size: 30px;
	color: var(--primary-color);
}

.best-feature .fa-circle-check {
	font-size: 20px;
	color: var(--primary-color);
}

.best-feature .features p {
	font-size: 16px;
	font-weight: 600;
}

.best-feature .offer {
	color: var(--primary-color);
}

.best-feature .why-uses {
	color: white;
	padding: 30px 10px;
}

.best-feature .why-uses h2 {
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 10px;
	text-align: center;
}

.best-feature .why-uses p {
	color: #cccccc;
	line-height: 1.9;
	font-size: 18px;
	font-weight: 500;
}

/* Why use it */
.why-use-it {
	position: relative;
}

.why-use-it .big-img {
	transition: transform 0.9s;
	z-index: 1;
}

.why-use-it .big-img:hover {
	transform: scale(1.1);
	z-index: 2;
}

.why-use-it-content {
	position: relative;
	z-index: 0;
}

.overlay-img {
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	justify-content: center;
	align-items: center;
}

.overlay-img:hover .overlay {
	display: block;
}

/* Counter */
.counter {
	padding: 50px 0;
	background-color: #13131d;
}

.counter .counter-div {
	position: relative;
}

.counter .counter-div::before {
	top: 50%;
	width: 1px;
	content: "";
	height: 65%;
	right: -13px;
	position: absolute;
	background-color: #3e3212;
	/* -webkit-transform: translateY(-50%); */
	transform: translateY(-50%);
}

.counter-div-4::before {
	top: 50%;
	width: 0px !important;
	content: "";
	height: 65%;
	right: -13px;
	position: absolute;
	background-color: transparent;
	/* -webkit-transform: translateY(-50%); */
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.counter .counter-div::before {
		display: none;
	}
}

.counter h3 span {
	font-size: 110px;
	background: linear-gradient(
		90deg,
		rgb(251, 195, 34) 0%,
		rgb(250, 117, 39) 100%
	);
	font-weight: 800;
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	color: #0c0e0f;
}

.counter .counter-div h3 span:hover {
	color: var(--primary-color);
}

.counter p {
	left: 0;
	right: 0;
	color: #fff;
	bottom: 20px;
	font-size: 25px;
	font-weight: 600;
	position: absolute;
	padding: 0px 5px;
	display: inline-block;
	font-family: var(--heading);
	background: #0a0808;
	-webkit-background-clip: text;
	-webkit-text-stroke: 10px transparent;
	text-align: center;
}

/* Packages */
/* Packages */
/* Packages */
/* Packages */
.container {
	padding: 25px;
}

.onoffswitch {
	position: relative;
	width: 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #999999;
	border-radius: 20px;
}

.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 15px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "Monthly";
	padding-left: 11px;
	background-color: var(--primary-color);
	color: #ffffff;
}

.onoffswitch-inner:after {
	content: "Yearly";
	padding-right: 11px;
	background-color: var(--secondary-color);
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	width: 26px;
	margin: 2px;
	background: #ffffff;
	border: 2px solid #999999;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 70px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.all-packages {
	margin-top: 30px;
}

.all-packages .package {
	color: white;
	background-color: black;
	padding: 15px;
	margin-bottom: 15px;
}

.all-packages .package h3 {
	/* font-size: 45px;
  font-weight: 800;
  color: var(--primary-color);
  margin-top: 20px !important;
  text-align: center;
  margin-bottom: 0; */
	background: var(--primary-color);
	margin-top: -15px !important;
	width: 100% !important;
	font-size: 30px;
	margin-bottom: 20px;
	color: var(--secondary-color);
	padding: 5px 0;
	text-align: center;
	font-weight: 700;
}

.all-packages .package p,
.all-packages .package span {
	color: var(--secondary-color) !important;
	margin-bottom: 0;
}

.all-packages .package .discount {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 0px;
	text-align: center;
}

.all-packages .package .fa-circle-check,
.all-packages .package .fa-circle-xmark {
	color: var(--primary-color);
}

.all-packages .package .prices {
	display: flex;
	justify-content: center;
	align-items: center;
}

.package .prices h2 {
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 0;
}

.all-packages .package .package-button:hover {
	background: var(--primary-color);
	color: black;
}

/* Ticket Payment */
.ticket-payment .ticket {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #cccccc;
}

.ticket-payment i {
	font-size: 65px;
	color: var(--secondary-color);
	line-height: 0.75;
}

.ticket-payment h6 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	color: white;
}

.ticket-payment p {
	text-align: center;
	color: #cccccc;
}

/* Decide Now Section */
.decide-now {
	padding: 40px 0;
}

.decide-now h2 {
	font-size: 60px;
	font-weight: 800;
	color: var(--secondary-color);
	text-align: center;
}

.decide-now p {
	color: #cccccc;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9;
}

.no-wait-btn {
	color: var(--primary-color);
	font-weight: 500;
}

.decide-img i {
	color: var(--primary-color);
}

.decide-img {
	border-radius: 15px;
	background-color: #0a0808;
}

.decide-img img {
	border-radius: 15px 15px 0 0;
}

/* Customer Feedback */
.customer-feedback {
	background: url("./images/tst-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}

.main-slide-img-content {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 880px) {
	.main-slide-img-content {
		display: flex;
		flex-direction: column;
	}

	.main-slide-img-content img {
		width: 85%;
		margin-left: 10px;
	}

	.customer-feedback .swiper-container {
		align-items: flex-start !important;
	}

	.mySwiperThumb {
		width: 20% !important;
	}

	.mySwiperThumb img {
		width: 75px !important;
		height: 75px !important;
	}
}

.main-slide-img-content img {
	width: 30%;
	margin-right: 5%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customer-feedback .swiper-container {
	display: flex;
	align-items: center;
}

.mySwiperThumb2 {
	width: 80%;
	/* Main swiper width */
	height: 100%;
}

.mySwiperThumb {
	width: 15%;
	/* Thumb swiper width */
	height: 100%;
	overflow-y: auto;
	/* Enable vertical scrolling if thumbs exceed height */
	position: relative;
}

.mySwiperThumb .swiper-wrapper {
	display: flex;
	flex-direction: column;
}

.mySwiperThumb2 .swiper-wrapper {
	display: flex;
	align-items: center;
}

.mySwiperThumb .swiper-slide {
	flex: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.mySwiperThumb .swiper-slide {
	width: 100%;
	height: auto;
	opacity: 0.4;
	/* Set default opacity for non-selected thumbnails */
	transition: opacity 0.3s ease;
	/* Add transition for smooth opacity change */
}

/* Set opacity of selected thumbnail */
.mySwiperThumb .swiper-slide-thumb-active {
	opacity: 1;
	/* Set opacity to 1 for the selected thumbnail */
}

.mySwiperThumb img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	cursor: pointer;
}

.customer-feedback-content i {
	color: var(--primary-color);
}

.customer-feedback-content p {
	color: #ededed;
	font-size: 26px;
	line-height: 1.346;
}

.customer-feedback-content h4 {
	color: var(--primary-color);
	font-size: 25px;
	font-weight: 800;
}

.customer-feedback-content span {
	font-size: 15px;
	color: #fff;
}

/* Review */
.review {
	display: flex;
	position: relative;
}

.review > div {
	position: relative;
	/* Ensure relative positioning for each image container */
}

.review-img:hover::after {
	content: "";
	/* Add a pseudo-element for the overlay */
	background-color: rgba(251, 115, 35, 0.3);
	/* Semi-transparent black overlay */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.5s;
}

.review > div:hover img {
	opacity: 0.5;
}

.review > div:hover i {
	display: block;
}

.review i {
	position: absolute;
	top: 50%;
	/* Move the icon down by 50% of the container height */
	left: 45%;
	right: 0;
	transform: translateY(-50%);
	/* Move the icon up by 50% of its own height */
	z-index: 999;
	font-size: 35px;
	cursor: pointer;
	display: none;
	color: white;
}

/* Footer Start */
.footerTop {
	padding: 30px 20px;
	color: white;
}

.footerTop ul {
	list-style: none;
	padding: 0;
}

.footerTop ul li a {
	text-decoration: none;
	color: white;
	font-size: 18px;
}

.footerTop .fa-circle-check {
	color: var(--primary-color);
}

.footerTop .fa-brands {
	color: var(--secondary-color);
	margin-right: 30px;
}

/* .footerTop ul li a:hover {
  text-decoration: underline;
  color: #8a4b4b;
} */

.footerTop ul li {
	text-decoration: none;
	color: black;
	font-size: 18px;
	margin-bottom: 10px;
}

.footerTop ul li:hover {
	cursor: pointer;
	color: #8a4b4b;
}

.fa-brands {
	width: 16px;
}

.footerTop .follow-us ul li {
	color: var(--secondary-color);
}

/* Footer Bottom */
.footer-bottom {
	/* background: linear-gradient(90deg, #ab6565, #b86335); */
	padding: 15px;
	color: #fff;
}

.footer-bottom p {
	font-size: 15px;
	margin-bottom: 0;
	text-align: center;
}

/* About Us Page */
/* About Us Page */
/* About Us Page */
/* About Us Page */
/* About Us Page */
/* About Us Page */
/* About Us Page */
.about-us {
	color: var(--secondary-color);
}

.about-us.about {
	margin-top: 60px;
}

.about-us img {
	border-radius: 30% 70% 70% 0%/30% 76% 74% 116%;
}

.about-us h2 {
	font-size: 60px;
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	.about-us h2 {
		font-size: 30px;
		font-weight: 800;
		margin-top: 15px;
	}
	.feature h2 {
		font-size: 30px;
		font-weight: 800;
		margin-top: 15px;
	}

	.best-feature h2 {
		font-size: 30px !important;
		font-weight: 800;
		margin-top: 15px;
	}

	.our-service-provider button {
		font-size: 16px;
	}
}

.about-us h2 span {
	color: var(--primary-color);
}

.about-us p {
	color: #cccccc;
	font-size: 18px;
	line-height: 1.668;
}

/* Best Feature */
.best-feature h2 span {
	color: var(--primary-color);
}

.modal {
	z-index: 9999999;
}

/* Feature Page */
/* Feature Page */
/* Feature Page */
/* Feature Page */
/* Feature Page */
.feature {
	margin-top: 60px;
	color: var(--secondary-color);
}

.feature h2 {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
}

.feature h2 span {
	color: var(--primary-color);
}

.feature button {
	width: 250px;
	margin-bottom: 15px;
	text-align: center;
	color: var(--primary-color);
}

.invoice-card {
	z-index: 1;
	margin-bottom: 30px;
	padding: 35px 40px 25px;
	background: rgba(22, 19, 19, 0.9);
	position: relative;
	transition: 0.6s;
}

.invoice-card i {
	font-size: 45px;
}

.invoice-card:hover i {
	color: var(--primary-color);
}

.invoice-card:hover::after {
	content: "";
	/* Add a pseudo-element for the overlay */
	background-color: rgba(251, 115, 35, 0.2);
	/* Semi-transparent black overlay */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.8s;
}

.invoice-card h4 {
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 700;
}

.invoice-card:hover h4 {
	color: var(--primary-color);
}

.invoice-card p {
	color: #cccccc;
	font-size: 18px;
	line-height: 1.667;
}

/* Contact Us Page */
/* Contact Us Page */
/* Contact Us Page */
/* Contact Us Page */
/* Contact Us Page */
/* Contact Us Page */
/* Contact Us Page */
.contact {
	margin-top: 60px;
	color: white;
}

.contact h2 {
	font-size: 60px;
	color: var(--primary-color);
	font-weight: 800;
	text-align: center;
}

.contact h3 {
	font-size: 60px;
	font-weight: 600;
}

.contact .address i {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: var(--primary-color);
	background: linear-gradient(
		90deg,
		rgba(243, 188, 33, 0.2) 0%,
		rgba(249, 131, 38, 0.2) 67.71%,
		rgba(250, 119, 39, 0.2) 100%
	);
	border-radius: 100%;
	margin-right: 15px;
}

.contact p {
	color: #cccccc;
	line-height: 1.667;
}

.contact .social {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.contact .social i {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	border-radius: 100%;
	margin-right: 15px;
}

.contact-form {
	padding: 45px 50px;
	border-radius: 20px;
	background-color: rgba(247, 247, 247, 0.05);
}

.contact-form label {
	display: block;
	color: #fff;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 600;
	margin-left: 15px;
}

.contact-form input {
	width: 100%;
	height: 62px;
	border: none;
	padding-left: 20px;
	/* margin-bottom: 25px; */
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.1);
	color: #ccc;
}

/* Blog Page */
/* Blog Page */
/* Blog Page */
/* Blog Page */
/* Blog Page */
/* Blog Page */
.blog {
	margin-top: 60px;
}

.blog .left-content-img {
	position: relative;
}

.blog .left-content-date {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	font-size: 16px;
	position: absolute;
	padding: 10px 20px;
	background: linear-gradient(
		90deg,
		rgb(251, 195, 34) 0%,
		rgb(250, 117, 39) 100%
	);
}

.blog .blog-left-content h3 {
	font-size: 35px;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 25px;
	color: var(--secondary-color);
	cursor: pointer;
}

.blog .blog-left-content h3:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.blog .blog-left-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #cccccc;
}

.blog .search {
	padding: 25px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: rgba(247, 247, 247, 0.05);
}

.blog .search label {
	font-style: 18px;
	color: white;
	margin-bottom: 10px;
	font-weight: 600;
}

.blog .search input {
	width: 70%;
	padding: 5px 10px;
}

.blog .search button {
	width: 20%;
	background: linear-gradient(
		90deg,
		rgb(251, 195, 34) 0%,
		rgb(250, 117, 39) 100%
	);
	color: white;
	font-weight: 700;
	border: 1px solid var(--primary-color);
}

.blog .recent-post {
	padding: 25px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: rgba(247, 247, 247, 0.05);
}

.blog .recent-post h3 {
	font-size: 35px;
	font-weight: 600;
	color: white;
}

.blog .recent-post p {
	font-size: 18px;
	line-height: 1.7;
	color: #cccccc;
}

.blog .recent-card {
	padding: 8px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.05);
}

.blog .recent-card span {
	color: var(--primary-color);
	margin-bottom: 4px;
}

.blog .recent-card h5 {
	font-size: 22px;
}

.blog .popular-tag a {
	color: #fff;
	font-size: 13px !important;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px 20px;
	border-radius: 5px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.05);
}

.blog .popular-tag a:hover {
	background: linear-gradient(
		90deg,
		rgb(251, 195, 34) 0%,
		rgb(250, 117, 39) 100%
	);
}

.pagination .page-link {
	color: white;
	background-color: var(--primary-color);
	/* border: 1px solid var(--primary-color); */
}

.main-category ul {
	list-style: none;
	padding: 0;
	padding: 5px 20px;
}

.main-category-list {
	background-color: rgba(255, 255, 255, 0.15);
	/* padding: 8px 20px; */
	border-radius: 30px;
	margin-bottom: 20px;
}

.cat-item {
	position: relative;
	width: 100%;
}

.main-category-data {
	padding: 10px 0 10px 20px;
}

.main-category-icon {
	width: 50px;
	background: linear-gradient(
		90deg,
		rgb(251, 195, 34) 0%,
		rgb(250, 117, 39) 100%
	);
	padding: 10px 0 10px 20px;
	border-radius: 0 30px 30px 0;
}

.mySwiperBanner {
	height: 480px;
}

@media screen and (max-width: 768px) {
	.mySwiperBanner {
		height: 480px;
	}

	.mySwiperBanner img {
		height: 480px;
		position: center;
	}
}

.why-use-it img {
	height: 700px;
	width: 100%;
}

.why-use-it-content img {
	height: 350px;
	width: 100%;
}

@media screen and (max-width: 1268px) {
	.why-use-it img {
		height: 500px;
		width: 100%;
	}

	.why-use-it-content img {
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	.why-use-it img {
		height: 400px;
		height: 300px;
		width: 100%;
	}

	.why-use-it-content img {
		height: 200px;
		height: 150px;
	}
}

.why-use-it-content .row {
	--bs-gutter-x: 0;
}

/* Login Page */
.login {
	margin: 20px auto;
	padding: 40px 50px;
	max-width: 450px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 1px 1px 1px #666;
}

.login input, 
.login select {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 14px 12px;
	font-size: 16px;
	border-radius: 2px;
	font-family: Raleway, sans-serif;
}

.login input[type="text"],
.login input[type="email"],
.login input[type="password"] {
	border: 1px solid #c0c0c0;
	transition: 0.2s;
}

.login input[type="text"]:hover {
	border-color: var(--primary-color);
	outline: none;
	transition: all 0.2s ease-in-out;
}

.login input[type="submit"] {
	border: none;
	background: var(--primary-color);
	color: white;
	font-weight: bold;
	transition: 0.2s;
	margin: 20px 0px;
}

.login input[type="submit"]:hover {
	background: var(--primary-color);
}

.login h2 {
	margin: 20px 0 0;
	color: var(--primary-color);
	font-size: 28px;
}

.login p {
	margin-bottom: 40px;
}

.links {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

.links a {
	display: table-cell;
	padding-top: 10px;
	color: black;
}

.links a:first-child {
	text-align: left;
}

.links a:last-child {
	text-align: right;
}

.login h2,
.login p,
.login a {
	text-align: center;
}

.login a {
	text-decoration: none;
	font-size: 0.8em;
}

.login a:visited {
	color: inherit;
}

.login a:hover {
	text-decoration: underline;
}
.modal.show .modal-dialog {
	width: 420px;
}


/* Register page */
.wizard {
  /* margin: 20px auto;
  background: #fff; */

  margin: 20px auto;
  padding: 40px 50px;
  max-width: 450px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 1px #666;
}

.wizard .nav-tabs {
  position: relative;
  /* margin: 40px auto; */
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
  z-index: 11;
}

.wizard>div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs .nav-link.active {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 18px;
}

.wizard .nav-tabs .nav-link.active .round-tab {
  background: #fff;
  border: 2px solid #5bc0de;
}

.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs .nav-item {
  width: 33%;
}

.wizard .nav-tabs .nav-link {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  color: var(--primary-color) !important;
  border: 0 !important;
}

.wizard .nav-tabs .nav-link:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  .round-tab {
    font-size: 12px;
  }

  .wizard .nav-tabs .nav-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.register-section .login {
  box-shadow: 0;
  border: 1px solid;
  padding: 20px;
}
