body,h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,div{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-size: 1rem;
}

.common-section-heading{
	font-size: 400%;
}

.common-section-para{
	font-size: 110%;
}

.body .cooking-section,
.body .harvesting-section,
.body .extraction-section,
.body .fermantation-section,
.body .distilation-section,
.body .packing-section{
	overflow: visible;
}


/*origin-banner section*/
.origin-banner-section{
	position: relative;
	height: calc(100vh);
}
.origin-banner-wrapper {
	height: calc(100vh);
}
.origin-banner-wrapper .banner-icon-left {
	position: absolute;
	top: calc(50% - 2vw);
	width: calc(4vw);
	left: calc(2vw);
	right: auto;
}
.origin-banner-wrapper .banner-icon-right {
	position: absolute;
	top: calc(50% - 2vw);
	width: calc(4vw);
	right: calc(2vw);
	left: auto;
}
#origin-video{
	width: 100%;
	display: block;
	object-position: center 0%;
	height: calc(100vh + 100px);
	object-fit: cover;
}

.origin-banner-wrapper img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 1440/700;
}

.banner-text{
	position: absolute;
	bottom: 15%;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.banner-text h2, .banner-text h1{
	font-size: 400%;
	letter-spacing: 2px;
	background: linear-gradient(#fff, #77E2ED);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-family: "gin", serif;
	text-transform: uppercase;
	line-height: 1.2;
	width: 100%;
	padding-bottom: 0.5rem;
}

.banner-text img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 1519/137;
	max-width: 200px;
}


/*about section*/
.about-section{
	position: relative;
}

.mob-banner{
	display: none;
}

.about-banner-wrapper .desktop-banner{
	width: 100%;
	height: auto;
	aspect-ratio: auto 1440/700;
}
.origin-info-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	right: 10%;
	object-fit: cover;
	height: 150%;
	object-position: top;
	width: 80%;
}
.origin-sun-vector {
	position: absolute;
	max-width: 200px;
	top: 20%;
	left: 2%;
}
.origin-moon-vector {
	position: absolute;
	max-width: 200px;
	top: 20%;
	right: 2%;
}

.about-banner-text{
	position: absolute;
	bottom: 31%;
	left: 32%;
	text-align: center;
	width: 35%;
}



.about-banner-text p{
	font-size: 110%;
	color: #fff;
	padding-bottom: 1rem;
}

.about-header {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.about-header > div {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	flex-flow: column;
	margin: 0 auto;
	padding: 0 20px;
}
.about-banner-text .about-header img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 62/38;
	max-width: 60px;
	margin: 0 auto;
}
.about-header h2{
	font-size: 400%;
	color: #CB9E52;
	font-family: "gin", serif;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 2rem;
	margin: 0 auto;
}
.about-banner-text img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 1519/137;
	max-width: 40%;
}

/*harvesting section*/
.harvesting-section{
	background: url("../../images/d-brown-bg.png") no-repeat;
	background-size: cover;
	position: relative;
}
.hrs-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hrs-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.harvesting-section > .container {
	z-index: 1;
	position: relative;
}
.harvesting-container{
	display: flex;
	flex-wrap: wrap;
	padding: 5rem 0;
}
.harvesting-img{
	width: 50%;
	max-height: 80vh;
	height: 520px;
}

/*.harvesting-content p:first-child{
	font-weight: 700;
}*/
.harvesting-img img {
	height: 100%;
	object-fit: cover;
	object-position: left;
	z-index: 1;
	position: relative;
}
.harvesting-container .turtle-icon {
	position: absolute;
	right: 40%;
	max-width: calc(15vw);
	z-index: 0;
	height: auto;
	top: 25%;
}
.harvesting-content{
	width: 50%;
	align-self: center;
	padding-left: 11rem;
}
.harvesting-content h2{
	font-family: "gin", serif;
	color: #AD7F33;
	padding-bottom: 1.5rem;
}
.common-section-heading img {
	height: calc(3.3vw);
}
.harvesting-content p{
	color: #101010;
	padding-bottom: 10px;
}

/*cooking-section*/
.cooking-section{
	background: url("../../images/d-green-bg.png") no-repeat;
	background-size: cover;
	padding: 12rem 0 8rem;
	position: relative;
}
.cs-left-icon {
	max-width: calc(20vw);
	transform: rotate(6deg) scaleX(-1);
	position: absolute;
	top: 5%;
	left: 10%;
}
.cs-right-icon {
	position: absolute;
	right: 10%;
	bottom: 10%;
	max-width: calc(20vw);
}
.cooking-content-wrapper h2{
	color: #00B5C8;
	padding-bottom: 1rem;
	text-transform: uppercase;
	font-family: "gin", serif;
}

