/*****************************
Custom CSS for the ANTIA landing page
Design by Bestand, code by Obversive
V0.5
*****************************/
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
		background: black;
		color: white;
		
}
.post, .page {
    margin: 0 0 0;
}

.topalways {
	display: block;
	position: fixed;
	width: 100%;
	height: 110px;
	z-index: 100;
}

footer#colophon {
	display: none;ffff
}


/*****************************************
Ticker
*/


.ticker_container {
	display: block;
	position: relative;
	height: 40px;
	background: #BEF1FF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: black;
	overflow: hidden;
	font-family: "JetBrains Mono", monospace;
}

.ticker_container .content a span {
	color: black;
}

.ticker_container .content a span.red {
	color: red;
}


#ticker_top {
  position: relative;
  display: block;
  margin-bottom: 20px;

}

ul.ticker_content {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	top: 10px;
}

ul.ticker_content li {
	margin: 0;
	/*padding: 0px 100px;*/
    float: left;
}

ul.ticker_content li a {
	color: red;
	text-decoration: none;
}



.marquee {
  position: relative;
  width: 200vw;
  max-width: 100%;
  height: 40px;
  overflow-x: hidden;
}

.track span {
	padding-left: 40px;
	padding-right: 40px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 70s linear infinite;
}

.track .content {
	padding-top: 7px;
	font-size: 18px;
}

.track a,
.track a:active,
.track a:visited {
	color: red;
	text-decoration: none;
}


@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/********************
Main menu */



.mainmenu {
	display: block;
	position: relative;
    z-index: 10;
    
    height: 44px;
	width: 100%;
}
.mainmenu_container {
    display: block;
    position: relative;
	outline: 1px solid white;
	width: 98vw;
    height: 100%;
    margin: auto;
}

.mainmenu_left {
    float: left;
    display: block;
    position: relative;
    width: 188.41px;
    height: 44px;
}
.mainmenu_logo {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('ANTIAlogo.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.mainmenu_right {
    display: block;
    position: relative;
    float: right;
}

ul.topmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-family: "JetBrains Mono", monospace;
}

ul.topmenu a {
	text-decoration: none;
	color: white;
}

ul.topmenu li {
    float: left;
    height: 44px;
    padding: 5px 10px 6px 64px;
    border-left: 1px solid white;
	text-transform: uppercase;
}

ul.topmenu li:hover {
	background: white;
}

ul.topmenu a:hover {
	color: black;
}


/************************
One pager, general *****/

.top-spacer {
	display: block;
	position: relative;
	width: 100%;
	height: 110px;
	clear: both;
}

.bumper {
		display: block;
	position: relative;
	width: 100%;
	height: 220px;
	clear: both;
}

#one-pager {
	display: block;
	position: relative;
		top: -70px;
}

.op-section {
	width: 100%;
	height: 800px;
	display: block;
	position: relative;
}

.gridcontainer {
	display: block;
	position: relative;
	max-width: 96vw;
	margin: auto; 
}

/********************
Landing ************/

#s1 {

}

.op-section.landing {


}


/*********************
S2 *****************/

#s2 {
	height: auto;
}

.blocktitle  {
	width: 261px;
	height: 58px;
	border-width: 2.26px;
	padding-top: 12px;
    padding-right: 6px;
    padding-left: 64px;
	border: 2.26px solid #FFFFFF;
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: "JetBrains Mono", monospace;
}

#s4 .blocktitle {
    width: 300px;
}


.section_text {
	width: 704px;
	display: block;
	position: relative;
	max-width: 75vw;
	padding-bottom: 30px;
}

p.first {
	padding-top: 30px;
}

.button_container {
	display: block;
	position: relative;

	float: right;
	font-family: JetBrains mono;
	font-size: 18px;

}

.button_container a {
	text-decoration: none;
}

.button_container .btn {
	display: block;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	color: black;
	background: white;
	font-size: 18px;
	height: 40px;
	padding-right: 8px;
	border: 1px solid white;
		padding-top: 6px;
	width: 353px;
	
}


.button_container .btn:hover {
	background: rgba(0,0,0,0);
	color: white;
}

/***********************
Photowall *************/

#s3 { 
	display: block;
	position: relative;
background-image: url('https://antia.nl/wp-content/uploads/2025/08/Frame-23.png');
    background-repeat: no-repeat;
    background-size: auto 105%;
    background-position: center center;
	opacity: 0.7;
}

ul.carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
	padding-top: 80px;
}

ul.li {
	width: 32%;
	float: left;
	display: block;
	position: relative;
}

.c_photo {
		display: block;
		position: relative;
		width: 32%;
		opacity: 0.5;
		margin: 2%;
}

div#photowall_wrapper {
    display: block;
    position: relative;
    width: 96vw;
    margin: auto;
	overflow: hidden;
	}


	.c_photo {
		width: 300px;
		margin: 8px;
	}
	
	#photo1 {
    left: -2vw;
	top: -70px;
	}
	#photo2.c_photo {
		    width: 410px;
    height: auto;
    right: -20px;
    top: 60px;
	}
	#photo3 {
            top: 30px;
        left: -31px;
	}
	li#photo4 {
    width: 250px;
    top: 100px;
}
	


/*About */

#s4 {
	height: auto;
}

/****************************
Footer ********************/


.footer {
	display: block;
	position: relative;
	background-image: url('https://antia.nl/wp-content/uploads/2025/08/Frame-46.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 110% auto;
	padding-bottom: 10px;
}

.footer_info {
    display: block;
    position: relative;
    height: 139px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
	clear: both;
	margin-bottom: 10px;
	margin: auto;
}


#footer_left {
	float: left;
}

