

/*font-family: 'Barlow', sans-serif;*/

.card_wrapper {
	padding: 10px 0;
	//background: linear-gradient(278.54deg, #001DAC 15.93%, #000F57 98.7%);	
	height: 60vh;
	width: 50vh;
	display: flex;
	align-items: center;

}

.card_box {
	height: 350px;
	border-radius: 10px;
	background: #ffffff;
	padding: 30px 50px 0px ;
	text-align: center;
	overflow: hidden;
	transition: .3s;
	position: relative;
	border-style: solid;
	border-width: 3px;
	border-color: darkorange;
	align-items: center;
}

.card_box::before {
	content: "";
	position: absolute;
	clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 100%, 0 25%);
	width: 100%;
	height: 30%;
	top: 0;
	left: 0;
	background: linear-gradient(96.49deg, #F16262 0%, #3200FF 102.71%);
}



.text_box p {
	font-weight: 600;
	color: #000000;
	font-size: 15px;
}


.card_carousel .owl-nav {
    position: absolute;
    top: -8%;
    right: 30;
}

.card_carousel .owl-prev, .card_carousel .owl-next {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 5px;
	font-size: 18px;
}