/*
Version: 1.0
Description: Remote CSS for WordCamp Ahmedabad
Author: Chetan Prajapati
Author URI: https://www.chetanprajapati.com
*/
/*** Common ***/
* {
	box-sizing: border-box;
}

#main-header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

#hero-section,
#footer-section {
	min-height: 200px;
	position: relative;
}

.home .header-logo {
	display: none;
}

.home #main-header {
	justify-content: center;
}

#hero-section {
	padding-top: 200px !important;
}

.home #hero-section {
	padding-top: 100px !important;
}

#hero-section::before,
#footer-section::before {
	content: "";
	background: url('https://ahmedabad.wordcamp.org/2023/files/2023/09/Stars.png');
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	animation: stars 15s linear forwards infinite;
	-webkit-animation: stars 15s linear forwards infinite;
	z-index: 0;
	top: 0;
}

@keyframes stars {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: 20px 20px;
	}
	
	40% {
		background-position: 40px 40px;
	}
	
	60% {
		background-position: 60px 60px;
	}
	
	80% {
		background-position: 80px 80px;
	}
	
	100% {
		background-position: 100px 100px;
	}
}

@-webkit-keyframes stars {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: 20px 20px;
	}
	
	40% {
		background-position: 40px 40px;
	}
	
	60% {
		background-position: 60px 60px;
	}
	
	80% {
		background-position: 80px 80px;
	}
	
	100% {
		background-position: 100px 100px;
	}
}

#hero-section .space-rocket {
	-webkit-animation: diving 2s ease-in-out infinite, diving-rotate 2s ease-in-out infinite;
	animation: diving 2s ease-in-out infinite, diving-rotate 2s ease-in-out infinite;
	left: 20px;
	position: absolute;
	top: 15%;
	padding: 20px;
	z-index: 0;
}

@keyframes diving {
	0% {
		margin-top: 5px;
	}
	
	50% {
		margin-top: 20px;
	}
	
	100% {
		margin-top: 5px;
	}
}

@keyframes diving-rotate {
	0% {
		transform: rotate(0deg);
	}
	
	50% {
		transform: rotate(3deg);
	}
	
	75% {
		transform: rotate(-2deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}

#hero-section .moon-man {
	max-width: 1200px;
	position: relative;
	width: 100%;
	z-index: 40;
}

#hero-section .moon-man img {
	animation-name: upDown;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	bottom: -130px;
	margin-right: 30px;
	position: absolute;
	right: 0;
	padding: 20px;
	z-index: 0;
}

@keyframes upDown {
	50% {
		transform: translateY(30px);
	}
}

#hero-section #earth-area {
	width: 1200px;
	height: 420px;
	border: 1px solid #646464;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: 220px;
	backface-visibility: hidden;
}

#hero-section .earth {
	width: 150px;
	height: 400px;
	-webkit-transform: translateX(-50%) scaleX(3.3);
	left: 50%;
	position: absolute;
	top: 210px;
	z-index: 2;
	backface-visibility: hidden;
}

#hero-section .earth-rotate {
	width: 100%;
	height: 100%;
	-webkit-animation: earth 40s infinite linear;
	-webkit-transform-origin: 50% 50%;
}

#hero-section .earth-counter-rotate {
	width: 50px;
	height: 50px;
	-webkit-animation: earth-rotate 40s infinite linear;
}

#hero-section .earth-image {
	background: url('https://ahmedabad.wordcamp.org/2023/files/2023/09/Earth-Icon-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	left: -15px;
	top: -20px;
	font-size: 0;
	display: block;
	-webkit-transform: scaleX(0.3);
	backface-visibility: hidden;
}

@keyframes revolve {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes earth {
	from {
		-webkit-transform: rotateZ(0deg);
	}
	
	to {
		-webkit-transform: rotateZ(360deg);
	}
}

@-webkit-keyframes earth-rotate {
	from {
		-webkit-transform: rotateZ(360deg);
	}
	
	to {
		-webkit-transform: rotateZ(0deg);
	}
}

#hero-section .wc-logo {
	margin-bottom: 80px;
	position: relative;
	z-index: 20;
}

