p{
	font-size: 18px;

}
h1{
	text-align: center;
	
}
.about{
	height: 50vh;
	box-sizing: border-box;
	padding: 35px;
	background-color: white;
	
	
}
.about h1{
	text-align: center;
	color: black;

}
.about p{
text-align: center;
margin-top: 20px;
color: black;

}
section#video-background{
	width: 100%;
	height: 50vh;
	position: relative;
	display: flex;
	align-items: center;

}
section#video-background video{
	position: absolute;
	top: 0;
	left: 0 ;
	width: 100%;
	height: 100%;
	object-fit: cover;


}

section#video-background .headline{
	z-index: 2;
	padding: 0 2rem;
}
section#video-background .headline h1{
	color: #fff;
	font-size: 5rem;
	margin: 1rem 0;
	

}
section#video-background .headline button{
	padding: 1rem;
	color: black;
	font-weight: 900;
	font-size: 1.5rem;
	border: 0;
	outline: 0;
	
}
section#info{
	background-color: #111;
	color: white;
	padding: 2rem;
}
section#info p{
	margin: 6rem 0;


}
.index-catagory{
width: 100%;
padding: 60px 0;
background-color: #fff;
display: flex;
justify-content: center;
column-gap: 20px;
margin-top: 10%;
}


.index-category-box{
	width: 30%;
	height: 50vh;
	background-color: red;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
justify-content: center;
align-items: center;
}
.index-category-box:nth-child(1){
	background-image: url(1.jpg);
}
.index-category-box:nth-child(2){
	background-image: url(2.jpg);
}
.index-category-box:nth-child(3){
	background-image: url(3.jpg);
}
.index-category-box h3{
 color:#fff ;
 font-size: 18px;
 line-height: 23px;
 text-align: center;
}




section#video-background .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 1));
}


.image{
	

	

}
.card{
	border: none;
	border-radius: 0;
	box-shadow: 2px 6px 8px o rgba(22, 22, 26, 0.19);
	background-image: url(15.jpg);
}
.carousel-inner{
	padding: ;
}
#carouselExample {
background-image: url(15.jpg);
background-repeat: no-repeat;
background-size: cover;

}
#carouselExample .card-text
{
	color: white;

}
#carouselExample .card-title
{
	color: white;
}
.carousel-control-prev,.carousel-control-next{
	background-color: #111;
	width: 6vh;
	height: 6vh;
	border: 50%;
	top: 50%;
	transform: translate(-50%);
	color: #111;
}
.carousel-control-prev span,
.carousel-control-next span{
	width: 1.5rem;
	height: 1.5rem;
}
@media screen and (min-width: 577px){

.card-wraper{

	width: 100%;
padding: 60px 0;
background-color: #fff;
display: flex;
justify-content: center;
column-gap: 0px;
margin-top: 10%;

}
.image-wrapper{
	height: 22vw;
	margin: 0 auto;
	/*display: flex;
	align-items: center;
	justify-content: center;
	*/

}
.card{
	margin: 0.5em auto;
width: calc(100%/3);
}
}
@media screen and (max-width: 576px){
	.card:not(:first-child){
	display: none;

}

.image-wrapper img{

	max-width: 100%;
	max-height: 100%;

}
}




