
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
body{
	margin: 0;
	padding: 0;
}
html{
	margin: 0;
	padding: 0;
	
}

a {
    color: #D28B03;
    text-decoration: none;
	 transition:color 1s ease-in-out;
}

a:hover{
	color: #F05B2A;
}

.header-image{
	background-image: url("../img/minime-hero.jpg") ;
	filter: brightness(.70);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 80vh;
	position: relative;
	z-index: -1;
	
}
@media (max-width: 992px){
	
	.header-image{
		
		min-height: 50vh;
		
	}
}

.logo-brand{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	background-color: #ffffff;
	width:305px;
  height:95px;
	padding: 25px;
	border-radius: 15px;
	
}



.text-header{
	position: absolute;
	left: 50%;
	top:40%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	font-size: 6em;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	line-height: 1;
}

@media (max-width: 992px){
	.text-header{
		font-size:3em;
		
	top:25%;
	}
	
}

@media (max-width: 350px){
	.text-header{
		font-size:3em;
		
	top:20%;
	}
	
}

#middle{
	
	background-image: url("../img/bg-middle.jpg");
	background-position: center;
	background-repeat:no-repeat;
/*	background-attachment: fixed;*/
	background-size: cover;
	min-height: 50vh;
	z-index: 0;
	position:relative;
}


@media (max-width: 992px){

	
	#middle{
		margin-top: 50px;
		min-height: 65vh;
		background-image: url("../img/bg-middle-small.jpg");
		background-position: center;
	}
	
}


.order{

	position: absolute;
	right: 5%;
	top:10%;
	transform: translate(-50%,-50%);
	padding: 5px 30px;
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	border-radius: 50px;
	border: 3px solid #F05B2A;
	transition: border 1s ease-in;
}

.order:hover{
	border:3px solid #D28B03;
}



@media (max-width: 992px){
	.order{

		top:15%;
		left: 50%;
		text-align: center;
		padding: 0px;
	}
	
}

.middle-content{
	 margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	
}

.middle-content h1{
	font-size:60px;
	font-family: 'Bebas Neue', cursive;
	
}

.middle-content p{
	font-family: "Open Sans", arial, sans-serif;
	font-size: 21px;
	
	padding:0px 150px;
	
}


@media (max-width: 992px){


	.middle-content{
		 margin: 0;
	  position: absolute;
/*	  top: 65%;*/
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);

	}

	.middle-content h1{
		font-size:35px;
		font-family: 'Bebas Neue', cursive;

	}

	.middle-content p{
		font-family: "Open Sans", arial, sans-serif;
		font-size: 16px;
		padding: 0px;

	}
}
.hotline{
	
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	font-size:40px;
	background-color: #2BAAE2;
	padding: 5px;
}

@media (max-width: 992px){
	.hotline{
/*		margin-top: 30px;*/
		position: relative;
	}
	
}

.carousel-control-prev-icon{
	width:75px !important;
	height: 100px !important;
}

@media (max-width: 992px){
	.carousel-control-prev-icon{
	width:25px !important;
	height: 50px !important;
	}
		
}

.carousel-control-next-icon{
	width:75px !important;
	height: 100px !important;
}

@media (max-width: 992px){
	
	.carousel-control-next-icon{
	width:25px !important;
	height: 50px !important;
}
	}
.footer{
	text-align: center;
	padding: 45px;
}

.insta{
	text-align: center;
}

.copyright{
	font-size: 12px;
	text-align: center;
}

@media (max-width: 992px){
	
	.copyright{
	font-size: 10px;
}
	}
.logo-klc{
	
}
