body {
	font-family: 'Poppins', sans-serif !important;
}

.top-navbar {
	background-image: linear-gradient(to right, #1ABFF0, #F60AF9) !important;
}

.mid-navbar img {
	margin: 0 0 0 6.5rem;
	height: 50px;
	position: absolute;
	top: 20px;
}

.op-nav {
	display: flex;
	justify-content: end;
}

.op-nav li {
	margin: 0 2rem;
	font-size: 15px;
}

.account {
	margin: 0 5rem 0 3rem;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 2rem;
	width: 2rem;
}

.account img {
	transition: transform .4s;
	height: 2rem;
}

.account img:hover {
	fill: #1ABFF0 !important;
	filter: invert(59%) sepia(89%) saturate(1161%) hue-rotate(155deg) brightness(97%) contrast(94%);
	transform: scale(1.2);
	transition-timing-function: ease
}

.top-d {
	margin-top: 18px !important;
	height: 60vh;
}

.top-d-content {
	padding: 30px;
	margin-top: 10px;
}

.top-d-content h3 {
	margin: 1rem 0;
	font-size: 30px;
	font-weight: 500;
}

.top-d-content h1 {
	margin: 1rem 0;
	font-size: 47px;
	font-weight: 800;
}

.top-d-content h4 {
	margin: 2rem 0;
	font-size: 31px;
	font-weight: 600;
	padding-right: 1rem;
}

.top-d-content button {
	width: 50%;
	height: 15%;
	font-size: 25px;
	font-weight: 600;
	border-radius: 12px;
	background-color: #F60AF9;
	border: none;
}

.top-d-content button:hover {
	background-color: #1ABFF0;
}

.top-d-img {
	height: 100%;
	display: flex;
	justify-content: center;
}

.top-d-img img {
	height: 25rem;
}

.second-d {
	padding: 10px;
	display: flex;
	background-color: #F6F1F1;
	height: 55vh;
	align-items: center;
	justify-content: baseline;
	flex-direction: column;
}

.second-d h1 {
	margin: 22px;
	font-size: 30px;
	font-weight: 700;
}

.s-d-r {
	width: 100%;
	height: 30%;
	display: flex;
	justify-content: center;
}

.box-card {
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 15rem !important;
	width: 15rem !important;
	box-shadow: 2px 2px #EEEEEE;
	background-color: white;
}

#svg-2 {
	height: 4.5rem !important;
}

.box-card img {
	height: 85px;
	width: 85px;
	fill: #cbd0d7;
	transition: transform .4s;
}

.box-card img:hover {
	fill: #1ABFF0;
	transform: scale(1.3);
	filter: invert(59%) sepia(89%) saturate(1161%) hue-rotate(155deg) brightness(97%) contrast(94%);
	transition-timing-function: ease
}

.box-card h4 {
	font-size: 20px;
	margin-top: 1.5rem;
	font-weight: 700;
}

.third-d {
	height: 55vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.three-d-img {
	height: 100%;
}

.three-d-img img {
	height: 22rem;
}

.three-d-text {
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.three-d-text h1 {
	font-size: 2.9rem;
	font-weight: 700;
	text-align: right;
}

.three-d-text button {
	margin: 20px 0;
	width: 40%;
	font-size: 23px;
	font-weight: 600;
	background-color: #1ABFF0;
	border-radius: 10px;
	border: none;
}

.three-d-text button:hover {
	background-color: #F60AF9;
}

.fourth-d {
	height: 45vh;
	background-color: #ECF9FF;
	align-items: center;
	display: flex;
	justify-content: baseline;
	flex-direction: column;
}

.fourth-d h1 {
	margin: 15px 0 18px 0;
	font-size: 40px;
	font-weight: 700;
}

.f-ele {
	width: 70%;
	display: flex;
	justify-content: space-evenly;
}

.f-box {
	padding: 10px;
	background-color: white;
	height: 14rem;
	width: 20rem !important;
}

.f-box p {
	font-size: 18px;
	font-weight: 600;
}

.f-box img {
	float: right;
	height: 70%;
}

.five-text h1 {
	/* margin: 15% 0 3%; */
	margin: 2rem 0 !important;
	font-size: 45px;
	font-weight: 700;
}

.five-text button {
	width: 37%;
	height: 47px;
	font-size: 20px;
	font-weight: 700;
	background-color: #1ABFF0;
	border-radius: 10px;
	border: none;
}

.five-text button:hover {
	background-color: #F60AF9;
}

.five-img {
	height: 100%;
	padding: 15px;
}

.five-img img {
	height: 25rem;
}

.foot-d {
	background-image: linear-gradient(to right, #1ABFF0, #F60AF9) !important;
	height: 65vh;
	align-items: baseline;
	display: flex;
	justify-content: center;
}

.foot-row {
	width: 80%;
}

.foot-d-form {
	margin-top: 20px !important;
	color: white;
	padding: 10px;
}

.foot-d-form h1 {
	font-weight: 900;
}

.foot-d-form p {
	font-size: 16px;
	margin-top: 1rem;
}

#name {
	height: 2.4rem;
	border: none;
	font-size: 18px;
	border-radius: 5px;
	margin-right: 1rem;
	padding: 10px;
}

#email {
	height: 2.4rem;
	width: 17.8rem;
	border: none;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px;
}

#message {
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	width: 34.2rem;
}

