@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:700|Volkhov:700|Hammersmith+One|Arbutus+Slab|Poppins:800|Questrial|Bungee+Outline|Josefin+Sans:700');
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}
/*
.content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	min-height: 20vh;
}

.content--fixed {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	display: grid;
	align-content: space-between;
	width: 100%;
	max-width: none;
	min-height: 0;
	height: 100vh;
	padding: 1.5em;
	pointer-events: none;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto 4em;
	grid-template-areas: 'header header'
	'... ...'
	'github demos';
}

.content--fixed a {
	pointer-events: auto;
} */
/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

	/**
   * colors
   */

	/* gradient */

	--bg-gradient-onyx: linear-gradient(to bottom right,
			hsl(240, 1%, 25%) 3%,
			hsl(0, 0%, 19%) 97%);
	--bg-gradient-jet: linear-gradient(to bottom right,
			hsla(240, 1%, 18%, 0.251) 0%,
			hsla(240, 2%, 11%, 0) 100%), hsl(240, 2%, 13%);
	--bg-gradient-yellow-1: linear-gradient(to bottom right,
			hsl(45, 100%, 71%) 0%,
			hsla(36, 100%, 69%, 0) 50%);
	--bg-gradient-yellow-2: linear-gradient(135deg,
			hsla(45, 100%, 71%, 0.251) 0%,
			hsla(35, 100%, 68%, 0) 59.86%), hsl(240, 2%, 13%);
	--border-gradient-onyx: linear-gradient(to bottom right,
			hsl(0, 0%, 25%) 0%,
			hsla(0, 0%, 25%, 0) 50%);
	--text-gradient-yellow: linear-gradient(to right,
			hsl(45, 100%, 72%),
			hsl(35, 100%, 68%));

	/* solid */

	--jet: hsl(0, 0%, 22%);
	--onyx: hsl(240, 1%, 17%);
	--eerie-black-1: hsl(240, 2%, 13%);
	--eerie-black-2: hsl(240, 2%, 12%);
	--smoky-black: hsl(0, 0%, 7%);
	--white-1: hsl(0, 0%, 100%);
	--white-2: hsl(0, 0%, 98%);
	--orange-yellow-crayola: hsl(45, 100%, 72%);
	--vegas-gold: hsl(45, 54%, 58%);
	--light-gray: hsl(0, 0%, 84%);
	--light-gray-70: hsla(0, 0%, 84%, 0.7);
	--bittersweet-shimmer: hsl(0, 43%, 51%);

	/**
   * typography
   */

	/* font-family */
	--ff-poppins: 'Poppins', sans-serif;

	/* font-size */
	--fs-1: 24px;
	--fs-2: 18px;
	--fs-3: 17px;
	--fs-4: 16px;
	--fs-5: 15px;
	--fs-6: 14px;
	--fs-7: 13px;
	--fs-8: 11px;

	/* font-weight */
	--fw-300: 300;
	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;

	/**
   * shadow
   */

	--shadow-1: -4px 8px 24px hsla(0, 0%, 0%, 0.25);
	--shadow-2: 0 16px 30px hsla(0, 0%, 0%, 0.25);
	--shadow-3: 0 16px 40px hsla(0, 0%, 0%, 0.25);
	--shadow-4: 0 25px 50px hsla(0, 0%, 0%, 0.15);
	--shadow-5: 0 24px 80px hsla(0, 0%, 0%, 0.25);

	/**
   * transition
   */

	--transition-1: 0.25s ease;
	--transition-2: 0.5s ease-in-out;

}

/* Slideshow */
.slideshow {
	position: fixed;
	top: 0;
	left: 35%;
}

.slide {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
}

.slide--current {
	opacity: 1;
	pointer-events: auto;
	z-index: 100;
}

.slide__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide__bg--1 {
	background: var(--color-bg-slide-1);
}

.slide__bg--2 {
	background: var(--color-bg-slide-2);
}

.slide__bg--3 {
	background: var(--color-bg-slide-3);
}

.slide__bg--4 {
	background: var(--color-bg-slide-4);
}

.slide__bg--5 {
	background: var(--color-bg-slide-5);
}

.slide__bg--6 {
	background: var(--color-bg-slide-6);
}

.slide__bg--7 {
	background: var(--color-bg-slide-7);
}

