@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
	--primary-color: #231f20;
	--secondary-color: #585254;
}

#hamburger {
	display: block !important;
}

.header-area .navigation {
	border: none;
}

.header-area .theme-btn {
	background: transparent;
	border: none;
	color: white;
	font-size: 15px;
}

.section-title h3 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}

.about-content-wrapper p {
	text-align: center;
}

.theme-btn {
	background: none !important;
	border: none !important;
	color: var(--primary-color) !important;
	text-transform: uppercase;
	padding: 10px 0;
}

.single-category-wrap .category-title h4 {
	font-size: 28px;
	color: var(--primary-color);
	visibility: visible;
	opacity: 1;
}

.single-category-wrap img {
	filter: none;
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.single-category-wrap:hover img {
	filter: none;
}

.single-category-wrap .category-title {
	text-align: center;
	position: unset;
	transform: none;
}

#testimonials {
	background: none;
	padding: 100px 0;
}

.testimonial-one .testimonial-content {
	border: none;
	padding: 0;
	height: 100%;
}

.testimonial-one .testimonial-content p {
	color: var(--primary-color);
}

.testimonial-one .testimonial-content h5 {
	color: var(--primary-color);
}

.testimonial-one .testimonial-content span {
	color: var(--primary-color);
	opacity: 0.6;
}

.testimonial-one .testimonial-wrapper .owl-nav button {
	border: none !important;
	background: none !important;
	color: var(--primary-color) !important;
	font-size: 26px !important;
}

.testimonial-one .testimonial-wrapper .owl-nav button:hover {
	background: none !important;
	color: var(--secondary-color) !important;
}

.logo img {
	max-width: 250px;
	width: 250px;
}

.bg-dark {
	background-color: black !important;
}

#founders .text {
	height: 450px;
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}

#founders img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

#founders .text p {
	font-size: 20px;
	color: white;
	opacity: 0.9;
	margin: 0;
}

#founders .author-info h3 {
	font-size: 42px;
	font-weight: 300;
	color: white;
}

#founders .author-info span {
	color: white;
	opacity: 0.7;
}

.single-category-wrap .category-title {
	margin-top: 20px;
	text-transform: uppercase;
}

.single-category-wrap .category-title h4 {
	font-size: 20px;
	font-weight: 400;
}

.blog-one .single-blog-item {
	width: 100%;
	margin-bottom: 0;
}

#news .blog-content {
	margin-top: 20px;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
.theme-btn {
	font-family: "Jost", sans-serif !important;
}

#hero .section-title h1 {
	font-size: 65px;
	line-height: 70px;
}

.sep-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sep.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	height: 350px;
}

.safari .sep-bg {
	background-attachment: unset;
}

.hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: zoomInOut 12s ease-in-out infinite;
	z-index: -2;
}

.img-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

#hero {
	position: relative;
	overflow: hidden;
}

@keyframes zoomInOut {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

.underline-effect-default {
	position: relative;
	display: inline-block;
}

.underline-effect-default .text-effect {
	position: relative;
	display: inline-block;
}

.underline-effect-default .text-effect::before,
.underline-effect-default .text-effect::after {
	content: "";
	position: absolute;
	bottom: -5px;
	height: 1px;
	background-color: var(--primary-color);
	transition: all 0.2s ease-in-out;
}

.underline-effect-default .text-effect::after {
	left: 0;
	right: 0;
	width: 100%;
	transform-origin: left;
}

.underline-effect-default .text-effect::before {
	left: 0;
	width: 0;
	transform-origin: left;
	transition-delay: 0.2s;
}

.underline-effect-default:hover .text-effect::after {
	width: 0;
	left: 100%;
	right: 0;
	transition-delay: 0s;
}

.underline-effect-default:hover .text-effect::before {
	width: 100%;
	transition-delay: 0.2s;
}

.header-area .header-sticky .theme-btn {
	color: var(--primary-color);
}

.header-area .underline-effect-default .text-effect::before,
.header-area .underline-effect-default .text-effect::after {
	background-color: white;
}

.header-area .underline-effect-default .text-effect {
	color: white;
}

.header-sticky .underline-effect-default .text-effect {
	color: var(--primary-color);
}

.header-sticky .underline-effect-default .text-effect::before,
.header-sticky .underline-effect-default .text-effect::after {
	background-color: var(--primary-color);
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
	background: none !important;
}

.mobile-nav {
	background-color: black;
}

.mobile-nav .sidebar-nav .metismenu a {
	color: white;
}

.social-media i {
	color: white !important;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.action-bar :hover,
.social-media a:hover {
	color: white;
	opacity: 0.6;
}

.mobile-nav .close-nav {
	top: 30px;
}

#testimonials .owl-carousel .owl-item img {
	padding: 10px;
	object-fit: contain;
}

.flip-front,
.flip-back {
	border: 1px solid var(--primary-color);
}

.team-info {
	text-align: center;
}

.single-testimonial-item .flip-back p {
	margin-bottom: 0;
}

@media (max-width: 680px) {
	.single-category-wrap {
		margin-bottom: 30px;
	}

	#services .col-md-4:last-child .single-category-wrap {
		margin-bottom: 0 !important;
	}

	.single-category-wrap .category-title h4 {
		font-size: 18px !important;
	}

	#founders .row:first-child {
		flex-direction: column-reverse !important;
	}

	#founders .text {
		width: 95%;
	}

	#founders .text {
		height: 400px;
	}

	#founders img {
		height: 350px;
	}
}

@media (max-width: 768px) {

	#services .single-category-wrap img,
	.blog-one .blog-img img {
		height: 350px;
	}

	.single-category-wrap .category-title h4 {
		font-size: 17px;
	}

	#founders .author-info h3 {
		font-size: 28px;
	}

	#founders .text p {
		font-size: 17px;
	}

	#founders .text {
		width: 85%;
	}

	#news .section-title {
		text-align: center !important;
	}

	.logo img {
		width: 230px;
		max-width: 230px;
	}

	.hero-area-content .section-title {
		margin-bottom: 10px !important;
	}

	.hero-area-content img {
		height: 65px !important;
	}

	.section-title h3 {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	.theme-btn {
		font-size: 17px;
	}

	.navigation .container-fluid {
		padding: 0 20px 0 0;
	}
}

@media (min-width: 1240px) {
	.logo {
		display: flex;
		justify-content: center;
	}

	.mobile-nav {
		width: 500px;
		right: -500px;
		/* overflow: hidden; */
	}

	.mobile-nav .sidebar-nav .metismenu a {
		font-size: 20px;
		padding: 20px 15px;
	}

	.action-bar a {
		font-size: 20px;
		margin: 15px 0;
	}

	.mobile-nav .sidebar-nav {
		margin-top: 50px;
	}
}