/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* fonts end */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	/* background-color: #f0f0f0; */
}


/* Varialbes */
:root {
	--dark-color: #000000;
	--white-color: #ffffff;
	--color-primary: #282D92;
	--color-secondary: #E81B22;
	/* --icon-color: #1D47A4; */
	--color-tertiary: #020a18;
	--copy-bg-color: #000e85;
	--product-bg-color: #00345B;
	--grey-bg: #ECF2FB;
	--counter-bg-color: #000A5B;
	--heading-color: #282D92;
	--sub-heading-color: #E81B22;
	--primary-font: "Inter", sans-serif;
	--secondary-font: "Urbanist", sans-serif;

}

body {
	font-family: "Inter", sans-serif;
	font-family: "Urbanist", sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-optical-sizing: auto;
}

a {
	color: inherit;
	text-decoration: none;
	font-family: inherit;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 46px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 16px;
}

.sub-title {
	font-family: var(--primary-font);
	color: var(--sub-heading-color) !important;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 550;
}

.heading-font {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	/* font-size: 48px; */
	/* text-transform: capitalize; */
	font-weight: 700;
	line-height: 1.1;
}

.secondary-heading {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 20px;
	font-weight: 700;
}

.light-color-para {
	font-family: var(--primary-font);
	color: var(--color-tertiary) !important;
	font-size: 16px;
}

.regular-text-white {
	font-family: var(--primary-font);
	color: var(--white-color) !important;
	font-size: 16px;
}

.grey-bg {
	background-color: var(--grey-bg);
}

.bor-bottom {
	border-bottom: 1px solid var(--dark-color);
	margin-bottom: 20px !important;
}

.active .nav-link {
	font-weight: 700 !important;
	color: var(--color-secondary) !important;
}

.container {
	overflow: hidden;
}


/* heading-tags */

h1 {
	font-size: 40px;
}

h6 {
	font-family: var(--secondary-font);
}

h1 {
	font-family: var(--secondary-font);
	font-size: 48px;
}

h2 {
	font-family: var(--secondary-font);
	font-size: 36px;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 30px;
	}
}

/* heading tags ends here */


/* navbar section */

.logo-img {
	height: auto;
	width: 320px;
}

.nav-item {
	font-weight: 500;
	color: var(--dark);
	padding: 0 10px;
}

.nav-link {
	font-family: var(--primary-font);
	font-size: 15px;
	color: var(--dark) !important;
}

.navbar-scrolled .navbar {
	position: fixed !important;
	top: 0px !important;
	transition: 0.3s !important;
}

