@charset "UTF-8";
/* CSS Document */

:root {
	--pageWidth: 1800px;
	--gap: 20px;
	--leader-card-size: 370px;
	--headerHeight: 150px;
}

body {
	margin: 0 auto;
	display: block;
	font-family: "ivyepic-variable", sans-serif;
	color: white;
	width: var(--pageWidth);
	padding: var(--gap);
	overflow-x: hidden;
}

header, footer {
	box-sizing: border-box;
	background-color: #006FEB;
	width: 100%;
	height: var(--headerHeight);
}

header {
	padding-right: 130px;
}

.header-footer--logo {
	height: 100px;
	margin: 25px 0px 0px 70px;
}

header h1 {
	all: unset;
	display: inline-block;
	position: absolute;
  	transform: translate(0%, -50%);
  	font-variation-settings: 'wdth' 50, 'wght' 600, 'slnt' 0;
	font-size: 45px;
	margin: 75px 450px auto 35px;
}

header .header-footer--socials {
	height: 80px;
	float: right;
	margin: 35px 0 0 30px;
}

.hamburger {
	top: calc(50px + var(--gap));
	right: calc((100vw - var(--pageWidth)) / 2 + 45px);
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger.active {
	position: fixed;
	
}

.hamburger span {
	height: 8px;
	background: white;
	border-radius: 100px;
	transition: transform 0.4s ease;
}

.header-footer--socials:hover, .hamburger:hover {
	opacity: 0.8;
}

.hamburger.active {
	opacity: 0.6;
}

.hamburger.active:hover {
	opacity: 1;
}

.hamburger.active span:nth-child(1) {
	transform: translateY(21px) rotate(45deg);

}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-21px) rotate(-45deg);
}

@media (max-width: 1200px) {  
	header {padding-right: 107px;}
	.header-footer--logo {margin-left: 50px;}
	header .header-footer--socials { height: 70px; margin: 40px 0 0 30px;}
	.hamburger {top: calc(52.5px + var(--gap)); right: 53px ; width: 45px; height: 45px;}
	.hamburger span { height: 7px; }
	.hamburger.active span:nth-child(1) { transform: translateY(19px) rotate(45deg); }
	.hamburger.active span:nth-child(3) { transform: translateY(-19px) rotate(-45deg); }
}

@media (max-width: 900px) { 
	:root { --headerHeight: 130px; }
	header { padding-right: 95px;}
	.header-footer--logo { height: 80px; margin-left: 30px;}
	header h1 {font-size: 36px; margin: 65px 450px auto 25px;}
	header .header-footer--socials {margin-top: 35px; margin-left: 20px; height: 60px;}
	.hamburger {top: calc(45px + var(--gap)); right: 52px ; width: 40px; height: 40px;}
	.hamburger span { height: 6px; }
	.hamburger.active span:nth-child(1) { transform: translateY(17px) rotate(45deg); }
	.hamburger.active span:nth-child(3) { transform: translateY(-17px) rotate(-45deg); }
}

@media (max-width: 750px) {
	:root { --headerHeight: 120px; }
	header {padding-right: 73px;}
	.header-footer--logo { height: 70px; margin-top: 25px;}
	header h1 {font-size: 30px; margin: 60px 450px auto 18px;}
	header .header-footer--socials {margin-top: 35px; margin-left: 15px; height: 50px;}
	.hamburger {top: calc(44px + var(--gap)); right: 42px ; width: 32px; height: 32px;}
	.hamburger span { height: 5.5px; }
	.hamburger.active span:nth-child(1) { transform: translateY(13.7px) rotate(45deg); }
	.hamburger.active span:nth-child(3) { transform: translateY(-13.7px) rotate(-45deg); }
}