ul.footer_contactinfo {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	margin-left: 20px;
	font-size: 18px;
	font-family: Rubik;
	font-weight: 400;
}

#footer_right {
	float: right;
}

ul.footer_urls {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 1.5em;
	margin-right: 1em;
}

ul.footer_urls li {
	padding-left: 30px;
}

ul.footer_urls a {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	font-family: Rubik;
	display: block;
	position: relative;
}

a.footer_insta {
	background-image: url('instagram.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
a.footer_phone {
	background-image: url('call.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
a.footer_mail {
	background-image: url('mark_as_unread.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}

/*************
S5, community nd Contactform*/

#s5 {
	display: block;
	position: relative;
	z-index: 10;
}

#s5 .section_subtitle {
	font-family: Rubik;
    font-weight: 400;
    font-size: 32px;
    float: none;
    width: 100%;
	padding-bottom: 40px;
	display: block;
	position: relative;
	max-width: 90vw;
}


ul.community_urls {
	list-style: none;
    margin: 0;
    padding: 0;
    font-family: JetBrains mono;
    font-size: 20px;
    font-weight: 500;
    height: 43px;
    display: block;
    position: relative;
    padding-bottom: 80px;
	transition: 0.5s ease;
}

.community_urls_wrapper {
    display: block;
    position: relative;
    clear: both;
	display: block;
	position: relative;
}

li.join {
	list-style: none;
    float: left;
    display: block;
    position: relative;
    height: 42px;
    padding-top: 7px;
    padding-right: 8px;
    text-align: right;
    text-transform: uppercase;
}

li#whatsapp {
	background: #25D366;
	color: black;
	width: 264px;
}

li#signal {
	background: #3A76F0;
	color: white;
	width: 240px;
	margin-left: 40px;
}

li#whatsapp:hover,
li#signal:hover {
	background: white;
	color: black;
}

	

#s5 {
	height: auto;
}

.contact_form_wrapper {
	font-family: JetBrains mono;
}
legend.wpforms-field-label,
#contact_form label {
	color: white!important;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 400;
}
#contact_form input {
	max-width: 100%;
	background: rgba(0,0,0,0);
	border: 1px solid white;
	padding: 8px;
	padding-left: 16px;
	font-family: Rubik;
}

#contact_form input[type="radio"] {
	opacity: 0;
}


#contact_form li.depth-1:hover,
#contact_form li.depth-1.wpforms-selected {
	background: white!important;
	color: black!important;
}

#contact_form li.depth-1.wpforms-selected label {
	color: black!important;
}
#contact_form ul#wpforms-50-field_4 li.depth-1:hover label {
color: black!important;
}
	

input#wpforms-50-field_1::placeholder,
#contact_form text::placeholder,
#contact_form textarea::placeholder,
#contact_form input::placeholder {
		color: white!important;
}

div.wpforms-container-full input[type=text] {
	color: rgba(255,255,255,0.5)!important;
}


#wpforms-50-field_2,
#wpforms-50-field_1 {
	width: 100%;
	height: 53px;
}

#contact_form textarea {
	background: rgba(0,0,0,0);
	border: 1px solid white;
	
}

#contact_form text,
#contact_form input,
#contact_form textarea,
#contact_form email {
	--wpforms-field-text-color: white;
}


ul#wpforms-50-field_4 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

ul#wpforms-50-field_4 li {
	display: block;
	position: relative;
	list-style: none;
	float: left;
	height: 32px!important;
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
	text-transform: uppercase;
	border: 1px solid white;
	margin-right: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#contact_form ul#wpforms-50-field_4 label {
	text-transform: uppercase;
	font-family: JetBrains mono;
	font-size: 18px;
	font-weight: 500;
}

button#wpforms-submit-50 {
    float: right;
    background: white;
    text-align: right;
    color: black;
    text-transform: uppercase;
    width: 202px;
    height: 40px;
    padding-right: 7px;
	border-radius: 0px;
	border: 1px solid white;
}

button#wpforms-submit-50:hover {
	background: rgba(0,0,0,0);
	color: white;
}

div#wpforms-confirmation-50 {
    margin-top: 16px;
}


#mobile-slideout {
	display: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 40;
	transition: 0.2s;
}

.overlay.activated {
	display: block;
	transition: 0.2s;
}
.bottom_ticker {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
}

.op-section.landing {
	height: 960px;
}

.graphic_wrapper {
	pointer-events: none!important;
}


.bg_imgholder {
	background-repeat: no-repeat;
	background-image: url('https://antia.nl/wp-content/uploads/2025/08/aleksandr-popov-R25Q-pAUeY8-unsplash-1.png');
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 150% auto;
    background-position: center 0%;

}

div#topgraphic {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.bg_photo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg_photo_credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.enschede {
    display: block;
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto;
    pointer-events: none;
}
.titletext {
    font-size: 115px;
    font-weight: 700;
    font-family: 'Rubik';
    display: block;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 84%;
    line-height: 160px;
    left: 8%;
	
}
.landing_text {
    display: block;
    position: relative;
    z-index: 20;
    top: -350px;
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 32px;
    font-family: 'Rubik';
}

.landing_text a {
	text-decoration: underline;
	color: white;
}

#wpforms-50 {
  display: block;
  position: relative;
  top: 53px;
}


/*Temp google captcha placement*/

#robot-container {
	display: none;
	position: absolute;
	top: 80px;
}

#robot-container.lightsup {
	display: block;
	position: absolute;
	top: 50px;
}

ul.community_urls.lightsup {
	height: 160px;
	transition: 0.5s ease;
}

