/*
* © Seddike Tanvir
* Prefixed by https://autoprefixer.github.io  
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Comfortaa", cursive;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html {
	scrollbar-width: none;
}

@media (min-width: 360px) {
	.miniScreenWarning {
		display: none;
	}

	body {
		background-color: var(--clr4);
	}

	.a {
		list-style-type: none;
	}

	.navBtnWrapper {
		width: 95%;
		max-width: 90rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-grid-column-align: center;
		    justify-self: center;
		margin-left: auto;
		margin-right: auto;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 1.5rem;
	}

	#menu_btn {
		background: transparent;
		color: var(--clr5);
		padding: 0px;
		border-radius: 5px;
		border: none;
		cursor: pointer;
		padding-left: .25rem;
	}

	#menu_btn > i {
		font-size: 1.38rem;
		-webkit-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	#menu_btn > i:hover {
		color: #4af7a9;
	}

	#theme_changer {
		width: 26px;
		height: 26px;
		border-radius: 50%;
		cursor: pointer;
	}

	#img_icn {
		color: var(--clr5);
	}

	.body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 8vh;
		margin-bottom: 8vh;
	}

	.intro_box {
		width: 21rem;
		max-width: 76%;
		border-radius: 10px;
	}

	.profile_pic {
		width: 17rem;
		height: auto;
		max-width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 20px;
		padding: -1px;
		margin-top: 1.9rem;
		-webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.342);
		box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.342);
	}

	.name {
		font-family: var(--sm_font_5);
		font-size: 2.5rem;
		font-weight: 550;
		text-align: center;
		margin-top: 1rem;
		background-image: -o-linear-gradient(left, #5dca81 0%, #0fe6be 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(#5dca81), to(#0fe6be));
		background-image: linear-gradient(to right, #5dca81 0%, #0fe6be 100%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}

	.bio {
		color: var(--clr5);
		font-size: 1.3rem;
		font-weight: bolder;
		text-align: center;
		padding-top: 0.4rem;
		margin-bottom: 1.5rem;
	}

	#element {
		background-image: -o-linear-gradient(110deg, #b721ff 0%, #21d4fd 100%);
		background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}

	.section_container_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		background-color: #4ea8fc0a;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		width: 80%;
		max-width: 48rem;
		margin-top: 5rem;
		padding: 2.5rem 1.5rem;
		border-radius: 10px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.123) 0px 3px 8px;
		box-shadow: rgba(0, 0, 0, 0.123) 0px 3px 8px;
		border: 1px solid var(--section_container_box__borderColor_01);
		position: relative;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.section_container_box:hover {
		-webkit-box-shadow: 0 0 2px #24f7757a;
		        box-shadow: 0 0 2px #24f7757a;
	}

	.section_container_box_title {
		color: #4ea8fc;
		padding: 0rem 0rem 0rem 2rem;
		font-size: 1.1rem;
		font-weight: 500;
		border-radius: 10px;
		position: absolute;
		top: -1.5rem;
		left: 0rem;
	}

	.about_me_txt_area {
		display: block;
		margin: auto;
		max-width: 95%;
	}

	.about_me_txt {
		color: var(--clr5);
		text-align: left;
		font-size: 1rem;
		line-height: 1.4rem;
		letter-spacing: 0.9px;
	}

	.about_me_txt span {
		font-weight: bold;
	}

	.about_me_box_btn_1 {
		padding: 0.6rem 1.2rem;
		color: #000000;
		background-image: -o-linear-gradient(left, #57fa93 30%, #58c1f5 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #57fa93), to(#58c1f5));
		background-image: linear-gradient(90deg, #57fa93 30%, #58c1f5 100%);
		text-align: center;
		border-radius: 3px;
		margin-top: 1.5rem;
		font-size: 0.9rem;
		-webkit-box-shadow: 0 0 10px 0px var(--clr2);
		box-shadow: 0 0 10px 0px var(--clr2);
		-webkit-transition: 0.55s;
		-o-transition: 0.55s;
		transition: 0.55s;
		font-weight: 500;
		border: none;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.about_me_box_btn_1:hover {
		cursor: pointer;
		background-image: -o-linear-gradient(left, #08aeea 0%, #2af598 0%);
		background-image: -webkit-gradient(linear, left top, right top, from(#08aeea), color-stop(0%, #2af598));
		background-image: linear-gradient(90deg, #08aeea 0%, #2af598 0%);
		scale: .98;
	}

	.link_box1_a,
	.link_box1_b {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin: auto;
		margin-bottom: 1rem;
		width: 100%;
		max-width: 50rem;
	}

	.link_box1_a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.link_box1_b {
		display: none;
	}

	.link {
		width: 2.2rem;
		height: 2.2rem;
		margin: 3px;
		background-color: rgb(255, 255, 255);
		border: 1px white;
		border-radius: 12px;
		-webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.342);
		box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.342);
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	.link:hover {
		-webkit-box-shadow: inset 0 0 50px 5px var(--clr2);
		box-shadow: inset 0 0 50px 5px var(--clr2);
		background-color: #00ff8c;
		color: white;
		cursor: pointer;
	}

	#link_more {
		display: block;
	}

	#link_more > button > i {
		color: #00ff8c;
		font-weight: bolder;
	}

	#link_less {
		display: none;
	}

	.p1 {
		color: #000000;
		text-align: center;
		padding-top: 0.75rem;
	}

	i {
		font-size: 1.2rem;
	}

	.link_box2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 95%;
		max-width: 45rem;
	}

	.get_in_touch_box_btn_1,
	.get_in_touch_box_btn_2 {
		padding: 0.6rem 1.5rem;
		color: #000000;
		background-color: #2af598;
		background-image: -o-linear-gradient(right, #08aeea 0%, #2af598 50%);
		background-image: -webkit-gradient(linear, right top, left top, from(#08aeea), color-stop(50%, #2af598));
		background-image: linear-gradient(270deg, #08aeea 0%, #2af598 50%);
		text-align: center;
		border-radius: 15px;
		margin: 3px;
		font-size: 0.9rem;
		-webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.342);
		box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.342);
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		font-weight: 500;
		border: none;
	}

	.get_in_touch_box_btn_1:hover,
	.get_in_touch_box_btn_2:hover {
		cursor: pointer;
		background-color: #2af598;
		background-image: none;
		/* scale: .98; */
	}

	/* .get_in_touch_box_btn_2 > i {
		color: #000000a9;
		font-size: .8rem;
		scale: 0;
		opacity: 0;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.get_in_touch_box_btn_2:hover > i {
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		scale: 1;
		opacity: 1;
		padding-left: 1rem;
	} */

	.form_box {
		background-color: transparent;
		margin-left: 2vw;
	}

	.form_box input::-webkit-input-placeholder, .form_box textarea::-webkit-input-placeholder {
		color: rgb(172, 172, 172);
	}

	.form_box input::-moz-placeholder, .form_box textarea::-moz-placeholder {
		color: rgb(172, 172, 172);
	}

	.form_box input:-ms-input-placeholder, .form_box textarea:-ms-input-placeholder {
		color: rgb(172, 172, 172);
	}

	.form_box input::-ms-input-placeholder, .form_box textarea::-ms-input-placeholder {
		color: rgb(172, 172, 172);
	}

	.form_box input::placeholder,
	.form_box textarea::placeholder {
		color: rgb(172, 172, 172);
	}

	.form_text_box_1,
	.form_text_box_2,
	.form_text_box_3,
	.submit_btn {
		padding: 0.4rem 1rem;
		font-size: 0.85rem;
		margin-top: 0.5rem;
		-webkit-box-shadow: 0 0 10px -1px var(--clr2);
		box-shadow: 0 0 10px -1px var(--clr2);
		background-color: var(--clr4);
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.row_1 {
		width: 42rem;
		max-width: 80%;
	}

	.form_text_box_1,
	.form_text_box_2,
	.form_text_box_3 {
		border: 1px solid #cecece1a;
		border-radius: 8px;
		color: var(--clr5);
		outline: none;
	}

	.form_text_box_1:hover,
	.form_text_box_2:hover,
	.form_text_box_3:hover {
		border: 1px solid #24f7759c;
	}

	.form_text_box_1:focus,
	.form_text_box_2:focus,
	.form_text_box_3:focus {
		border: 1px solid #24f7759c;
		-webkit-box-shadow: 0 0 5px #24f775;
		        box-shadow: 0 0 5px #24f775;
	}

	.form_text_box_1,
	.form_text_box_2,
	.submit_btn {
		padding: 0.7rem 1rem 0.6rem 1rem;
	}

	.form_text_box_1 {
		width: 55%;
		min-width: 11rem;
		max-width: 16rem;
	}

	.form_text_box_2 {
		width: 65%;
		min-width: 13.5rem;
	}

	.form_text_box_3 {
		display: block;
		width: 42rem;
		max-width: 80%;
		max-height: 20rem;
		padding: 1.2rem 1.2rem;
	}

	.submit_btn {
		margin: 1.5rem 0rem 0rem 1rem;
		border-radius: 30px;
		background-color: #2af598;
		background-image: -o-linear-gradient(right, #08aeea 0%, #2af598 50%);
		background-image: -webkit-gradient(linear, right top, left top, from(#08aeea), color-stop(50%, #2af598));
		background-image: linear-gradient(270deg, #08aeea 0%, #2af598 50%);
		color: black;
		font-weight: bolder;
		padding: 0.6rem 1.5rem;
		cursor: pointer;
		border: none;
		-webkit-box-shadow: 0 0 20px 1px var(--clr2);
		box-shadow: 0 0 20px 1px var(--clr2);
	}

	.submit_btn:hover,
	.submit_btn::after {
		margin: 1.3rem 0rem 0.2rem 1rem;
		background-image: -o-linear-gradient(bottom, #08aeea00 0%, #0cb669 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, from(#08aeea00), to(#0cb669));
		background-image: linear-gradient(0deg, #08aeea00 0%, #0cb669 100%);
		color: black;
	}

	.credit {
		max-width: 85vw;
		height: 3rem;
		margin: auto;
		margin-top: 12rem;
		margin-bottom: 2rem;
		text-align: center;
		text-decoration: none;
	}

	.credit > p,
	span,
	a {
		font-family: var(--sm_font_4);
	}

	.p2 {
		font-size: 1rem;
		font-weight: normal;
		margin-top: 0.2rem;
		color: #407db6;
		font-family: var(--sm_font_13);
	}

	#bmc-wbtn {
		width: 3rem;
		height: 3rem;
	}

	.swal-text {
		text-align: center;
		margin: auto;
	}
}

@media (max-width: 360px) {
	.pre-loader,
	.watching_body,
	.window_backstage,
	.credit {
		display: none;
	}

	html {
		background-color: var(--clr5);
	}

	.miniScreenWarning {
		display: block;
		background-color: var(--clr5);
		margin: 0 auto;
		width: 85%;
	}

	.miniScreenWarning > p,
	.miniScreenWarning > p > mark {
		font-size: 1rem;
		text-align: center;
		margin-top: 15vh;
		font-family: 'Courier New', Courier, monospace;
	}
}