@media (max-width: 600px) { 
	:root { --headerHeight: 20vw; }
	header { padding-right: 0;}
	.header-footer--logo { height: 12vw; margin-left: 5vw; margin-top: 4vw}
	header h1 {font-size: 4.5vw; margin: 10vw 450px auto 3vw;}
	header .header-footer--socials {display: none}
	.hamburger {top: calc(6vw + var(--gap)); right: 8vw ; width: 8vw; height: 8vw;}
	.hamburger span { height: 1.5vw; }
	.hamburger.active span:nth-child(1) { transform: translateY(3.3vw) rotate(45deg); }
	.hamburger.active span:nth-child(3) { transform: translateY(-3.3vw) rotate(-45deg); }
}

body.menu-open { 
	background-color: #1b1496; 
	overflow: hidden;
	height: 100vh;
	position: fixed;
	left: calc((100vw - var(--pageWidth)) / 2 - var(--gap));
	transition: background-color 0s ease 0.4s;
}


.side-menu { 	
	visibility: visible;
	opacity: 1;
	transform: translateX(100%);
	transition: transform 0.4s ease;
}

.side-menu-structure {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	background-color: #1b1496;
	z-index: 99;
}

.side-menu .menu-content {
	position: relative;
	width: 50%;
	height: 100vh;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 20vh 50px 70px; /* adjust as needed */
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.side-menu .menu-content::-webkit-scrollbar { display: none; }

.side-menu nav {
  flex-grow: 1;
}

.side-menu .img--side-menu {
	position: fixed;
	width: 50%;
	height: 100%;
	left: 0;
	background: url("assets/2025-AGM-collins.webp") center center / cover no-repeat;
}

.side-menu.open {
	transform: translateX(0);
}

.side-menu nav a {
	display: block;
	line-height: 50px;
	padding-bottom: 10px;
	font-size: 50px;
	text-decoration: none;
	color: white;
	opacity: 0.6;
	font-variation-settings: 'wdth' 50, 'wght' 600, 'slnt' 0;
	text-transform: uppercase;
}

.side-menu .nav--socials {
	display: flex;
	gap: 25px;
	bottom: 0;
	padding: 40px 0px 30px 0px;
	left: 50%;
	width: 100%;
}

.side-menu .nav--socials span a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	color: white;
	opacity: 0.6;
	font-variation-settings: 'wdth' 50, 'wght' 300, 'slnt' 0;
	text-transform: uppercase;
	margin-top: 20px;
}

.side-menu .nav--socials img {
	height: 60px;
	opacity: 0.6;
}

.side-menu nav a:hover, .side-menu .nav--socials img:hover, .side-menu .nav--socials span a:hover {
	opacity: 1;
}

@media (max-width: 408px) { .side-menu .nav--socials span a {margin-top: 15px;}}

@media (max-width: 875px) { 
	.side-menu nav a { font-size: 40px; line-height: 40px; padding-bottom: 8px;}
}

@media (max-width: 800px) { 
	.side-menu .img--side-menu { display: none; }
	.side-menu .menu-content { width: 100%; left: 0px; }
	.side-menu .nav--socials { left: 0px; }
	
}

.split-div {
	display: flex;
}

.form-img {
	background: url("assets/team-hero.webp") center center/ cover no-repeat;
	margin-top: var(--gap);
	width: 60%;
	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 40px;
	display: flex;
	flex-direction: column;
  	justify-content: flex-end;
	padding: 20px 90px 20px 30px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	touch-action: pan-y;
}

.carousel-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px 110px 20px 30px;
	box-sizing: border-box;
}

.carousel-slide.active {
	opacity: 1;
}

.slide-content {
	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	z-index: 2;
}

.slide-content h2 {
	all: unset;
	display: block;
	font-variation-settings: 'wdth' 70, 'wght' 400, 'slnt' 0;
	font-size: 24px;
	text-transform: none;
	font-style: oblique;
	color: white;
	margin-top: 5px;
}

.slide-content a {
	display: inline-block;
	color: white;
	text-decoration: none;
	border: 3px solid white;
	box-sizing: border-box;
	padding: 12px 70px;
	margin-top: 15px;
	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 20px;
	text-transform: uppercase;
}

.slide-content a:hover {
	background-color: white;
	color: #1b1496;
}

