
@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "errormsg.css";

*{
	padding: 0;
	margin: 0;
	box-sizing: 0;
	overflow-x: hidden;
}

#main{
	display: flex;
	justify-content: center;
	padding: 0 2rem;
}

.main-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	width: 70%;
	padding: 0 2.5rem;
	border: 3px solid rgba(247, 247, 247, 0.775);
}

.footer{
	background-color: rgb(189, 189, 189);
	color: white;
	text-align: center;
	width: 100vw;
	padding: 1rem;
	margin-top: 4rem;
}

a, a:visited, a:link , a:active{
	color: white
}

.linkquote, .linkquote:visited, .linkquote:link , .linkquote:active{
	color: rgb(255, 68, 96);
	font-weight: 800;
}

.title{
	font-size: 43px;
	font-weight: 700;
	text-align: left;
	padding: 1rem 1.5rem;
}

.title2{
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	padding: 1.5rem;
}

.title3{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}

.minititle{
font-weight: 800;
font-size: 30px;
color: rgb(255, 68, 96);
padding-top: 1rem;
margin:0;
}

.subtitle{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.parag{
	font-size: 18px;
	text-align: justify;
	margin: 1rem;
}

.parag2{
	font-size: 22px;
	font-weight: 800;
	text-align: justify;
}

.btn1{
	background-color: #008bf0;
	color: white;
	font-size: 28px;
	font-weight: 600;
	margin: 1rem 0rem;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	width: 60vw;
	cursor: pointer;
	text-align: center;
}

a{
	text-decoration: none;
}

.img{
	max-width: 650px;
	width: 100%;
	object-fit: contain;
	padding: 1.5rem 0rem;
}

.img2{
	max-width: 900px;
	width: 100%;
	object-fit: contain;
	padding: 1.5rem 0rem;
}

.blockquote{
	background-color: rgb(210, 210, 210);
margin: 2% 20%;
padding: 1rem;
font-size: 15px;
text-align: justify;
}

.review{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0rem;
}
.review>img{
	border-radius: 50%;
	width: 6rem;
}
.review-text{
	width: 80%;
	padding: 0rem 2rem;
	font-size: 15px;
}

.review-title{
	font-weight: 600;
	font-size: 27px;
	margin-bottom: -0.2rem;
}

@media screen and (max-width: 1100px){
.parag{
	width: 80%;
}
}

@media screen and (max-width: 768px){

	#main{
padding: 0 1rem;
	}

	.main-section{
		width: 100%;
		padding: 0;
		border: 0;
	}

	.title{
		font-size: 23px;
		padding: 1rem 0.5rem;
	}

	.subtitle{
		font-size: 15px;
		text-align: left;
	}
.nav{
	padding: 0rem;
}
.nav>button{
	font-size: 10px;
}
.parag{
	width: auto;
}

.blockquote{
	margin: 5% 5%;
}

.review{
	display: flex;
	flex-direction: column;
}

.review-text{
	width: fit-content;
	text-align: center;
}

.parag2{
	text-align: center;
	width: 100%;
}

.btn1{
	width: auto;
}

.contactform{
	width: auto;
	left: 0;
	right: 0;
	margin-left: 0;
}
}