/* @font-face{font-family:"Futura-CondensedExtraBold";src:url("../font/Futura-CondensedExtraBold.otf") format("opentype");font-style:normal;font-weight:400;font-display:swap} */
@font-face {
	font-family: "AvenirNext LT Pro";
	src: url("../font/AvenirNext-Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: "AvenirNext LT Pro Bold";
	src: url("../font/AvenirNext-Bold.otf") format("opentype");
	font-style: normal;
	font-weight: 600;
	font-display: swap
}

@font-face {
	font-family: "DIN CONDENSED";
	src: url("font/din-condensed-regular.ttf") format("opentype");
	font-style: normal;
	font-weight: 600;
	font-display: swap
}

:root {
	--main-color: #343A40;
	--sub-color: #000000;
	--accent-color: #343A40;
	--accent-color-2: #343A40;

	--theme-color: #343A40;

	--footer-color: #343A40;
	--footer-bg-color: #F8F9FA;

	--grey-color: #231a17;

	--light-grey-color: #f1f1f1;
	--light-grey-color-2: #555555;
	--light-grey-color-3: #cccccc;

	--white-color: #fff;
	--black-color: #000;
	--offer-color: #c60000;
	--purple-color: #c8a2c8;
	--yellow-color: #FFFF00;
	--bright-red: #EE4B2B;

	--line-through-color: #8c8c9a;

	--warning-color: #F70046;
	--warning-color-2: #dc2e2e;

	--border-color: #1d1d1d1a;
	--border-color-3: #cfcfcf;
	--border-color-2: #9b9b9b;

	--sold-out-color: #B7B8B7;
	--available-color: #51A245;

	--serif-font: 'AvenirNext LT Pro', serif;
	--serif-font-bold: 'AvenirNext LT Pro Bold', serif;
	--sans-serif-font: 'AvenirNext LT Pro', sans-serif;

	/* --main-font: 'AvenirNext LT Pro', sans-serif; */
	--main-font: 'Inter', sans-serif;
	--accent-font: 'DIN CONDENSED', sans-serif;

	/* --border-radius-1: 5px; */
	--border-radius-1: 0px;
	--border-radius-2: 5px;
	--border-radius-3: 10px;

	/* --text-shadow: 1px 1px 2px #252525; */
	--text-shadow: none;

	/* --gap: 20px; */
	--gap: 0px;

	--vh: 1vh;
}

body {
	font-family: var(--main-font) !important;

	font-weight: normal;
}

a {
	color: var(--main-color);
}

section {
	/* margin: 70px 0; */
	margin: 0;
}

/* section.full_banner_slider_section:first-of-type{
	margin: 0px 0 70px;
} */

.container {
	max-width: 1240px;
	padding: 0 60px !important;
	/* max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important; */
}

.swiper,
.swiper-wrapper {
	height: fit-content !important;
}

section .pageHeading_main {
	font-family: var(--san-serif-font-bold) !important;
	font-weight: unset !important;
}

.title_panel .pageHeading_submain {
	font-size: 16px;
}

.title_panel .pageHeading_main {
	padding-bottom: 0;

	color: var(--main-color);
	font-size: 32px;

	line-height: 1.1;
	text-transform: uppercase;

}

.title_panel .pageHeading_descp {
	font-size: 18px;
}

.sub_banner_img {
	overflow: hidden;
	border-radius: 0;
}

.sub_banner_img img {
	transition: all .3s linear;
}

.sub_banner_btn {
	margin: 0;
	color: var(--white-color);
	background-color: var(--main-color);
	padding: 12px 70px;
	font-size: 17px;
	transition: all .3s linear;
}

.sub_banner_btn:hover {
	color: var(--white-color);
	background-color: var(--light-orange-color);
}

section .title_panel {
	margin-bottom: 30px;
}

section .sub_banner_odd_link {
	padding: 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: var(--white-color);
	letter-spacing: 0px;
	transition: all .3s linear;
	border-radius: 0px;
	display: inline-block;
	margin-top: 5px;
	border: 0px solid var(--white-color);
	border-bottom: 2px solid var(--white-color);
}

section:first-of-type {
	height: calc(var(--vh, 1vh) * 100 - 40px);
}

section:first-of-type video,
section:first-of-type img {
	min-height: calc(var(--vh, 1vh)* 100 - 40px) !important;
	object-fit: cover;
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

@media only screen and (max-width: 1050px) {
	.sub_slider .swiper {
		padding: 0 !important;
	}

	.container {
		padding: 0 43px !important;
		/* max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important; */
	}

	.home_banner_caption_box {
		top: 0;
		transform: translateY(50%);
	}

	.pageHeading_banner h2 {
		font-size: 35pt !important;
	}

	.pageDescription_banner {
		font-size: 18pt;
	}

}

@media only screen and (max-width: 851px) {
	.sub_slider .swiper-slide .slide-img {
		height: 300px !important;
	}

	.container {
		padding: 0 33px !important;
		/* max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important; */
	}
}

@media only screen and (max-width: 610px) {
	section {
		/* margin: 20px 0 50px; */
		margin: 0;
	}

	/* section.full_banner_slider_section:first-of-type{
		margin: 0px 0 20px;
	} */

	.pageHeading_banner h2 {
		font-size: 46px !important;
	}

	.title_panel .pageHeading_main {
		font-size: 23px;
	}

	.title_panel .pageHeading_descp {
		font-size: 16px;
	}

	.title_panel .pageHeading_submain {
		font-size: 13px;
	}

	.home_banner_caption_box {
		padding: 0 20px !important;
	}

	.sub_banner_odd_link {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.container {
		padding: 0 15px !important;
		/* max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important; */
	}
}