.cooking-content-wrapper p{
	color: #7BB3BC;
	padding-bottom: 1rem;
}

.cooking-main-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cooking-right-img{
	margin-top: -12rem;
}

.cooking-inner-wrapper{
	width: calc((100% - 30px) / 3);
}
.cooking-right-img img{
	margin-top: -7rem;
}


/*extraction section*/
.extraction-section{
	background: url("../../images/d-brown-bg.png") no-repeat;
	background-size: cover;
	position: relative;
}

.extraction-bottom-icon{
	position: absolute;
    bottom: 12%;
    max-width: calc(8vw);
    margin: 0 auto;
    left: calc(70% - 40vw);
}

.extraction-main-container{
	display: flex;
	flex-wrap: wrap;
	padding: 5rem 0 12rem;
}

.extraction-content-wrapper{
	width: 40%;
	padding: 0 4rem;
}

.extraction-img-wrapper{
	width: 60%;
	display: flex;
	justify-content: flex-end;
}

.maturation-section .extraction-content-wrapper{
	padding-right:4rem;
	padding-left: 0;
} 

.extraction-img-wrapper img{
	width: 0%;
	height: 600px;
	max-height: 78vh;
	aspect-ratio: auto 845 / 635;
	margin-top: -14rem;
	object-fit: cover;
	object-position: right;
}

.extraction-content-wrapper h2{
	color: #AD7F33;
	padding-bottom: 1rem;
	text-transform: uppercase;
	font-family: "gin", serif;
}

.extraction-content-wrapper p{
	color: #101010;
	padding-bottom: 1rem;
}

/*fermentation section*/
.fermantation-section{
	background: url("../../images/d-light-blue-bg.png") no-repeat;
	background-size: cover;
	position: relative;
}
.fermantation-section .fs-frog-icon {
	position: absolute;
	bottom: 5%;
	max-width: calc(15vw);
	margin: 0 auto;
	left: calc(70% - 8vw);
}
.fermantation-mob{
	display: none;
}
.fermantation-img-wrapper {
	margin-top: -5rem;
	max-height: 90vh;
	overflow: hidden;
	margin-bottom: 10rem;
}
.fermantation-img-wrapper img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 1320/700;
	min-height: calc(100vh);
}

.fermantation-content-wrapper{
	position: absolute;
	top: 15%;
	left: 30%;
	text-align: center;
	width: 40%;
}

.fermantation-content-wrapper h2{
	color: #00B5C8;
	padding-bottom: 1rem;
	text-transform: uppercase;
	font-family: "gin", serif;
}

.fermantation-content-wrapper p{
	color: #F4EDE1;
	padding-bottom: 1rem;
}


/*distilation section*/
.distilation-section{
	background: url("../../images/d-brown-bg.png") no-repeat;
	background-size: cover;
	padding: 5rem 0;
	position: relative;
}
.distilation-section .ds-sc-icon {
	position: absolute;
	transform: rotate(0deg);
	left: calc(50% - 9vw);
	bottom: -3rem;
	max-width: calc(20vw);
}
.distilation-main-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.distilation-img-wrapper{
	width: 50%;
	height: 450px;
	max-height: 60vh;
	margin-top: -8rem;
}
.distilation-content-wrapper{
	width: 50%;
	align-self: center;
	padding-left: 7rem;
}

.distilation-img-wrapper img{
	width: 0%;
	height: 100%;
	aspect-ratio: auto 635/700;
	position: relative;
	z-index: 2;
	object-fit: cover;
	object-position: left;
}

.distilation-content-wrapper h2{
	color: #AD7F33;
	padding-bottom: 1rem;
	text-transform: uppercase;
	font-family: "gin", serif;
}

.distilation-content-wrapper p{
	color: #101010;
	padding-bottom: 1rem;
}

/*maturation css*/
.maturation-section .extraction-content-wrapper p{
	color: #448F9B;
}

.maturation-section .extraction-content-wrapper h2{
	color: #00B5C8;
}

.maturation-section{
	background: url("../../images/machuration-bg.jpg");
	background-size: cover;
}

.maturation-section .extraction-content-wrapper{
	align-self: center;
}

.maturation-section .extraction-img-wrapper img{
	margin-top: 0;
}

