body {
	background-color: #000000;
}

@font-face {
	font-family: popines-medium;
	src: url('../font/poppins/poppins-Medium.ttf') format("opentype");
	;
}

@font-face {
	font-family: poppins-light;
	src: url('../font/poppins/Poppins-Light.ttf') format("opentype");
	;
}

* {
	font-family: poppins-light;
	letter-spacing: .6px;
}

.font-bebas {
	font-family: 'Bebas Neue', sans-serif;
}

.text-primary {
	color: #CA0000 !important;
}

.fw-light {
	font-weight: 100 !important;
}

.fs-15 {
	font-size: 15px;
}

.fs-40 {
	font-size: 40px;
}

.fs-17 {
	font-size: 17px;
}

.letter-space-6 {
	letter-spacing: 6px;
}

/* Primary button */
.btn-primary {
	background-color: #CA0000;
	border: #CA0000;
	color: #fff;
}

.btn-primary:hover {
	background-color: #b50202;
	color: #fff;
}

/* Secondary button */
.btn-secondary {
	background-color: #000000;
	border: 2px solid #CA0000;
	color: #CA0000;
}

.btn-secondary:hover {
	background-color: #004BFF;
	color: #fff;
}

.all-center {
	display: flex;
	align-items: center;
}

.pt-110 {
	padding-top: 110px;
}

/* Header */

#header {
	position: relative;
	height: 100vh;
	background-image: url("../img/header-bg.png");
	background-position: center;
	background-size: cover;
}

#header .main-heading{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 22%;
}
#header .main-heading h1{
	font-size: 52px;
	color: #ffffff;
	-webkit-text-stroke: 3px #000000;
}

#header nav {
	background: #000000;
	padding: 20px 40px;
}

.navbar-toggler-icon{
	display: flex;
	align-items: center;
	justify-content: end;
}

#header .navbar-brand img {
	width: 130px;
}

#header .nav-link {
	color: #999999;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 20px;
}

#header .nav-link.active {
	color: #CA0000;
	position: relative;
}

#header .nav-link:hover {
	color: #CA0000;
}

#header .nav-link.active::before {
	content: "";
	position: absolute;
	bottom: 0px;
	background-color: red;
	height: 2px;
	width: 100%;
	border-radius: 20px;
}

.boxShadow {
	box-shadow: 0px 0px 2px 0 rgb(0 0 0 / 5%), 0px 1px 4px 1px rgb(0 0 0 / 8%);
	overflow: hidden;
	border-radius: 8px;
}

.header-btn button {
	width: 130px;
	height: 45px;
	border-radius: 0px;
}

/* Heading */

.left-bar {
	position: relative;
	width: 70px;
	height: 2px;
	background-color: #fff;
}

.left-bar::before {
	content: "";
	transform: translate(-50%, -50%);
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	left: 0px;
}

.right-bar {
	position: relative;
	width: 70px;
	height: 2px;
	background-color: #fff;
}

.right-bar::before {
	content: "";
	transform: translate(-50%, -50%);
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
	top: 50%;
	right: -3px;
}

.heading {
	position: relative;
}

.heading h3 {
	z-index: -1;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	font-size: 100px;
	letter-spacing: 17px;
	color: #000000;
	-webkit-text-stroke: 1px #2E2E2E;
}

.heading h2 {
	z-index: 2;
	font-size: 58px;
}

/* About us */

.about-img img {
	width: 100%;
	border: 4px solid #fff;
	object-fit: cover;
}

.about-text h4 {
	letter-spacing: 12px;
	font-size: 14px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.about-text h4::after {
	bottom: 0px;
	content: "";
	position: absolute;
	height: 3px;
	background-color: #fff;
	width: 60px;
	left: 0px;
}

.about-text h3 {
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.about-text p {
	margin-bottom: 20px;
	font-weight: 100 !important;
	color: #CDCDCD;
}

/* Explore us */

.explore img {
	height: 500px;
	object-fit: cover;
}

.small-text img {
	height: 380px;
	object-fit: cover;
}

.explore-text {
	background: #161616;
	color: #A1A1A1;
	padding: 30px;
	font-size: 30px;
}

.explore-text h3 {
	color: #ffffff;
	font-size: 30px;
}

.explore-text span {
	font-size: 30px !important;
}

.explore-text p {
	margin-top: 15px;
	font-size: 16px;
}

/* Footer */

#footer nav {
	margin-top: 130px;
	background-color: #242424;
	padding: 30px 40px;
}

#footer .nav-link {
	font-size: 19px;
	color: #999999;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 20px;
}

#footer .nav-link.active {
	color: #CA0000;
	position: relative;
}

#footer .nav-link:hover {
	color: #CA0000;
}

#footer .nav-link.active::before {
	content: "";
	position: absolute;
	bottom: 0px;
	background-color: red;
	height: 2px;
	width: 100%;
	border-radius: 20px;
}

.footer-socail-link {
	padding: 20px 0px;
	border-left: 1px solid #484848;
	padding-left: 40px;
}

.footer-socail-link a {
	color: #ffffff;
	margin-top: 25px;
	display: block;
}

@media only screen and (max-width: 1200px) {
	.explore-text p {
		margin-top: 15px;
		font-size: 14px;
	}

	.about-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.explore-text{
		text-align: center;
	}
	#header nav {
		background: #000000;
		padding: 20px 18px;
	}
	#header .main-heading{
		top: 25%;
	}
	#header .main-heading h1{
		font-size: 45px;
		-webkit-text-stroke: 2px #000000;
	}	
	.heading h3 {
		font-size: 43px;
	}

	.heading h2 {
		font-size: 34px;
		margin-bottom: 0px;
	}

	.navbar-nav .nav-item a {
		margin-left: 0px !important;
		margin-top: 20px !important;
	}

	.header-btn {
		margin-top: 20px !important;
	}

	.footer-socail-link {
		justify-content: center;
		border-left: 0px;
		display: flex;
	}

	.footer-socail-link a {
		padding: 0px 20px;
	}
}