@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');

@font-face {
    font-family: 'Carlsberg Sans';
    src: url('../CarlsbergSans-Light.eot');
    src: url('../fonts/CarlsbergSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CarlsbergSans-Light.woff2') format('woff2'),
        url('../fonts/CarlsbergSans-Light.woff') format('woff'),
        url('../fonts/CarlsbergSans-Light.ttf') format('truetype'),
        url('../fonts/CarlsbergSans-Light.svg#CarlsbergSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carlsberg Sans';
    src: url('../fonts/CarlsbergSans-Black.eot');
    src: url('../fonts/CarlsbergSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CarlsbergSans-Black.woff2') format('woff2'),
        url('../fonts/CarlsbergSans-Black.woff') format('woff'),
        url('../fonts/CarlsbergSans-Black.ttf') format('truetype'),
        url('../fonts/CarlsbergSans-Black.svg#CarlsbergSans-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaBT-Light.eot');
    src: url('../fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Light.woff2') format('woff2'),
        url('../fonts/FuturaBT-Light.woff') format('woff'),
        url('../fonts/FuturaBT-Light.ttf') format('truetype'),
        url('../fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Heavy';
    src: url('../fonts/Futura-Heavy-BT.eot');
    src: url('../fonts/Futura-Heavy-BT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Heavy-BT.woff2') format('woff2'),
        url('../fonts/Futura-Heavy-BT.woff') format('woff'),
        url('../fonts/Futura-Heavy-BT.ttf') format('truetype'),
        url('../fonts/Futura-Heavy-BT.svg#FuturaBT-Light') format('svg');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}




body{
	/* background:url(/img/background.jpg) center top no-repeat; */
	background:url(/img/bg.jpg) no-repeat center top;
	font-family: 'Futura', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	color: #162343;
	background-size:cover;
}

/*.blue-background{
	background:url(/img/thank-you_background.png) center top no-repeat;
	background-size: cover;
}*/

.font-garamond {
	font-family: 'EB Garamond',serif;
}


/*Padding*/
.nm{
	margin-left: 0;
	margin-right: 0;
}
.pad-top10{
	padding-top: 10px;
}

.pad-top20{
	padding-top: 20px;
}

.pad-top30{
	padding-top: 30px;
}

.pad-top40{
	padding-top: 40px;
}

.pad-top60{
	padding-top: 60px;
}

.pad-top120{
	padding-top: 120px;
}

.pad-bot10{
	padding-bottom: 10px;
}

.pad-bot20{
	padding-bottom: 20px;
}

.pad-bot30{
	padding-bottom: 30px;
}

.pad-bot40{
	padding-bottom: 40px;
}

.pad-bot60{
	padding-bottom: 60px;
}

.mt-20{
	margin-top: 20px;
}

.mb-0{
	margin-bottom: 0;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-50{
	margin-bottom: 50px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-200{
	margin-bottom: 200px;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.ml-0{
	margin-left: 0;
}

.ml-8{
	margin-left: 8px;
}

.ml-20{
	margin-left: 20px;
}

.mr-10{
	margin-right: 10px;
}

.mr-20{
	margin-right: 20px;
}


/*Age Verification*/
.logo{
	min-height: 380px;
}
.content-width{
	/* width: 28%; */
}

.first-letter {
	font-size: 30px;
	color: #2a4b92;
	line-height: 32px;
	display: block;
}

.thank-you  {
	font-size: 50px;
	color: #2a4b92;
	line-height: 50px;
	display: block;
}

.darkblue-line{
	border-color: #041E41;
	opacity: 1;
    border-top: 1px solid;
    width: 40%;
    margin: auto;
}

h1{
	color: #ffffff;
	font-size: 38px;
	font-family: 'EB Garamond',serif;
	text-transform: uppercase;
}

.age-wrapper {
	width: 380px;
	max-width: 100%;
	margin: auto;
}

.year-input{
	width: calc(100%/4 - 9px);
	margin: 0 3px;
	border: 2px solid transparent;
	height: 128px;
	text-align: center;
	outline: none;
	/* margin-right: 3px; */
	border: 2px solid #1B3985;
}

.year-input:last-child{
		margin-right: 0;
}

/*.year-input:active, .year-input:focus{	
	border: 2px solid #1B3985;
}*/

.age-verify{
	font-size: 18px;
	color: #2a4b92;
	line-height: 1.2;
	display: block;
	font-family: 'Futura-Medium';
	font-weight: 600;
}

/*form*/
.form-label{
	text-transform: uppercase;
	font-weight: 600;

}

.form-control{
	border: 2px solid transparent;
	border-radius: 0;
	text-align: center;
	font-weight: 600;
	box-shadow: -2px 6px 12px #d0cccc;
}

.qr-code{
	box-shadow: -2px 6px 12px #d0cccc;
}

	.form-select{
		border-radius: 0;
		text-align: center;
}
.form-control:focus{
	border: 2px solid #1B3985;
}

.btn{
	font-family: 'EB Garamond', serif;
	background-color: #2a4b92;
	border-color: transparent;
	border-radius: inherit;
	text-transform: uppercase;
	color: #64a8ea;
	border:1px solid #64a8ea;
	padding: 10px 50px;
}

.btn:hover{
	background-color: #1B3985;
	border:1px solid #64a8ea;
	color: #64a8ea;
}

.btn:disabled{
	background-color: #041E41;
	border-color: transparent;
	border-radius: inherit;
}

.pdpa{
	color: #041E41;
	text-decoration: underline;
}


p{
	/* color: #ffffff; */
	font-size: 14px;
}
/*thank you*/
.button-dark{
	font-family: 'EB Garamond', serif;
	background-color: #64a8ea;
	border-color: transparent;
	border-radius: inherit;
	text-transform: uppercase;
	color: #2a4b92;
	border:1px solid #2a4b92;
	padding: 10px 50px;
	text-decoration: none;
}

.button-light{
	background-color: #1B3985;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	text-transform: uppercase;
}

.button-light:hover, .button-dark:hover{
	color: #ffffff;
} 

.white{
	color: #ffffff;
}

/*footer*/
.footer {
	color: #041E41;
	font-size: 14px;
	overflow-y: hidden;
}

.celebrate-responsibly{
	font-family: 'Carlsberg Sans', sans-serif;
}

.celebrate-button{
	color:#2a4b92;
	text-decoration: none;
}

.celebrate-button:hover{
		color:#2a4b92;
}

.light-font{
	font-weight: 300;
}

.dark-blue{
	color: #041E41;
}

.celebrate-footer{
	font-family: 'Carlsberg Sans', sans-serif;
}

.flower-left,
.flower-right {
	position: absolute;
	pointer-events: none;
	/*z-index: -1;*/
	width: 25vw;
	min-width: 170px;
	z-index: 1;
}

.flower-left {
	bottom: 20%;
	left: 0;
}

.flower-right {
	top: 30%;
	right: 0;
}

.beer{
	position: relative;
}

.beer img{
	position: absolute;
	bottom: -60px;
    left: -116px;
	z-index: -1;
}

.footer-width{
	width:42%;
}

.follow-width{
	width: 90%;
}

.social-media a, .social-media p{
	float: left;
}


/* interested page*/
.welcome-bg{
	background:url(/img/welcome-bg.jpg) no-repeat center top / 100% 100%;
}
.welcome-message{
	font-size: 1rem;
	color:#162343;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.blue-bg{
	background-color: #1a41a1;
}

.enjoy-complimentary{
	font-size: 1.2rem;
	color:#ffffff;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.redeem-button{
	background-color: #e94b42;
	color: #ffffff;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 30px;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
}

a.redeem-button:hover{
	color: #ffffff;
}

.tnc{
	margin-top: 5px;
	color: #ffffff;
	font-size: 14px;
}

.date-venue p{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.event-bg{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(67,93,192,1) 100%);
}

.dark-blue{
	color: #1a41a2;
}

.art-twist{
	font-size: 20px;
	color:#1a41a2;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
	padding: 4px 0px;
}

.workshop-title{
	font-family: 'Futura-Heavy', sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #1a41a2;

}

.carousel-caption{
	position: static;
	right: auto; 
    bottom: auto; 
    left: auto; 
    padding-top: 0; 
    padding-bottom: 0;
}

.workshop-caption{
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}

.register-now{
	background-color: #1a41a2;
	color: #ffffff;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 30px;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
}

.register-now:hover{
	color: #ffffff;
	text-decoration: none;
}

.event-flower-left,
.event-flower-right {
	position: absolute;
	pointer-events: none;
	/*z-index: -1;*/
	width: 22vw;
	min-width: 170px;
	z-index: 1;
}

.event-flower-left {
	top: 5%;
	left: 0;
}

.event-flower-right {
	top: 5%;
	right: 0;
}

.blue-hour-flower-left,
.blue-hour-flower-right {
	position: absolute;
	pointer-events: none;
	/*z-index: -1;*/
	width: 10vw;
	min-width: 140px;
	z-index: 1;
}

.blue-hour-flower-left {
	bottom: 5%;
	left: 0;
}

.blue-hour-flower-right {
	top: 5%;
	right: 0;
}

.blue-caption{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.blue-hour-img{
	border: 8px solid #ffffff;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

.bluehour-title{
	font-family: 'Futura-Heavy', sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
}

.bluehour-caption{
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	font-family: 'Futura-Medium', sans-serif;
}

.hashtag{
	color: #1a41a2;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.disclaimer{
	font-size: 14px;
	color: #2a4b92;
	font-weight: 600;
}

.dark-blue-tnc{
	color: #2a4b92;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.dark-blue-tnc:hover{
	color: #162343;
}

.workshop-caption{
	min-height: 110px;
}

.tnc p{
	color:#000;
}

ul{
	color: #000;
    list-style-type: decimal;
}

.bg-blue{
	background: #264484;
}

/*swal alert*/
.swal2-icon.swal2-error{
	border-color: red !important;
    color: red !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
	background-color: red !important;
}

.swal2-popup{
	border-radius: 0 !important;
}

.swal2-title{
	font-family: 'EB Garamond', serif;
	font-size: 30px !important;
	color: #2a4b92 !important;
	line-height: 32px !important;
	display: block !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

.swal2-content{
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 1.2 !important;
    display: block !important;
    font-family: 'Futura-Medium';
    font-weight: 600 !important;
}

.swal2-actions .btn:focus-visible{
	font-family: 'EB Garamond', serif;
	background-color: #2a4b92;
	border-color: transparent;
	border-radius: inherit;
	text-transform: uppercase;
	color: #64a8ea;
	border:1px solid #64a8ea;
	padding: 10px 50px;
}

@media only screen and (max-width: 1024px){
		.flower-left {
			/* bottom: 20%; */
			bottom: -40px;
			left: -60px;
			width: 20vw;
		}
		
		.flower-right {
			top: 30%;
			right: -60px;
			width: 20vw;
		}

		.footer-width {
		    width: 56%;
		}

		.footer{
			overflow-y:auto;
		}
}

@media only screen and (max-width: 885px){
		.beer img{
			left: -150px;
		}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.blue-hour-section{
		width: 48%;
	}

	.workshop-section{
		width: 33%;
	}
}

@media only screen and (max-width: 768px) {
	.row>.icon-width{ 
		width: 12%;
	 }

	 .row>.celebrate-width{
	 		width: 76%;
	 }

	 .ml-0 {
    	margin-left: 3px;
		}

	.ml-8 {
    margin-left: 14px;
	}

	.content-width {
		width: 400px;
		max-width: 100%;
	}

	.footer {
		font-size: 10px;
	}

	.workshop-caption{
		min-height: initial;
	}

	.beer img {
	    left: -50px;
	}

	.footer-width {
	    width: 89%;
	}

	.follow-width {
	    width: 82%;
	    padding-left: 20px;
	}

}

@media only screen and (min-width: 577px) and (max-width: 767px){
	.footer-width {
	    width: auto;
	}

	.beer img {
	    left: -60px;
	    width: 260px;
	    bottom: 0px;
	}
}

@media only screen and (max-width: 576px) {
	h1 {
		font-size: 7.2vw;
	}

	.event-flower-left{
    	top: 26%;
    	left: 0;
	}

	 .event-flower-right{
		top: -1%;
    	right: 0;
	 }

	 .carousel-caption, .blue-caption{
	 	padding: 0 30px;
	 }

	 /*.entertain{
	 	margin-bottom: 40px;
	 }*/
	 
	 .blue-hour-flower-left {
		bottom: 3%;
		left: 0;
	}

	.blue-hour-flower-right {
	    top: 0;
	    right: -20px;
	}

	.blue-hour-flower-left, .blue-hour-flower-right{
		    min-width: 80px;
	}

	/*.entertain{
		padding: 0 30px;
	}*/

	 .flower-right {
	    top: 20%;
	}

	.interested-left{
		bottom: -20px;
	}

	.responsive-bg{
		background:url(/img/mobile-bg.jpg) no-repeat center top;
		background-size: 100%;
	}

	.beer img {
	    left: -100px;
	    bottom: 0;
	}

	.hashtag {
	    font-size: 20px;
	    line-height: 22px;
	}

	.beer img {
    	left: -30px;
    	width: 200px;
	}

	.hashtag{
    	word-break:break-all;
    }
}

@media only screen and (max-width:425px){
	.content-width {
	    width: 330px;
	    max-width: 100%;
	}

	.logo img{
		width: 320px;
	}

	.beer img{
		left: -60px;
	    width: 180px;
	}

	.follow-width {
    	width: auto;
		padding: 0 10px;
    }
}

@media only screen and (max-width: 320px) {
	.row>.icon-width{ 
		width: 20%;
	 }

	 .row>.celebrate-width{
	 		width: 80%;
	 }

	.content-width {
	    width: 330px;
	    max-width: 100%;
	}

	.beer img{
		display: none !important;
	}

	.hide-follow{
		display: none;
	}

	.follow-small{
		width: 100%;
		text-align: center;
	}

	.social-media a, .social-media p{
		float: none;
	}
}