.maturation-section .extraction-main-container{
	padding: 5rem 0;
}

/*timeline section*/
.timeline-section{
	padding:6rem 0;
	background: url("../../images/origin-slider-bg.jpg") no-repeat;
	background-size: cover;
}
.timeline-content-wrapper{
	display: flex;
	flex-wrap: wrap;
}

#origin-slider-video{
	width: 100%;
}

.timeline-slider-img{
	width: 50%;
}

.time-text-wrapper{
	width: 50%;
	padding: 0 11rem 0 6rem;
	align-self: center;
}

.time-text-wrapper h2{
	color: #CB9E52;
	font-weight: 400;
	font-family: "gin", serif;
	font-size: 400%;
}

.time-text-wrapper h3{
	color: #fff;
	font-weight: 400;
	font-family: "gin", serif;
	font-size: 300%;
	padding-bottom: 1rem;
}

.time-text-wrapper p{
	color: #fff;
	font-size:110%;
}

.owl-carousel .owl-dots.disabled{
	display: block;
}

.owl-dot.active img.dot-img {
	opacity: 1;
	content: url('../../images/brown-dot.png'); 
	position: relative;
	z-index: 999;
}

.owl-dot.active .dot-content p{
	color: #CB9E52;
}

.owl-dot .dot-content p{
	color: #fff;
	font-size: 100%;
	padding-top: 5px;
	font-weight: 600;
}

.owl-dots{
	position: relative;
	margin: 4rem 0 !important;
	display: flex;
}

.owl-dots:after{
	content: "";
	height: 1px;
	width: 80%;
	position: absolute;
	top: 13px;
	left: 9%;
	background: #fff;
}

.owl-theme .owl-dots .owl-dot{
	width: calc((100% -  30px) / 3);
}

.owl-theme .owl-dots .owl-dot img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 152 / 118;
	max-width: 20px;
	margin-top: 4px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	display: flex;
}
/*packing section*/
.packing-section{
	background: url("../../images/packing-bg.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.packing-main-container{
	display: flex;
	flex-wrap: wrap;
	padding: 6rem 0 8rem;
}

.packing-content-wrapper{
	width: 50%;
	padding-right: 14rem;
}

.packing-img-wrapper{
	width: 50%;
}

.packing-img-wrapper img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 622/711;
	margin-top: -11rem;
}

.campass-img{
	text-align: right;
}

.campass-img img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 236/236;
	max-width: 60%;
}

.packing-content-wrapper h2{
	font-family: "gin", serif;
	color: #AD7F33;
	padding-bottom: 2rem;
}

.packing-para{
	padding-left: 20px;
}

.packing-para p{
	color: #101010;
	padding-bottom: 1rem;
	position: relative;
	padding-left: 10px;
}

.packing-para p:before{
	content: "";
	background: url(../../images/icon.png) no-repeat;
	background-size: auto;
	height: 23px;
	width: 23px;
	position: absolute;
	top: 5px;
	left: -24px;
}

.packing-bottom-content-wrapper{
	width: 40%;
	margin:0 auto;
	text-align: center;
	margin-bottom: 4rem;
	margin-top: 4rem;
}

.packing-bottom-content-wrapper h2{
	font-size: 200%;
	color: #245B8E;
	padding-bottom: 1rem;
	font-family: "gin", serif;
}

.packing-bottom-content-wrapper p{
	color: #101010;
	font-size: 110%;
}

.testing-para{
	width: 50%;
	margin:0 auto;
	text-align: center;
	margin-bottom: 15rem;
}

.testing-para h2{
	color: #AD7F33;
	font-family: "gin", serif;
	padding-bottom: 1rem;
	font-size: 200%;
}

.testing-para p{
	color: #101010;
	font-size: 110%;
}

.bhalu-img{
	position: absolute;
	left: 5%;
	bottom: 5%;
}

.tiger-img{
	position: absolute;
	right: 5%;
	bottom: 5%;
}


