.show-mobile {
	display: none !important;
}

.show-desktop {
	display: block !important;
}

@media (max-width: 84em) {
	.hero {
		max-width: 120rem;
	}

	.heading-primary {
		font-size: 4.4rem;
	}

	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 75em) {
	html {
		font-size: 56.25%;
	}

	.grid {
		gap: 6.4rem 4.8rem;
	}
	.grid1{ 
 row-gap: .5rem;

	}

	.heading-secondary {
		font-size: 3.6rem;
	}

	.heading-tertiary {
		font-size: 2.4rem;
	}

	.header {
		padding: 0px 3.2rem;
	}

	.main-nav-list {
		gap: 3.2rem;
	}

	.hero {
		gap: 4.8rem;
	}

	.testimonials-container {
		padding: 9.6rem 3.2rem;
	}
}

@media (max-width: 59em) {
  .sticky .section-hero {
    margin-top: 9rem;
  }
  .swiper-wrapper {
    position: relative;
    width: 100vw;
    height: calc(100vh - 76px);
    /* margin-top: 9rem; */
  }
	.wts-app-btn {
		position: absolute;
		z-index: 9;
		right: 0;
	}
  .contact-app-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 400px;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
}
	.svg-waves {
		height: 140px;
		width: 100vw;
		transform: rotate(180deg);
	}
	.modal__form {
		margin: 25px 0rem;
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		gap: 2.5rem 0rem;
	}
	.modal-content {
		display: grid;
		background-color: var(--theme-white);
		z-index: 1;
		gap: 0.6rem 4.4rem;
		grid-template-columns: repeat(1, 1fr);
	}

	.modal {
		width: 100vw;
		height: 100vh;
		transform: translateY(-0%);
		left: 0px;
		padding: 100px 20px;
		top: 0 !important;
		overflow-y: auto;
		z-index: 999999;
	}

	.schedule-img {
		position: relative;
		top: 20px;
	}

	.goderj-woods-img-auto {
		max-height: 200px;
	}

	.offer-inner {
		flex-direction: column;
		padding: 0px;
	}

	.offer-img {
		margin-top: 30px;
	}

	.slide-text h1 {
		font-size: 4.5rem;
		margin-bottom: 20px;
	}

	.slide-text h3 {
		font-size: 3rem;
		font-weight: 600;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.slide-text .upper-text {
		font-size: 2.8rem;
		font-weight: 400;
	}

	.slide-text .lower-text {
		font-size: 3rem;
		font-weight: 600;
	}

	.swipe-btn {
		padding: 1rem 2rem;
		border-radius: 0px;
		font-size: 2.8rem;
		margin: 10px 0px;
		color: var(--theme-primary);
		background-color: var(--theme-secondary);
		border: 2px solid rgb(0, 0, 0);
		display: inline-block;
	}

	.slide-text .btn {
		background-color: var(--theme-primary);
		border: solid 2px var(--theme-border);
		padding: 10px 20px;
		width: fit-content;
		font-size: 2.8rem;
		font-weight: 700;
		color: var(--theme-text);
		position: relative;
		border-radius: 5px;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
		margin-top: 40px;
	}

	.swiper-slide {
		padding: 100px 20px;
		width: 100vw !important;
		height: 100vh;
		margin-top: 9rem;
	}

	.show-mobile {
		display: block !important;
	}

	.show-desktop {
		display: none !important;
	}

	html {
		font-size: 50%;
	}

	.hero {
		grid-template-columns: 1fr;
		padding: 0px;
		gap: 0px;
	}

	.hero-text-box,
	.hero-img-box {
		text-align: center;
	}

	.hero-img {
		width: 60%;
	}

	.delivered-goderj-woods {
		justify-content: center;
		margin-top: 3.2rem;
	}

	.logos img {
		height: 2.4rem;
	}

	.step-number {
		font-size: 7.4rem;
	}

	.goderj-woods-content {
		padding: 2.4rem 3.2rem 3.2rem;
	}

	.section-testimonials {
		grid-template-columns: 1fr;
	}

	.gallery {
		grid-template-columns: repeat(6, 1fr);
	}

	.cta {
		grid-template-columns: 3fr 2fr;
	}

	.cta-form {
		grid-template-columns: 1fr;
	}

	.btn--form {
		margin-top: 1.2rem;
	}

	.btn-mobile-nav {
		display: block;
		z-index: 9999;
	}

	.main-nav {
		background-color: rgba(255, 255, 255, 0.9);
		backdrop-filter: blur(10px);
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		transform: translateX(100%);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.5s ease-in 0s;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}

	.nav-open .main-nav {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transform: translateX(0px);
	}

	.nav-open .icon-mobile-nav[name="close-outline"] {
		display: block;
	}

	.nav-open .icon-mobile-nav[name="menu-outline"] {
		display: none;
	}

	.main-nav-list {
		flex-direction: column;
		gap: 4.8rem;
	}

	.main-nav-link:link,
	.main-nav-link:visited {
		font-size: 3rem;
		margin: 0px;
	}
}

