body{
	font-family:"proxima-nova";
}

/*BACKGROUND-IMAGE-SIZE*/
.bg-img-cover {
	background-size: cover;
}

/*flip image*/
.flip-image-h {
	transform: scaleX(-1);
}

/*WIDTH*/
.w-40 {
	width: 40%;
}
.w-65 {
	width: 65%;
}


/*HEADER*/

.bg-dark-opacity-50 {
	background: rgba(11, 11, 11, 0.5);
}
.bg-white-opacity-60 {
	background: rgba(255, 255, 255, 0.6);
}
.text-bebas {
	font-family: 'Bebas Neue', cursive;
}

/*MAIN*/
.card-bg-dark {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 99.98%), rgba(11, 11, 11, 0.4);
}

/*section-featured*/
/*.card-img {
	height: 180px;
}
*/
/*section-offers*/

.hidden {
	display: none;
}


.line {
  
}

.bg-45-right:after {
	content: "";
	width: 0;
	height: 100%;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 300px;
	border-left-width: 48px;
	border-right-width: 0;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: 0;
	right: 12px;
}

/*FOOTER*/

.footer-map { 
	height: 500px;
}
.footer-map-alt {
	top: 63%;
	left: 59%;
}
.social-media-icon {
	transition: all 0.3s linear;
}
.social-media-icon:hover {
	transform: scale(1.2);
}
.pay-logos {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(129deg) brightness(107%) contrast(105%);
}