@media screen and (min-width:320px) and (max-width:568px){
	.cooking-inner-wrapper{
		width: 100%;
		margin-top: 0;
	}
	.owl-dot .dot-content p{
		font-size: 50%;
	}
	.owl-dots{
		margin:0 !important;
	}
	.mob-banner{
		display: block;
	}
	.desktop-banner{
		display: none;
	}
	.fermantation-desktop{
		display: none;
	}
	.fermantation-mob{
		display: block;
	}
	.packing-section{
		background: url("../../images/m-packing-bg.png");
		background-size: cover;
	}
	.harvesting-img{
		width: 100%;
	}
	.harvesting-content{
		width: 100%;
		padding: 1rem 0;
	}
	.distilation-img-wrapper{
		width: 100%;
	}
	.distilation-content-wrapper{
		width: 100%;
		padding: 1rem 0;
	}
	.timeline-slider-img{
		width: 100%;
	}
	.time-text-wrapper{
		width: 100%;
		padding: 1rem;
	}
	.packing-content-wrapper{
		width: 100%;
		padding-right: 1rem;
	}
	.packing-img-wrapper{
		width: 100%;
	}
	.fermantation-content-wrapper {
		top: 27%;
		left: 10%;
		width: 80%;
	}
	.extraction-content-wrapper{
		width: 100%;
		padding:1rem 0;
	}
	.extraction-img-wrapper{
		width: 100%;
	}
	.extraction-img-wrapper img{
		margin-top: 0;
	}
	.about-banner-text{
		width: 80%;
		left: 32px;
		top: 36%;
	}
	.packing-bottom-content-wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}
	.tiger-img{
		max-width: 40%;
		bottom: 0;
	}
	.bhalu-img{
		max-width: 30%;
		bottom: 0;
	}
	.testing-para{
		width: 100%;
	}
	.packing-img-wrapper img{
		margin-top: 0;
	}
	.campass-img{
		text-align: center;
	}
	.packing-main-container{
		padding: 4rem 0;
	}
	.banner-text h2{
		font-size: 210%;
	}
	.banner-text img{
		max-width: 60%;
	}
	.banner-text{
		left: 21%;
	}
	.about-banner-text h2{
		font-size: 180%;
	}
	.about-banner-text p{
		font-size: 80%;
	}
	.about-banner-text img{
		max-width: 60%;
	}
	.harvesting-container{
		padding: 3rem 0;
	}
	.common-section-heading{
		font-size: 200%;
	}
	.common-section-para{
		font-size: 80%;
	}
	.cooking-section{
		padding: 4rem 1rem;
	}
	.extraction-main-container{
		padding: 3rem 1rem 6rem;
	}
	.fermantation-img-wrapper img{
		margin-top: -2rem;
		margin-bottom: 3rem;
		padding: 0 1rem;
	}
	.distilation-img-wrapper img{
		margin-top: 0;
	}
	.distilation-section{
		padding: 3rem 1rem;
	}
	.timeline-section{
		padding: 3rem 0;
	}
	.packing-bottom-content-wrapper h2{
		font-size: 120%;
	}
	.packing-bottom-content-wrapper p{
		font-size: 70%;
	}
	.testing-para p{
		font-size: 70%;
	}
	.time-text-wrapper h2, .time-text-wrapper h3{
		font-size: 200%;
	}
	.time-text-wrapper p{
		font-size: 70%;
	}
	.owl-theme .owl-dots .owl-dot{
		padding:0 8px;
	}
	.owl-dots:after{
		width: 100%;
		left: 0;
	}
}