.slide__bg--8 {
	background: var(--color-bg-slide-8);
}

.slidenav {
	position: relative;
	margin: 16em 0 0 0;
	z-index: 200;
}

.slidenav__item {
	background: none;
	border: none;
	font-size: 1.5em;
	color: var(--color-nav);
	margin: 1em;
}

.slidenav__item:focus {
	outline: none;
}

.slidenav__item:hover {
	opacity: 0.6;
}

.slidenav__item--next .icon {
	transform: rotate(180deg);
}

/* Word + SVG styles */
.word {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	position: inherit;
	top: 100px;



}

.word span {
	display: block;
	position: relative;
	flex: none;
	white-space: pre;
}

.word--1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 4vw;
}

.word--2 {
	font-family: 'Arbutus Slab', serif;
}

.word--3 {
	font-family: 'Questrial', sans-serif;
}

.word--4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}

.word--5 {
	font-family: 'Bungee Outline', cursive;
}

.word--6 {
	font-family: 'Hammersmith One', sans-serif;
}

.word--6 .char5,
.word--6 .char9 {
	color: #dc2e2e;
}

.word--7 {
	font-family: 'Volkhov', serif;
	font-weight: 700;
}

.word--8 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	color: #0800ff;
}

.word--9 {
	font-family: 'Montserrat Alternates', serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 8vw;
}

.shapes {
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 80em) {
.logo-button {
		position: fixed;
		right: 0px;
		bottom: 45px;
		border: none;
		background: none;

	}

	.logo-button img {
		width: 100px;
		/* Adjust as needed */
		height: 200px;
		/* Adjust as needed */
	}

	.Mahekjain-btn-10 a {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100px;
		height: 30px;
		display: inline-block;
		padding: 10px 5px;
		margin: 10px 0;
		color: #03e9f4;
		text-decoration: none;
		text-transform: uppercase;
		transition: 0.5s;
		letter-spacing: 4px;
		overflow: hidden;
		margin-right: 10px;
		font-size: 8px;
		border-radius: 10px;
	}
		.slideshow {
			position: fixed;
			top: 0;
			left: 20%;
		}

		.word--1 {
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 8vw;
		}


}

.icon-box {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	font-size: 18px;
	margin-left: 50px;
}

.icon-box {
	position: relative;
	background: var(--border-gradient-onyx);
	width: 30px;
	height: 30px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--orange-yellow-crayola);
	box-shadow: var(--shadow-1);
	z-index: 1;
}

.icon-box::before {
	content: "";
	position: absolute;
	inset: 1px;
	background: var(--eerie-black-1);
	border-radius: inherit;
	z-index: -1;
}

.icon-box ion-icon {
	--ionicon-stroke-width: 35px;
}

.timeline {
	margin-bottom: 30px;
}

.timeline .title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.timeline-list {
	font-size: var(--fs-6);
	margin-left: 45px;
	margin-top: -40px;
}

.timeline-item {
	position: relative;
}

.timeline-item:not(:last-child) {
	margin-bottom: 20px;
}

.timeline-item-title {
	font-size: var(--fs-6);
	line-height: 1.3;
	margin-bottom: 7px;
}

ol li {
	list-style-type: none;
}

.timeline-list span {
	color: var(--vegas-gold);
	font-weight: var(--fw-400);
	line-height: 1.6;
}

.timeline-item:not(:last-child)::before {
	content: "";
	position: absolute;
	top: -25px;
	left: -30px;
	width: 1px;
	height: calc(100% + 50px);
	background: var(--jet);
}

.timeline-item::after {
	content: "";
	position: absolute;
	top: 5px;
	left: -33px;
	height: 6px;
	width: 6px;
	background: var(--text-gradient-yellow);
	border-radius: 50%;
	box-shadow: 0 0 0 4px var(--jet);
}

.timeline-text {
	color: var(--light-gray);
	font-weight: var(--fw-300);
	line-height: 1.6;
}

  .timeline-list {
  	margin-left: 65px;
  }

  .timeline-item:not(:last-child)::before {
  	left: -40px;
  }

  .timeline-item::after {
  	height: 8px;
  	width: 8px;
  	left: -43px;
  }

  .skills-item:not(:last-child) {
  	margin-bottom: 25px;
  }