.content {
	background-color: #fafafa;
}

.col-lg-4{
	padding-left :5px !important;
	padding-right: 5px !important; 
}

.vertical-margin {
	margin: 0 3% 1.5% 3%;
}

.card {
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	height: 300px;
}

.card-header {
	text-align: left;
	font-weight: bold;
	padding: 30px 30px 15px 60px;
	font-size: 18px;
	background-color: #ffffff;
}
.card-header i{
	margin-left: 5px;
}

.carousel-card{
	height: 300px;
	overflow: auto;
	cursor: pointer;
	padding: 0;
}

.carousel-card-body{
	text-align: center;
    overflow: auto;
    /* height: max-content;
    overflow: hidden; */
    white-space: nowrap;
	text-overflow: ellipsis; 
}

#my-pics img{
	margin: auto;
}

.list-item a{
    font-size: 18px;
    color:rgb(233, 231, 231);
}

.card-list{
    overflow: auto;

}

.card-body {
	padding: 1% 5px;
	background: #fff;
}

.video-link{
	cursor: pointer;
}




.preparation-gift {
	font-size: 40px;
	text-align: center;
	color: #fff;
	z-index: 5000;
	width: 100%;
    background-image: linear-gradient(-150deg, rgb(34, 34, 34) 15%, rgb(55, 55, 55) 70%, rgb(60, 72, 89) 94%);
    cursor: pointer;
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-gift{
    background: coral !important;
    color: #fff !important;
    border: none !important;
    font-size: 21px !important;
    font-weight: bold !important;
    margin-left: 20px;
}


.primary{
	color: #3FA2FD;
}

.info{
	color: rgb(164, 170, 177);
}

.bg-orange{
	background-color: #ff914d;
}

.bg-blue{
	background-color: #5271ff;
}

.bg-green{
	background-color: #7ed957;
}

.bg-purple{
	background-color: #8c52ff;
}

.video-link:hover{
	border: 2px solid #5271ff;
}

.carousel-control {
	width: 10% !important;

}

.carousel-control span{
	color: #5271ff !important;
}


.carousel-container{
	width: 100%;
}  
