/* main css style */
* {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	user-select: none;
}
.modal-back {
	position: fixed;
	top: 0;
	display: none;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(128, 123, 123, 0.308);
	z-index: 100000;
	backdrop-filter: blur(7px);
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.iframe-link {
	color: #008184;
}
.close-iframe-parent {
	background-color: #008184;
	width: 100%;
}
.close-iframe {
	width: 84.4%;
	overflow: hidden;
	height: 4%;
	display: flex;
	padding: 0.2rem 0.8%;
	border-top-right-radius: 1.5rem;
	border-top-left-radius: 1.5rem;
	background-color: white;
	justify-content: space-between;
	align-items: center;
}
.iframe-modal {
	width: 86%;
	background-color: white;
	height: 75%;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;

	border: none;
}

/* From Uiverse.io by alexruix */
.loader-back {
	position: absolute;
	top: 15%;
	width: 86%;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	height: 75%;
	/* background-color: rgba(156, 156, 156, 0.185);
	backdrop-filter: blur(7px); */
	background-color: white;
	z-index: 100000;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transform: translate(-50, -50);
	align-items: center;
}
/* .loader {
	width: 90px;
	height: 60px;
	z-index: 1;
	position: absolute;
}

.loader-text {
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	color: #a488f7;
	animation: text_713 3.5s ease both infinite;
	font-size: 0.8rem;
	letter-spacing: 1px;
}

.load {
	background-color: #05abad;
	border-radius: 50px;
	display: block;
	height: 16px;
	width: 16px;
	bottom: 0;
	position: absolute;
	transform: translateX(64px);
	animation: loading_713 3.5s ease both infinite;
}

.load::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #d1c2ff;
	border-radius: inherit;
	animation: loading2_713 3.5s ease both infinite;
}

@keyframes text_713 {
	0% {
		letter-spacing: 1px;
		transform: translateX(0px);
	}

	40% {
		letter-spacing: 2px;
		transform: translateX(26px);
	}

	80% {
		letter-spacing: 1px;
		transform: translateX(32px);
	}

	90% {
		letter-spacing: 2px;
		transform: translateX(0px);
	}

	100% {
		letter-spacing: 1px;
		transform: translateX(0px);
	}
}

@keyframes loading_713 {
	0% {
		width: 16px;
		transform: translateX(0px);
	}

	40% {
		width: 100%;
		transform: translateX(0px);
	}

	80% {
		width: 16px;
		transform: translateX(64px);
	}

	90% {
		width: 100%;
		transform: translateX(0px);
	}

	100% {
		width: 16px;
		transform: translateX(0px);
	}
}

@keyframes loading2_713 {
	0% {
		transform: translateX(0px);
		width: 16px;
	}

	40% {
		transform: translateX(0%);
		width: 80%;
	}

	80% {
		width: 100%;
		transform: translateX(0px);
	}

	90% {
		width: 80%;
		transform: translateX(15px);
	}

	100% {
		transform: translateX(0px);
		width: 16px;
	}
} */
.🤚 {
	--skin-color: #e4c560;
	--tap-speed: 0.6s;
	--tap-stagger: 0.1s;
	position: relative;
	width: 80px;
	height: 60px;
	margin-left: 80px;
}

.🤚:before {
	content: "";
	display: block;
	width: 180%;
	height: 75%;
	position: absolute;
	top: 70%;
	right: 20%;
	background-color: black;
	border-radius: 40px 10px;
	filter: blur(10px);
	opacity: 0.3;
}

.🌴 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--skin-color);
	border-radius: 10px 40px;
}