.navbar-scrolled {
	padding: 3px 0px !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	/* background-color: transparent !important; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	transition: all 0.3s ease;
}

.navbar-scrolled .logo-img img {
	height: auto;
	width: 290px;
	transition: height 0.3s;
}

/* navbar-section ends here */

/* banner section */

.banner-section {
	padding-top: 105px;
}

.carousel-item img {
	height: 75%;
	width: 100%;

}

/* banner section- ends here */

/* about section */

/* .about-section {
	background-image: url(../img/test/gray-abstract-wireframe-background_53876-99911.avif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	margin: auto
} */

.about-img-box img {
	border-radius: 25px;
	height: auto;
	width: 260px;
}

.about-img-block1 img {
	position: relative;
	top: -20px;
}

.about-img-block2 img {
	position: relative;
	top: 50px;
}

.abt-li li {
	list-style: none;
	font-family: var(--primary-font);
	color: var(--heading-color);
	font-size: 17px;
	font-weight: 700;
	display: flex;
	margin-bottom: 5px;
}

.abt-li li i {
	padding-right: 15px;
	color: var(--sub-heading-color);
	font-weight: 800 !important;
	font-size: 16px;
	padding-top: 5px;
}

/* about section ends here */

/* products section */

.product-box a {
	font-size: 18px;
	font-weight: 600;
	color: var(--sub-heading-color);
}

.products-section .product-box {
	background-color: #ecf0f7 !important;
}

.products-section1 .product-box {
	background-color: none !important;
}

.products-section .product-img-block {
	background-color: var(--counter-bg-color);
}

.products-section .product-desc-block {
	background-color: #ecf0f7 !important;
}

.products-section1 .product-img-box img {
	border-radius: 15px;
	background-color: var(--product-bg-color);
}

.product-box img {
	height: auto;
	width: 60px !important;
}

.product-img-box:hover {
	transform: scale(1.01);
	transition: 0.5s ease;
}

.products-section .product-box {
	max-width: 288px;
	/* Or whatever width suits your image size */
	width: 100%;
}

/* @media (min-width: 1200px) {
	.product-block {
		justify-content: center !important;
	}
} */



/* products section ends here */

/* counter section */

.counter-section {
	background-color: var(--counter-bg-color);
}

.counter {
	font-family: var(--secondary-font);
	color: var(--white-color) !important;
	font-size: 40px;
	font-weight: 600;
}

/* counter section ends here */


/* feature section */

.feature-section {
	/* background-color: var(--sub-heading-color); */
}

.feature-section h3,
h2 {
	/* color: var(--grey-bg) !important; */
}

.featured-box {
	background-color: var(--white-color);
	border-radius: 15px;
	box-shadow: 0px 0px 22px -7px #a5a5a5;
	height: 315px;
}

.feature-head img {
	height: auto;
	width: 80px !important;
	margin-bottom: 10px;
}

.features-carousel .featured-content h4 {
	font-style: 18px !important;
}

/* feature section ends here */


/* why-choose section */

.why-subtitle img {
	height: 100%;
	width: 40px;
	padding-right: 10px;
}

/* why-choose section ends here */

/* testimonial */

.double-quotes i {
	/* position: absolute; */
	/* top: 15px; */
	/* left: 135px; */
	color: var(--color-secondary);
	font-size: 50px;
	/* opacity: 0.15; */
}

.testimonial-item {
	padding: 10px 0 !important;
}

.testimonial-name {
	margin-top: 20px;
	/* text-align: center; */
}

.testimonial-item .card {
	border-radius: 25px !important;
	height: 320px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

}

.testimonial-item h3 {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 17px;
	font-weight: 700;
}

.rating-box img {
	height: auto;
	width: 100px !important;
}


/* testimonial section ends here */


/* footer section starts here */

.footer-section {
	/* background-color: var(--counter-bg-color) !important; */
	/* background-color: var(--copy-bg-color); */
	background-color: #00052c;
}

.footer-company-box img {
	height: auto;
	width: 300px;
}

.footer-section .footer-box h5 {
	font-size: 26px !important;
	font-weight: 600 !important;
}

.foot-items a {
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 0;
}

.foot-items a {
	font-size: 16px !important;
}

.foot-items li {
	margin-bottom: 15px !important;
	display: flex;
}

.foot-icon {
	border: 2px solid var(--white-color);
	padding: 10px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

.foot-icon i {
	color: var(--color-secondary);
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-icon:hover i {
	color: var(--white-color);
}

.foot-icon:hover {
	background-color: var(--color-secondary);
	border: none;
	transition: 0.5s ease;
}


.foot-items i {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	/* color: #1D47A4; */
	color: var(--color-secondary);
	padding-bottom: 7px;
}

.foot-items h6 a {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.foot-items h6>a {
	text-decoration: none;
	color: var(--white-color);
}

/* footer animation */

.foot-items li>h6 a {
	transition: transform 0.5s ease, color 0.5s ease;
	display: inline-block;
}

.foot-items li>h6 a:hover {
	transform: translateX(10px);
	color: var(--sub-heading-color) !important;
}

.half-underline {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.half-underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	height: 3px;
	background-color: var(--sub-heading-color);
	border-radius: 2px;
}

/* footer animation ends here*/


/* footer section ends here */


/* copy-rights */

.copy-right-section {
	/* background-color: var(--copy-bg-color); */
	background-color: var(--counter-bg-color) !important;
}

.copy-right-section img {
	height: auto;
	width: 78px;
	padding-bottom: 10px;
}

.footer-about-content {
	text-align: justify;
}

/* copy-rights section ends here */



/* carousel */

.owl-prev {
	display: none !important;
	/* -webkit-tap-highlight-color: transparent;
	display: block;
	margin-top: 1rem;
	margin-bottom: 0rem; */
}

.owl-next {
	display: none !important;
	/* -webkit-tap-highlight-color: transparent;
	display: block;
	margin-top: 1rem;
	margin-bottom: 0rem; */
}

.owl-nav {
	/* display: flex;
	justify-content: center;
	font-size: 30px; */
}


.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: block;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

/* carousel ends here */


/* scroll-up button */

#scrollUpBtn {
	position: fixed;
	bottom: 25px;
	right: 15px;
	height: 35px;
	width: 35px;
	padding: 10px;
	border-radius: 3px;
	border: none;
	z-index: 999;
	background-color: var(--color-secondary);
	display: flex;
	align-items: center;
	justify-self: center;

}

#scrollUpBtn i {
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-self: center;
}

#scrollUpBtn:hover {
	/* box-shadow: inset 1px 2px 18px 0px #7c7c7c; */
}

/* scroll-up button ends here */

/* animation code starts here */

/* Default hidden state */
.animate-on-scroll {
	opacity: 0;
	transition: all 0.5s ease-out;
}

/* When active, show and animate */
.animate-on-scroll.active {
	opacity: 1 !important;
}

/* Slide Right Animation */
.slide-right.active {
	animation: slideRight 0.5s ease-out forwards;
}

@keyframes slideRight {
	from {
		transform: translateX(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide Left Animation */
.slide-left.active {
	animation: slideLeft 0.5s ease-out forwards;
}

@keyframes slideLeft {
	from {
		transform: translateX(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-up.active {
	animation: slideup 0.5s ease-out forwards;
}

@keyframes slideup {
	from {
		transform: translateY(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-down.active {
	animation: slidedown 1s ease-out forwards;
}

@keyframes slidedown {
	from {
		transform: translateY(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* image animatioin */

.image-anime:hover:after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(309deg);
	z-index: 1;
}

/* animation code ends here */


/* button animaion starts here */


.btn-1 {
	text-align: center;
	display: inline-block;
	/* padding: 15px 0px; */
	border: 1px solid #fff;
	cursor: pointer;
	/* letter-spacing: 2px; */
	position: relative;
	overflow: hidden;
	/* margin: 0 20px; */
}

.btn-1:before {
	content: "";
	position: absolute;
	height: 150px;
	width: 50px;
	background: #ffffff;
	left: -55px;
	top: -40px;
	transform: rotate(45deg);
	transition: all 0.5s;
	opacity: 0.3;
}

.btn-1:hover:before {
	left: 95%;
}

/* button animation ends here */

/*============== about page starts here =================*/


.about-banner {
	background-image: url('../img/about-page/about-banner.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 55vh !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.cover-baner-subtitle:hover {
	color: inherit;
}

.overlay i {
	font-size: 13px;

}

.feature-section1 .featured-box {
	height: 365px !important;
	background-color: var(--white-color) !important;
}

/*============== about page ends here =================*/



/*============== product page starts here =================*/


.product-banner {
	background-image: url('../img/home-img/banner-7.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 55vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}


.products-section .product-box h3 {
	font-size: 20px !important;
}

.products-section1 .product-box h3 {
	font-size: 24px !important;
}

.products-section1 .product-img-box {
	background-color: none !important;
}

.products-section1 .product-box {
	width: 100% !important;
}

/*============== product page ends here =================*/



/* >>>>>>>>>>>>>>>>>>>> contact page starts here  <<<<<<<<<<<<<<<<<<<<<*/

.contact-banner {
	background-image: url('../img/contact-page/banner-contact.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 55vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

/* 
.product-block {
	padding: 0 15px;
} */

.why-subtitle a {
	font-weight: 400 !important;
}

.contact-inner-section .sub-title {
	font-style: 24px;
}

.contact-inner-section .why-subtitle img {
	filter: invert(23%) sepia(80%) saturate(7439%) hue-rotate(350deg) brightness(95%) contrast(97%);
}

.contact-form {
	border-radius: 25px;
}

.form-control {
	border-radius: 8px;
}

::placeholder {
	font-weight: 600;
	font-size: 17px;
}

/* >>>>>>>>>>>>>>>>>>>> contact page ends here  <<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>> responsive code <<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

@media only screen and (max-width: 768px) {
	.logo-img {
		height: auto;
		width: 235px !important;
	}

	.carousel-item img {
		height: 36vh;
		/* width: 100%; */
	}

	.banner-section {
		padding-top: 85px;
	}

	.about-img-block1 img {
		position: static !important;
	}

	.about-img-block2 img {
		position: static !important;
	}

	.product-body {
		padding: 0 15px;
	}

	.product-box {
		max-width: 285px;
		width: 100%;
		margin: 0 auto;
	}

	.product-img-box,
	.product-box {
		margin-bottom: 10px;
		/* text-align: center; */
	}

	.product-box img {
		margin: 0 auto;
	}

	.copy-right-box,
	.copyright {
		text-align: center;
	}

	.footer-about-content {
		text-align: justify;
	}

	.about-banner {
		/* background-image: url(../img/about-page/about-banner.png);
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat; */
		height: 40vh;
		/* position: relative;
		display: flex;
		align-items: center;
		justify-content: center; */
	}

	.bg-color1 {
		background-color: #ecf0f7 !important;
		/* background-color: #F0F5FA; */
	}

	.featured-box {
		height: 325px;
	}

	.about-img-block1 img {
		position: static !important;
	}

	.about-img-block2 img {
		position: static !important;
	}

	.copy-right-box {
		text-align: center !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

	.logo-img {
		height: auto;
		width: 300px !important;
	}

	.banner-section {
		padding-top: 101px;
	}

	.carousel-item img {
		height: 35vh;
		width: 100%;
	}

	.featured-box {
		height: 400px;
	}

	.feature-section1 .featured-box {
		height: 335px !important;
		background-color: var(--white-color) !important;
	}

	.products-section .product-box {
		max-width: 315px;
		width: 100%;
		height: 100%;
	}

	.testimonial-item .card {
		height: 350px;
	}

	.contact-banner {
		height: 35vh;
	}

	.product-banner {
		height: 35vh;
	}

	.about-banner {
		height: 35vh !important;
	}
}