@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}

@media only screen and (max-width: 1600px) {
	a.navbar-brand img {
		width: 140px;
	}

	.navbar-nav {
		gap: 3rem;
	}

	.main-slider {
		height: 1000px;
	}

	.about-section {
		padding-bottom: 5rem;
	}

	a.footLogo img {
		width: 199px;
	}

	.contactForm .form-group textarea {
		min-height: 50px;
	}

	.main-slider--inner {
		height: 700px !important;
	}
}

@media only screen and (max-width: 1445px) {
	a.navbar-brand img {
		width: 130px;
	}

	.navbar-nav .nav-item .nav-link {
		font-size: 1.125rem;
	}

	.slideOne h2 {
		font-size: 5rem;
	}

	.slideOne p {
		font-size: 2.75rem;
	}

	.main-slider {
		height: 900px;
	}

	.aboutcntnt h2 {
		font-size: 3.5rem;
	}

	.about-section {
		padding: 4rem 0;
	}

	form.contactForm .form-group {
		margin-bottom: 3.5rem;
	}

	.contactForm .form-group label {
		font-size: 1.25rem;
	}

	.contactSec {
		padding: 3rem 0;
	}

	a.footLogo img {
		width: 170px;
	}

	footer h4 {
		font-size: 1.4rem;
	}

	.copyRight p {
		font-size: 1.125rem;
	}

	footer {
		padding-top: 5rem;
	}
}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}

	a.navbar-brand img {
		width: 120px;
	}

	.navbar-nav .nav-item .nav-link {
		font-size: 1rem;
	}

	.main-slider {
		height: 800px;
	}

	.slideOne h2 {
		font-size: 4.5rem;
	}

	.slideOne p {
		font-size: 2.5rem;
		margin: 0;
	}

	.slideOne .themeBtn.borderBtn {
		margin-top: 10px;
		font-size: 1rem;
	}

	li.nav-item .themeBtn.borderBtn {
		font-size: 1rem;
	}

	.aboutcntnt h2 {
		font-size: 3rem;
	}

	a.footLogo img {
		width: 160px;
	}

	footer {
		padding-top: 4.5rem;
	}

	.testimonialSec .swiper-button-next {
		right: -1rem;
	}

	.testimonialSec .swiper-button-prev {
		left: -1rem;
	}

	.mainHead {
		font-size: 5rem;
	}

	.testimonialSec {
		padding: 0;
	}

	.reviewsBox p {
		font-size: 1.15rem;
	}

	.contactSec .contactInfo .title {
		font-size: 1.125rem;
	}

	.contactSec .contactInfo {
		font-size: 1.125rem;
	}

	.main-slider--inner {
		height: 600px !important;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	a.navbar-brand img {
		width: 110px;
	}

	.slideOne h2 {
		font-size: 4rem;
	}

	.slideOne p {
		font-size: 2rem;
	}

	.slideOne .themeBtn.borderBtn {
		padding: 0.9rem 1rem;
	}

	.main-slider {
		height: 700px;
	}

	.aboutcntnt h2 {
		font-size: 2.5rem;
	}

	.about-section {
		padding: 3rem 0;
	}

	.contactForm .form-group label {
		font-size: 1.125rem;
		margin: 0;
	}

	form.contactForm .themeBtn.borderBtn {
		font-size: 1rem;
	}

	a.footLogo img {
		width: 150px;
	}

	footer {
		padding-top: 4rem;
	}

	footer .contactInfo li a {
		gap: 1rem;
	}

	.gallery-section .mainHead {
		font-size: 4rem;
		text-align: center;
	}

	.gallery-section {
		padding: 3rem 0 0 0;
	}

	.main-slider--inner {
		height: 500px !important;
	}

	.galleryInner .galleryInner__img {
		height: auto;
		aspect-ratio: 1;
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	a.navbar-brand img {
		width: 100px;
	}

	.main-slider {
		height: 650px;
	}

	.slideOne h2 {
		font-size: 3.5rem;
	}

	.slideOne p {
		font-size: 1.75rem;
	}

	form.contactForm .form-group {
		margin-bottom: 3rem;
	}

	a.footLogo img {
		width: 135px;
	}

	footer h4 {
		font-size: 1.25rem;
	}

	.reviewsSlider {
		padding: 1rem 1rem;
	}

	.mainHead {
		font-size: 4rem;
	}

	.gallerywrap img {
		height: auto;
		aspect-ratio: 1;
	}

	.gallerywrap h3 {
		font-size: 1.5rem;
	}

	.gallery-section {
		padding-bottom: 0;
	}

	.main-slider--inner {
		height: 400px !important;
	}

	.navbar-toggler {
		color: #fff;
		outline: unset !important;
		padding: 0;
	}

	.navbar-collapse {
		background: #000;
		padding: 1rem 0;
	}

	.navbar-nav {
		gap: 1rem;
	}

	.gallery-section {
		padding: 3rem 0 !important;
	}

}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	a.navbar-brand img {
		width: 80px;
	}

	.main-slider {
		height: 600px;
	}

	.slideOne h2 {
		font-size: 3rem;
	}

	.slideOne p {
		font-size: 1.5rem;
	}

	figure.aboutimg img {
		width: 400px;
	}

	.aboutcntnt {
		margin-top: 1.5rem;
	}

	.about-section {
		padding: 2rem 0;
	}

	.contactSec {
		padding: 2rem 0;
	}

	.contactForm .form-group label {
		font-size: 1rem;
	}

	form.contactForm .form-group {
		margin-bottom: 2rem;
	}

	.contactForm .form-group textarea {
		min-width: 30px;
	}

	a.footLogo img {
		width: 120px;
		margin-bottom: 2rem;
	}

	footer {
		padding-top: 3rem;
	}

	footer h4 {
		font-size: 1.125rem;
		margin-top: 1rem;
	}

	footer .contactInfo li+li {
		padding-top: 1rem;
	}

	.copyRight p {
		text-align: start;
	}

	.copyRight ul {
		justify-content: start;
		margin-top: 5px;
	}

	.copyRight {
		margin-top: 2rem;
		padding-top: 1rem;
	}

	.gallery-section {
		padding-bottom: 0;
	}

	.main-slider--inner {
		height: 300px !important;
	}

	.aboutcntnt.text-center.mb-5 {
		margin-bottom: 0 !important;
	}

	.contactForm .form-group textarea {
		height: 50px !important;
	}

	.contactSec .contactInfo .icon {
		font-size: 2.5rem;
	}

}


@media (max-width: 575.98px) {
	a.navbar-brand img {
		width: 70px;
	}

	section#mainSlider {
		height: 420px;
	}

	.slideOne h2 {
		font-size: 2rem;
	}

	.slideOne p {
		font-size: 1.25rem;
	}

	figure.aboutimg img {
		width: 100%;
	}

	.aboutcntnt {
		margin-top: 1rem;
	}

	form.contactForm .form-group {
		margin-bottom: 1rem;
	}

	.contactSec {
		padding-top: 0;
	}

	a.footLogo img {
		width: 100px;
		margin-bottom: 1rem;
	}

	.sideBar p {
		font-size: 14px;
		left: 4rem;
		bottom: 3rem;
	}

	.main-slider--inner {
		height: 200px !important;
	}

	.gallery-section {
		padding: 2rem 0 !important;
	}
}

@media (max-width: 320.98px) {}