.👍 {
	position: absolute;
	width: 120%;
	height: 38px;
	background-color: var(--skin-color);
	bottom: -18%;
	right: 1%;
	transform-origin: calc(100% - 20px) 20px;
	transform: rotate(-20deg);
	border-radius: 30px 20px 20px 10px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.👍:after {
	width: 20%;
	height: 60%;
	content: "";
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: -8%;
	left: 5px;
	border-radius: 60% 10% 10% 30%;
	border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.👉 {
	position: absolute;
	width: 80%;
	height: 35px;
	background-color: var(--skin-color);
	bottom: 32%;
	right: 64%;
	transform-origin: 100% 20px;
	animation-duration: calc(var(--tap-speed) * 2);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	transform: rotate(10deg);
}

.👉:before {
	content: "";
	position: absolute;
	width: 140%;
	height: 30px;
	background-color: var(--skin-color);
	bottom: 8%;
	right: 65%;
	transform-origin: calc(100% - 20px) 20px;
	transform: rotate(-60deg);
	border-radius: 20px;
}

.👉:nth-child(1) {
	animation-delay: 0;
	filter: brightness(70%);
	animation-name: tap-upper-1;
}

.👉:nth-child(2) {
	animation-delay: var(--tap-stagger);
	filter: brightness(80%);
	animation-name: tap-upper-2;
}

.👉:nth-child(3) {
	animation-delay: calc(var(--tap-stagger) * 2);
	filter: brightness(90%);
	animation-name: tap-upper-3;
}

.👉:nth-child(4) {
	animation-delay: calc(var(--tap-stagger) * 3);
	filter: brightness(100%);
	animation-name: tap-upper-4;
}

@keyframes tap-upper-1 {
	0%,
	50%,
	100% {
		transform: rotate(10deg) scale(0.4);
	}

	40% {
		transform: rotate(50deg) scale(0.4);
	}
}

@keyframes tap-upper-2 {
	0%,
	50%,
	100% {
		transform: rotate(10deg) scale(0.6);
	}

	40% {
		transform: rotate(50deg) scale(0.6);
	}
}

@keyframes tap-upper-3 {
	0%,
	50%,
	100% {
		transform: rotate(10deg) scale(0.8);
	}

	40% {
		transform: rotate(50deg) scale(0.8);
	}
}

@keyframes tap-upper-4 {
	0%,
	50%,
	100% {
		transform: rotate(10deg) scale(1);
	}

	40% {
		transform: rotate(50deg) scale(1);
	}
}

::-webkit-scrollbar {
	width: 0.6rem;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 1px 1px #008184;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #026b6d;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #008184;
}

.progress {
	position: fixed;
	top: 0;
	background-color: #349e99;
	box-shadow: 1px 2px 2px rgba(29, 29, 29, 0.507);
	/* background-image: radial-gradient(#349e99, #0fd8dfb9, #600ce7c9); */
	z-index: 1000;
	border-bottom-right-radius: 0.5rem;
	height: 5px;
}
/* header and header options and div styles */
.first-header-div {
	box-sizing: border-box;
	height: 3rem;
	background-color: #008184;
	display: flex;
	border-bottom: 2px solid rgba(223, 248, 242, 0.801);
	justify-content: space-between;
}

.first-header-div div {
	color: white;
}

.first-option {
	display: flex;
}

.first-option div {
	width: 6rem;
	line-height: 2.5rem;
	text-align: center;
}
.professional-2nd {
	border-right: 1px solid #ecf1f1;
}
.professional-2nd,
.education2nd {
	display: none;
}

.search {
	width: 12rem;
	height: 1.9rem;
	margin-right: 1.2rem;
	display: flex;
	background-color: rgba(58, 57, 56, 0.445);
	padding: 0 0.89rem;
	border-radius: 2rem;
}

.magnefire {
	font-size: 0.8rem;
	line-height: 1.8rem;
}

.magnefire i {
	font-size: 100%;
}
.search-suggest {
	background-color: rgba(105, 102, 102, 0.466);
	backdrop-filter: blur(6px);
	width: 13.6rem;
	height: 7rem;
	z-index: 10000;
	overflow: auto;
	display: none;
	box-sizing: border-box;
	padding: 0.5rem;
	text-align: left;
	position: absolute;
	top: 7%;
	border-radius: 0.5rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
		rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.search-suggest li {
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.377);
	list-style-type: none;
	color: #05abad;
}
.active {
	display: block !important;
}
.input input {
	background-color: transparent;
	color: white;
	border-style: none;
	line-height: 1.9rem;
	outline: none;
	padding-left: 0.5rem;
}

.input {
	background-color: rgba(255, 255, 255, 0);
}

.second-option {
	display: flex;
	align-items: center;
}

.second-option .cloud-logo,
.sign-in {
	line-height: 2.5rem;
	width: 4rem;
}

.cloud-logo {
	width: 4rem;
	border-right: 1px solid rgba(223, 248, 242, 0.801);
	border-left: 1px solid rgba(223, 248, 242, 0.801);
}

.second-option {
	text-align: center;
}

.secound-header-div {
	background-color: #008184;
	display: flex;
	padding: 0.9rem 1.5rem;
}

.second-header-option {
	display: flex;
	color: white;
	align-items: center;
	margin: auto;
}

.second-header-option div:not(.rul, .rul div) {
	padding-right: 3rem;
	font-size: 1.1rem;
}

.logo {
	width: 4rem;
}

.logo svg {
	width: 100%;
}

.responsive-option {
	display: none;
	justify-content: start;
	align-items: center;
	width: 100%;
	height: 80%;
	border-top: 2px solid rgba(223, 248, 242, 0.801);
	flex-direction: column;
	flex-wrap: wrap;
	background-color: #008184;
}

.responsive-option > div {
	color: white;
	flex-basis: 2rem;
	padding-top: 2rem;
	font-size: 1.5rem;
}

.responsive-close {
	display: none;
	border-left: 1px solid rgba(223, 248, 242, 0.801);
	padding: 0.2rem;
	padding-left: 0.5rem;
	align-items: center;
}

.responsive-close i {
	color: white;
	font-size: 2.4rem;
	padding-top: 0.5rem;
}

.responsive-menu i {
	color: transparent;
	display: none;
}
.community i {
	transition: all 0.5s ease-out;
}
.rul {
	background-color: #008184;
	border: 0 2px solid #ecf1f1;
	width: 12rem;
	height: 14rem;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1000;
	border-radius: 0.5rem;
	position: absolute;
	top: 7.5rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
		rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	right: 23rem;
}
.rul div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4rem;
	color: white;
	font-size: 1.3rem;
	border-bottom: 2px solid #ecf1f1;
}
.rule-div p {
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.6rem;
}
.rul div:last-child {
	border: none;
}
.sign-in2nd {
	display: none;
	width: 100%;
	color: white;
	background-color: #0b5455;
	box-sizing: border-box;
}

.sign-in2nd p {
	padding-bottom: 1.1rem;
	font-size: 1.5rem;
	text-align: center;
}

/* end header...  styles */
/* .... */
/* main container style */
#container {
	width: 100%;
}