#send-message {
	margin-top: 10px;
	background-color: #f108d6 !important;
	font-size: 20px;
	width: 12rem;
	height: 18%;
	font-weight: 600;
	border: none;
}

#send-message:hover {
	background-color: #1ABFF0 !important;
}

.foot-d-reach {
	margin-top: 20px !important;
	color: white;
	padding: 10px;
}

.foot-d-reach h1 {
	font-weight: 900;
}

.foot-d-reach p {
	font-size: 16px;
	margin-top: .7rem;
}

.foot-icon {
	margin: 30px 0;
	width: 70%;
	display: flex;
}

.foot-icon h3 {
	font-size: 17px;
}

.foot-icon i {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 1rem;
}

.md-main-div-hm {
	height: 28rem !important;
	width: 40rem !important;
	border-radius: 100px 0 100px !important;
}

.md-body-div-hm {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	color: black;
}

.md-main-div-hm img {
	height: 8rem;
}

.md-main-div-hm h1 {
	font-size: 60px;
	font-weight: 700;
}

.md-main-div-hm h3 {
	text-align: center;
	font-size: 23px;
}

@media (min-width: 1024px) {
	.mobile {
		display: none;
	}

	.five-img img {
		width: 30rem !important;
	}

	.five-text h1 {
		margin: 0;
		font-size: 45px;
		font-weight: 700;
	}

	#name {
		height: 2.4rem;
		width: 21.8rem;
		border: none;
		font-size: 18px;
		border-radius: 5px;
		margin-right: 0rem;
		padding: 10px;
	}

	#email {
		height: 2.4rem;
		width: 21.8rem;
		border: none;
		font-size: 18px;
		border-radius: 5px;
		padding: 10px;
		margin-top: 10px;
	}

	#message {
		margin-top: 10px;
		border: none;
		border-radius: 5px;
		padding: 10px;
		width: 21.8rem;
	}
}

@media (max-width: 350px){

	.top-d-img img {
		width: 16rem !important;
	}

	.three-d-img img {
		width:16rem !important; 
	}

	.five-img img {
		width:16rem !important;
	}

	#name {
		width: 12rem !important;
		margin-bottom: 0.5rem;
	}

	#email {
		width: 12rem !important;
	}

	#message {
		width: 12rem !important;
	}
}

@media (max-width: 400px) {
	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	.top-d {
		height: fit-content;
	}

	.second-d {
		height: fit-content !important;
	}

	.third-d {
		height: fit-content;
	}

	.three-d-img img {
		height: 13rem !important;
	}

	.three-d-text button {
		font-size: 1rem !important;
	}

	.mobile {
		height: 50vh !important;
	}

	.fifth-d {
		height: fit-content !important;
	}

	.five-img img {
		height: 13rem !important;
	}
}


