/*
Theme Name: Brick Lane Beer Festival
Theme URI: https://www.bricklanebeerfestival.co.uk
Author: digital@trumanbrewery.com
Author URI: https://www.trumanbrewery.com
Description: Theme designed especially for Brick Lane Beer Festival
Version: 1.0a
Text Domain: bricklanebeerfestival.co.uk
*/

@font-face {
	font-family: 'Roboto Mono';
	src: url('/wp-content/themes/bricklanebeerfestival/font/RobotoMono/RobotoMono-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('/wp-content/themes/bricklanebeerfestival/font/RobotoMono/RobotoMono-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('/wp-content/themes/bricklanebeerfestival/font/RobotoMono/RobotoMono-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('/wp-content/themes/bricklanebeerfestival/font/RobotoMono/RobotoMono-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('/wp-content/themes/bricklanebeerfestival/font/RobotoMono/RobotoMono-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('font/RobotoMono/RobotoMono-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('font/RobotoMono/RobotoMono-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('font/RobotoMono/RobotoMono-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('font/RobotoMono/RobotoMono-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Mono';
	src: url('font/RobotoMono/RobotoMono-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'BNTillsdale';
	src: url('font/BNTillsdale/BNTillsdale.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'BNTillsdale';
	src: url('font/BNTillsdale/BNTillsdale-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'BNTillsdale';
	src: url('font/BNTillsdale/BNTillsdale-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
}

body {
	color: #FFF;
	background-color: #0F0F0F;
	font-family: neue-haas-grotesk-text, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#icon-logo {
	position: absolute;
	top: 29px;
	left: 60px;
	width: 46px;
	height: 68px
}

#icon-logo img {
	width: 46px;
}

#icon-instagram {
	position: absolute;
	top: 48px;
	right: 60px;
	width: 30px;
	height: 30px;
}

#icon-instagram a img {
	width: 30px;
}

@media (max-width: 767px) {
	#icon-logo {
		top: 24px;
		left: 22px;
		width: 25px;
		height: 38px
	}

	#icon-logo img {
		width: 25px;
	}

	#icon-instagram {
		top: 31px;
		right: 22px;
		width: 20px;
		height: 20px;
	}

	#icon-instagram a img {
		width: 20px;
	}
}

.section {
	position: sticky;
  	top: 0;
  	min-height: 100vh;
  	height: auto;
  	z-index: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.section-content {
	max-width: 100%;
  	width: 100%;
  	box-sizing: border-box;
  	padding: 2rem;
}

#landing-section {
    align-items: center;
    justify-content: center;
    background-color: #0F0F0F;
    transition: all 0.3s ease;
	background-image: url(img/BLBF-Barrels.jpg);
	background-size: cover;
	background-position: top;
}

#landing-wrapper {
	position: sticky;
  	top: 0;
  	height: 100vh;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
	z-index: 2;
}

#landing-logo {
	display: block;
	width: 100%;
	max-width: 1125px;
	padding-left: 150px;
	padding-right: 150px;
	margin: 0 auto;
	z-index: 2;
}

@media (max-width: 767px) {
	#landing-logo {
		display: block;
		width: 100%;

		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
		z-index: 2;
	}
}

#landing-logo img {
	width: 100%;
}

#landing-tagline {
	display: block;
	font-family: "the-youngest";
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 70px;
	margin-bottom: 60px;
	z-index: 2;
}

@media (max-width: 767px) {
	#landing-tagline {
		font-size: 31px;
		line-height: 45px;
		margin-top: 25px;
		margin-bottom: 70px;
	}
}

#landing-button {
	font-family: 'Roboto Mono';
	z-index: 2;
}

#landing-button a {
	font-family: 'Roboto Mono';
	font-weight: 700;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 10%;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 100px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
	padding-right: 35px;
	cursor: pointer;
}

@media (max-width: 767px) {
	#landing-button a {
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 10%;
		border-radius: 100px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}

#break-section {
    align-items: center;
    justify-content: center;
    background-color: #0F0F0F;
    transition: all 0.3s ease;
	background-image: url(img/Image-Break-Section.jpg);
	background-size: cover;
	background-position: center;
}

#break-text {
	position: relative;
	width: 100%;
	max-width: 984px;
	text-align: center;
	z-index: 2;
	font-family: 'BNTillsdale';
	font-size: 64px;
	line-height: 64px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	#break-text {
		font-size: 50px;
		line-height: 54px;
	}
}

@media (max-width: 767px) {
	#break-text {
		font-size: 30px;
		line-height: 34px;
	}
}

#takeovers-section {
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background-color: #0F0F0F;
    transition: all 0.3s ease;
	background-image: url(img/Vector.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 100px;
}

#footer {
	position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EC4D2F;
    transition: all 0.3s ease;
	padding-top: 90px;
	padding-bottom: 90px;
	z-index: 4;
}

@media (max-width: 991px) {
	#footer {
		min-height: 100vh;
	}
}