.parent-content {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

/* end main containet style */
/* .... */
/* left aside  and div options and items styles  */
.arduino-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ecf1f1;
	width: 70%;
	padding: 1.5rem;
}

.arduino-icon2nd {
	display: flex;
	padding: 0.5rem;
	width: 60%;
	justify-content: center;
	align-items: center;
}

.arduino-icon2nd img {
	width: 50%;
	padding-right: 0.5rem;
}

.arduino-icon2nd h1 {
	color: #05abad;
	font-size: 2.3rem;
}

.arduino-icon h1 {
	color: #008184;
	margin-bottom: 0.5rem;
}

.arduino-icon img {
	width: 80%;
	margin-left: 0.5rem;
}

.aside-option {
	display: flex;
	flex-direction: column;
	width: 75%;
}

.option-data {
	display: flex;
	width: 110%;
}

.responsive-icons {
	display: none;
	width: 70%;
}

.option-responsive {
	display: none;
	width: 100%;
}

.option-responsive2nd {
	display: flex;
	flex-direction: row;
}

.buy {
	background-color: rgb(255, 153, 0);
	display: flex;
	width: 98%;
	height: 2.5rem;
	justify-content: space-between;
	padding: 0 1.2rem;
	align-items: center;
	margin-top: 1.5rem;
}

.buy p,
i {
	font-size: 1.2rem;
	color: white;
}

.buy2nd {
	background-color: rgb(255, 153, 0);
	height: 2.5rem;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 1.5rem;
}