@media screen and (min-width:569px) and (max-width:768px){
	.cooking-inner-wrapper{
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.mob-banner{
		display: block;
	}
	.desktop-banner{
		display: none;
	}
	.fermantation-desktop{
		display: none;
	}
	.fermantation-mob{
		display: block;
	}
	.packing-section{
		background: url("../../images/m-packing-bg.png");
		background-size: contain;
	}
	.packing-para p{
		font-size: 130%;
	}
	.harvesting-img{
		width: 100%;
	}
	.harvesting-content{
		width: 100%;
		padding: 1rem 0;
	}
	.distilation-img-wrapper{
		width: 100%;
	}
	.distilation-content-wrapper{
		width: 100%;
		padding: 1rem;
	}
	.timeline-slider-img{
		width: 100%;
	}
	.time-text-wrapper{
		width: 100%;
		padding: 1rem 2rem;
	}
	.packing-content-wrapper{
		width: 100%;
		padding-right: 1rem;
	}
	.packing-img-wrapper{
		width: 100%;
	}
	.fermantation-content-wrapper {
		top: 28%;
		left: 8%;
		width: 80%;
	}
	.extraction-content-wrapper{
		width: 100%;
		padding:1rem;
	}
	.extraction-img-wrapper{
		width: 100%;
	}
	.extraction-img-wrapper img{
		margin-top: 0;
	}
	.about-banner-text{
		width: 80%;
		left: 90px;
		top: 40%;
	}
	.about-banner-text p{
		font-size: 130%;
	}
	.about-banner-text h2{
		font-size: 400%;
	}
	.about-banner-text img{
		max-width: 55%;
	}
	.packing-bottom-content-wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}
	.tiger-img{
		max-width: 40%;
		bottom: 0;
	}
	.bhalu-img{
		max-width: 30%;
		bottom: 0;
	}
	.testing-para{
		width: 100%;
		margin-bottom: 32rem;
	}
	.packing-img-wrapper img{
		margin-top: 0;
	}
	.campass-img{
		text-align: center;
	}
	.packing-main-container{
		padding: 4rem 0;
	}
	.banner-text img{
		max-width: 60%;
	}
	.banner-text{
		left: 31%;
	}
	.harvesting-container{
		padding: 3rem 0;
	}
	.cooking-section{
		padding: 4rem 0;
	}
	.extraction-main-container{
		padding: 3rem 2rem;
	}
	.fermantation-img-wrapper img{
		margin-top: 3rem;
		margin-bottom: 3rem;
		padding: 0 1rem;
	}
	.distilation-img-wrapper img{
		margin-top: 0;
	}
	.distilation-section{
		padding: 3rem 0;
	}
	.timeline-section{
		padding: 3rem 0;
	}
	
	.packing-bottom-content-wrapper p{
		font-size: 130%;
	}
	.testing-para p{
		font-size: 130%;
	}
	.time-text-wrapper h2, .time-text-wrapper h3{
		font-size: 300%;
	}
	.time-text-wrapper p{
		font-size: 130%;
	}
	.packing-bottom-content-wrapper h2{
		font-size: 200%;
	}
	.testing-para h2{
		font-size: 200%;
	}
	.owl-theme .owl-dots .owl-dot{
		padding:0 2rem;
	}
	.owl-dots:after{
		width: 100%;
		left: 0;
	}
	.common-section-para{
		font-size: 130%;
	}
}



