body{
	background: #fff9c2;
}

a{
	text-decoration: none;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.banner{
	width: 100%;
	height: 540px;
	position: relative;
	background: url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
}

.banner_content{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.lets{
	font-family: "Kaushan Script", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	color: #ff7474;
	text-shadow: 2px 2px 5px #000;
}

h2{
	font-weight: 800;
	color: #fff;
	font-size: 35px;
}

.checks{
	background: #000;
	background-color: #000000;
	opacity: 1;
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #000000 23px ), repeating-linear-gradient( #10101055, #101010 );
}

.image{
	width: 100%;
	height: 380px;
	overflow: hidden;
	border-radius: 15px 15px 0px 0px;
}

.img-box{
	transform: translate(0px, -50px);
}

.image img{
	width: 100%;
	height: auto;
}

.profile{
	color: #fff;
	background: #ed3237;
	padding: 5px 10px;
}

.side-img{
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 30px 0px 0px 0px;
}

.side-img img{
	width: 100%;
	height: auto;
}

.side-content{
	background: #fff;
	height: 500px;
	border-radius: 0px 0px 25px 0px;
	border-bottom: 10px solid #ed3237;
}

.side-content h3{
	border-left: 8px solid #ed3237;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 700;
}
.image-border{
	border-radius: 0px 0px 25px 25px;
	border-bottom: 10px solid #ed3237;
}

.center {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.center .col-* {
	display: inline-block;
	margin-left: -2px;
	/* Adjust the value of marging work best with your context */
	float: none;
}

.img-gallery{
	border-radius: 10px 10px 25px 25px;
	border-bottom: 10px solid #ed3237;
}

.image img{
	transform: scale(1,1);
	transition: .4s;
}

.image img:hover{
	transform: scale(1.2,1.2);
	transition: .4s;
}

.content{
	background: #fff;
	padding: 5px;
	border-radius: 35px 0px 0px 0px;
	border-top: 10px solid #ed3237;
}

.tags{
	border-radius: 35px 0px 0px 0px;
	border-top: 10px solid #ed3237;
}

.tags a{
	text-decoration: none;
	color: #ed3237;
	font-weight: 500;
	font-size: 18px;
	margin-left: 20px;
	line-height: 50px;
	border-bottom: 2px solid #ed3237;
	transition: .4s;
}

.tags a:hover{
	color: #000;
	border-bottom: 2px solid #fff;
	transition: .4s;
}

footer{
	background: #222429;
	color: #fff;
	border-top: 10px solid #ed3237;
}

.whatsApp{
	background: #ed3237;
	color: #fff;
	padding: 8px 15px;
	border-radius: 10px;
}

.content2{
	background: #fff;
	border-radius: 0px 35px 0px 0px;
	border-right: 10px solid #ed3237;
}