.banner-area {
	padding-top: 4.6rem;
	padding-bottom: 5.1rem;
	background-image: linear-gradient(0deg, #FECF0C 0%, #F36F5C 53.21%, #ED1B69 98.55%);
}
.banner-area .container {
	max-width: 176rem;
	position: relative;
	z-index: 1;
}
.banner-menu-row {
	display: flex;
	justify-content: center;
	column-gap: 5rem;
	align-items: center;
}
.bmr-menu {
	font-size: 2rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
}
.bmr-whatsapp {
	background-color: #fff;
	padding: 1.2rem 1.5rem;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	column-gap: .8rem;
	font-size: 2rem;
	line-height: normal;
	color: #ED1B69;
	font-weight: 600;
}
.banner-items-row-1 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.banner-prod-item {
	width: 36rem;
  	align-items: center;
	display: flex;
	position: relative;
	justify-content: flex-end;
	flex-shrink: 0;
}
.prod-item-image {
	width: 100%;
}
.prod-item-content {
	width: 27rem;
	height: max-content;
	background-color: #F47946;
	border: .1rem solid #FFFFFF;
	padding: 2rem 2.5rem;
	border-radius: 5rem;
	position: absolute;
	top: calc(50% - 4rem);
	right: -5rem;
}

/* .prod-item-1 {
	width: 50.5rem;
}
.prod-item-image {
	width: 33rem;
	position: relative;
	z-index: 1;
}
.prod-item-content {
	background-color: #F47946;
	border: .1rem solid #FFFFFF;
	padding: 3.6rem 3.9rem;
	border-radius: 9rem;
	position: absolute;
	top: 12rem;
	left: 0;
	min-width: 28rem;
} */
.prod-item-content h3 {
	font-size: 2rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}
.prod-item-content h4 {
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	margin-top: .4rem;
}
.banner-data {
	width: 71rem;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4rem;
	margin-left: -7rem;
}
.banner-data-website {
	font-size: 2.2rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}
/* .banner-data-logo {
	width: 61rem;
	max-width: 100%;
	margin-top: 2.6rem;
} */
/* .prod-item-2 {
	width: 43rem;
} */
.banner-prod-item.prod-item-left {
	justify-content: flex-start;
}
/* .banner-prod-item.prod-item-left .prod-item-content {
	left: inherit;
	right: 0;
	text-align: right;
} */
.banner-data-text {
	margin-top: 4rem;
	text-align: center;
	font-size: 2.2rem;
	line-height: 4rem;
	font-weight: 500;
	color: #fff;
}
.banner-data-logo img {
	height: 14rem;
	width: auto;
}
.banner-data-text-top {
	border-bottom: .1rem solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.banner-items-row-2 {
	display: flex;
	justify-content: space-between;
}
/* .prod-item-3 {
	width: 61rem;
	margin-top: -4rem;
}
.prod-item-3 .prod-item-content {
	width: 39.6rem;
	max-width: 100%;
}
.prod-item-4 {
	width: 48.8rem;
	margin-top: 4rem;
}
.banner-prod-item.prod-item-4.prod-item-left .prod-item-content {
	top: 3.4rem;
	width: 35.5rem;
}
.prod-item-4 .prod-item-image {
	width: 37.4rem;
	max-width: 100%;
}
.prod-item-5 {
	width: 52.4rem;
	margin-top: -3rem;
}
.prod-item-5 .prod-item-content {
	width: 35.4rem;
	max-width: 100%;
} */
.banner-svg {
	width: 30.8rem;
	display: flex;
	position: absolute;
	right: 0;
	top: 33.2rem;
}
.bmr-menu:hover, .bmr-whatsapp:hover {
	color: #fecc0e;
}
.prod-item-left .prod-item-content {
	right: inherit;
	left: -5rem;
}
.banner-items-row-2 {
	display: flex;
	justify-content: space-between;
	margin-top: 3em;
}
.banner-data-logo {
	justify-content: center;
	display: flex;
}
.bs-next-arrow {
	width: 5.8rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 2.9rem);
	right: 1.5rem;
	z-index: 9;
	box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.25) !important;
}
.bs-prev-arrow {
	width: 5.8rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 2.9rem);
	left: 1.5rem;
	z-index: 9;
	box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.25) !important;
}
.blog-slider-arrow .swiper-button-disabled {
	opacity: .3;
	cursor: no-drop;
}

@media only screen and (max-width: 1050px) {
    .banner-menu-row {
    	column-gap: 19px;
    }
    .bmr-menu {
    	font-size: 12px;
    }
    .bmr-whatsapp {
    	padding: 6px 12px;
    	font-size: 12px;
    	column-gap: 4px;
    }
    .bmr-whatsapp .icon {
    	width: 14px;
    }
    .banner-items-row-1 {
		margin-top: 33px;
		flex-wrap: wrap;
		width: 384px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		column-gap: 15px;
	}
    .banner-data {
		order: 1;
		margin: 0 auto;
		width: 100%;
	}
    .prod-item-1 {
    	order: 2;
    }
    .prod-item-2 {
    	order: 3;
    }
    .banner-data-website {
    	font-size: 14px;
    }
    .banner-data-logo {
    	width: 360px;
    	margin-top: 17px;
    }
    .banner-data-text {
    	margin-top: 20px;
    	font-size: 14px;
    	line-height: 20px;
    	width: 314px;
    	max-width: 100%;
    }
    .prod-item-1 {
    	order: 2;
    	width: 360px;
    	max-width: 100%;
    	margin-top: 28px;
    }
    .banner-prod-item {
		width: 33.333%;
		max-width: 100%;
		margin-top: 30px;
		justify-content: flex-start;
	}
    .prod-item-image {
    	width: 100%;
    }
	.prod-item-content, .prod-item-left .prod-item-content {
		left: inherit;
		right: 0;
	}
	.blog-slider-arrow a {
		top: 300px;
	}
/*     .prod-item-content {
    	width: 225px !important;
    	max-width: 62% !important;
    	min-width: inherit;
    	right: 0;
    	left: inherit;
    	text-align: left !important;
    	padding: 16px 15px;
    	padding-left: 25%;
    } */
    .prod-item-content h3 {
    	font-size: 16px;
    }
    .prod-item-content h4 {
    	font-size: 14px;
    }
    .banner-items-row-2 {
		align-items: center;
		width: 384px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		gap: 18px;
		margin-top: -2px;
	}
	.prod-item-content {
		display: none;
	}
	.banner-items-row-2 .banner-prod-item {
		width: calc(33.333% - 15px);
	}
}
@media only screen and (max-width: 400px) {
    .bmr-menu {
    	display: none;
    }
}