#hero-section .wordcamp {
	margin-bottom: 60px;
	position: relative;
	z-index: 20;
}

#hero-section .date {
	position: relative;
	z-index: 20;
}

#hero-section .moon-surface {
	margin-bottom: -5px;
	position: relative;
	z-index: 30;
}

/* Why Event - Section */
.why-event-main {
	padding-right: 30px;
}

.why-event-box {
	border-radius: 5px;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
	min-height: 250px;
	overflow: hidden;
	padding: 40px 50px 40px 40px;
	position: relative;
}

.why-event-box .icon {
	opacity: .2;
	position: absolute;
	right: -10px;
	top: 20px;
	width: 70px;
}

.why-event-box .title {
	margin-top: 0;
}

.why-event-box .number {
	position: absolute;
	right: -55px;
	bottom: -55px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #e7015e;
	color: #ffffff;
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	padding: 25px 30px;
}

#experience .wc-video {
	border-radius: 5px;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
	margin-right: 30px;
	overflow: hidden;
}

#sponsors .sponsors-section {
	margin-bottom: 80px;
}

#sponsors .sponsors-list {
	display: block;
	text-align: center;
}

#sponsors .sponsors-list .wcb_sponsor {
	display: inline-block;
	margin-right: -4px;
	padding: 15px;
	vertical-align: middle;
	width: 20%;
}

#sponsors .sponsors-list .wcb_sponsor .wp-block-post-featured-image {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 15px;
}

#sponsors .sponsors-list .wcb_sponsor img {
	height: 100px;
	object-fit: contain !important;
}

#news .post-item {
	overflow: hidden;
}

#venue .googlemaps {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

#venue .googlemaps iframe {
	width: 100%;
}

#subscribe-form {
	top: -120px;
	position: relative;
	z-index: 10;
}

#footer-widgets {
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px;
	max-width: 1800px;
	position: relative;
	z-index: 20;
}

.space-man-welcome img,
.space-man-wordpress img {
	animation-name: upDown;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	margin-right: 30px;
	position: relative;
	right: 0;
	padding: 20px;
	width: auto !important;
	z-index: 0;
}

#footer-widgets .social-icons li {
	background-color: transparent;
	font-size: 34px;
}

/*** Responsive ***/
@media all and (max-width: 980px) {
	
}

@media all and (max-width: 767px) {
	.header-logo {
		max-width: 120px;
	}
	
	#hero-section {
		padding-top: 150px !important;
	}
	
	#hero-section .wordcamp-heading {
		max-width: 300px;
	}
	
	#hero-section .wc-logo,
		#hero-section .wordcamp {
		margin-bottom: 30px;
	}
	
	#hero-section .wordcamp-venue {
		padding-top: 0 !important;
	}
	
	#experience .wc-video {
		margin-right: 0;
	}
	
	#sponsors .sponsors-list .wcb_sponsor {
		padding: 10px;
		width: 50%;
	}
	
	#sponsors .sponsors-list .wcb_sponsor .wp-block-post-featured-image {
		padding: 10px;
	}
	
	#sponsors .sponsors-list .wcb_sponsor img {
		height: 80px;
	}
	
	#wc-group-photo {
		min-height: 200px !important;
	}
	
	#wc-group-photo .wp-block-cover__image-background {
		background-attachment: scroll;
	}
	
	#subscribe-form {
		top: 0;
	}
	
	#footer-widgets {
		margin-top: 0;
	}
	
	#wc-group-photo .wp-block-cover__background,
		#hero-section .space-rocket,
		#hero-section .moon-man,
		.space-man-welcome,
		.space-man-wordpress,
		#hero-section #earth-area, 
		#hero-section .earth {
		display: none;
	}
	
	#subscribe-form .wp-block-jetpack-subscriptions__form-elements {
		display: block;
	}
	
	#subscribe-form #subscribe-submit button {
		margin: 10px 0 0 !important;
	}
}

/*** Footer ***/
/*** Responsive ***/
@media all and (max-width: 980px) {
	
}

@media all and (max-width: 767px) {
	
}