@font-face {
	font-family: "gotham_black";
	src: url("../fonts/Gotham-Black.otf") format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: "gotham_bold";
	src: url("../fonts/GothamBold.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
	font-family: "gotham_book";
	src: url("../fonts/GothamBook.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.pointer{
	cursor: pointer;
}

.up {
	position: fixed;
	left: 45%;
	top: 870px;
	transition: 0.5s ease-in-out;
}
.down {
	position: fixed;
	left: 55%;
	top: 870px;
	transform: translate(-60%, 0%);
	transition: 0.5s ease-in-out;
}


.showarr {
	display: block;
	opacity: 1 !important;
	cursor: pointer;
}

.arr {
	font-size: 18px;
}
.circle {
	width: 65px;
	height: 65px;
	line-height: 66px;
	border-radius: 50%;
	font-size: 15px;
	border: 1px solid white;
	color: rgb(255, 255, 255);
	text-align: center;
	background: transparent;
	z-index: 20;
	display: none;
	opacity: 0;
	display: none;
}








.pointer_none{
	pointer-events: none;
}

.text__bold {
	font-family: "gotham_bold";
}
.text__normal {
	font-family: "gotham_book";
}
.text__bolder {
	font-family: "gotham_black";
}

* {
	margin: 0;
	padding: 0;
	font-family: gotham_book;
}

.body {
	transition: 0.3s all;
	font-family: "gotham";
}
.bg-blue-dark {
	background-color: rgb(1, 3, 20) !important;
}
.bg-primary {
	background-color: rgb(23, 46, 251) !important;
}
/*brands logo style*/
.brands_logo {
	margin-bottom: 180px;
}

/* /////////////////////
	STARTHEADER STYLE PAGE
///////////////////////  */
.main_title a {
	cursor: pointer;
	font-size: 22px !important;
}
@media (max-width: 575.98px) {
	.main_title h1 {
		font-size: 21px !important;
		margin-bottom: 0px !important;
	}
	.main_title p {
		padding-top: 7px !important;
		font-size: 13px !important;
	}
	.main_title h5 a {
		cursor: pointer;
		font-size: 15px !important;
	}
}

/* /////////////////////
	END HEADER STYLE PAGE
///////////////////////  */

/* /////////////////////
	START TITLE STYLE Q
///////////////////////  */
.Main_Q {
	margin-top: 180px !important;
	margin-bottom: 180px !important;
}
.title_Q {
	font-size: 95px;
}
@media (max-width: 575.98px) {
	.Main_Q {
		margin-top: 30px !important;
		margin-bottom: 70px !important;
	}

	.title_Q {
		font-size: 55px;
	}
}
/* /////////////////////
	END TITLE STYLE Q
///////////////////////  */

/* .wrapper {
	width: 86.5%;
	margin-left: auto;
	min-height: 100vh;
	overflow: hidden;
} */

/* body::-webkit-scrollbar {
	display: none;
	overflow-anchor: none !important;
} */

.factsContainer {
	padding: 0em 2em;
	text-align: center;
}

.factsContainer h2 {
	font-size: 1.8em;
	transform: scale(0);
	padding: 2em 0em;
	margin-bottom: 15vh;
	color: #f0c368;
}

.factsContainer_sm {
	display: flex;
	width: 300vw;
}

.fact {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 75vh;
	padding: 1em;
	overflow: hidden;
	/* width: 100%; */
}

.fact .text-profile {
	text-align: left;
	position: absolute;
	left: -100%;
	bottom: 7%;
	z-index: 2;
	transition: 0.5s ease-in-out;
}
.fact .text-profile h3 {
	font-size: 35px;
	line-height: normal;
	font-weight: 700;
	color: white;
}
.fact .text-profile small {
	font-size: 19px;
	line-height: normal;
	font-weight: 500;
	color: white;
}

.fact img {
	width: 40vw;
	height: 75vh;
	margin: 0.3em;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
	order: 1;
}

.socialContainer {
	width: 100vw;
	height: 100vh;
}

.fact .holder {
	position: relative;
	width: 40vw;
	height: 75vh;
	overflow: hidden;
}

.OV {
	position: absolute;
	content: "";
	width: 95.7%;
	background: linear-gradient(rgba(6, 1, 13, 0) 0%, #020311 100%);
	left: 19.4px;
	bottom: 15.2px;
	height: 150px;
	z-index: 1;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.fact:hover > .OV {
	opacity: 1;
}
.fact:hover > .text-profile {
	left: 7%;
}

/* //// HOME PAGE MeDIA QUERY */

@media (max-width: 575.98px) {
	.Portfolio_Header {
		margin-top: 50px;
		height: auto;
	}

	.wrapper {
		width: 100%;
		margin-left: auto;
		min-height: 50vh;
		overflow-x: hidden;
	}

	.factsContainer {
		padding: 0em;
	}
	.factsContainer_sm {
		display: flex;
		width: 440vw;
	}
	.fact img {
		width: 100vw;
	}
	.fact .holder {
		width: 100vw;
	}

	.fact .text-profile h3 {
		font-size: 22px;
	}
	.fact:hover > .text-profile {
		left: 10%;
	}
	.fact .text-profile small {
		font-size: 17px;
	}

	.text-profile .Des {
		width: 100% !important;
	}
}

/* ///////////////////

START SECTION PROTFOLIO STYLE

///////////////////// */

.Portfolio_Header {
	height: 50vh;
}

.Portfolio_Header .Portfolio_title {
	font-size: 65px;
}

.card_img {
	position: relative;
	width: 100%;
	height: 773px;
	overflow: hidden;
}
.card_img img {
	width: 100%;
	height: 100%;
}

.card_img .Pro_profile {
	position: absolute;
	text-align: left;
	left: -100%;
	bottom: 7%;
	z-index: 2;
	transition: 0.5s ease-in-out;
}

.Pro_profile h3 {
	font-size: 35px;
	line-height: normal;
	font-weight: 700;
	color: white;
}
.Pro_profile small {
	font-size: 19px;
	line-height: normal;
	font-weight: 500;
	color: white;
}

.ov_pro {
	position: absolute;
	content: "";
	width: 100%;
	background: linear-gradient(rgba(6, 1, 13, 0) 0%, #020311 100%);
	left: 0px;
	bottom: 0;
	height: 150px;
	z-index: 1;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.card_img:hover > .ov_pro {
	opacity: 1;
}
.card_img:hover > .Pro_profile {
	left: 4%;
}

.Holl {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	z-index: 3;
}

@media (max-width: 575.98px) {
	.Portfolio_Header {
		margin-top: 50px;
		height: auto;
	}

	.one_item_img {
		width: 100% !important;
	}

	.card_img {
		height: 500px;
	}
	.Des {
		margin-bottom: 30px;
		width: 100% !important;
		font-size: 15px;
	}
}

/* ///////////// ABOUT US */

.main_about {
	margin-bottom: 280px !important;
}

.About_holder {
	background-color: rgb(23, 46, 251);
	height: 800px;
}
.about_tl {
	font-size: 49px;
	left: 100px;
	top: 80px;
}

.img_about {
	width: 58%;
	height: 702px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	bottom: -120px;
	right: 12px;
}

.About_holder .p_about_1 {
	left: 100px;
	top: 320px;
}
.About_holder .p_about_2 {
	left: 100px;
	top: 520px;
}

/* Medium devices (landscape tablets, 768px and up) */

@media (max-width: 992px) {
	.img_about {
		display: none;
	}

	.About_holder {
		background-color: rgb(23, 46, 251);
		height: 600px;
	}

	.About_holder .p_about_1 {
		left: 100px;
		top: 220px;
		width: 75% !important;
	}
	.About_holder .p_about_2 {
		left: 100px;
		top: 420px;
		width: 66% !important;
	}
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
	.main_about {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.about_tl {
		font-size: 49px;
		left: 35px;
		top: 28px;
	}

	.img_about {
		display: none;
	}
	.About_holder .p_about_1 {
		left: 35px;
		top: 220px;
		width: 75% !important;
	}
	.About_holder .p_about_2 {
		left: 35px;
		top: 420px;
		width: 75% !important;
	}
}

/* /////////////////////
	 STYLE FOOTER
///////////////////////  */
.footer-dark {
	height: 90px;
	color: #f0f9ff;
	background-color: rgb(23, 46, 251);
	display: flex;
	align-items: center;
}

.footer-dark ul a:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.footer-dark .item:not(.social) {
		text-align: center;
		padding-bottom: 20px;
	}
}

.footer-dark .item.text {
	margin-bottom: 36px;
}

@media (max-width: 767px) {
	.footer_content {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.footer-dark .item.text {
		margin-bottom: 0;
	}
}

.footer-dark .item.social {
	text-align: center;
}

@media (max-width: 991px) {
	.footer-dark .item.social {
		text-align: center;
		margin-top: 20px;
	}
}

.footer-dark .item.social > a {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
	margin: 0 8px;
	color: #fff;
	opacity: 0.75;
}

.footer-dark .item.social > a:hover {
	opacity: 0.9;
}

.footer-dark .copyright {
	text-align: center;

	margin-top: 10px;
	opacity: 0.3;
	font-size: 16px;
	margin-bottom: 0;
}

/*DSDSD/*/

@media (max-width: 600px) {
	.content_data {
		width: 96% !important;
	}
	.content_data_form {
		width: 96% !important;
	}
}

/* Carousel trigger */

.wrapper {
	width: 86.5%;
	margin-left: auto;
	min-height: 100vh;
	overflow: hidden;
}

@media (max-width: 1440px) {
	.wrapper {
		width: 98.5%;
		margin-left: auto;
		min-height: 100vh;
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	.wrapper {
		width: 96.8%;
		margin-left: auto;
		overflow-x: hidden;
	}
	.factsContainer {
		padding: 0em;
	}
	.factsContainer_sm {
		display: flex;
		width: 440vw;
	}
	.fact img {
		width: 100vw;
	}
	.fact .holder {
		width: 100vw;
	}
}

/* More_items   */

.More_items_main {
	margin-top: 120px;
}

.More_items {
	position: relative;
	width: 400px;
	height: 500px;
	overflow: hidden;
}
.More_items_Text {
	position: absolute;
	left: -2000px;
	z-index: 2;
	bottom: 20px;
	color: white;
	transition: 0.5s ease-in-out;
}

.More_items img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.More_items .bg__black {
	position: absolute;
	content: "";
	width: 100%;
	background: linear-gradient(rgba(6, 1, 13, 0) 0%, #020311 100%);
	left: 0px;
	bottom: 0;
	height: 150px;
	z-index: 1;
	opacity: 0;
	transition: 0.5s ease-in-out;
	z-index: 1;
}

.More_items_Big {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 3;
}

.More_items:hover > .bg__black {
	opacity: 1;
}
.More_items:hover > .More_items_Text {
	left: 4%;
}

/*DSDSD/*/
