@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap");
*, ::before, ::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

canvas {
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}

body {
	background: white;
	background-image: radial-gradient(#c0c0c0 1.3px, transparent 0);
	background-size: 40px 40px;
	background-position: -19px -19px;
	max-width: 100%;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

/* Fonts */

@font-face {
	src: url(../assets/fonts/virgo.ttf);
	font-family: minet;
}

@font-face {
	src: url(../assets/fonts/europa/Europa-Bold.ttf);
	font-family: title;
}

@font-face {
	src: url(../assets/fonts/europa/europa-regular.ttf);
	font-family: body;
}

/*custom scrollbar*/

::-webkit-scrollbar {
	width: 7px;
	display: none;
}

::-webkit-scrollbar-track {
	border: 0px transparent;
}

::-webkit-scrollbar-thumb {
	background: #6699ee;
	border-radius: 0px;
}

::selection {
	background: #6699ee;
	color: #ffffff;
}

.navbar {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: none;
}

.nav-item {
	font-family: body;
	font-size: 1.2rem;
}

.navbar-brand {
	font-family: minet;
}

.navbar-brand:hover {
	color: blueviolet;
}

.collapse {
	font-size: 1.3em;
}

.designinff {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 4%;
	margin-bottom: 3%;
}

.pottytxts h4 {
	text-align: center;
	background: linear-gradient(120deg, #6699ee, #a5c6f3);
	/* -webkit-background-clip: text; */
	-webkit-text-fill-color: transparent;
	font-weight: normal;
	margin-bottom: 5%;
}

.m {
	font-family: minet;
	font-size: 9rem;
}

.ach {
	font-size: 8rem;
	font-family: Nunito, sans-serif;
}

.mach {
	width: 15em;
	margin-bottom: 10px;
}

.pottytxts {
	margin-right: 7%;
	text-align: center;
	color: #808080;
	font-size: 1.5rem;
	font-family: title;
}

.omg {
	margin-top: 5%;
	border-color: #6699ee;
	border-radius: 30px;
	outline: none;
	padding-top: 14px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 14px;
	box-shadow: 0px 8px 32px rgba(56, 123, 217, 0.6);
	background: linear-gradient(170deg, #6699ee, #a5c6f3);
	color: #fff;
	border: none;
	font-size: 15px;
	transform: translateY(-4px);
	transition: 0.5s;
	font-family: title;
}

.omg:hover {
	background-color: #5d8de0;
	outline: none;
	transform: translateY(0px);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pottyimage img {
	height: 0px;
}

.pottytext h4 {
	font-size: 0rem;
}

.pottytext p {
	font-size: 0rem;
}

.ohlol {
	font-size: 0px;
}

.bruh {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 18%;
	margin-right: 18%;
	margin-bottom: 10%;
}

.bruhtxt {
	margin-left: 10%;
}

.bruhtxt h4 {
	font-size: 2.7rem;
	font-family: title;
}

.bruhtxt p {
	font-size: 1.1rem;
	margin-right: 5%;
	line-height: 25px;
	font-family: body;
}

.bruhimg {
	margin-left: 0%;
}

.container {
	margin-top: 12%;
	margin-bottom: 12%;
}

.grid {
	margin: 50px;
	display: grid;
	grid-template-columns: repeat(3, 255px);
	grid-gap: 125px;
	align-items: center;
	justify-content: center;
}

.grid>article {
	cursor: pointer;
	height: 300px;
	border-color: #fffbfb;
	border-radius: 30px;
	outline: none;
	box-shadow: 20px 20px 40px #b3b3b3, -20px -20px 40px #ffffff;
	background-color: #fffbfb;
	color: #808080;
	border: none;
	transform: translateY(-4px);
	transition: 0.5s;
	align-items: center;
	text-align: center;
	font-family: title;
}

.grid article:hover {
	outline: none;
	transform: translateY(0px);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.grid h3 {
	color: #3d3d3d;
	font-size: 1.5rem;
	text-align: center;
}

.grid .ev {
	margin-top: 10px;
}

.designinfff {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 7%;
}

.pottytxtss h4 {
	font-size: 2.7rem;
	font-family: title;
}

.pottytxtss p {
	font-size: 1.1rem;
	margin-right: 20%;
	line-height: 25px;
	font-weight: normal;
	font-family: body;
}

.rebirth img {
	display: none;
}

.rebirths img {
	display: none;
}

.popo .overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
	display: none;
}

.popo .content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #fff;
	width: 530px;
	height: 350px;
	z-index: 2;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 30px;
	color: #000000;
	max-width: 80%;
}

.tattim {
	margin-top: 10%;
}

.tattim h1 {
	font-family: title;
	font-weight: bold;
}

.tattim p {
	font-family: body;
	font-weight: normal;
}

.tattie {
	margin-top: 5%;
}

.tattie h1 {
	font-family: title;
	font-weight: bold;
}

.tattie p {
	font-family: body;
	font-weight: normal;
	padding-bottom: 10px;
}

.tattir {
	margin-top: 10%;
}

.abe {
	font-size: 15px;
}

.tattir h1 {
	font-family: title;
	font-weight: bold;
}

.tattir p {
	font-family: body;
	font-weight: normal;
}

.popo .closebtn {
	cursor: pointer;
	position: absolute;
	transition: all 500ms ease-in-out;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #fff;
	color: black;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

button {
	cursor: pointer;
}

.omg a {
	color: #ffffff;
	text-decoration: none;
}

.ohlol a {
	color: #fff;
	text-decoration: none;
}

.content a {
	text-decoration: none;
	background: linear-gradient(120deg, #1f6fe0, #e8f0fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.popo.active .overlay {
	display: block;
	pointer-events: all;
}

.popo.active .content {
	transition: all 300ms ease-in-out;
	transform: translate(-50%, -50%) scale(1);
}

.popo h1 {
	background: linear-gradient(120deg, #1f6fe0, #e8f0fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: title;
}

.arhaanb {
	text-decoration: none;
	background: linear-gradient(120deg, #1160ce, #6da1f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.arhaanb:hover {
	background: linear-gradient(120deg, #023e97, #023e97);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#page-container {
	position: relative;
	min-height: 85vh;
}

#content-wrap {
	padding-bottom: 2.5rem;
	/* Footer height */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	background-color: #fafafa;
	border-top: 3px solid #f5f5f5;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer_a {
	color: black;
	text-decoration: none;
}

.heart {
	color: red;
}

.footer_a:hover {
	text-decoration: none;
	color: #6699ee;
}

@media (max-width: 1400px) {
	.headmach {
		text-align: center;
		margin-left: 13%;
		margin-right: 13%;
	}
	.designinfff {
		margin-left: 5%;
		margin: 5%;
	}
	.bruh {
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media (max-width: 1200px) {
	.designinff {
		margin-left: 25%;
		margin-right: 25%;
	}
	.designinfff {
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 7%;
	}
	.bruhtxt h4 {
		font-size: 2.5rem;
	}
	.bruhtxt p {
		font-size: 1.1rem;
	}
	.bruhimg img {
		height: 250px;
	}
	.container {
		margin-bottom: 20%;
	}
	.grid {
		margin: 80px;
		display: grid;
		grid-template-columns: repeat(3, 220px);
		grid-gap: 100px;
		align-items: center;
		justify-content: center;
	}
	.pottytxts h4 {
		text-align: center;
		color: #6699ee;
		margin-bottom: 5%;
	}
	.m {
		font-family: minet;
		font-size: 7rem;
	}
	.ach {
		font-size: 6rem;
		font-family: Nunito, sans-serif;
	}
	.pottytxts {
		margin-right: 15%;
		text-align: center;
		color: #808080;
		font-size: 1.3rem;
	}
	.pottyimgs img {
		height: 400px;
	}
}

@media (max-width: 1100px) {
	.grid {
		margin: 20px;
		display: grid;
		grid-template-columns: repeat(3, 220px);
		grid-gap: 60px;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 1000px) {
	.designinff {
		margin-left: 20%;
		margin-right: 20%;
	}
	.pottyimgs img {
		height: 350px;
	}
	.pottytxts h4 {
		font-size: 6rem;
		text-align: center;
		color: #6699ee;
		font-family: minet;
		margin-bottom: 5%;
	}
	.pottytxts {
		margin-right: 20%;
		text-align: center;
		color: #808080;
		font-size: 1.3rem;
	}
	.omg {
		margin-top: 5%;
		border-color: #6699ee;
		border-radius: 30px;
		outline: none;
		padding-top: 14px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 14px;
		box-shadow: 0px 8px 32px rgba(56, 123, 217, 0.6);
		background: linear-gradient(170deg, #6699ee, #a5c6f3);
		color: #fff;
		border: none;
		font-size: 15px;
		transform: translateY(-4px);
		transition: 0.5s;
		font-family: title;
	}
	.omg:hover {
		background-color: #5d8de0;
		outline: none;
		transform: translateY(0px);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.grid {
		margin: 50px;
		display: grid;
		grid-template-columns: repeat(3, 200px);
		grid-gap: 50px;
		align-items: center;
		justify-content: center;
	}
	.exp {
		height: 150px;
	}
	.grid>article {
		cursor: pointer;
		height: 250px;
		border-color: #fffbfb;
		border-radius: 30px;
		outline: none;
		box-shadow: 20px 20px 40px #afb0b2, -20px -20px 40px #ffffff;
		background-color: #fffbfb;
		color: #808080;
		border: none;
		transform: translateY(-4px);
		transition: 0.5s;
		align-items: center;
		text-align: center;
	}
	.grid h3 {
		color: #3d3d3d;
		font-size: 1.5rem;
		font-family: title;
	}
	.pottyimgss img {
		height: 200px;
	}
}

@media (max-width: 800px) {
	.designinff {
		display: none;
	}
	.designkid {
		justify-content: center;
		display: flex;
		text-align: center;
		margin-top: 10%;
		margin-bottom: 20%;
	}
	.pottyimage img {
		height: 400px;
	}
	.pottytext p {
		font-size: 2rem;
		text-align: center;
		color: #808080;
		font-family: title;
	}
	.ohlol {
		margin-top: 5%;
		border-color: #6699ee;
		border-radius: 30px;
		outline: none;
		padding-top: 14px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 14px;
		box-shadow: 0px 8px 32px rgba(56, 123, 217, 0.6);
		background: linear-gradient(170deg, #6699ee, #a5c6f3);
		color: #fff;
		border: none;
		font-size: 15px;
		transform: translateY(-4px);
		transition: 0.5s;
		font-family: title;
	}
	.ohlol:hover {
		background-color: #5d8de0;
		outline: none;
		transform: translateY(0px);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.grid {
		margin: 50px;
		display: grid;
		grid-template-columns: repeat(1, 600px);
		grid-gap: 60px;
		align-items: center;
		justify-content: center;
	}
	.exp {
		height: 200px;
		margin-right: 10%;
	}
	.grid>article {
		cursor: pointer;
		height: 250px;
		border-color: #fffbfb;
		border-radius: 30px;
		outline: none;
		box-shadow: 20px 20px 40px #afb0b2, -20px -20px 40px #ffffff;
		background-color: #fffbfb;
		color: #808080;
		border: none;
		transform: translateY(-4px);
		transition: 0.5s;
		align-items: center;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.grid h3 {
		color: #3d3d3d;
		font-size: 2rem;
		font-family: title;
		text-align: center;
		justify-content: center;
	}
	.designinfff {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 7%;
	}
	.pottytxtss h4 {
		font-size: 2.5rem;
		color: #000000;
		font-family: title;
		font-weight: bold;
	}
	.pottytxtss p {
		font-family: body;
		font-size: 1rem;
		margin-right: 20%;
	}
	.pottyimgss img {
		height: 150px;
	}
	.bruhimg {
		display: none;
	}
	.rebirths img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 250px;
		margin-top: 15%;
	}
	.popo .content {
		height: 400px;
	}
	.bruh {
		margin-left: 10%;
		margin-right: 10%;
	}
	.bruhtxt {
		margin-left: 0%;
	}
	.bruhtxt h4 {
		font-size: 2.5rem;
		font-family: title;
		text-align: center;
	}
	.bruhtxt p {
		font-family: body;
		font-size: 1.1rem;
		margin-right: 5%;
		line-height: 25px;
	}
	#footer {
		height: 3rem;
	}
}

@media (max-width: 700px) {
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 550px);
		grid-gap: 60px;
	}
	.headmach {
		margin-left: 7%;
		margin-right: 7%;
	}
}

@media (max-width: 600px) {
	canvas {
		visibility: hidden;
	}
	.pottyimage img {
		height: 350px;
	}
	.pottytext p {
		font-size: 1.8rem;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 450px);
		grid-gap: 60px;
	}
	.headmach {
		margin-left: 7%;
		margin-right: 7%;
	}
	.grid h3 {
		color: #3d3d3d;
		font-size: 2rem;
		font-family: title;
		margin-right: 70px;
	}
	.grid img {
		width: 200px;
		height: 200px;
		margin-right: 0%;
	}
	.designinfff {
		display: flex;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 7%;
		justify-content: center;
		align-items: center;
	}
	.pottytxtss h4 {
		font-size: 2.5rem;
		color: #000000;
		font-family: title;
		font-weight: bold;
		text-align: center;
	}
	.pottytxtss p {
		font-family: body;
		font-size: 1rem;
		margin-left: 0;
		margin-right: 0;
	}
	.pottyimgss img {
		display: none;
	}
	.rebirth img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 170px;
		margin-top: 15%;
	}
}

@media (max-width: 500px) {
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 400px);
		grid-gap: 60px;
	}
	.grid h3 {
		color: #3d3d3d;
		font-size: 1.8rem;
		font-family: title;
		margin-right: 50px;
	}
	.grid img {
		width: 200px;
		height: 200px;
		margin-right: 0%;
	}
}

@media (max-width: 450px) {
	.tattim {
		margin-top: 3%;
	}
	.tattim h1 {
		font-family: title;
		font-weight: bold;
	}
	.tattim p {
		font-family: body;
		font-weight: normal;
	}
	.tattie {
		margin-top: 2%;
	}
	.tattie h1 {
		font-family: title;
		font-weight: bold;
	}
	.tattie p {
		font-family: body;
		font-weight: normal;
	}
}

@media (max-width: 430px) {
	.pottyimage img {
		height: 300px;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 350px);
		grid-gap: 60px;
	}
	.grid article {
		height: 200px;
	}
	.grid img {
		width: 150px;
		height: 150px;
		margin-right: 0%;
	}
	.grid h3 {
		color: #3d3d3d;
		font-size: 1.5rem;
		font-family: title;
		margin-right: 25px;
	}
}

@media (max-width: 400px) {
	.pottyimage img {
		height: 300px;
	}
	.pottytext p {
		font-size: 1.5rem;
	}
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 330px);
		grid-gap: 60px;
	}
	.tattim {
		margin-top: 3%;
	}
	.tattim h1 {
		font-family: title;
		font-weight: bold;
		font-size: 2rem;
	}
	.tattim p {
		font-family: body;
		font-weight: normal;
		font-size: 0.9rem;
	}
	.tattie {
		margin-top: 5%;
	}
	.tattie h1 {
		font-family: title;
		font-weight: bold;
	}
	.tattie p {
		font-family: body;
		font-weight: normal;
	}
}

@media (max-width: 350px) {
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 300px);
		grid-gap: 60px;
	}
}