.buy2nd p,
i {
	font-size: 1.2rem;
	color: white;
}

.learn {
	background-color: #008184;
	display: flex;
	height: 2.5rem;
	justify-content: space-between;
	padding: 0 1.2rem;
	align-items: center;
	width: 98%;
	margin-top: 1.5rem;
}

.learn2nd {
	background-color: #008184;
	height: 2.5rem;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 1.5rem;
}

.learn p,
i {
	font-size: 1.2rem;
	color: white;
}

.learn2nd p,
i {
	font-size: 1.2rem;
	color: white;
}

.donate2nd {
	background-color: darkgray;
	display: flex;
	height: 2.5rem;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 1.5rem;
}

.donate {
	background-color: darkgray;
	display: flex;
	height: 2.5rem;
	width: 98%;
	justify-content: space-between;
	padding: 0 1.2rem;
	align-items: center;
	margin-top: 1.5rem;
}

.donate p,
i {
	font-size: 1.2rem;
	color: white;
}

.donate2nd p,
i {
	font-size: 1.2rem;
	color: white;
}

.arduino-cloud {
	background-color: #008184;
	display: flex;
	height: 2.5rem;
	width: 98%;
	justify-content: space-between;
	padding: 0 1.2rem;
	align-items: center;
	margin-top: 1.5rem;
}

.arduino-cloud p,
i {
	font-size: 1.2rem;
	color: white;
}

.arduino-cloud2nd {
	background-color: #008184;
	height: 2.5rem;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 1.5rem;
}

.arduino-cloud2nd p,
i {
	font-size: 1.2rem;
	color: white;
}

.sareers {
	background-color: rgb(148, 147, 147);
	display: flex;
	height: 2.5rem;
	width: 98%;
	justify-content: space-between;
	padding: 0 1.2rem;
	align-items: center;
	margin-top: 1.5rem;
}

.sareers2nd {
	background-color: rgb(148, 147, 147);
	display: flex;
	height: 2.5rem;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
	width: 100%;
}

.sareers p,
i {
	font-size: 1.2rem;
	color: white;
}

.sareers2nd p,
i {
	font-size: 1.2rem;
	color: white;
}

.sareers3rd {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 0.5rem;
	height: 2.5rem;
	align-items: center;
	color: white;
	background-color: rgb(148, 147, 147);
}

.responsive2nd {
	max-width: 100%;
	display: flex !important;
	justify-content: space-around !important;
}

.aside {
	width: 30%;
	padding-top: 1.5rem;
}

.aside-image {
	display: flex;
	width: 83%;
	flex-direction: column;
	margin-top: 1.5rem;
}

.aside-image img {
	width: 100%;
}

.aside-img {
	margin-bottom: 1.2rem;
}

.aside-title span {
	background-color: #05abad;
	margin-top: 0.5rem;
	color: white;
	font-size: 1.5rem;
}

.aside-p {
	width: 85%;
	color: gray;
	line-height: 1.3rem;
}

.aside-p a {
	text-decoration: none;
	color: #05abad;
}

.social li {
	list-style-type: none;
	color: #05abad;
	font-size: 1.1rem;
	margin-top: 0.9rem;
	transition: all 1.5s ease;
}

.social i {
	margin-right: 0.5rem;
	font-size: 1.5rem;
}

.social {
	text-transform: capitalize;
}

/* end left aside ... style */
/* ... */
/* right image section  style*/
.main-sec-image {
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
}