.carousel-event-promo.carousel-slide {
	padding: 35px 30px;
}

.carousel-nav {
	position: absolute;
	bottom: 30px;
	right: 35px;
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 3;
}



.carousel-dots {
	display: flex;
	gap: 7px;
	align-items: center;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
}

.dot.active {
	width: 30px;
	height: 8px;
	border-radius: 10px;
	background: white;
}

.dot:hover:not(.active) {
	background: rgba(255, 255, 255, 0.8);
}

.yl-form-mc {
	background: url("assets/form-bg.webp") center / cover no-repeat;
	margin: var(--gap) 0 0 var(--gap);
	background-color: #1b1496;
	width: 40%;
	box-sizing: border-box;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

form input, form textarea, form button {
	all: unset;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: #1b1496;
	outline: none;
}

.input--2col{
	width: calc(50% - 10px);
	display: inline-block;
	
}

.input--2col:first-child, .input--2col:nth-child(4n) { margin-right: var(--gap); }

.input--1col {
	display: block;
	width: 100%;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
	background-color: white;
	margin-bottom: var(--gap);
	padding: 10px;
  	font-variation-settings: 'wdth' 70, 'wght' 300, 'slnt' 0;
	font-size: 20px;
	box-sizing: border-box;
	border: none;
}

form textarea { resize: none; }

.yl-form-mc form button {
	background-color: white;
	width: 100%;
  	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 25px;
	padding: 13px 10px;
	text-align: center;
	cursor: pointer;
}

.yl-form-mc form button:hover {
	background-color: transparent;
	color: white;
	box-shadow: inset 0 0 0 3px white;
}

form input::placeholder, textarea::placeholder {
	color: #1b1496;
	opacity: 1;
}

.yl-form-mc h1 {
	all: unset;
  	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 50px;
	margin-bottom: 30px;
	line-height: 40px;
	text-transform: uppercase;
}

.yl-form-mc h2 { 
	all: unset;
	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 40px;
	text-transform: uppercase;
}

.yl-form-mc h3 { 
	all: unset;
	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 20px;
	padding-top: -50px;
	line-height: 25px;
}

.yl-form-mc h3:last-of-type {
	margin-bottom: 15px;
}

.are-you-a-member {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--gap);
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.are-you-a-member input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.are-you-a-member label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.5;
}

.are-you-a-member label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.2s ease;
}

.are-you-a-member input[type="radio"]:checked + label::before {
  background-color: white;
  box-shadow: inset 0 0 0 4px #1b1496;
}

@media (max-width: 1200px) { 
	.form-img {width: 50%;}
	.yl-form-mc {width: 50%}
}

@media (max-width: 1000px) {
	.yl-form-mc {padding: 40px;}
	.page .form-img {width: 40%;}
	.page .yl-form-mc {width: 60%}

	.carousel-slide {padding: 20px 80px 20px 30px;}
	.carousel-nav {bottom: 12px; right: 18px;}
	.dot {width: 8px; height: 8px;}
	.dot.active {width: 25px; height: 6px;}
}

@media (max-width: 820px) {
	.split-div {display: block}
	.form-img {width: 100%; height: 500px; padding: 20px}
	.yl-form-mc {width: 100%; margin: var(--gap) 0 0; padding: 30px;}
	.page .form-img { display: none; }
	.page .yl-form-mc {width: 100%;}
	.carousel-slide {padding: 20px;}
}

@media (max-width: 620px) { 
	.form-img {height: 60vw; padding: 1.5vw 2vw; font-size: 6vw;}
	.carousel-slide {padding: 1.5vw 20vw 1.5vw 2vw;}
	.yl-form-mc h2 { font-variation-settings: 'wdth' 70, 'wght' 500, 'slnt' 0; font-size: 5vw; margin-bottom: 4vw; line-height: 6vw }
	.yl-form-mc h3 { font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0; font-size: 4vw; line-height: 5vw }

	.slide-content {font-size: 6vw;}
	.carousel-nav {bottom: 3vw; right: 3vw; gap: 2vw;}
	.carousel-dots {gap: 1vw;}

	.carousel-event-promo h2 { font-size: 4vw; }
	.carousel-event-promo.carousel-slide { padding: 3vw 3vw; }
	.slide-content a { padding: 2vw 13vw; margin-top: 2.5vw; font-size: 3.2vw; 	border: 0.5vw solid white;}
}