@media (max-width: 44em) {
	.grid--3-cols,
	.grid--4-cols {
		grid-template-columns: repeat(2, 1fr);
	}

	.diets {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.heading-secondary {
		margin-bottom: 4.8rem;
	}

	.pricing-plan {
		width: 100%;
	}

	.grid--footer {
		grid-template-columns: repeat(6, 1fr);
	}

	.logo-col,
	.address-col {
		grid-column: span 3 / auto;
	}

	.nav-col {
		grid-area: 1 / span 2 / auto / auto;
		margin-bottom: 3.2rem;
	}
}

@media (max-width: 34em) {


	.grid {
		row-gap: 4.8rem;
	}
	.grid1 {
 
 row-gap: 1rem;
}
	.grid--2-cols,
	.grid--3-cols,
	.grid--4-cols {
		grid-template-columns: 1fr;
	}

	.btn,
	.btn:link,
	.btn:visited {
		padding: 2.4rem 1.6rem;
	}

	.section-hero {
		padding: 0px;
	}

	.hero {
		padding: 0px;
	}

	.hero-img {
		width: 80%;
	}

	.logos img {
		height: 1.2rem;
	}

	.step-img-box:nth-child(2) {
		grid-row: 1 / auto;
	}

	.step-img-box:nth-child(6) {
		grid-row: 5 / auto;
	}

	.step-img-box {
		transform: translateY(2.4rem);
	}

	.testimonials {
		grid-template-columns: 1fr;
	}

	.gallery {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.2rem;
	}

	.cta {
		grid-template-columns: 1fr;
	}

	.cta-text-box {
		padding: 3.2rem;
	}

	.cta-img-box {
		height: 32rem;
		grid-row: 1 / auto;
	}
}

.no-flexbox-gap .main-nav-list li:not(:last-child) {
	margin-right: 4.8rem;
}

.no-flexbox-gap .list-item:not(:last-child) {
	margin-bottom: 1.6rem;
}

.no-flexbox-gap .list-icon:not(:last-child) {
	margin-right: 1.6rem;
}

.no-flexbox-gap .delivered-faces {
	margin-right: 1.6rem;
}

.no-flexbox-gap .goderj-woods-attribute:not(:last-child) {
	margin-bottom: 2rem;
}

.no-flexbox-gap .goderj-woods-icon {
	margin-right: 1.6rem;
}

.no-flexbox-gap .footer-row div:not(:last-child) {
	margin-right: 6.4rem;
}

.no-flexbox-gap .social-links li:not(:last-child) {
	margin-right: 2.4rem;
}

.no-flexbox-gap .footer-nav li:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 75em) {
	.no-flexbox-gap .main-nav-list li:not(:last-child) {
		margin-right: 3.2rem;
	}
}

@media (max-width: 59em) {
	.no-flexbox-gap .main-nav-list li:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 4.8rem;
	}
}
