@media screen and (max-width: 430px) {
	.main-media-links {
		flex-direction: column;
	}

	.social-links {
		padding: 15px;
	}
	#es-cc {
		display: flex;
	}
	.say-hello-btn {
		margin-right: 0px;
		font-size: 1.2rem;
	}

	hr {
		display: none;
	}

	.media-tag {
		font-size: 1.8rem;
	}

	.about-me-text {
		max-width: 85%;
	}

	.card-skill {
		max-width: 100%;
	}

	.skills-card {
		width: 180px;
	}
	.education:nth-child(3) {
		margin-left: 0vw;
	}
	.main-image-circle {
		width: 220px;
		height: 220px;
	}
	.project-detail-links {
		flex-direction: column;
		align-items: center;
	}
	.pd-links {
		margin-bottom: 1rem;
		width: 80%;
	}
	.image-container {
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 770px) {
	.about-me-text {
		max-width: 85%;
	}

	#open-navbar {
		display: initial;
		font-size: 1.5rem;
	}

	.nav-items {
		display: none;
	}

	.project-img,
	.project-cnt {
		width: 100%;
	}

	.projects-div {
		max-width: 95%;
	}

	.tech {
		width: 20px;
		height: 20px;
	}

	.collab-div {
		margin-top: -90px;
		padding: 10px;
		flex-direction: column;
	}

	.collab {
		width: 100%;
		padding: 10px;
		text-align: center;
	}

	.footer-container {
		min-height: 50vh;
	}

	.responsive-navbar {
		display: initial;
		position: fixed;
		top: 0%;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 9999;
		transition: all ease-in-out 0.5s;
	}

	.res-nav {
		padding-top: 5rem;
		display: initial;
		width: 60%;
		height: 100%;
		background: var(--primary-bgc-linear);
		margin: auto;
		position: absolute;
		right: 0%;
		top: 0%;
		z-index: 99999;
	}

	.res-nav ul {
		flex-direction: column;
	}

	#cross-nav {
		position: absolute;
		top: 0%;
		right: 0%;
		margin-right: 1.8rem;
		margin-top: 0.6rem;
		font-size: 2rem;
	}

	#cross-nav:hover {
		color: var(--secondary-bgc-color);
	}
	.education {
		justify-content: center;
		align-self: center;
		width: 95%;
		margin-left: 0rem;
	}
	.education:nth-child(2) {
		align-self: center;
	}
	.education:nth-child(3) {
		align-self: center;
	}
	.education-roadmap {
		max-width: 100%;
	}
	#project-details {
		margin-top: 0rem;
	}

	.project-details-heading h2 {
		font-size: 2rem;
	}
	.project-details-heading p {
		max-width: 100%;
	}
	.ss-project {
		border-radius: 5px;
		border: 3px solid #6e07f3;
		max-width: 90%;
	}
	#purpose-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#purpose-container p {
		max-width: 95%;
	}
	#more-about-container {
		flex-direction: column;
		padding: 4rem 1rem;
	}
	.more-about-left {
		width: 100%;
		margin-bottom: 3rem;
	}
	.more-about-right {
		width: 100%;
		margin-top: 3rem;
	}
	.toggle {
		margin-right: 1.5rem;
		width: 30px;
		height: 30px;
	}
	.res-wrapper {
		display: flex;
		align-items: center;
	}
	#es-cc {
		display: block;
	}
	#es-company {
		font-size: 1rem;
	}
	.beh {
		font-family: Bebas Neue !important;
		letter-spacing: 0.03em;
		line-height: 1;
		font-weight: 600;
		/* white-space: nowrap; */
		font-size: 13.2vw !important;
		margin-bottom: 20px;
	}
	.bep {
		font-family: Bebas Neue !important;
		letter-spacing: 0.03em;
		line-height: 2;
		font-weight: 400;
		text-align: center;
		font-size: 7.5vw !important;
	}
	.bes {
		font-family: Bebas Neue !important;
		letter-spacing: 0.03em;
		line-height: 1.5;
		font-weight: 400;
		font-size: 5vw !important;
	}
	.es-cc .loc {
		padding: 5px 0;
		text-align: left;
	}
	.bex {
		text-decoration: underline;
		font-family: Bebas Neue !important;
		letter-spacing: 0.03em;
		line-height: 2;
		font-weight: 400;
		font-size: 4.5vw !important;
	}

	.skill-container {
		margin-top: 2rem;
		padding: 3rem 0;
	}
	.project-container {
		margin-top: 0rem;
		padding: 3rem 0;
	}
	.project {
		margin-bottom: 2rem;
	}
	.projects-div {
		margin-top: 1rem;
	}
	.education {
		margin-top: 3rem;
	}
	.education-container {
		padding-bottom: 2rem;
	}
	.image-container {
		margin-top: 0.2rem;
	}
}