@media (max-width: 600px) { 
	.input--2col{width: calc(50% - 1.5vw);}
	.yl-form-mc { padding: 6vw;}
	.yl-form-mc h1 { margin-bottom: 6vw;}

}

@media (max-width: 500px) { 
	.yl-form-mc h1 {font-size: 10vw; line-height: 8vw;}
	form button {font-size: 6vw;}
}

.rego-form .yl-form-mc {
	width: 50%;
	margin-left: 0px;
}

.rego-form .form-img{
	background: url("assets/nextgen-crowd.webp") center center/ cover no-repeat;
	width: 50%;
	margin-left: var(--gap)
}

@media (max-width: 1300px) { 
	.rego-form .form-img { width: 40% }
	.rego-form .yl-form-mc { width: 60% }
}

@media (max-width: 1100px) { 
	.rego-form.split-div { display: block; }
	.rego-form .form-img { width: 100%; margin-left: 0px; height: 600px;}
	.rego-form .yl-form-mc { width: 100%; }
}

@media (max-width: 500px) { 
	.rego-form .form-img {height: 500px;}
}

.title-bar {
	background-color: #006FEB;
	width: 100%;
	margin-top: var(--gap);
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
  	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 45px;
}

@media (max-width: 750px) { 
	.title-bar { font-size: 6vw; }
}

.leadership-team {
	display: flex;
	overflow-x: auto;
	gap: var(--gap);      
	margin-top: var(--gap);
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
  	-ms-overflow-style: none;
}

.leadership-team::-webkit-scrollbar {
  	display: none;
}

.leadership-team .lt-card {
	width: var(--leader-card-size);
	height: calc(var(--leader-card-size) * 1.3);
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
	
}

.leadership-team .lt-card img {
	width: 102%;	
	left: -1%;
	top: -1%;
	pointer-events: none;
}

.leadership-team .lt-card .lt-label {
	position: absolute;
	left: calc(var(--leader-card-size) / 12);
	bottom: calc(var(--leader-card-size) / 13);
	text-transform: uppercase;
}

.leadership-team .lt-card h1 {
	all: unset;
	display: block;
  	font-variation-settings: 'wdth' 100, 'wght' 600, 'slnt' 0;
	font-size: calc(var(--leader-card-size) / 16);
}

.leadership-team .lt-card h2 {
	all: unset;
  	font-variation-settings: 'wdth' 100, 'wght' 300, 'slnt' 0;
	font-size: calc(var(--leader-card-size) / 21);
}

@media (max-width: 1840px) { 
	:root { --leader-card-size: 20vw; }
}

@media (max-width: 1250px) { 
	:root { --leader-card-size: 250px; }
}

@media (max-width: 290px) { 
	:root { --leader-card-size: 87vw; }
}

#why-join {
	background: url("assets/value-statement-bg.webp") center / cover no-repeat;
	margin-top: var(--gap);
}

.text-box {
	width: 60%;
	box-sizing: border-box;
	padding: 50px;
}

.text-box h1 {
	all:unset;
	display: block;
  	font-variation-settings: 'wdth' 70, 'wght' 600, 'slnt' 0;
	font-size: 45px;
	line-height: 35px;
	text-transform: uppercase;
}

.text-box p {
	font-size: 27px;
	margin: 27px 0 0;
  	font-variation-settings: 'wdth' 60, 'wght' 450, 'slnt' 0;
}

#gallery {
	background: url("assets/nextgen-crowd.webp") center / cover no-repeat;
	width: 40%;
	margin:  var(--gap) 0 0 var(--gap);
}

