@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Eczar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Eczar&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;

:root{
	scroll-behavior: smooth;
	scroll-snap-type: mandatory;
	scroll-snap-align: initial;
	scroll-snap-stop: always; 
}

/* Scrollbar Styling */
::-webkit-scrollbar {
	background-color: black;
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #6d6d6d;
}

* {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

.demo-4 {
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #9fdee9;
	--color-link-hover: #fff;
	--cursor-bg: #c406f3;
	--cursor-blend-mode: exclusion;
	--gradient-text-1: #aedfea;
	--gradient-text-2: rgb(240, 188, 253);
}

.cursor {
	height: 100%;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 99;
	--size: calc(100vw / var(--columns));
}

.cursor__inner {
	display: grid;
	grid-template-columns: repeat(var(--columns), var(--size));
}

.cursor__inner-box {
	width: var(--size);
	height: var(--size);
	background: var(--cursor-bg);
	opacity: 0;
	border-radius: var(--cursor-radius);
}

:root {
	--columns: 30;
	--page-padding: 2rem;
}

.frame {
	grid-template-columns: auto auto auto 1fr;
	grid-template-areas: 'title prev sponsor demos';
	justify-items: start;
	grid-gap: 2rem;
}

.frame__demos {
	justify-self: end;
}

.frame__demos-item:first-child {
	width: auto;
}

.content {
	align-items: center;
}

@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 100%;
	}
}

.scroll-btn>* {
	display: inline-block;
	line-height: 10px;
	font-size: 5px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
	color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 25px;
	height: 45px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 23px;
}

.scroll-btn .mouse>* {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;	 
	border-radius: 50%;
	transition: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation: ani-mouse 1s linear infinite;
	-moz-animation: ani-mouse 1s linear infinite;
	animation: ani-mouse 1s linear infinite;
}

/* timeline */
@font-face {
	font-family: 'ESL Legend';
	src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot);
	src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot#iefix) format('embedded-opentype'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff2) format('woff2'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff) format('woff'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.ttf) format('truetype'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.svg#eicon) format('svg');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'ESL Legend';
	src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot);
	src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot#iefix) format('embedded-opentype'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff2) format('woff2'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff) format('woff'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.ttf) format('truetype'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.svg#eicon) format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'ESL Legend';
	src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot);
	src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot#iefix) format('embedded-opentype'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff2) format('woff2'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff) format('woff'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.ttf) format('truetype'),
		url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.svg#eicon) format('svg');
	font-style: normal;
	font-weight: bold;
}

img {
	max-width: 100%;
}