.title {
	font-family: 'BNTillsdale';
	font-size: 128px;
	line-height: 128px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

@media (max-width: 991px) {
	.title {
		font-size: 78px;
		line-height: 78px;
	}
}

@media (max-width: 767px) {
	.title {
		font-size: 50px;
		line-height: 45px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.footnote {
	position: absolute;
	width: calc(100% - 60px);
	display: block;
	bottom: 25px;
	left: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

@media (max-width: 991px) {
	.footnote {
		width: calc(100% - 30px);
		bottom: 18px;
		left: 15px;
		font-size: 12px;
		line-height: 21px;
	}
}

.carousel-container {
	position: relative;
	width: 100vw;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}

.carousel-track-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.carousel-track-wrapper::-webkit-scrollbar {
	display: none;
}

.carousel-track {
	display: flex;
	white-space: nowrap;
	scroll-behavior: smooth;
}

.carousel-item-custom {
	flex: 0 0 30%;
	margin-right: 1%;
	box-sizing: border-box;
	padding-left: 70px;
	padding-right: 70px;
}

@media (max-width: 767px) {
	.carousel-item-custom {
		flex: 0 0 100%;
		margin-right: 0%;
		box-sizing: border-box !important;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.carousel-track-wrapper {
		padding-left: 0;
		padding-right: 0;
		overflow-x: auto;
	  }

	  .carousel-track {
		margin-right: 0;
	  }
}

@media (max-width: 320px) {
	.carousel-item-custom {
		padding-left: 30px;
		padding-right: 30px;
	}	
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.carousel-nav.prev {
	left: 50px;
}

.carousel-nav.next {
	right: 50px;
}

@media (max-width: 767px) {
	.carousel-nav img {
		width: 25px;
	}
	
	.carousel-nav.prev {
		left: 10px;
	}

	.carousel-nav.next {
		right: 10px;
	}
}

.item-img {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 50px;
	box-shadow: 10px 10px 10px 0px #00000040;
	margin-bottom: 40px;
}

.item-title {
	font-family: 'BNTillsdale';
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
}

.item-info {
	position: relative;
}

.item-info ul {
	display: flex;
  	gap: 10px;
  	padding: 0;
  	margin: 0;
  	list-style: none;
}

.item-info ul li {
	display: flex;
  	align-items: center;
	list-style-type: none;
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	margin-right: 10px;
	margin-bottom: 15px;
}

.item-info ul li img {
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
	.item-img {
		border-radius: 50px;
		box-shadow: 10px 10px 10px 0px #00000040;
		margin-bottom: 25px;
	}

	.item-title {
		font-size: 18px;
		font-weight: 300;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.item-info ul {
		display: flex;
		gap: 10px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.item-info ul li {
		display: flex;
		align-items: center;
		list-style-type: none;
		font-family: neue-haas-grotesk-text, sans-serif;
		font-size: 12px;
		line-height: 22px;
		height: 19px;
		font-weight: 300;
		letter-spacing: 0;
		margin-right: 3px;
		margin-bottom: 5px;
	}

	.item-info ul li img {
		width: 13px;
		height: 13px;
	}
}

#landing-section { 
	z-index: 1; 
}

#break-section { 
	z-index: 2; 
}

#takeovers-section { 
	z-index: 3; 
}

#footer { 
	z-index: 4; 
}

#signup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
}

.signup-container {
	display: none;
	position: fixed;
	width: 560px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 85px;
	background-color: #0F0F0F;
	text-align: left;
	z-index: 10;
}

.signup-container div {
	font-family: 'BNTillsdale';
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.exclusive {
	font-family:"the-youngest";
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-transform: capitalize;
	color: #f74c3c;
	display: inline;
}

.signup-container form {
	margin-top: 30px;
}

.signup-container input[type="text"],
.signup-container input[type="email"],
.signup-container input[type="tel"] {
	width: 100%;
	padding: 10px;
	margin-top: 6px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: #FFF;
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 20%;
	margin-bottom: 30px;
}

.signup-container input[type="checkbox"] {
}

label.consent-label {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.consent {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin-top: 3px;
	display: inline-block;
	color: #ccc;
}

.consent a {
	color: #ccc;
	text-decoration: underline;
}

.signup-container button {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Roboto Mono';
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	border: 1px solid white;
	background: transparent;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10%;
	border-radius: 30px;
	cursor: pointer;
}

.signup-container button:hover {
	background: white;
	color: black;
}

.signup-close {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.signup-close span {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 5px;
	background-color: #FFF;
}

.signup-close span:nth-child(1) {
	transform: rotate(-45deg);
}

.signup-close span:nth-child(2) {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.signup-container {
		width: calc(100% - 30px);
		top: 50%;
		left: 15px;
		margin-bottom: 35px;
		transform: translate(0, -50%);
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.signup-container div {
		font-size: 30px;
		line-height: 32px;
	}

	.exclusive {
		font-size: 30px;
		line-height: 32px;
	}

	.signup-container form {
		margin-top: 15px;
	}

	.signup-container input[type="text"],
	.signup-container input[type="email"],
	.signup-container input[type="tel"] {
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 20%;
		margin-bottom: 20px;
	}
	
	label.consent-label {
		margin-top: 15px;
	}

	.consent {
		font-size: 10px;
		line-height: 14px;
	}

	.signup-container button {
		margin-top: 15px;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 10%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 35px;
		padding-right: 35px;
		border-radius: 100px;
	}
	
	.signup-close {
		top: 30px;
		right: 20px;
		width: 25px;
	}

	.signup-close span {
		width: 25px;
		height: 3px;
	}
}