/*
	Theme Name: Void Child Theme
	Theme URI: 
	Description: 
	Version: 1.0.1
	Author: Voiid
	Author URI: 
	Template: basic_wp
	Tags: theme


	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
html, body{
	margin: 0!important;
	padding: 0!important;
	font-size:22px;
	letter-spacing: 0.03em;


	h1,h2,h3,h4,h5{
		font-weight: 900;
		font-family: "Fredoka", sans-serif!important;
	}

}
#nav-area,#banner-area {
	display: none;
}
.banner-box {
	display: none;
}
#content-area {
	>.container-fluid {
		padding: 0;
		>.row {
			margin: 0!important;
			padding: 0!important;
			>.col-12 {
				margin: 0!important;
				padding: 0!important;
			}
		}
	}
}

@keyframes bump {
	0%   { transform: scale(1); }
	50%  { transform: scale(1.2); }
	100% { transform: scale(1); }
	}

.main-background {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 90vh;
	display: flex;
	justify-content: center;
	align-content: center;
	padding-top: 100px;
	padding-bottom: 150px;
	margin-bottom: 5px;

	.og-main {
		top:0;
		position: absolute;
		width: 100%;	
		height: 100%;
		figure,img {
			margin: 0;
			width: 100%;	
			height: 100%;
			object-fit: cover;	
		}
		img {
			opacity: 0.2;
		}
	}
	.og-overlay {
		position: absolute;
		width: 100%;
		bottom:0;
		figure {
			transform: scale(1.1);
		}
		figure,img {
			margin: 0;
			left: 0;
			bottom: calc(0px + -3vw);
			position: absolute;
			width: 100%;
			object-fit: cover;
			object-position: bottom;
		}
		img {
			animation: leafSway 20s ease-in-out infinite alternate;
			transform-origin: bottom center;
		}
	}

	@media(min-width:767px) {
		padding-bottom: 350px;
	}
}
.timer-section {
	z-index: 10;
	position: relative;
	padding-inline: 15px;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-inline: 60px;
	/* justify-content: center; */
	img {
		max-height: 250px;
		width: auto;
		margin: 0 auto;
		display: block;
	}
	p {
		/* color: #fff; */
		font-weight: 900;
		/* text-shadow: #000 0px 0px 10px; */
		text-align: center;
		font-size: 1.6rem;
		text-transform: uppercase;
	}
	.timer-container {
		display: flex;
		column-gap: 30px;
		row-gap: 30px;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		font-family: fredoka, 'arial';
	
		.time-section {
			border-radius: 20px;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
			display: flex;
			flex-direction: column;
			align-items: center;
			min-width: 65px;
			transition: transform 0.2s ease-in-out;
			cursor: default;
			width: 120px;
			height: 120px;

			
			background: #e6f2d8; /* soft mossy green */
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
			border:5px solid #fff;
			position: relative;
			border:5px solid #fff;
			background-color: #e6f2d8;
	
			&:before {
				z-index: -2;
				content:"";
				position: absolute;
				background-color: #29589d;
				border-radius: 50%;
				left: -13px;
				top:-13px;
				bottom:-13px;
				right:-13px;
			}
			&:after {
				z-index: -1;
				content:"";
				position: absolute;
				background-color: #29c0ee;
				border-radius: 50%;
				left: -8px;
				top:-8px;
				bottom:-8px;
				right:-8px;
			}
		}
	
		.number {
			font-size: 2.5rem;
			line-height: 0.9;
			font-weight: 700;
			color: #3e4d2c;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
		}
	
		.label {
			font-size: 0.75rem;
			color: #5a6c3e;
			text-transform: uppercase;
			letter-spacing: 0.05em;
			margin-top: 4px;
		}

		.number.bump {
			animation: bump 0.25s ease;
		}

	}
	@media(min-width:767px) {
		.timer-container {
			flex-direction: row!important;

			.time-section {
				width: 150px;
				height: 150px;
			}
			.number {
				font-size: 3.2rem;
			}
		}
	}
	
}

