/*
* © 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: 'Ubuntu', sans-serif; */
	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) {
	/* 1226px width */
	.miniScreenWarning{
		display:none;
	}

	body {
		/* background: rgb(238, 238, 238)  */
		background-color: var(--clr4);
	}

	.a {
		list-style-type: none;
		/* cursor: pointer; */
	}

	.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);
		/* color: #d1d5dc; */
		padding: 0px;
		border-radius: 5px;
		border: none;
		/* position: absolute;
		top: 1.45rem;
		left: 4%; */
		cursor: pointer;
		padding-left: .25rem;
	}

	#menu_btn>i {
		font-size: 1.38rem;
		-webkit-transition: .6s ease-in-out;
		-o-transition: .6s ease-in-out;
		-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%;
		/* position: absolute;
		top: 1.4rem;
		right: 4%; */
		cursor: pointer;
	}
	#img_icn{
		color: #d1d5dc;
		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 {
		/* height: 60vh; */
		width: 21rem;
		max-width: 76%;
		/* background-color: rgb(255, 255, 255); */
		border-radius: 10px;
		/* border: 3px solid #4ea8fc; */
		/* box-shadow: 0 0 30px 0px var(--clr2); */
		/* box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.342); */
		/* height: 80vh; */
	}

	.profile_pic {
		width: 17rem;
		/* width: 25rem; */
		height: auto;
		max-width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 20px;
		/* border-radius: 50%; */
		padding: -1px;
		margin-top: 1.9rem;
		/* border: 2px solid #b6c9d5; */
		-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);
		/* color: #000000; */
		/* font-size: 2.2rem; */
		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 {
		/* font-family: 'Ubuntu', sans-serif; */
		color: var(--clr5);
		/* color: whitesmoke; */
		/* font-size: 1.1rem; */
		font-size: 1.3rem;
		font-weight: bolder;
		text-align: center;
		padding-top: 0.4rem;
		margin-bottom: 1.5rem;
	}

	#element {
		/* color:var(--clr3); */
		/* color: #15ff00; */
		/* font-weight: bolder; */
		/* background-color: #000000; */
		/* padding: 0px 5px; */
		/* font-family: var(--sm_font_5); */
		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: var(--clr4); */
		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: 3px solid 	#4ea8fc; */
		/* border: 2px solid 	#4ea8fcea; */
		border: 1px solid var(--section_container_box__borderColor_01);
		position: relative;
		/* animation: scrollAnimation01 linear;
		animation-timeline: view();
		animation-range: entry 0 cover 50%; */
		transition:  0.3s ease; /* মসৃণভাবে রং পরিবর্তন */

	}

	.section_container_box:hover{
		box-shadow: 0 0 2px #24f7757a;
	}


	.section_container_box_title {
		/* border: 3px solid #65fa7e; */
		/* border: none; */
		/* background-color: transparent ; */
		/* color: #65fa7e; */
		color: #4ea8fc;
		padding: 0rem 0rem 0rem 2rem;
		/* width: 12rem; */
		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-transition: 0.8s;
		-o-transition: 0.8s;
		transition: 0.8s;
		-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%);
	}

	.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;
		/* background-color: #10ff38; */
	}

	.link_box1_a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.link_box1_b {
		display: none;

	}
	/* .contact_popup.open {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1; 
		margin-top: 4rem;
	} */

	.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;
		/* background-image: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%); */
		color: white;
		cursor: pointer;
	}

	#link_more {
		display: block;

	}
	#link_more > button > i{
		color: #00ff8c;
		font-weight: bolder;
	}
	#link_less {
		display: none;
	}
	/* #link_less > button > i{
		color: white;
		background-color: red;
	} */

	.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;
		/* background-color: rgba(221, 141, 141, 0.966); */
		margin: auto;
		margin-top: 1rem;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 90%;
		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: 1rem;
		margin: 3px;
		font-size: 0.9rem;
		-webkit-transition: 0.8s;
		-o-transition: 0.8s;
		transition: 0.8s;
		-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);
		transition: 0.8s;
		font-weight: 500;
		border: none;
	}

	.get_in_touch_box_btn_1:hover,
	.get_in_touch_box_btn_2:hover {
		/* box-shadow:inset 0 0 50px 5px var(--clr2); */
		cursor: pointer;
		background-color: #2af598;
		background-image: none;
		/* background-image: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%); */
	}

	.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::-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.5rem 1rem;
		font-size: 0.85rem;
		margin: 0.5rem 0rem;
		padding: 0.4rem 1rem;
		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);
		/* border: transparent; */
		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;
		/* box-shadow: 0 0 5px #24f775; */

	}

	.form_text_box_1:focus,
	.form_text_box_2:focus,
	.form_text_box_3:focus {
		border: 1px solid #24f7759c;
		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-color: #02b866; */
		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;
	}

	/*! ===== Backstage styling area ^_^ ========================================================================================================================================================================================== */

	.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;
	}
}