.bounce-top {
	display: block;
	animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-13 16:13:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
	0% {
		transform: translate(-50%, -45px);
		animation-timing-function: ease-in;
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	40% {
		transform: translate(-50%, -24px);
		animation-timing-function: ease-in;
	}
	65% {
		transform: translate(-50%, -12px);
		animation-timing-function: ease-in;
	}
	25%,
	55%,
	75%,
	87% {
		transform: translate(-50%, 0px);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translate(-50%, 0px);
		animation-timing-function: ease-out;
		opacity: 1;
	}
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-padding-top: 74px;
	width: 100%;
}

body {
	font-family: "Montserrat", sans-serif;
	background-color: #333;
	width: 100%;
}

.shadow-bg {
	background-color: rgba(26, 24, 24, 0.9);
}

.section-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.section-title-contact {
	text-align: center;
	text-transform: uppercase;
	color: black;
}

.underline {
	width: 70px;
	height: 4px;
	background-color: rgb(6, 247, 6);
	margin: 0 auto 40px;
}

nav {
	text-transform: uppercase;
	transition: background-color 0.6s;
	z-index: 5;
}
nav .navbar-toggler {
	padding: 10px 15px;
}
nav .navbar-brand {
	font-weight: bold;
}
nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-brand,
nav .fa-bars {
	color: #fff;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
	color: rgb(6, 247, 6);
}

.nav-text {
	color: rgb(6, 247, 6);
}

h3 {
	margin: 30px;
	font-size: 3rem;
	flex-direction: column;
}

header.hero-img {
	position: relative;
	height: 100vh;
	width: 100%;
	color: #fff;
	z-index: 0;
}

.hero-img .heroBg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	z-index: -5;
}

.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 9, 28, 0.7);
	z-index: -5;
}

.team-shadow-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 9, 27, 0.8);
	z-index: -5;
}

.team-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(145, 53, 66, 0.8);
	z-index: -5;
}

.hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.hero-text h1 {
	padding-top: 12%;
}

.aboutus i {
	margin-top: 14px;
	font-size: 30px;
}

.aboutus-card-title {
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(6, 247, 6);
	padding-bottom: 5px;
}

.aboutus-card-text {
	text-align: justify;
}

.aboutus-hero {
	position: relative;
	background-image: url("../img/dj-8241039_640.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
	z-index: 0;
}
.aboutus-hero .aboutus-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 11, 48, 0.7);
	z-index: -5;
}

.aboutus-hero-item i {
	font-size: 36px;
}

.aboutus-hero-text {
	text-align: justify;
}

.team {
	position: relative;
	background-image: url("../img/dj-8241039_640.jpg");
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
}
.team .team-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -5;
}
.team .card img {
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}
.team .card .card-body {
	height: auto;
}
.team .card .card-body .card-title {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	color: black;
}

.card-text {
	font-size: 1rem;
	text-align: justify;
}

.offer-box {
	height: auto;
}

.offer-box h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
}

.offer-box p {
	padding-top: 15px;
	text-align: justify;
}

.offer {
	position: relative;
	background-image: url("../img/impra_s.jpg");
	background-position: bottom;
	background-attachment: fixed;
	background-size: cover;
	z-index: 0;
}

.nav-text-2 h2 {
	text-align: left;
	padding-top: 10px;
}

.nav-text-2 {
	margin-top: 150px;
}

.nav-text .contact-us {
	display: flex;
	align-items: center;
	color: black;
}

.social-media {
	font-size: 26px;
}
.social-media a {
	padding: 10px;
	color: black;
	transition: color 0.3s;
}
.social-media a:hover {
	color: rgb(6, 247, 6);
}
.social-media .contact-item {
	margin: 10px 0;
}
.social-media .contact-item a {
	text-decoration: none;
	padding: 10px;
}
.social-media .contact-item h4 {
	margin-bottom: 15px;
	padding-left: 25px;
}

.bi {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgb(6, 247, 6);
}

@media (min-width: 768px) {
	.hero-text h1 {
		font-size: 42px;
		margin-top: 50px;
	}
	.hero-text p {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	header.hero-img {
		background-image: url("../img/R6__1130.jpg");
	}
	.aboutus-hero {
		position: relative;
		background-image: url("../img/dj-8241039_1280.jpg");
	}
}
.fa-chevron-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 25px;
	color: rgb(6, 247, 6);
}

.aboutus-hero {
	background-image: url("../img/about/about-hero.jpg");
	background-position: bottom;
}

/* ----- */
.ab-info {
	background-color: rgb(248, 248, 248);
}

.ab-info .container {
	padding: 0 0.5em;
}

.ab-text {
	padding: 1.8em;
}

.ab-text h4 {
	margin-bottom: 1em;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.ab-text-right {
	text-align: right;
	box-shadow: inset 0px 2px 2px -2px rgba(0, 0, 0, 0.6);
}

.ab-text-left {
	text-align: left;
}

.offers .ab-img {
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center;
}

.social-media .cont-img {
	width: 200px;
	scale: 50%;
}

/* ----- */
.ab-bottom i {
	font-size: 3rem;
}

.ab-bottom h4 {
	padding-top: 5em;
	font-size: 1.2rem;
	font-weight: bold;
}

@media (min-width: 992px) {
	.ab-info .container {
		padding: 0;
	}
	.ab-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}
	.ab-text {
		padding: 3em 2em;
		transform: skew(-15deg);
	}
	.ab-text-left {
		padding-right: 2em;
		text-align: right;
		box-shadow: inset 0px 2px 2px -2px rgba(0, 0, 0, 0.6);
	}
	.ab-text-right {
		padding-left: 2em;
		text-align: left;
	}
	.ab-img {
		height: 280px;
		padding-top: 2em;
		transform: skew(-15deg);
	}
}
.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	padding: 10px;
	background-color: rgb(103, 98, 98);
	color: #fff;
	font-family: arial;
	overflow: hidden;
	text-align: center;
	letter-spacing: 2px;
	z-index: 4;
}

a {
	text-decoration: none;
} /*# sourceMappingURL=main.css.map */
