/* header Css  */
.site-header {
	position: relative;
	z-index: 1000;
}

.header____wrap {
	/* position: absolute; */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1111111;
	transition: all 0.3s ease;
}
.header-absolute {
	position: absolute;
}

.header-relative {
	position: relative;
}
.bg____wrap {
	padding: 30px;
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
	transition: 0.6s ease;
	box-shadow:
		0 30px 80px -30px rgba(0, 0, 0, 0.6),
		inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
	border-radius: 26px;
}
.signin_____btn {
	background: linear-gradient(
		90deg,
		rgba(42, 123, 155, 0.24) 0%,
		rgba(215, 217, 218, 0.24) 0%,
		rgba(156, 200, 212, 0.24) 100%
	);
	color: var(--extra-color-2);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}
.site-header span.number {
	background: var(--secondary-color);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	font-size: 7px;
	top: -3px;
	left: 9px;
}
.submenu {
	top: 60px;
	left: -20px;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-width: max-content;
	z-index: 1;
	width: 250px;
	border-radius: 0;
	background: rgba(16, 14, 12, 0.6);
	border: 1px solid #2d2b2b;
	box-shadow:
		0 0 0 1px rgba(214, 175, 110, 0.3),
		0 10px 60px -10px rgba(214, 175, 110, 0.55);
}
.site-header .dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	height: 20px;
}
.site-header .dropdown:hover {
	overflow: visible;
	opacity: 1;
}
.site-header .dropdown:hover .submenu {
	top: 35px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.dropdown .submenu .link-here:hover {
	color: var(--secondary-color);
}
.submenu .single-item {
	position: relative;
	border-bottom: none;
}
.submenu .single-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--secondary-color);
	transition: width 0.35s ease;
}
.submenu .single-item:hover::before {
	width: 100%;
}
.dropdown .submenu .link-here.active {
	color: var(--extra-color-9);
	font-weight: 600;
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}
/* header Css  */

/* banner Css  */