@media screen and (min-width:769px) and (max-width:991px){
	.cooking-inner-wrapper{
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.packing-para p{
		font-size: 120%;
	}
	.harvesting-img{
		width: 100%;
	}
	.fermantation-desktop{
		display: none;
	}
	.fermantation-mob{
		display: block;
	}
	.harvesting-content{
		width: 100%;
		padding: 1rem 0;
	}
	.distilation-img-wrapper{
		width: 100%;
	}
	.distilation-content-wrapper{
		width: 100%;
		padding: 1rem;
	}
	.timeline-slider-img{
		width: 100%;
	}
	.time-text-wrapper{
		width: 100%;
		padding: 1rem 2rem;
	}
	.common-section-para{
		font-size: 120%;
	}
	.packing-content-wrapper{
		width: 100%;
		padding-right: 1rem;
	}
	.packing-img-wrapper{
		width: 100%;
	}
	.fermantation-content-wrapper {
		top: 33%;
		left: 10%;
		width: 80%;
	}
	.extraction-content-wrapper{
		width: 100%;
		padding:1rem;
	}
	.extraction-img-wrapper{
		width: 100%;
	}
	.extraction-img-wrapper img{
		margin-top: 0;
	}
	.about-banner-text{
		width: 75%;
		left: 89px;
		top: 27px;
	}
	.packing-bottom-content-wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}
	.tiger-img{
		max-width: 40%;
		bottom: 0;
	}
	.bhalu-img{
		max-width: 30%;
		bottom: 0;
	}
	.testing-para{
		width: 100%;
		margin-bottom: 32rem;
	}
	.packing-img-wrapper img{
		margin-top: 0;
	}
	.campass-img{
		text-align: center;
	}
	.packing-main-container{
		padding: 4rem 0;
	}
	.banner-text img{
		max-width: 60%;
	}
	.banner-text{
		left: 31%;
	}
	.harvesting-container{
		padding: 3rem 0;
	}
	.cooking-section{
		padding: 4rem 0;
	}
	.extraction-main-container{
		padding: 3rem 0;
	}
	.fermantation-img-wrapper img{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.distilation-img-wrapper img{
		margin-top: 0;
	}
	.distilation-section{
		padding: 3rem 0;
	}
	.timeline-section{
		padding: 3rem 0;
	}
	
	.packing-bottom-content-wrapper p{
		font-size: 120%;
	}
	.testing-para p{
		font-size: 120%;
	}
	.time-text-wrapper h2, .time-text-wrapper h3{
		font-size: 250%;
	}
	.time-text-wrapper p{
		font-size: 120%;
	}
	.packing-bottom-content-wrapper h2, .testing-para h2{
		font-size: 200%;
	}
	.owl-theme .owl-dots .owl-dot{
		padding:0 2rem;
	}
	.owl-dots:after{
		width: 100%;
		left: 0;
	}
}

@media screen and (min-width:992px) and (max-width:1024px){
	.about-banner-text{
		bottom: 2%;
	}
	.about-header{
		margin-bottom: 0;
	}
	.harvesting-content{
		padding-left: 4rem;
	}
	.extraction-img-wrapper img{
		margin-top: -10rem;
	}
	.extraction-img-wrapper{
		width: 50%;
	}
	.extraction-content-wrapper{
		width: 50%;
	}
	.fermantation-content-wrapper {
		top: 0%;
		left: 23%;
		width: 60%;
	}
	.common-section-heading{
		font-size: 320%;
	}
	
	.distilation-content-wrapper{
		padding-left: 4rem;
	}
	.time-text-wrapper{
		padding: 0 3rem;
	}
	.owl-theme .owl-dots .owl-dot{
		padding: 0 4rem;
	}
	.owl-dots:after{
		width: 815px;
	}
	.packing-content-wrapper{
		padding-right: 2rem;
	}
	.packing-main-container{
		padding: 3rem 0;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px){
	.common-section-para{
		font-size: 100%;
	}
	.about-banner-text p{
		font-size: 100%;
	}
	.about-banner-text img{
		font-size: 60%;
	}
	.extraction-img-wrapper img{
		margin-top: -10rem;
	}
	.owl-theme .owl-dots .owl-dot{
		padding: 0 10rem;
	}
	.packing-content-wrapper{
		padding-right: 8rem;
	}
	.packing-bottom-content-wrapper p, .testing-para p{
		font-size: 100%;
	}
	.packing-bottom-content-wrapper h2, .testing-para h2{
		font-size: 180%;
	}
	.time-text-wrapper{
		padding: 0 6rem;
	}
	.harvesting-content{
		padding-left: 7rem;
	}
	.about-banner-text{
		bottom: 23%;
	}
}

@media screen and (min-width:1600px) and (max-width:1999px){
	.about-banner-text p{
		font-size: 130%;
	}
	.banner-text h2{
		font-size: 450%;
	}
	.about-banner-text h2{
		font-size: 400%;
	}
	.about-banner-text img{
		max-width: 60%;
	}
	.harvesting-content h2{
		font-size: 350%;
	}
	.harvesting-content{
		padding-left: 7rem;
	}
	.extraction-img-wrapper img{
		margin-top: -10rem;
	}
	.common-section-para{
		font-size: 130%;
	}
	.fermantation-content-wrapper{
		top: 10%;
	}
	.time-text-wrapper p{
		font-size: 130%;
	}
	.time-text-wrapper h2{
		font-size: 350%;
	}
	.owl-dot .dot-content p{
		font-size: 100%;
	}
	.owl-dots:after{
		padding-right: 6rem;
	}
	.packing-bottom-content-wrapper p, .testing-para p{
		font-size: 130%;
	}
	.packing-bottom-content-wrapper h2, .testing-para h2{
		font-size: 200%;
	}
	.banner-text img{
		max-width: 200px;
	}
	.body .cooking-section{
		overflow: visible;
	}
}


@media screen and (min-width:2000px) and (max-width:2499px){
	.about-banner-text p{
		font-size: 130%;
	}
	.banner-text h2{
		font-size: 500%;
	}
	.banner-text img{
		max-width: 250px;
	}
	.about-banner-text h2{
		font-size: 400%;
	}
	.about-banner-text img{
		max-width: 60%;
	}
	.harvesting-content h2{
		font-size: 350%;
	}
	.harvesting-content{
		padding-left: 7rem;
	}
	.extraction-img-wrapper img{
		margin-top: -10rem;
	}
	.common-section-para{
		font-size: 130%;
	}
	.fermantation-content-wrapper{
		top: 10%;
	}
	.time-text-wrapper p{
		font-size: 130%;
	}
	.time-text-wrapper h2{
		font-size: 350%;
	}
	.owl-dot .dot-content p{
		font-size: 100%;
	}
	.owl-dots:after{
		padding-right: 6rem;
	}
	.packing-bottom-content-wrapper p, .testing-para p{
		font-size: 130%;
	}
	.packing-bottom-content-wrapper h2, .testing-para h2{
		font-size: 200%;
	}
}










