/* responsive code */
@media (max-width: 1200px) {
	.main-sec-image {
		width: 65%;
	}

	.arduino-icon h1 {
		padding-left: 2rem;
	}
	.rul {
		top: 7.5rem;
		right: 15rem;
	}
}

@media (max-width: 992px) {
	.second-header-option {
		display: none;
	}

	.menus {
		display: flex;
		flex-basis: 100%;
		justify-content: end;
		align-items: center;
	}

	.secound-header-div {
		padding: 3px;
		line-height: 2rem;
	}

	.responsive-menu {
		border-left: 1px solid rgba(223, 248, 242, 0.801);
		padding: 0.2rem;
		padding-left: 0.5rem;
	}

	.responsive-menu i {
		color: white;
		font-size: 1.5rem;
		padding-top: 0.5rem;
		display: block;
	}

	svg {
		padding-top: 0.5rem;
	}

	.aside-data {
		display: none;
	}

	.aside-option {
		flex-direction: row;
	}

	.responsive {
		display: none;
	}

	.responsive2nd {
		display: flex;
	}

	.parent-content {
		flex-direction: column;
		align-items: center;
	}

	.aside {
		display: none;
	}

	.responsive-icons {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.main-sec-image {
		width: 100% !important;
		margin-top: 0.5rem;
	}

	.option-data {
		width: 100%;
	}

	.arduino-icon2nd img {
		width: 40%;
	}
}

@media (max-width: 880px) {
	.input-social-app {
		display: none !important;
	}

	.social2nd {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-sign-up {
		padding-left: 0.5rem;
		padding-top: 0.5rem;
	}

	.footer-link2nd {
		display: flex !important;
		justify-content: space-around;
		align-items: center;
	}

	.footer-link-parent {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.footer-text {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.education {
		display: none !important;
	}

	.professional {
		display: none !important;
	}

	.education2nd {
		display: block !important;
	}

	.professional-2nd {
		display: block !important;
	}

	.sign-in {
		display: none;
	}

	.sign-in2nd {
		display: block;
	}

	.search {
		display: none !important;
	}
	.search-suggest {
		display: none !important;
	}

	.arduino-icon2nd h1 {
		font-size: 2rem !important;
	}

	.option-data {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.option-data > div {
		width: 10rem;
		justify-content: space-between;
		margin-left: 0.5rem;
	}

	.main-sec-image {
		width: 100%;
		margin-top: 0.5rem;
	}

	.sticky-help2nd {
		display: flex !important;
		justify-content: center;
		padding-top: 0.7rem;
	}

	.sticky-help {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.main-image {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 0.5rem;
	}

	.main-image div {
		width: 80%;
	}

	.arduino-icon2nd {
		height: 8rem;
	}

	.arduino-icon2nd img {
		width: 60%;
		margin-top: 1.5rem;
	}

	.footer-link3rd {
		display: flex;
	}

	.footer-link2nd {
		display: none !important;
	}

	.footer-link-parent {
		justify-content: space-around;
	}
}

@media (max-width: 455px) {
	.responsive-icons {
		width: 100%;
	}

	.main-sec-image {
		margin-top: 0.5rem;
		width: 100%;
	}

	.option-data {
		display: none !important;
	}

	.option-responsive {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.social2nd {
		flex-wrap: wrap;
	}

	.footer-link2nd {
		flex-wrap: wrap;
	}
}

/* end responsive code */