@media (max-width: 480px) {
	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	body {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: 'Poppins', sans-serif !important;
	}

	.top-navbar {
		width: 100%;
	}

	.top-d {
		height: 60vh;
		width: 100%;
		height: fit-content;
	}

	.top-d-content {
		height: fit-content;
		align-items: center;
		width: 100%;
	}

	.top-d-content h3 {
		font-family: 'Poppins', sans-serif;
		margin-bottom: 1.5rem !important;
		font-size: 1.5rem;
		font-weight: 400;
	}

	.top-d-content h1 {
		font-family: 'Poppins', sans-serif;
		font-weight: 700 !important;
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.top-d-content h4 {
		font-family: 'Poppins', sans-serif;
		font-size: 1.3rem;
		font-weight: 400;
	}

	.top-d-content button {
		font-family: 'Poppins', sans-serif;
		font-weight: 700 !important;
		width: fit-content;
		height: 15%;
	}

	.top-d-img img {
		height: 18rem;
	}

	.second-d {
		height: 47vh;
	}

	.second-d h1 {
		font-family: 'Poppins', sans-serif;
	}

	.box-card {
		width: 8rem !important;
		height: 8rem !important;
		text-align: center;
	}

	#svg-2 {
		height: 3rem !important;
	}

	.box-card img {
		height: 3.5rem;
	}

	.box-card h4 {
		font-size: 0.7rem;
		font-weight: 700;
	}

	.third-d {
		height: fit-content;
	}

	.three-d-img img {
		height: 15rem;
	}

	.three-d-text h1 {
		font-size: 1.8rem;
	}

	.three-d-text button {
		font-size: 1.1rem !important;
		font-weight: 700;
		width: 12rem;
		height: 3.4rem;
		border-radius: 10px;
	}

	.fourth-d {
		display: none;
	}

	.mobile {
		height: fit-content !important;
		padding: 1rem;
		background-color: #ECF9FF;
		align-items: center;
	}

	.mob-head h1 {
		position: relative;
		top: 1rem;
		left: 1.5rem;
		margin-bottom: 1.8rem;
		font-size: 1.2rem;
		font-weight: 900;
		width: 89%;
	}

	.mob-box {
		height: 250px;
		width: 300px;
		background-color: white;
		margin: auto;
		padding: 1rem;
		border-radius: 10px;
	}

	.mob-box p {
		font-weight: 700;
		font-size: 1.2rem;
	}

	.mob-box img {
		height: 58%;
		float: right;
	}

	.five-text h1 {
		margin: 15% 0 3%;
		font-size: 1.8rem;
	}

	.five-text button {
		font-size: 1.2 rem;
		width: 53%;
		height: 22%;
		font-weight: 700;
		margin: 1rem 0;
	}

	.five-img img {
		height: 15rem;
	}

	.foot-d {
		height: fit-content;
	}

	.foot-d-form h1 {
		font-weight: 900;
	}

	.foot-d-reach h1 {
		font-weight: 900;
	}

	.foot-icon h3 {
		font-size: 1rem;
	}

	#name {
		width: 15rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15rem;
	}

	#message {
		width: 15rem;
	}

	.md-main-div-hm {
		height: 20rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 5rem;
	}

	.md-body-div-hm h1 {
		font-size: 2rem !important;
	}

	.md-body-div-hm h3 {
		font-size: 1rem;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.mid-navbar img {
		margin: 0 0 0 10px;
	}

	body {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: 'Poppins', sans-serif !important;
	}

	.top-d {
		height: fit-content;
	}

	.second-d {
		height: fit-content;
	}

	.third-d {
		height: fit-content;
	}

	.three-d-text h1 {
		font-size: 2.2rem;
	}

	.three-d-text button {
		width: 50% !important;
		font-size: 1.2rem;
		height: 3.5rem;
		font-weight: 700;
	}

	.box-card {
		width: 10rem !important;
		height: 10rem !important;
		text-align: center;
	}

	.fourth-d {
		display: none;
	}

	.mobile {
		/* height: 42vh; */
		height: fit-content;
		background-color: #ECF9FF;
		align-items: center;
	}

	.mob-head h1 {
		position: relative;
		top: 1rem;
		font-size: 1.5rem;
		font-weight: 900;
		width: fit-content;
		margin: 0 auto 1.8rem;
	}

	.mob-box {
		height: 275px;
		width: 325px;
		background-color: white;
		margin: auto;
		padding: 1rem;
		border-radius: 12px;
	}

	.mob-box p {
		font-weight: 700;
		font-size: 1.2rem;
	}

	.mob-box img {
		height: 58%;
		float: right;
	}

	.fifth-d {
		/* height: 70vh; */
		height: fit-content;
	}

	.five-text h1 {
		font-size: 2.2rem;
		margin-top: 15px;
	}

	.five-text button {
		width: 50%;
		height: 30%;
		font-size: 1.5rem;
	}

	.five-img img {
		margin: 20px;
		height: 20rem;
	}

	.foot-d {
		height: fit-content;
	}

	#name {
		width: 22rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 22rem;
	}

	#message {
		width: 22rem;
	}

	.md-main-div-hm {
		height: 30rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 10rem;
	}

	.md-body-div-hm h1 {
		font-size: 3rem;
	}

	.md-body-div-hm h3 {
		font-size: 1.5rem;
	}

}