@keyframes leafSway {
	0% {
		transform: perspective(1000px) scale(1) skewX(0deg) rotate(0deg) translateY(0px);
	  }
	  20% {
		transform: perspective(1000px) scale(1.01) skewX(1.5deg) rotate(0.3deg) translateY(-2px);
	  }
	  40% {
		transform: perspective(1000px) scale(0.99) skewX(-1.2deg) rotate(-0.4deg) translateY(2px);
	  }
	  60% {
		transform: perspective(1000px) scale(1.02) skewX(0.5deg) rotate(0.2deg) translateY(-1px);
	  }
	  80% {
		transform: perspective(1000px) scale(1) skewX(-1deg) rotate(-0.3deg) translateY(1px);
	  }
	  100% {
		transform: perspective(1000px) scale(1) skewX(0deg) rotate(0deg) translateY(0px);
	  }
  }
  .btn-wrapper {
	.btn {
		border-radius: 30px;
		padding: 15px 30px;
		background-color: #0ebcdd!important;
		color:#fff!important;
		&:hover,&:focus {
			background-color: #0c0d07!important;
			color:#fff!important;
		}
	}
}

  .theme-1 {
	background-color:#0ebcdd;
	color:#fff;
	h1,h2,h3,h4,h5 {
		color:#fff;
	}

	.btn-wrapper {
		.btn {
			background-color: #fff!important;
			color:#0c0d07!important;
			&:hover,&:focus {
				background-color: #0c0d07!important;
				color:#fff!important;
			}
		}
	}
  }
  .theme-2 {
	background-color:#be9dfe;
	color:#fff;
	h1,h2,h3,h4,h5 {
		color:#fff;
	}

	.btn-wrapper {
		.btn {
			background-color: #fff!important;
			color:#0c0d07!important;
			&:hover,&:focus {
				background-color: #0c0d07!important;
				color:#fff!important;
			}
		}
	}
  }
  .theme-3 {
	border-top:5px solid #0ebcdd;
	background-color:#29589d;
	color:#fff;
	h1,h2,h3,h4,h5 {
		color:#fff;
	}
	.btn-wrapper {
		.btn {
			background-color: #fff!important;
			color:#0c0d07!important;
			&:hover,&:focus {
				background-color: #0c0d07!important;
				color:#fff!important;
			}
		}
	}
  }
  .theme-4 {
	background-color:#f1f1f1;
	color:#000;
  }

  .pandanomics {
	overflow: hidden;
	p {
		max-width: 100%;/*??*/
	}
	img{ 
		max-height: 300px;
		object-fit: contain;
		object-position: center;
	}

	.col {
		align-items: stretch;
  		display: flex;
	}
	.has-small-font-size {
		font-size: 0.5rem!important;
		@media(min-width:1400px) {
			font-size: 0.9rem!important;
		}
	}

	.voiid-element {
		background-image: url('/wp-content/uploads/2025/08/patten.jpg');
		width: 100%;
		border:3px solid #000;
		position: relative;

		background-color: #fff;
		border-radius: 30px;
		display: flex;
		padding: 30px;
		align-items: center;
		flex-direction: column;
		column-gap: 30px;
		row-gap:10px;
		height: 100%;
	
		&:before {
			z-index: -2;
			content:"";
			position: absolute;
			background-color: #29589d;
			border-radius: 36px;
			left: -13px;
			top:-13px;
			bottom:-13px;
			right:-13px;
		}
		&:after {
			z-index: -1;
			content:"";
			position: absolute;
			background-color: #29c0ee;
			border-radius: 30px;
			left: -7px;
			top:-7px;
			bottom:-7px;
			right:-7px;
		}
	}
  }

  .socials-wrapper {
	display: flex;
	justify-content: center;

	
	ul {
		padding: 0;
		display: flex;
		column-gap: 10px;
		list-style: none;
		margin: 0;
	  li {
		list-style: none;
		font-size: 1.4rem;
	  }
	}

	@media(min-width:767px) {
		justify-content: flex-start;
	}
  }

  #footer-top-area {
	border-top:5px solid #0ebcdd;
	text-align: center;
	color:#0ebcdd;
	* {
		color:#0ebcdd;
	}
	p {
		margin-bottom: 0;
	}
	.row {
		align-items: center;
	}

	@media(min-width:767px) {
		.footer-widget{ 
			text-align: right;
		}
	}

  }

  .animation {
	&.fade {
		opacity: 0;
		transition: all 1s ease;
	}
	&.fade-up {
		opacity: 0;
		transform: translateY(80px);
		transition: all 0.5s ease;
	}
	&.animation-active {
		&.fade {
			opacity: 1;
		}
		&.fade-up {
			opacity: 1;
			transform: translateY(0px);
		}
	}
}