.banner {
	background-image: url(../img/banner-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 120px 0;
}
.banner____btn {
	background: transparent;
	color: var(--primary-color);
	border-color: #413a35;
	box-shadow: none;
}
.counter______wrapper {
	background: #0d0d0d65;
	border: 1px solid #ffffff02;
	padding: 20px;
	box-shadow:
		0px 20px 40px -12px rgba(0, 0, 0, 0.7),
		inset 0px 1px 0px 1px rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(20px);
}
.counter-value {
	text-shadow: 0px 0px 40px rgba(235, 170, 45, 0.35);
}
.gradient_____heading {
	background: linear-gradient(
		135deg,
		rgba(161, 119, 64, 1) 0%,
		rgba(227, 207, 165, 1) 45%,
		rgba(161, 119, 64, 1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.banner_____image figure img.img-fluid {
	mix-blend-mode: lighten;
}
/* banner Css  */

/* insight-section Css  */
.slider____dashes .dash____item {
	width: 30px;
	height: 1px;
	background-color: #272727;
	cursor: pointer;
	transition:
		width 0.35s ease,
		background-color 0.35s ease;
}
.slider____dashes .dash____item.active {
	width: 44px;
	background-color: var(--secondary-color);
}
.dash____line {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: var(--secondary-color);
}
.btn____line {
	display: inline-block;
	width: 24px;
	height: 1px;
	background-color: var(--dark-color);
	transition: background-color 0.3s ease;
}
.btn:hover .btn____line {
	background-color: var(--primary-color);
}
.vertical____questions____swiper {
	max-height: 1200px;
	overflow: hidden;
}
.vertical____questions____swiper .swiper-wrapper {
	touch-action: pan-y;
}
.vertical____slider____wrap {
	border-left: none;
}
.vertical____questions____swiper .swiper-slide {
	height: auto;
	flex-shrink: 0;
}
.question____card {
	position: relative;
	margin-bottom: 12px;
	padding: 20px 24px;
	border-left: 2px solid #272727;
	background-color: transparent;
	cursor: pointer;
	opacity: 0.55;
	transition:
		background-color 0.35s ease,
		border-color 0.35s ease,
		opacity 0.35s ease,
		padding-left 0.35s ease;
}
.question____card.active,
.question____card:hover {
	background-color: #100e0c;
	border-left-color: var(--secondary-color);
	opacity: 1;
	padding-left: 30px;
}
.question____card.active .card____num {
	color: var(--secondary-color);
}
@media (min-width: 992px) {
	.insights-section .insight____content {
		position: sticky;
		top: 120px;
	}
}
/* insight-section Css  */

/* sponsor-section Css  */
.sponsor-section {
	background-image: url(../img/sponsor-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	border: 1px solid #2d2d2d;
	border-left: none;
	border-right: none;
}
.gradient_____border {
	height: 1px;
	width: 100%;
	border: none;
	background: linear-gradient(
		90deg,
		transparent 0%,
		#d6af6e 35%,
		#d6af6e 65%,
		transparent 100%
	);
}
/* sponsor-section Css  */

/* editorial-section Css  */
.editorial_____main {
	background: #272727;
	border: 1px solid #ffffff12;
}
.editorial_____wrapper {
	background-color: var(--extra-color-3);
	background-image: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid #ffffff12;
	border-bottom: 1px solid #ffffff12;
	height: 100%;
	transition: background-image 0.3s ease;
}

.editorial_____main > .row > .col-lg-4:nth-child(4) .editorial_____wrapper,
.editorial_____main > .row > .col-lg-4:nth-child(5) .editorial_____wrapper,
.editorial_____main > .row > .col-lg-4:nth-child(6) .editorial_____wrapper {
	border-bottom: none;
}

.editorial_____wrapper:hover {
	background-image: url("../img/editorial-bg.png");
}
.editorial_____wrapper {
	will-change: transform;
}
.editorial____icon h4,
.editorial_____anchor {
	display: inline-block;
	will-change: transform;
}
.editorial_____anchor {
	transition: background 0.3s ease;
}
/* editorial-section Css  */

/* executive-section Css  */
.executive-section {
	background-image: url(../img/executive-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
.depth_____wrapper {
	background: #080807;
	padding: 40px;
	border: 1px solid #282727;
}
.depth_____content ul {
	list-style: none;
	margin-bottom: 40px;
	padding: 0;
}
.depth_____content li {
	font-size: 12px;
	font-family: var(--primary-regular-font);
	color: var(--extra-color-1);
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}
.depth_____content li::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: var(--secondary-color);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* executive-section Css  */

/* audience-section Css  */
.feature____item {
	border-bottom: 1px solid #272727;
}
.feature____item {
	border-bottom: 1px solid #272727;
	border-left: 1px solid transparent;
	background: transparent;
	padding-left: 0;
	transition:
		background-color 0.35s ease,
		border-left-color 0.35s ease,
		padding-left 0.35s ease;
}
.feature____item:hover {
	background-color: #100e0c;
	border-left-color: var(--secondary-color);
	padding-left: 15px;
}
.feature____item:first-child {
	border-top: 1px solid #272727;
}
/* audience-section Css  */

/* community-section Css  */
.community-section {
	background-image: url(../img/community-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
.subscribe____wrapper {
	background: rgba(16, 14, 12, 0.6);
	border: 1px solid #2d2b2b;
}
/* community-section Css  */

/* mobile-section Css  */
.mobile_____image figure {
	position: relative;
	z-index: 1;
}
.mobile_____image .glow____bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #d6af6e;
	opacity: 0.3;
	filter: blur(50px);
	z-index: 1;
	pointer-events: none;
}
.mobile_____image img {
	position: relative;
	z-index: 2;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.7));
}
/* mobile-section Css  */

/* program-section Css  */
.program-section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.program-bg {
	position: absolute;
	inset: 0;
	background: url("../img/advertise-bg.webp") center/cover no-repeat;
	z-index: 0;
	transform: scale(0.82);
}
/* program-section Css  */

/* gateway-page Css  */
.gateway_____wrapper {
	position: relative;
	padding: 40px;
	overflow: hidden;
}
.gateway_____bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* opacity: 0.2; */
	z-index: 1;
	pointer-events: none;
}
.gateway_____content {
	position: relative;
	z-index: 2;
}
/* gateway-page Css  */
