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

:root {
	--heading-font: "Raleway", sans-serif;
	--nav-font: "Inter", sans-serif;
	--body-font-size: 1rem;
	--body-font-weight: 400;
	--body-line-height: 1.5;
}

body {
	margin: 0;
	font-family: var(--heading-font);
	font-size: var(body-font-size);
	font-weight: var(body-font-weight);
	line-height: var(body-line-height);
}

.my-10 {
	margin-top: 6rem;
}

.g-lg-10 {
	--bs-gutter-x: 5rem;
	--bs-gutter-y: 5rem;
}

p {
	color: #444;
}

.lorem {
	font-style: italic;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000910b6;
	z-index: 1;
}

/* ////////////////////////////////////////////// */

.navbar {
	/* background-color: #212529; */
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	transition: background-color 0.5s ease;
}

.headLogo {
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 2rem;
}

.navbar-collapse {
	flex-grow: 0;
}

.navbar-collapse .navbar-nav,
.navbar-collapse .btn {
	font-family: var(--nav-font);
	text-transform: uppercase;
	font-weight: 600;
}

.navbar-collapse .navbar-nav {
	padding: 0 2rem;
}

.navbar-collapse .navbar-nav .nav-link {
	color: color-mix(in srgb, #e5eaee 90%, white 15%);
}

.navbar-collapse .navbar-nav .nav-link,
.navbar-collapse .navbar-nav .nav-link:focus {
	color: #e5eaee;
	font-size: 13px;
	padding: 0;
	margin: 1rem;
	width: auto;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}

.navbar-collapse .navbar-nav .nav-link.active {
	border-bottom: 2px solid #ff4a17;
}

.navbar-collapse .navbar-nav .nav-link:hover {
	border-bottom: 2px solid #ff4a17;
}

.navbar-collapse .btn {
	font-size: 0.8rem;
	padding: 0.5rem 2rem;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}

.navbar-collapse .btn:hover {
	border: 2px solid #ff4a17;
	background-color: #ff4a17;
}

.navbar.scrolled {
	background: #212529e5;
}

@media (max-width: 992px) {
	.navbar .navbar-collapse .btn {
		display: block;
		margin: 10px auto;
		width: 30%;
	}
}

@media (max-width: 565px) {
	.navbar .navbar-collapse .btn {
		width: 50%;
	}
}

/* /////////////////////////////////////////////// */

.header {
	position: relative;
	width: 100%;
}

.header img {
	height: 100vh;
	object-fit: cover;
}

.contentHeader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.contentHeader h1 {
	font-size: 3.5rem;
}

.contentHeader p {
	font-size: 1.5rem;
	color: #eee;
}

.contentHeader .btn {
	text-transform: uppercase;
	font-size: 1rem;
	padding: 0.5rem 2rem;
	color: #fff;
	background-color: #ff4a17;
	border: none;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}

.contentHeader .btn:hover {
	background-color: #ff4917e1;
}

.contentHeader a {
	text-transform: capitalize;
	font-size: 1.2rem;
	position: relative;
	top: 5px;
	border: none;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}

.contentHeader a:hover {
	color: #ff4a17;
}

.contentHeader a i {
	color: #ff4a17;
	font-size: 1.8rem;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.contentHeader a {
		display: block;
		margin: 0 auto;
	}
}

/* /////////////////////////////////////////// */

.aboutUs h2 {
	color: #273d4e;
}
.aboutUs img {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.aboutUs p,
.aboutUs li {
	color: #444;
}

/* .aboutUs .lorem {
	font-style: italic;
	color: color-mix(in srgb, #444, #fff 50%);
} */

.aboutUs i {
	color: #ff4a17;
	font-size: 1.5rem;
	margin-right: 1rem;
}

/* /////////////////////////////////////////// */

.timer {
	background-color: #f0f3f9;
}

.timer .card {
	border: none;
	transition: transform 0.3s ease;
	padding: 5rem;
}
.timer .card:hover {
	transform: translateY(-5px);
}

.timer i {
	color: #ff4a17;
}

.timer h5 {
	color: #273d4e;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.timer p {
	color: #444;
	font-family: var(--heading-font);
	font-size: 1rem;
}

/* /////////////////////////////////////////////// */

.services .title h6 {
	color: #aaa;
	font-family: var(--heading-font);
}

.services .title .line {
	height: 2px;
	background-color: #ff4a17;
	width: 50px;
}

.services .title h2 {
	text-transform: uppercase;
	color: #273d4e;
	font-size: 2.5rem;
}

.service-card {
	background: transparent;
	border: none;
	position: relative;
	text-align: center;
}

.service-img {
	overflow: hidden;
	border-radius: 8px;
	z-index: 1;
}

.service-img img {
	width: 100%;
	display: block;
	transition: transform 0.4s ease;
}

.service-card .service-allContent {
	position: relative;
	width: 90%;
	margin: auto;
	background-color: color-mix(in srgb, #fff, transparent 5%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.service-icon {
	width: 60px;
	height: 60px;
	background: #ff4a17;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	border: 4px solid #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-content {
	padding: 60px 20px 20px;
	margin-top: -40px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-content h4 {
	font-weight: bold;
	color: #273d4e;
}

.service-content p {
	color: #555;
}

.service-card:hover .service-img img {
	transform: scale(1.05);
}

.service-card:hover .service-icon {
	background-color: #fff;
	color: #ff4a17;
	border: 2px solid #ff4a17;
}

.service-card:hover .service-content h4 {
	color: #ff4a17;
}

/* ///////////////////////////////////////////////////// */
.clients {
	background-color: #f1f4fa;
}

.clients img {
	cursor: pointer;
	filter: grayscale(100%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.clients img:hover {
	transform: scale(1.05);
	filter: grayscale(0%);
}

/* ///////////////////////////////////////////////////// */
.feature-box {
	border: 1px solid #ddd;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 10px;
	width: auto;
}
.feature-box i {
	font-size: 3rem;
	display: block;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.feature-box.active {
	background-color: #ff4a17;
	color: white;
}
.feature-box.active i {
	color: white;
}
.feature-box:hover {
	background-color: #fff;
	color: #ff4a17;
	border: 1px solid #ff4a17;
}
.feature-box:hover i {
	color: #ff4a17;
}

#content h3 {
	color: #273d4e;
}

#content p,
li {
	color: #444;
	line-height: 2rem;
}

#content i {
	color: #ff4a17;
	font-size: 1.5rem;
}

@media (max-width: 1025px) {
	.feature-box h4 {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.feature-box {
		padding: 10px;
		font-size: 0.9rem;
	}
	.feature-box i {
		font-size: 1.5rem;
	}
}

@media (max-width: 576px) {
	.feature-box {
		flex-direction: row;
		justify-content: flex-start;
	}
	.feature-box h4 {
		font-size: 0.9rem;
	}
}

/* /////////////////////////////////////////// */

.checking {
	background-color: #f1f4fa;
}

.checking .title h6 {
	color: #aaa;
	font-family: var(--heading-font);
}

.checking .title .line {
	height: 2px;
	background-color: #ff4a17;
	width: 50px;
}

.checking .title h2 {
	text-transform: uppercase;
	color: #273d4e;
	font-size: 2.5rem;
}

.checking .card h4 {
	color: #273d4e;
	font-weight: 600;
}

.checking .card,
.checking .card h4 {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	cursor: default;
}

.checking .card i {
	color: #ff4a17;
}

.checking .card:hover {
	border: 1px solid #ff4a17;
}

.checking .card:hover h4 {
	color: #ff4a17;
}

/* ////////////////////////////////////////////// */

.reviews {
	background-image: url(images/testimonials-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.reviews::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000910b6;
}

.reviews .carousel-inner {
	position: relative;
	z-index: 2;
}

.reviews .carousel-indicators button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.carousel .carousel-item img {
	display: block;
	margin: 0 auto 3rem;
	border: 7px solid #b8bcc042;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.carousel .carousel-item h3 {
	color: #eee;
}
.carousel .carousel-item h4 {
	color: #70767c;
	font-style: italic;
	font-size: 1.2rem;
}
.carousel .carousel-item .stars {
	color: #e2942d;
}

.carousel .carousel-item p {
	margin: auto;
	width: 50%;
}

.carousel .carousel-item p i {
	color: #70767c;
	font-size: 2rem;
}

/* .carousel .quote-icon-right {
	transform: scaleX(-1);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
} */

.carousel .carousel-item p span {
	color: #eee;
}

@media (max-width: 576px) {
	.carousel .carousel-item p {
		margin: 0;
		width: 100%;
	}
}

/* //////////////////////////////////////////// */
.teams .title h6 {
	color: #aaa;
	font-family: var(--heading-font);
}

.teams .title .line {
	height: 2px;
	background-color: #ff4a17;
	width: 50px;
}

.teams .title h2 {
	text-transform: uppercase;
	color: #273d4e;
	font-size: 2.5rem;
}

.teams-card {
	background: transparent;
	border: none;
	position: relative;
}

.teams-img {
	overflow: hidden;
	border-radius: 8px;
	z-index: 1;
}

.teams-img img {
	width: 100%;
	display: block;
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
}

.teams-card .teams-allContent {
	position: relative;
	width: 90%;
	margin: auto;
	background-color: color-mix(in srgb, #fff, transparent 5%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.teams-content {
	padding: 20px;
	margin-top: -40px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.teams-content hr {
	width: 30%;
}

.teams-content .teamsSocialContent {
	display: flex;
	justify-content: space-between;
}

.teams-content .teamsSocialContent .social a i {
	font-size: 1.5rem;
	color: #70767c70;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.teams-content .teamsSocialContent .social a i:hover {
	color: #ff4a17;
}

.teams-content h4 {
	font-weight: bold;
	color: #273d4e;
}

.teams-card:hover .teams-img img {
	transform: scale(1.05);
}

/* //////////////////////////////////////////// */
.contact .title h6 {
	color: #aaa;
	font-family: var(--heading-font);
}

.contact .title .line {
	height: 2px;
	background-color: #ff4a17;
	width: 50px;
}

.contact .title h2 {
	text-transform: uppercase;
	color: #273d4e;
	font-size: 2.5rem;
}

.contact .info-box {
	background: #fff;
	border-radius: 8px;
}

.contact-icon {
	font-size: 2rem;
	color: #ff4a17;
	border: 2px dashed #ff4a17;
	border-radius: 50%;
	padding: 5px 10px;
	display: inline-block;
}

.form input,
.form textarea {
	border: 1px solid #ddd;
	box-shadow: none;
	margin-bottom: 1rem;
}

.form input::placeholder,
.form textarea::placeholder {
	color: #ccc;
}

.form input:focus,
.form textarea:focus {
	border-color: #ff4a17;
	outline: none;
}

.form button {
	background: #ff4a17;
	border: none;
}
.form button:hover {
	background: #e13f0f;
}

/* //////////////////////////////////////////// */
#footer {
	background-color: #000910;
	font-size: 14px;
	color: #fff;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ff4a17;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #222;
	color: #fff;
	line-height: 1;
	padding: 8px;
	margin-right: 5px;
	border-radius: 50%;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #ff4a17;
	color: #fff;
}

#footer .footer-links ul li {
	padding: 5px 0;
}

#footer .footer-links ul i {
	color: #ff4a17;
	margin-right: 8px;
}

.footer-newsletter input {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	background-color: #222;
	outline: none;
	border: none;
}

.footer-newsletter input:focus {
	background-color: #212529;
	color: #fff;
	outline: none;
	box-shadow: none;
}

.footer-newsletter button {
	background-color: #e13f0f;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

.copy p strong {
	color: #e13f0f;
}

/* /////////////////////////////////////////////// */

#scrollTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	border: 2px solid #e13f0f;
	background: #e13f0f;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 4;
	border-radius: 20%;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	-ms-border-radius: 20%;
	-o-border-radius: 20%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#scrollTopBtn:hover {
	background: #fff;
	color: #e13f0f;
}

/* ////////////////////////////////////////////// */

section {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.show {
	opacity: 1;
	transform: translateY(0);
}

/* ///////////////////////////////////////////// */

.loader {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1111;
	background: #fff;
	overflow-x: hidden;
}

.loader-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 50px;
	width: 50px;
}

.circle {
	width: 8vmax;
	height: 8vmax;
	border-right: 4px solid #000;
	border-radius: 50%;
	-webkit-animation: spinRight 800ms linear infinite;
	animation: spinRight 800ms linear infinite;
}

.circle:before {
	content: "";
	width: 6vmax;
	height: 6vmax;
	display: block;
	position: absolute;
	top: calc(50% - 3vmax);
	left: calc(50% - 3vmax);
	border-left: 3px solid #f28123;
	border-radius: 100%;
	-webkit-animation: spinLeft 800ms linear infinite;
	animation: spinLeft 800ms linear infinite;
}

.circle:after {
	content: "";
	width: 6vmax;
	height: 6vmax;
	display: block;
	position: absolute;
	top: calc(50% - 3vmax);
	left: calc(50% - 3vmax);
	border-left: 3px solid #f28123;
	border-radius: 100%;
	-webkit-animation: spinLeft 800ms linear infinite;
	animation: spinLeft 800ms linear infinite;
	width: 4vmax;
	height: 4vmax;
	top: calc(50% - 2vmax);
	left: calc(50% - 2vmax);
	border: 0;
	border-right: 2px solid #000;
	-webkit-animation: none;
	animation: none;
}

@keyframes spinLeft {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(720deg);
		transform: rotate(720deg);
	}
}

@keyframes spinRight {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

#loader.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}
