.main-card {
	position: relative;
    border: 1px solid #efefef;
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
}


.event-thumbnail {
	width: 100%;
    position: relative;
	padding: 0;
}

.thumbnail-img {
	position: relative;
	display: block;
    width: 100%;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.event-thumbnail>.thumbnail-img::after {
    content: "";
    background: linear-gradient(to bottom,rgba(0,0,0,.3),transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-img:hover {
    outline: 0!important;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

.event-thumbnail a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: transform .5s ease;
}

.event-thumbnail a:hover img {
	transform: scale(1.05);
}

.event-content {
    padding: 15px 20px 20px;
}

.event-content > .event-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
	line-height: 25px;
    min-height: 50px;
	margin-bottom: 33px;
	transition: all ease-in-out .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.event-content > .event-title:hover {
    color: #000 !important;
}

.duration-price-remaining {
    display: flex;
    width: 100%;
    align-items: center;
}

.remaining {
	font-size: 14px;
	font-weight: 400;
	margin-left: auto;
	color: #717171;
}

.duration-price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.remaining i {
	font-size: 12px;
	margin-right: 7px;
    transform: rotate(300deg);
}

.event-footer {
    background-color: var(--custom-secondary);
	padding: 10px 20px;
}

.event-timing {
    display: flex;
    align-items: center;
    color: #717171;
	font-size: 13px;
}

.publish-time {
	margin-left: auto;
}

.publish-date {
	display: flex;
	align-items: center;
}

.dot {
	font-size: 4px;
	margin: 0 10px;
}

.bookmark-icon {
	color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 101;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-color: #6ac045;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 46px;
    border-radius: 30px;
    transition: all 0.4s;
}

.bookmark-icon:before, .bookmark-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 0px;
}

.bookmark-icon:before {
	content: "\f02e";
	transform: scale(0.95);
}

.bookmark-icon:after {
	content: "\f02e";
	opacity: 0;
	transform: scale(0.3);
	font-weight: 900;
}

.bookmark-icon.bookmarked:after {
	opacity: 1;
	transform: scale(0.95);
}

.bookmark-icon:hover, .like-icon.bookmarked {
	background-color:#6ac045;
	color:#fff;
}

.bookmark-icon.bookmarked:before {
	opacity: 0;
}

.browse-btn {
    text-align: center;
    margin-top: 40px;
}

.host-engaging-event-block {
    background: #fff;
}

.main-title p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 33px;
	color: #717171;
}


.event-top-dts {
    display: flex;
    width: 100%;
	position: relative;
}

.event-top-date {
    height: 100px;
    width: 100px;
    border: 1px solid #efefef;
    background: #fff;
    text-align: center;
	border-radius: 3px;
}

.event-month {
    display: block;
    background: -webkit-linear-gradient(-45deg, #3DAE8C 0%, #121760 70%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}

.event-date {
    font-size: 30px;
    padding: 8px 0;
    display: block;
    font-weight: 500;
	color: #000;
}

.event-top-dt {
    margin-left: 27px;
}

.event-type-name {
    font-size: 16px;
    font-weight: normal;
    color: #717171;
    position: relative;
}

.event-top-dt .event-top-info-status .event-type-name {
    padding-left: 11px;
    margin-right: 10px;
}

.event-top-dt .event-top-info-status .event-type-name:nth-child(1) {
    padding-left: 0;
}

.event-top-dt .event-top-info-status .event-type-name:nth-child(1) i {
    padding-right: 10px;
}

.event-main-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
}

.details-hr:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    display: inline-block;
    left: 0;
    top: 8px;
    position: absolute;
}

.event-img img {
    width: 100%;
    border-radius: 5px;
}

.main-event-dt {
    margin-top: 40px;
}

.main-event-content {
    margin-top: 37px;
}

.main-event-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}

.main-event-content p {
    margin-bottom: 27px;
}

.main-event-content p:last-child {
    margin-bottom: 0;
}

.booking-ends h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.booking-ends {
    padding: 37px 20px 0;
}

.event-right-dt {
    margin-top: 40px;
}

.browse-btn {
    text-align: center;
    margin-top: 40px;
}

.filter-button{
    font-size: 12px;
    background: transparent !important;
    color: black !important;
    font-family: inherit
}

.events-rating{
    padding-left: 0rem !important;
}

.bp-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 20px;
	margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.countdown {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 20px 0;
}

.countdown-item {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #6ac045;
    margin-right: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 5%);
}

.countdown-item:last-child {
	margin-right: 0;
}

.countdown-item span {
	display: block;
	font-size: 26px;
    font-weight: 400;
}
.datepicker--day-name {
    color: var(--custom-tertiary) !important;
	font-weight: 500 !important;
	font-family: 'Roboto', sans-serif;
}


.countdown-item {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--custom-secondary);
    margin-right: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 5%);
}

.countdown-item:last-child {
	margin-right: 0;
}

.countdown-item span {
	display: block;
	font-size: 26px;
    font-weight: 400;
}

.event-dt-right-content {
    margin-left: 15px;
}

.event-dt-right-icon i {
    font-size: 16px;
    color: var(--custom-tertiary);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--custom-primary);
    border-radius: 50%;
}

.event-dt-right-content h4 {
    font-size: 14px;
    margin-bottom: 13px;
	font-weight: 400;
    color: #717171;
}

.event-dt-right-content h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-family: inherit;
}

.event-dt-right-content a {
    color: var(--custom-secondary);
    font-weight: 500;
	margin-top: 13px;
    display: inline-block;
}

.event-dt-right-content a:hover {
    color: var(--custom-secondary) !important;
}

.event-dt-right-group {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 37px;
}