@import url(./fonts.css);
@import url(./null.css);
@import url(./normalize.css);

body {
	font-family: 'Graphik LCG';
	font-weight: 500;
	background-color: #F6F1E9;
}

html {
	scroll-behavior: smooth;
}

.fixed-top {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar {
	margin: 0 auto;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
}
.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1520px;
	margin: 0 auto;
}
.header__left {
	display: flex;
	align-items: center;
	gap: 48px;
}
.header__list {
	display: flex;
	align-items: center;
	gap: 24px;
}
.header__list-item a {
	color: #1D1934;
font-size: 16px;
}
.logo-image {
		width: 80px;
	height: 28px;
}
.secure-payments {
	display: none;
}
.lock-icon {
}
.stripe-logo {
}
.mobile-toggle {
}
.nav-menu {
}
.nav-links {
}
.dropdown {
}
.dropdown-menu {
}
.nav-actions {
	display: flex;
	align-items: center;
	gap: 24px;
}
.language-switcher {
}
.basket-icon {
	position: relative;
}
.basket-count {
}
.btn-buy-tickets {
	display: flex;
	padding: 16px 24px;
	width: fit-content;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #1D1934;
	font-size: 16px;
	font-weight: 600;
	border-radius: 222px;
	background: #33D47D;
}
.hero {
	display: flex;
	align-items: flex-end;
	margin-top: 66px;
	padding: 34px 200px 80px;
	min-height: calc(100vh - 66px - 20px);
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	background-color: var(--color-dark);
}
.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-container {
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.hero-content {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.hero-date {
	color: #FFF;
	font-size: 20px;
	letter-spacing: -0.8px;
}
.hero__text-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.hero-title {
	margin: 0;
	color: #FFF;
font-size: 96px;
font-weight: 600;
letter-spacing: -3.84px;
}
.hero-subtitle {
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.8px;
}
.btn-primary {
		display: flex;
	padding: 16px 24px;
	width: fit-content;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #1D1934;
	font-size: 16px;
	font-weight: 600;
	border-radius: 222px;
	background: #33D47D;
}
.speakers-section {
}
.speakers-container {
	display: flex;
	flex-direction: column;
	gap: 48px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 64px 200px 96px;
}
.section-header {
	color: #1D1934;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1.92px;
}
.speakers-grid {
	display: grid;
grid-template-columns: repeat(auto-fit, minmax(max(248px, calc((100% - 3 * 20px) / 4)), 1fr));
	gap: 16px;
}
.speaker-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 324px;
	padding: 24px;
	border-radius: 16px;
background: #FFF;
}
.speaker-card.featured {
	justify-content: space-between;
	grid-column: span 2;
	align-items: start;
	background: #1D1934;
	background-image: url(../public/speakers-featured-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}
.speaker-card.featured .speaker-info {
	gap: 12px;
}
.speaker-card.featured .speaker-info .speaker-details .speaker-name ,
.speaker-card.featured .speaker-info .speaker-details .speaker-title ,
.speaker-card.featured .speaker-bio {
	color: #fff;
}

.speaker-card.featured .speaker-tags .tag  {
	color: #fff;
	border: 1px solid #fff;
}

.speaker-info {
	display: flex;
	align-items: center;
}
.speaker-image {
		margin-top: auto;
}
.speaker-image img {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	overflow: hidden;
}
.speaker-details {
	display: flex;
	flex-direction: column;
}
.speaker-name {
	color: #1D1934;
font-size: 20px;
line-height: 160%;
letter-spacing: -0.8px;
}
.speaker-title {
	text-align: center;
	color: #1D1934;
font-size: 16px;
font-weight: 400;
line-height: 120%;
letter-spacing: -0.64px;
}
.speaker-bio {
	color: #1D1934;
font-size: 16px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.64px;
}
.speaker-tags {
	margin-top: 16px;
}
.tag {
	padding: 8px 12px;
	color: #1D1934;
font-size: 12px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.48px;
border-radius: 222px;
border: 1px solid #1D1934;
}
.speakers-more {
	display: flex;
flex-direction: column;
	justify-content: flex-end;
	position: relative;
	gap: 12px;
	padding: 24px;
	background: #FFF;
	border-radius: 16px;
	background-image: url(../public/e43cb8f31a45860b6a2f14114edc03a753a8eb5c.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.speakers-count {
	color: #FFF;
font-size: 36px;
font-weight: 600;
}
.speakers-text {
	color: #FFF;
font-size: 12px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.48px;
}
.arrow-icon {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 24px;
	right: 24px;
	z-index: 1;
}
.tickets-section {
	width: 100%;
	background-color: #1D1934;
}
.tickets-container {
	display: flex;
	flex-direction: column;
	gap: 48px;
	max-width: 1520px;
	width: 100%;
	padding: 96px 12px;
	margin: 0 auto;
		background-image: url(../public/ticket-background.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tickets-header {
	color: #FFF;
font-size: 48px;
font-weight: 600;
letter-spacing: -1.92px;
}
.tickets-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.ticket-card {
	display: flex;
	flex-direction: column;
}
.ticket-card.sold-out {
	opacity: 0.5;
}
.ticket-top.featured, 
.ticket-bottom.featured {
	background: #F18A48;
}
.ticket-top {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
border-radius: 24px;
background: #FFF;
position: relative;
}
.ticket-dot{
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-image: url(../public/ticket-line.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ticket-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ticket-name {
	color: #1D1934;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.96px;
}
.ticket-subtitle {
	color: #1D1934;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.56px;
}
.ticket-dates {
	display: flex;
	gap: 4px;
}
.ticket-days-block {
	display: flex;
	align-items: center;
}
.days-block {
	width: 4px;
	height: 4px;
	background: #1D1934;
}
.ticket-buttons {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 12px;
}
.date-range {
	padding: 8px 12px;
	color: #FFF;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: -0.48px;
	border-radius: 222px;
	background: #1D1934;
}
.days {
		padding: 8px 12px;
	color: #FFF;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: -0.48px;
	border-radius: 222px;
	background: #1D1934;
}
.ticket__more-info {
	display: none;
	padding: 12px 16px;
	color: #1D1934;
	font-size: 14px;
	font-weight: 600;
	border-radius: 222px;
	background: #33D47D;
}
.ticket-price {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.price {
	color: #1D1934;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -1.12px;
}
.btc-price {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1D1934;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.56px;
}
.btc-icon {
	width: 24px;
	height: 24px;
}
.ticket-features {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ticket-features .feature {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1D1934;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.56px;
}

.ticket-bottom {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
border-radius: 24px;
background: #FFF;
}
.ticket-buy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 24px;
	color: #1D1934;
	font-size: 16px;
	font-weight: 600;
	border-radius: 222px;
	border: 1px solid #1D1934;
	background: #FFF;
}
.ticket-buy.featured {
	color: #FFFFFF;
	background: #1D1934;
}
.ticket-sale {
	color: #1D1934;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.48px;
}
.ticket-buy-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer {
	padding: 96px;
	width: 100%;
	background-color: #1D1934;
	background-image: url("../public/bg_footer.png");
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.footer__container {
	display: flex;
	flex-direction: column;
	gap: 36px;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 240px;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 28px;
}
.footer-main {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 381px;
	width: 100%;
}
.footer-title {
	color: #FFF;
	font-size: 48px;
	letter-spacing: -1.92px;
}
.footer-description {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.64px;
}
.social-links a {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.64px;
}
.social-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-contact,
.footer-social {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.footer-contact h3,
.footer-social h3 {
	color: #FFF;
	font-size: 36px;
}

@media (max-width: 1920px) {
	.hero {
	padding: 34px 100px 80px;
}
.speakers-container {
	max-width: 1072px;
	width: 100%;
	padding: 64px 16px 48px;
}
}

@media (max-width: 1440px) {
	.header__container {
		max-width: 1040px;
		padding: 0;
	}
	
}

@media (max-width: 1240px) {
	.hero-title {
		font-size: 72px;
		letter-spacing: -2.88px;
	}
	.hero {
		padding: 34px 60px 80px;
	}
	.footer__container {
		padding-bottom: 100px;
	}
	.footer {
		padding: 48px;
	}
}

@media (max-width: 1024px) {
		.hero-title {
		font-size: 64px;
		letter-spacing: -2.56px;
	}
	.footer__container {
		gap: 24px;
	}
	.footer-main {
		gap: 16px;
		max-width: 330px;
	}
	.footer-title {
		font-size: 36px;
		letter-spacing: -1.44px;
	}
	.footer-contact,
	.footer-social {
		gap: 16px;
	}
	
	.tickets-container {
		max-width: none;
		width: 100%;
		padding: 96px 16px;
	}
	
	.tickets-grid {
		display: flex;
		overflow-x: auto;
		gap: 12px;
		padding: 0;
		width: 100vw;
		margin: 0 -16px;
		padding: 0 16px;
	}
	
	.ticket-card {
		flex-shrink: 0;
		width: 280px;
	}
}

@media (max-width: 767px) {
		.hero-title {
		font-size: 48px;
		letter-spacing: -1.92px;
	}
	.hero {
		padding: 34px 16px 26px;
	}
	.footer {
		padding: 48px 16px;
	}
	.footer__container {
		padding-bottom: 0;
		gap: 96px;
	}
	.nav-actions {
		gap: 20px;
	}
	.header__menu {
		display: none;
	}
}

@media (max-width: 640px) {
	.footer-content {
		flex-direction: column;
		gap: 48px;
	}
	
	.speakers-container {
		padding: 64px 0 48px;
	}
	
	.section-header {
		padding: 0 16px;
	}
	
	.speakers-grid {
		display: flex;
		overflow-x: auto;
		gap: 16px;
		padding: 0 16px;
	}
	
	.speaker-card {
		flex-shrink: 0;
		width: 300px;
		height: 313px;
		min-height: 313px;
	}
	
	.speaker-card.featured {
		width: 415px;
		height: 313px;
		min-height: 313px;
		grid-column: unset;
	}
	
	.speakers-more {
		flex-shrink: 0;
		width: 300px;
		height: 313px;
		min-height: 313px;
	}
}