@media (max-width: 1375px) { 
	.text-box { padding: 50px; }
	.text-box p { font-size: 22px;}
}

@media (max-width: 1140px) { 
	#gallery {display: none;}
	.text-box p { font-size: 27px; margin: 20px 0 0;}
	.text-box {width: 100%;}
}

@media (max-width: 680px) { 
	.text-box {padding: 40px;}
	.text-box p { font-size: 22px; font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;}
	.text-box h1 { font-size: 35px; line-height: 27px;}
}

@media (max-width: 525px) { 
	.text-box p { font-size: 16px; margin: 15px 0 0;}
	.text-box h1 { font-size: 30px; line-height: 24px;}
}

@media (max-width: 400px) { 
	.text-box {padding: 30px;}
	.text-box p { font-size: 12px; margin: 10px 0 0;}
	.text-box h1 { font-size: 20px; line-height: 19px;}
}

#insta-feed {
	margin-top: var(--gap);
	height: 500px;
	overflow: hidden;
}

@media (max-width: 1840px) { 
	#insta-feed { height: 27vw; } 
}

@media (max-width: 900px) { 
	#insta-feed { height: 37vw; } 
}

@media (max-width: 700px) { 
	#insta-feed { height: 54vw; } 
}

@media (max-width: 470px) { 
	#insta-feed { height: 117vw;; } 
}

footer { 
	margin-top: var(--gap); 
	padding-right: 70px;
}

footer .header-footer--socials  {
	height: 90px;
	float: right;
	margin: 30px 0 0 30px;
}

@media (max-width: 1200px) {  
	footer {padding-right: 50px;}
	footer .header-footer--socials { height: 70px; margin: 40px 0 0 30px;}
}

@media (max-width: 900px) { 
	footer { padding-right: 30px;}
	footer .header-footer--socials {margin-top: 30px;}
}

@media (max-width: 750px) {
	footer .header-footer--socials {margin-left: 20px; height: 60px;}
}

@media (max-width: 600px) { 
	footer { padding-right: 5vw; }
	footer .header-footer--socials {margin-top: 5vw; margin-left: 3vw; height: 10vw;}
}

#auth-statement {
	width: var(--pageWidth);
	color: #006FEB;
	position: absolute;
	text-align: right;
	padding-right: 1px;
	box-sizing: border-box;
	font-variation-settings: "slnt" 0, "wdth" 25, "wght" 300;
	font-size: 16px;
}

#auth-statement::after {
	content: "Authorised by A Hannam, Liberal Party of Australia (Victorian Division), L12 257 Collins Street, Melbourne VIC 3000"
}

@media (max-width: 1020px) { 
	#auth-statement { text-align: center; padding-right: 0px; }
}

@media (max-width: 730px) {
	#auth-statement { font-size: 2.3vw; left: 0; width: 100vw;}
}

/* OTHER PAGES */
.page--header {
  	position: relative;
	overflow: hidden;
	margin-top: var(--gap);
}

.page--header > .text-box {
	position: relative;
	z-index: 1;
	width: 100% !important;
}

.text-box strong {
	font-variation-settings: 'wdth' 60, 'wght' 800, 'slnt' 0;
}

.text-box--one::before {
	content: "";
	position: absolute;
	inset: -10px; 
	background: url("assets/page-header.webp") center 20% / cover no-repeat;
	filter: brightness(0.6) blur(3px);
	z-index: 0;
}

.text-box img {
	height: 100px;
}

@media (max-width: 850px) { 
	.text-box img { width: 40vw; }
}

@media (max-width: 300px) { 
	.text-box img { width: 60vw;}
}

@media (max-width: 1840px) { 
	:root { --pageWidth: calc(100% - var(--gap) * 2);} 
}

@media (max-width: 600px) { 
	:root { --gap: 3vw; }
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
	display: none !important;
}

/* Alternative selectors for reCAPTCHA badge */
div[class*="grecaptcha"] {
	display: none !important;
}

iframe[src*="recaptcha"] {
	display: none !important;
}