@charset "utf-8";
/* 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{
	text-decoration: none;
	color: #ffffff;
	transition: color 1s ease-in;
}
a:hover{
	color: #000000;
}
.hero-image{
	background: url("../img/hero@2x.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 75vh;
	position: relative;
	z-index: -1;
}

.header-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-family: 'Bebas Neue', cursive;
	line-height: 1;
	letter-spacing: 3px;
	color: #ffffff;
	z-index: 5;
	text-shadow: 0px 3px 3px #000000;
}

.logo-brand{
	position: relative;
	top: -10%;
	
}

.logo{
	position: absolute;
	left: 50%;
	
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding:20px 15px;
	
	z-index: 1;
}
.middle-content{
	position: relative;
	min-height: 40vh;
}

.pattern{
	position: absolute;
	top: 0;
	left: 0;
}

.pattern1{
	position: absolute;
	bottom: 0;
	right: 0;
}
.order{
	position: relative;
	font-size: 45px;
	font-family: 'Bebas Neue', cursive;
	color: #000000;
	background-color: #73CC34;
	z-index: 2;
	padding: 5px 10px;
	
	
}
.order-align{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 40px;
}

.title-name{
	padding: 40px;
}

.title-name h1{
	font-size: 50px;
	font-family: 'Bebas Neue', cursive;
	color: #000000;
	line-height: 1;
}

.title-name p{
	font-family: "Open Sans", arial, sans-serif;
	font-size: 21px;
	color: #000000;
}

.hotline{
	
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	font-size:40px;
	background-color: #73CC34;
	padding: 5px;
}

.carousel-control-prev-icon{
	width:75px !important;
	height: 100px !important;
}


@media (max-width: 992px){
	.hero-image{
	
	min-height: 60vh;
	}
	.header-text{
		top:50%;
	}
}

@media (max-width: 850px){

	.title-name{
		padding-top: 80px;
	}
	.order-align{
		padding: 20px;
	}
}

@media (max-width: 768px){
	
	.logo{
	top: 0;
	}
	.title-name{
		padding-top: 0px;
	}
	.box{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 200px;
	}
	.order-align{
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
	padding: 10px 0px 50px 0px;
	}
	.title-name {
    padding: 5px;
	}
}

@media (max-width: 500px){
	.hero-image{
		min-height: 40vh;
	}

	.title-name h1{
	font-size: 40px;
	}
	.title-name p{
	font-size: 18px;
	}
	.box{
		padding-top: 125px;
	}
	.order-align{
		padding: 0px 0px 50px 0px;
	}
	.order{
		font-size: 40px;
	}
	.hotline{
		font-size: 40px;
	}
	
}


@media (max-width: 768px){
	.carousel-control-prev-icon{
	width:25px !important;
	height: 50px !important;
	}
		
}

.carousel-control-next-icon{
	width:75px !important;
	height: 100px !important;
}

@media (max-width: 768px){
	
	.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: 768px){
	
	.copyright{
	font-size: 10px;
}
	}