@media (min-width: 768px) and (max-width: 1024px) {
	.mid-navbar img {
		margin: 0 0 0 3rem;
	}

	body {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: 'Poppins', sans-serif !important;
	}

	.top-d {
		height: fit-content;
	}

	.second-d {
		height: fit-content;
	}

	.box-card {
		height: 11rem !important;
		width: 11rem !important;
		text-align: center;
	}

	.third-d {
		height: fit-content;
	}

	.three-d-text button {
		height: 40% !important;
		font-size: 1.7rem;
	}

	.fourth-d {
		display: none;
		/* height: 60vh;
		background-color: #ECF9FF;
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: column; */
	}

	/* .f-ele {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
	} */


	.mobile {
		height:fit-content;
		background-color: #ECF9FF;
		align-items: center;
	}

	.mob-head h1 {
		position: relative;
		top: 1rem;
		font-size: 2rem;
		font-weight: 900;
		width: fit-content;
		margin: 0 auto 1.8rem;
	}

	.mob-box {
		height: 400px;
		width: 500px;
		background-color: white;
		margin: auto;
		padding: 1.2rem;
		border-radius: 15px;
	}

	.mob-box p {
		font-weight: 700;
		font-size: 1.8rem;
	}

	.mob-box img {
		height: 58%;
		float: right;
	}

	.fifth-d {
		height: fit-content;
	}

	.fifth-d button {
		height: 20%;
		width: 40%;
		font-size: 1.7rem;
	}

	.foot-d {
		height: fit-content !important;
	}

	.md-main-div-hm {
		height: 30rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 10rem;
	}

	.md-body-div-hm h1 {
		font-size: 3rem;
	}

	.md-body-div-hm h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1025px) and (max-width: 1250px) {
	body {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: 'Poppins', sans-serif !important;
	}

	.top-d {
		height: fit-content;
	}

	.second-d {
		height: 45vh;
	}

	.box-card {
		height: 15rem !important;
		width: 15rem !important;
		text-align: center;
	}

	.third-d {
		height: fit-content;
	}

	.three-d-text button {
		height: 20% !important;
		width: 55%;
		font-size: 1.7rem;
	}

	.fourth-d {
		height: 47vh;
	}

	.f-box {
		height: 15rem;
		width: 17rem !important;
		position: relative;
	}

	.f-box img {
		height: 7.8rem;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}

	.fifth-d {
		height: fit-content;
	}

	.fifth-d button {
		height: 15%;
		width: 50% !important;
		font-size: 1.5rem;
	}

	.foot-d {
		height: fit-content;
	}

	.md-main-div-hm {
		height: 30rem !important;
		width: 100% !important;
	}

	.md-body-div-hm img {
		height: 10rem;
	}

	.md-body-div-hm h1 {
		font-size: 3rem;
	}

	.md-body-div-hm h3 {
		font-size: 1.5rem;
	}

	#name {
		width: 12rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 12rem;
	}

	#message {
		width: 25.2rem;
	}
}

/*@media (min-width: 1250px) and (max-width: 1920px) {

	.foot-d {
		height: fit-content;
	}

	#name {
		width: 15.5rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15.5rem;
	}

	#message {
		width: 31.2rem;
	}

}*/

@media (min-width: 1250px) and (max-width: 1420px) {

	.top-d {
		height: fit-content;
	}

	.three-d-text button {
		width: 45%;
	}

	.fourth-d {
		height: fit-content;
		padding-bottom: 1rem;
	}

	.f-ele {
		width: 89%;
	}

	.foot-d {
		height: fit-content;
	}

	#name {
		width: 15.5rem;
		margin-bottom: .5rem;
	}

	#email {
		width: 15.5rem;
	}

	#message {
		width: 31.2rem;
	}

}