.main-image {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.main-image div img {
	width: 100%;
}

.second-container {
	width: 20%rem;
}

.main-image div {
	box-sizing: border-box;
	margin: 1.5rem;
	width: 50%;
	background-color: #ecf1f1;
}

.main-image div p {
	padding-top: 2rem;
	color: #05abad;
	line-height: 2rem;
	font-size: 1.3rem;
	text-align: center;
}

/* end right image section style */
/* .... */
/* sticky help style */
.sticky-help {
	position: fixed;
	bottom: 3rem;
	right: 1.5rem;
	border-radius: 5rem;
	height: 3rem;
	width: 5rem;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.5rem;
	background-color: rgba(87, 86, 86, 0.767);
	font-size: 1.5rem;
}

.sticky-help a {
	text-decoration: none;
	color: white;
}

.sticky-help i {
	color: white;
	position: relative;
	padding-right: 0.2rem;
}

.sticky-help2nd {
	position: fixed;
	bottom: 3rem;
	display: none;
	right: 1.5rem;
	border-radius: 5rem;
	height: 3rem;
	width: 3rem;
	box-sizing: border-box;
	background-color: rgba(105, 104, 104, 0.74);
	font-size: 1.5rem;
}

.sticky-help2nd i {
	color: white;
	position: relative;
	font-size: 1.5rem;
}

/* end sticky help style */
/* .... */
/* footer div and item and option style */
footer {
	width: 100%;
}

.footer-logo {
	border-bottom: 2px solid rgba(223, 248, 242, 0.801);
	background-color: #008184;
	display: flex;
	height: 2rem;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.5rem;
	color: white;
}

.footer-logo div a {
	text-decoration: none;
	color: white;
	padding-left: 0.5rem;
}

.back {
	border-left: 1px solid rgba(223, 248, 242, 0.801);
}

.back i {
	transform: rotate(180deg);
}

footer section {
	background-color: #008184;
	position: relative;
}

.footer-link {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 1.2rem;
}

.footer-link a {
	color: white;
	font-size: 0.88rem;
	margin-top: 0.7rem;
	text-decoration: none;
}

.footer-right-link {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 1.2rem;
}

.footer-right-link a {
	color: white;
	font-size: 0.88rem;
	margin-top: 0.7rem;
	text-decoration: none;
}

.footer-sign-up {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.footer-sign-up h3 {
	color: white;
	margin-bottom: 0.5rem;
}

.footer-sign-up input {
	border-radius: 2rem;
	border: none;
	width: 16rem;
	height: 2rem;
	outline: none;
	padding-left: 0.6rem;
}

.footer-sign-up a {
	background-color: rgba(49, 49, 48, 0.342);
	text-decoration: none;
	padding: 0.5rem;
	border-radius: 2rem;
	color: white;
}

.buttom-div {
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #008184;
	border-top: 1px solid rgba(223, 248, 242, 0.801);
}

.buttom-div-copyright a {
	color: white;
	text-decoration: none;
}

.buttom-div-copyright {
	padding: 0 1.2rem;
}

.footer-text ul {
	display: flex;
	justify-content: center;
}

.footer-text ul li {
	justify-content: center;
	list-style-type: none;
	margin-left: 02rem;
	color: white;
}

.social-link {
	color: white;
}

.footer-social-title {
	display: flex;
	flex-direction: column;
	color: white;
}

.footer-social-link {
	display: flex;
	padding: 1.2rem;
	justify-content: space-between;
	flex-direction: column;
}

.footer-social-link .social-link {
	background-color: rgba(49, 49, 48, 0.342);
	border-radius: 50%;
	padding: 0.5rem;
	width: 20px;
	height: 20px;
}

.input-social-app {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-sec-2nd {
	display: none;
	justify-content: space-between;
	align-items: center;
}

.footer-link-parent {
	display: flex;
}

.social-app-parent {
	display: flex;
}

.follow {
	color: white;
	margin-bottom: 0.5rem;
}

.email-signup {
	display: flex;
}

.social2nd {
	display: none;
	border-bottom: 2px solid rgba(223, 248, 242, 0.801);
}

.footer-link2nd {
	display: none;
}

.footer-link3rd {
	display: none;
}

/* end footer ... style */
.dark {
	background-color: #000 !important;
	transition: all 1s;
}
.dark-mode {
	background-color: #171e21 !important;
	transition: all 1s;
}
.dark-search {
	background-color: rgb(99, 98, 98) !important;
	transition: all 1s;
}
.dark-gray {
	background-color: rgba(31, 29, 29, 0.938) !important;
	transition: all 1s;
}
.dark-progress {
	background-color: rgb(48, 48, 48);
}

/* end main css styles */
