:root {
  --primary-color: #ff2a5f;
  --secondary-color: #0f1115;
  --date-color: #178BE6;
  --bg-color: #050505;
  --surface-color: rgba(255, 255, 255, 0.03);
  --surface-hover: rgba(255, 255, 255, 0.08);
  --text-main: #f8f9fa;
  --text-muted: #8892b0;
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-bg: rgba(15, 17, 21, 0.6);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(135deg, #ff2a5f 0%, #ff7b54 100%);
}

/* hero-banner */
.hero-banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 140px 0 80px;
}

.hero-banner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(28, 28, 28, 0.70);
}

/* browse-by-category */
.browse-by-category ul li a:hover img {
	border-color: var(--orange) !important;
}

.browse-by-category ul li a:hover p {
	font-weight: 800 !important;
}

.browse-by-date .date-filter a {
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}

.browse-by-date .date-filter a span {
	color: var(--raisin-color);
}

.browse-by-date .date-filter .active a,
.browse-by-date .date-filter a:hover {
	background: var(--orange);
}

.browse-by-date .date-filter .active a span,
.browse-by-date .date-filter a:hover span {
	color: var(--white);
}

.browse-by-date .date-filter-content .date-title {
	padding: 10px;
	border-radius: 30px;
	background: var(--date-color) !important;
}

.browse-by-date .date-filter-content .event-date {
	position: absolute;
	top: 0;
	left: 20px;
}

.browse-by-date .date-filter-content .event-date a,
.browse-by-date .date-filter-content .event-date .date {
	padding: 10px 15px;
	background: var(--white);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}

/* articles */
.article .img-wrapper img {
	transition: var(--base-transation);
}

.article .img-wrapper:hover img {
	transform: scale(1.1);
	transition: var(--base-transation);
}

.article .title:hover {
	color: var(--primary-color);
}

.article .excerpt {
	height: 52px;
}

.article.article--left .img-wrapper {
	min-height: 366px;
	max-height: 366px;
}

.article .sm-article .img-wrapper {
	min-width: 183px;
	max-width: 183px;
	height: 140px;
}

.all--articles .article--accordion .nav {
	border-bottom: 1px solid var(--sec-color);
}

.all--articles .article--accordion .nav-link {
	padding: 0 50px 20px 50px;
}

.all--articles .article--accordion .nav-link:hover {
	color: var(--sec-color);
}

.all--articles .article--accordion .nav-link::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 4px;
	width: 100%;
	background-color: var(--orange);
	transition: var(--base-transation);
	opacity: 0;
	visibility: hidden;
}

.all--articles .article--accordion .nav-link.active {
	color: var(--orange);
}

.all--articles .article--accordion .nav-link.active::before {
	opacity: 1;
	visibility: visible;
}

.all--articles .article--accordion .article .img-wrapper {
	height: 222px;
}

.all--articles .article--accordion .article .title {
	height: 63px;
}

.all--articles .article--accordion .tab-pane.fade {
	display: none;
}

.all--articles .article--accordion .tab-pane.fade.active.show {
	display: block;
}

/* single-article */
.single-article .article-content .description h3,
.single-article .article-content .description h4 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: var(--chinese-black-color);
}

.single-article .article-content .description h3 {
	font-size: 30px;
}

.single-article .article-content .description h4 {
	font-size: 24px;
}

.single-article .article-content .description p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	color: var(--chinese-black-color);
}

.related-articles .card {
	max-height: 300px;
}

.related-articles .card img {
	transition: var(--base-transation);
}

.related-articles .card:hover img {
	transform: scale(1.1);
	transition: var(--base-transation);
}

.related-articles .card-img-overlay {
	background-color: rgba(0, 0, 0, .4);
}

.related-articles .card .card-title {
	text-shadow: 0 0 18px #4c4c4c, 0 0 4px #242424;
}

/* contact */
.contact-wrapper form input {
	width: 100%;
	padding: 20px;
}

.contact-wrapper textarea::placeholder,
.contact-wrapper form input::placeholder {
	color: #CBCAD7;
}

.contact-wrapper form input,
.contact-wrapper textarea {
	color: #CBCAD7;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border: 1.5px solid #cbcad7;
	background-color: transparent;
}

.contact-wrapper textarea {
	padding: 20px;
	width: 100%;
	height: 160px;
}

.contact-wrapper form button {
	display: block;
	padding: 10px 16px;
	border-radius: 30px;
	background: var(--ORANGE, #e85411);
	color: var(--50, #fff);
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.1px;
	width: 100%;
	border: 0px solid transparent;
}

/* user-dashboard */
.user-dashboard-menu .nav-wrapper .button.active {
	background-color: var(--persian-blue-color);
}