@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

body {
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5;
	background-color: #f8f9fa;
}





/* .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 70%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
} */

.border-dark-subtle {
	border-color: #808182 !important;
}

.card {
	border-radius: none;
	--bs-card-border-radius: 0;

}


.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff5900;
	--bs-btn-border-color: #ff5900;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #fd6b1d;
	--bs-btn-hover-border-color: #fd6b1d;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff5900;
	--bs-btn-active-border-color: #ff5900;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #666666;
	--bs-btn-disabled-border-color: #666666;
}

.btn {
	--bs-btn-border-radius: none;
	border-radius: var(--bs-btn-border-radius);
}

.btn-icon {
	color: #2F5989;
}

.btn-icon:active {
	color: #4981C1;
}

.btn-icon:hover {
	color: #4981C1;
}

.btn-primary {
	color: #ffffff;
	--bs-color: #000;
}


.navbar-brand-custom {
	color: #666666;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: none;
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

.nav-link {
	font-family: 'Roboto Condensed', sans-serif;
	color: #808182;
	font-size: 19px;
	font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}


.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: 19px;
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap;
  margin-bottom: 15px;
}


h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #808182;
	font-size: 19px;
	font-weight: 400;
  margin-bottom:15px
}


.nav-link:hover {
	color: #ff5900;
}

span,
a,
a:hover {
	display: inline-block;
	text-decoration: none;
	color: #ff5900;

}


span,
a {
	display: inline-block;
	text-decoration: none;
	color: #808182;
}

.text-muted {
  --bs-text-opacity: 1;
	color: #808182!important;
}



img {
	max-width: 100%;
	height: auto;
}

section {
	padding: 60px 0;
	min-height: 100vh;
}

span,
a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.blog img {
	max-width: 100%;
}

.blog-head {
	margin-bottom: 70px;
}

.blog-head h6 {
	color: #ff5900;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}

.blog-head h6:after,
.blog-head h6:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #ff5900;
	top: 50%;
}

.blog-head h6:after {
	right: 120%;
}

.blog-head h6:before {
	left: 120%;
}


.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	/* background-color: rgba(240, 89, 7, 0.82); */
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: .5s ease;
}

.item {
	position: relative;
	overflow: hidden;
	margin: 0 0;
}

.item:hover .overlay {
	bottom: 0;
	height: 100%;
	width: 100%;
}

.top-overlay {
	bottom: 100%;
	height: 0;
}

.item:hover .top-overlay {
	bottom: 0;
}

.bottom-overlay {
	top: 100%;
}

.item:hover .bottom-overlay {
	top: 0;
}

.right-overlay {
	left: 100%;
	height: 100%;
}

.item:hover .right-overlay {
	left: 0;
}

.left-overlay {
	right: 100%;
	height: 100%;
	left: auto;
}

.item:hover .left-overlay {
	right: 0;
}

.fade-overlay {
	height: 100%;
	opacity: 0;
}

.item:hover .fade-overlay {
	opacity: 1;
}

.title-overlay {
	height: auto;
	top: auto;
	opacity: 0;
}

/* .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    background-color: white;
} */



.modal-xl {
    --bs-modal-margin: 5px!important;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    background-color: rgba(0, 0, 0, 0.125);
    background-blend-mode: color-dodge;
    backdrop-filter: blur(1.5px) grayscale(100%);
	--bs-modal-width: 100%;
}

.modal-xl {
    /* --bs-modal-width: 90%; */
	--bs-modal-width: 100%;
}






.h-75 {
    height: 15%!important;
}

.ratio-16x9 {
	--bs-aspect-ratio: 45.25%;
}


.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

 .carousel-control-prev:hover {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
	background-color: rgb(255, 255, 255, 0.8)!important;
	box-shadow: #000 2px;
}

.carousel-control-next:hover {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
	background-color: rgb(255, 255, 255, 0.8)!important;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: rgb(255, 255, 255, 0.8);
}

.item:hover .title-overlay {
	opacity: 1;
	height: auto;
	padding: 50px 0;
}

.text {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: white;
	font-size: 1.2vw;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-control-next:hover, .carousel-control-prev:hover {
	background-color: rgb(255, 255, 255, 0.2);
}


@media (max-width: 575.98px) {
	.text {
		color: white;
		font-size: 1.8rem;

	}

	.modal {
		--bs-modal-margin: 2px;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
	}
	
	.ratio-16x9 {
		--bs-aspect-ratio: 100%;
	}




	/* .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 90%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
} */

}
