.youannamainhero-section {
	position: relative;
	width: 100%;
}
.youannamainhero-section img {
	width: 100%;
	height: auto;
}
.youannamainhero-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.63);
	z-index: 1;
}
.carousel-caption {
	bottom: 7rem;
	z-index: 1;
}
.carousel-caption .bantitle-tbx {
	width: 100%;
	text-align: left;
}
.carousel-caption .bantitle-tbx h5 {
	position: relative;
	font-family: 'Cormorant Garamond';
	font-size: 21px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 0 0 0 120px;
}
.carousel-caption .bantitle-tbx h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 100px;
	height: 2px;
	background: rgba(256, 256, 256);
}
.carousel-caption .bantitle-tbx h4 {
	font-family: 'Cormorant Garamond';
	font-size: 60px;
	color: #fff;
	line-height: 70px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantitle-tbx p {
	width:90%;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	margin: 20px 0 0;
	padding: 0;
}
.carousel-caption .bantitle-tbx .call-btn {
	display: inline-block;
	padding: 30px 0 0;
}
.carousel-caption .bantitle-tbx .call-btn a {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 50px;
	border: 1px solid rgba(256,256,256,0.5);
	padding: 8px 25px;
	margin: 0;
}
.carousel-caption .bantitle-tbx .call-btn a:hover {
	color: #fff;
	background: #2a3a46;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.mobban {
	display: none;
}
@media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
.carousel-caption .bantitle-tbx h5 {
	font-family: 'Cormorant Garamond';
	font-size: 15px;
	padding: 0 0 0 70px;
}
.carousel-caption .bantitle-tbx h5::before {
	width: 50px;
}
.carousel-caption .bantitle-tbx h4 {
	font-family: 'Cormorant Garamond';
	font-size: 40px;
	line-height: 50px;
}
.carousel-control-next-icon {
	width: 20px;
    height: 20px;
}
.carousel-control-prev-icon{
	width: 20px;
    height: 20px;
}
}
@media screen and (max-width:560px) {
.carousel-caption {
	bottom: 2rem;
}	
.carousel-caption .bantitle-tbx h5 {
	font-family: 'Cormorant Garamond';
	font-size: 14px;
	padding: 0 0 0 50px;
}
.carousel-caption .bantitle-tbx h5::before {
        width: 40px;
    }
.carousel-caption .bantitle-tbx h4 {
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	line-height: 32px;
}
.carousel-caption .bantitle-tbx p {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0;
}
.carousel-caption .bantitle-tbx .call-btn {
	padding: 15px 0 0;
}
.carousel-caption .bantitle-tbx .call-btn a {
	font-family: 'Cormorant Garamond';
	font-size: 15px;
	padding:3px 15px;
}
}