.ag-timeline-block {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ag-timeline-block::-webkit-scrollbar {
	display: none;
}

.ag-timeline_item {
	position: relative;
	margin-top: 2rem;
}

.ag-timeline_item:nth-child(2n) {
	text-align: right;
	margin-top: 2rem;
}

.ag-timeline {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;

	position: relative;
}

.ag-timeline_line {
	width: 2px;
	background-color: #393935;

	position: absolute;
	top: 2px;
	left: 50%;
	bottom: 0;

	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ag-timeline_line-progress {
	width: 100%;
	height: 20%;
	background-color: #ff0;
}

.ag-timeline-card_box {
	padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box {
	display: inline-block;
	margin: 0 14px 0 -24px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
	margin: 0 -24px 0 14px;
}

.ag-timeline-card_point {
	height: 50px;
	line-height: 45px;
	width: 50px;
	border: 3px solid #ff0;
	background-color: #1d1d1b;

	text-align: center;
	font-family: 'ESL Legend', sans-serif;
	font-size: 20px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point {
	color: #1d1d1b;
	background-color: #ff0;
}

.ag-timeline-card_meta-box {
	display: inline-block;
}

.ag-timeline-card_meta {
	margin: 10px 0 0;

	font-family: 'ESL Legend', sans-serif;
	font-weight: bold;
	font-size: 28px;
	 
	outline: black;
}

.ag-timeline-card_item {
	display: inline-block;
	width: 45%;
	margin: -77px 0 0;

	opacity: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	-o-transition: -o-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;

	position: relative;
}

.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ag-timeline-card_arrow {
	height: 18px;
	width: 18px;
	margin-top: 20px;
	background-color: #282828;

	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
	margin-left: calc(-18px / 2);
	margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
	margin-left: -10px;

	right: auto;
	left: 0;
}

 
.ag-timeline-card_info {
	padding: 20px 30px;
}

.ag-timeline-card_title {
	display: none;
	margin: 10px 0 0;

	font-family: 'ESL Legend', sans-serif;
	font-weight: bold;
	font-size: 28px;
	 
	outline: black;
}

.ag-timeline-card_desc {
	line-height: 1.45;

	font-size: 16px;
}

@media only screen and (max-width: 979px) {
	.ag-timeline_line {
		left: 30px;
	}

	.ag-timeline_item:nth-child(2n) {
		text-align: left;
	}

	.ag-timeline-card_box,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
		padding: 0 0 20px;
	}

	.ag-timeline-card_meta-box {
		display: none;
	}

	.ag-timeline-card_point-box,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
		margin: 0 0 0 8px;
	}

	.ag-timeline-card_point {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}

	.ag-timeline-card_item {
		width: auto;
		margin: -65px 0 0 75px;
	}

	.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
	.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
		-webkit-transform: translateX(200%);
		-moz-transform: translateX(200%);
		-ms-transform: translateX(200%);
		-o-transform: translateX(200%);
		transform: translateX(200%);
	}

	.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
		right: auto;
		left: 0;
	}

	.ag-timeline-card_title {
		display: block;
	}

	.ag-timeline-card_arrow {
		margin-top: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.ag-format-container {
		width: 96%;
	}

	.ag-timeline-card_img {
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 639px) {
	.ag-timeline_title {
		font-size: 60px;
	}

	.ag-timeline-card_info {
		padding: 10px 15px;
	}

	.ag-timeline-card_desc {
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
	.ag-format-container {
		width: 750px;
	}
}

@media (min-width: 980px) and (max-width: 1161px) {
	.ag-format-container {
		width: 960px;
	}
}

.swiper {
	width: 100%;
	height: 100%;
	 
}

.swiper-slide {
	text-align: justify;
	font-size: 18px;
	background: linear-gradient(135deg,
			rgba(255, 255, 255, 0.3) 0%,
			rgb(120 120 120 / 30%) 40%,
			rgb(50 50 50 / 30%) 100%);
	border-radius: 20px;
	box-sizing: border-box;
	backdrop-filter: blur(2.5px);
	filter: drop-shadow(0 0 0.75rem rgb(222 200 200 / 40%));
	border: 3px solid rgb(222 200 200 / 40%);
	/* Center slide text vertically */
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	justify-items: center;  
	align-items: center;
	padding: 1rem 2rem;
}

/*FORM*/
.form-wrapper {
	background: linear-gradient(135deg,
			rgba(255, 255, 255, 0.3) 0%,
			rgb(120 120 120 / 30%) 40%,
			rgb(50 50 50 / 30%) 100%);
	backdrop-filter: blur(1.5px);
	z-index: 3;
	filter: drop-shadow(0 0 0.75rem rgb(222 200 200 / 40%));
	border: 3px solid rgb(222 200 200 / 40%);
	border-radius: 0 10px 10px 0;
	width: 50%;
	padding: 8% 5% 10% 5%;
}

@media only screen and (max-width: 600px) {
	.form-wrapper {
		width: 100%;
		border-radius: 0 0 10px 10px;
	}
}

.social-btn-img {
	width: 45px;
	height: 45px;
	transition: 0.2s;
	user-select: none;
}

.social-btn-img:hover {
	transform: scale(1.1, 1.1);
}

@media only screen and (max-width: 400px) {
	.social-btn-img {
		width: 38px;
		height: 38px;
	}
}

.social-links {
	background: linear-gradient(135deg,
			rgba(255, 255, 255, 0.3) 0%,
			rgb(120 120 120 / 30%) 40%,
			rgb(50 50 50 / 30%) 100%);
	backdrop-filter: blur(1.5px);
	z-index: 3;
	filter: drop-shadow(0 0 0.75rem rgb(222 200 200 / 40%));
	border: 3px solid rgb(222 200 200 / 40%);
	border-radius: 10px 0 0 10px;
	width: 50%;
	padding: 8% 5% 10% 5%;
}

@media only screen and (max-width: 600px) {
	.social-links {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
}

.contact-subhead {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: clamp(15px, 6vw, 60px);
	letter-spacing: 2px;
	transform: scale(0.95, 1);
}

@media only screen and (max-width: 800px) {
	.contact-subhead {
		font-size: clamp(40px, 10vw, 60px);
	}
}

@media only screen and (max-width: 600px) {
	.contact-subhead {
		font-size: clamp(30px, 12vw, 60px);
	}
}

.form-label {
	color: #999;
	font-size: clamp(14px, 1.5vw, 18px);

	user-select: none;
	font-family: 'Poppins', sans-serif;
}

.form-input {
	width: 100%;

	outline: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 12px;
	font-size: clamp(15px, 1.5vw, 18px);
	background: transparent;
}

.form-input:focus+label {
	font-size: clamp(13px, 1.3vw, 16px);
	color: #777;
	top: -20px;
	transition: all 0.225s ease;
}

.form-input:valid+label {
	font-size: clamp(13px, 1.3vw, 16px);
	color: #777;
	top: -20px;
	transition: all 0.225s ease;
}

@media only screen and (max-width: 600px) {
	.form-input {
		width: 90%;
	}
}

@media only screen and (max-width: 400px) {
	.form-input {
		width: 90%;
	}
}

.form-textarea {
	width: 100%;

	outline: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 12px;
	font-size: clamp(15px, 1.5vw, 18px);
	background: transparent;
}

.form-textarea:focus+label {
	font-size: clamp(13px, 1.3vw, 16px);
	color: #777;
	top: -20px;
	transition: all 0.225s ease;
}

.form-textarea:valid+label {
	font-size: clamp(13px, 1.3vw, 16px);
	color: #777;
	top: -20px;
	transition: all 0.225s ease;
}

@media only screen and (max-width: 600px) {
	.form-textarea {
		width: 90%;
	}
}

@media only screen and (max-width: 400px) {
	.form-textarea {
		width: 90%;
	}
}

.submit-btn {
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	overflow: hidden;
	border-radius: 5px;
	border: none;
	background-color: #6c757d;
}

.submit-btn:hover {
	border-radius: 5px;
	padding-right: 24px;
	padding-left: 8px;
}

.submit-btn:hover:after {
	opacity: 1;
	right: 10px;
}

.submit-btn:after {
	content: '»';
	position: absolute;
	opacity: 0;
	font-size: 20px;
	line-height: 40px;
	top: 0;
	right: -20px;
	transition: 0.4s;
}