.locatails-banner{
	position: relative;
	height: calc(100vh);
}
.locatails-banner .desktop-video video {
	width: 100%;
	object-fit: cover;
	object-position: center 0%;
	height: calc(100vh + 100px);
}
.locatails-banner-caption {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
.locatails-banner-caption img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 466/41;
	max-width: calc(15vw);
}

.loca-coco-box .recipe .border-img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 903/16;
}

.locatails-banner-caption h1 {
	font-family: "gin", serif;
	font-size: 400%;
	letter-spacing: 2px;
	text-align: center;
	background: linear-gradient(188.68deg, #FFFFFF -28.16%, #77E2ED 243.93%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.tequila-section{
	background-image: url(../../images/locatails/tequila-sec-bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 5rem 0;
}
.tequila-section .tequila-header{
	margin-bottom: 3rem;
}
.tequila-section .tequila-header h1{
	font-family: "gin", serif;
	font-size: 400%;
	text-align: center;
	font-weight: 400;
	color: #00263B;
	text-transform: uppercase;
	line-height: 1;
}
.blue-color{
	color: #0492A1;
	position: relative;
}
.blue-color:after{
	content: '';
	position: absolute;
	background-image: url(../../images/icons/bird-green.png);
	width: 56px;
	height: 37px;
	right: -12px;
	bottom: 58px;
	background-size: 100%;
}
.cream-color{
	color: #996A2A;
}
.break-line{
	display: block;
}
.tequila-section p{
	color: #00263B;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}
.tequila-para{
	width: 70%;
	margin: 0 auto;
}
.loco-coco-sec{
	background-image: url(../../images/locatails/cream-bg.jpg);
	background-size: cover;
}
.margim-left{
	margin-left: 60px;
}
.margim-right{
	margin-right: 60px;
}
.padding-right{
	padding-right:60px;
}
.padding-left{
	padding-left:60px;
}
.mb-3{
	margin-bottom: 3rem;
}
.loca-coco-container {
	background-image: url(../../images/locatails/pgreen-bg.png);
	background-size: cover;
	border-top-left-radius: 62px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
.loca-coco-box{
	display: flex;
	justify-content: space-between;
}
.loca-coco-box .recipe{
	width: 55%;
}
.loca-coco-box .loco-coco-img{
	width: 40%;
	overflow: hidden;
	border-radius: 30px;
	align-self: center;
}
.loca-coco-box .loco-coco-img img{
	width: 100%;
}
.recipe{
	border-radius: 15px;
	border: 1px solid #196067;
	padding: 4rem 3rem;
}
.recipe .recipe-name{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.recipe .recipe-name h2{
	color: #00B5C8;
	font-family: "gin", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px; /* 125% */
	text-transform: capitalize;
}
.taquila-name{
	color: #00B5C8;
	font-family: "gin", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px; /* 150% */
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-self: center;
}
.taquila-name h5{
	margin-bottom: 0px;
}
.taquila-name img{
	margin-right: 10px;
	width: 26px;
	height: 27px;
}
.recipe-details{
	margin-top: 0.5rem;
}
.ingredients .ingredients-header{
	color: #CB9E52;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.ingredients-box .ingredient-box .quantity{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px; 
	width: 30%;
}
.ingredients-box:last-child .ingredient-box .quantity{
	width: 12%;
}
.ingredients-box:last-child .ingredient-box .ingredient-name{
	width: 80%;
}
.ingredients-box .ingredient-box .ingredient-name{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	text-align: left;
	width: 70%;
	text-transform: capitalize;
}
.ingredients-box .ingredient-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	position: relative;
}
.ingredient-box:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -15px;
	background: #77E2ED;
	background-size: cover;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}
.recipe-details .ingredients{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.recipe-details .ingredients .ingredients-header{
	width: 100%;
}
.recipe-details .ingredients .ingredients-box{
	width: 40%;
	padding-left: 2rem;
}
.instruction-name img{
	padding-right: 1rem;
}
.instructions-box{
	padding-left: 1rem;
}
.recipe-details .ingredients .ingredients-box:last-child{
	width: 60%;
}
.instruction-name{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 1rem;
}
.sunrise-sec{
	background-image: url(../../images/locatails/pgreen-bg1.jpg);
	background-size: cover;
}
.sunrise-container {
	background-image: url(../../images/locatails/sunrise.png);
	background-size: cover;
	border-top-right-radius: 62px;
	border-bottom-right-radius: 62px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 60px;
}
.sunrise-container .recipe,.spicy-mango-container .recipe{
	border: 1px solid #00466C;
}
.sunrise-container .recipe .recipe-name h2,.sunrise-container .taquila-name,
.spicy-mango-container .recipe .recipe-name h2,.spicy-mango-container .taquila-name{
	color: #0194E2;
}
.pineapple-sec{
	background-image: url(../../images/locatails/pineapple-sec.jpg);
	background-size: cover;
}
.spicy-mango-sec{
	background-image: url(../../images/locatails/cream-bg.jpg);
	background-size: cover;
}
.spicy-mango-container {
	background-image: url(../../images/locatails/spicy-mango.jpg);
	background-size: cover;
	border-bottom-right-radius: 62px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 60px;
}
@media screen and (min-width:1201px) and (max-width:1500px){
	.recipe{
		padding:2rem;
	}
	.ingredients-box:last-child .ingredient-box .quantity{
		width: 15%;
	}
	.loca-coco-box .loco-coco-img{
		align-self: center;
	}
	.ingredients-box .ingredient-box .quantity{
		width: 30%;
	}
}
@media screen and (min-width:992px) and (max-width:1200px){
	.margim-left{
		margin-left: 40px;
	}
	.margim-right{
		margin-right: 40px;
	}
	.padding-right{
		padding-right:40px;
	}
	.padding-left{
		padding-left:40px;
	}
	.loca-coco-container{
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
		background-position:top right;
	}
	.sunrise-container,.spicy-mango-container{
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 40px;
	}
	.recipe{
		padding:2rem;
	}
	.recipe-details .ingredients .ingredients-box,.recipe-details .ingredients .ingredients-box:last-child{
		width: 100%;
	}
	.ingredients-box .ingredient-box .quantity{
		width: 12%;
	}
	.ingredients-box .ingredient-box .ingredient-name{
		width: 80%;
	}
	.ingredients-box .ingredient-box,.instruction-name{
		margin-bottom: 5px;
	}
	.recipe-details .ingredients .ingredients-header{
		margin-bottom: 0px;
	}
	.loca-coco-box .recipe{
		width: 58%;
	}
	.loca-coco-box .loco-coco-img{
		align-self: center;
	}
	.recipe .recipe-name h2{
		font-size: 35px;
		line-height: 40px;
		width: 75%;
	}
	.taquila-name{
		width: 25%;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.locatails-banner-caption h1{
		font-size: 380%;
		margin-bottom: 0px;
	}
	.tequila-section .tequila-header h1{
		font-size: 300%;
	}
	.blue-color:after{
		top: -10px;
		right: -9px;
	}
	.tequila-para {
		width: 80%;
	}
	.tequila-section{
		margin-top:-3px;
		padding: 3rem 0;
	}
	.tequila-section p{
		font-size: 16px;
		line-height: 25px;
	}
	.margim-left{
		margin-left: 30px;
	}
	.margim-right{
		margin-right: 30px;
	}
	.padding-right{
		padding-right:30px;
	}
	.padding-left{
		padding-left:30px;
	}
	.loca-coco-container{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		background-position:top right;
	}
	.recipe{
		padding:1rem;
	}
	.recipe-details .ingredients .ingredients-box,.recipe-details .ingredients .ingredients-box:last-child{
		width: 100%;
	}
	.ingredients-box .ingredient-box .quantity{
		width: 12%;
	}
	.ingredients-box .ingredient-box .ingredient-name{
		width: 80%;
	}
	.ingredients-box .ingredient-box,.instruction-name{
		margin-bottom: 5px;
	}
	.recipe-details .ingredients .ingredients-header{
		margin-bottom: 0px;
	}
	.loca-coco-box .recipe{
		width: 58%;
	}
	.loca-coco-box .loco-coco-img{
		align-self: center;
	}
	.recipe .recipe-name{
		margin-bottom: 0;

	}
	.recipe .recipe-name h2{
		font-size: 30px;
		line-height: 35px;
		width: 75%;
	}
	.taquila-name{
		width: 25%;
	}
	.taquila-name img{
		margin-right: 3px;
	}
	.sunrise-container,.spicy-mango-container{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:576px) and (max-width:767px){
	.locatails-banner-caption h1{
		font-size: 350%;
		margin-bottom: 0px;
	}
	.tequila-section .tequila-header h1{
		font-size: 300%;
	}
	.blue-color:after{
		top: -10px;
		right: -9px;
	}
	.tequila-para {
		width: 90%;
	}
	.tequila-section{
		margin-top:-3px;
		padding: 3rem 0;
	}
	.tequila-section p{
		font-size: 16px;
		line-height: 25px;
	}
	.margim-left{
		margin-left: 30px;
	}
	.margim-right{
		margin-right: 30px;
	}
	.padding-right{
		padding-right:30px;
	}
	.padding-left{
		padding-left:30px;
	}
	.loca-coco-container{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		background-position:top right;
	}
	.loca-coco-box {
		flex-direction: column-reverse;
	}
	.loca-coco-box .recipe,.loca-coco-box .loco-coco-img{
		width: 100%;
	}
	.loca-coco-box .loco-coco-img{
		margin-bottom: 20px;
	}
	.recipe{
		padding: 1rem;
	}
	.recipe .recipe-name h2{
		font-size: 30px;
		line-height: 1;
	}
	.taquila-name{
		font-size: 22px;
	}
	.taquila-name h5{
		font-size:90%;
	}
	.taquila-name img{
		width: 16px;
		height: 17px;
		margin-right: 5px;
	}
	.sunrise-sec .loca-coco-box,.spicy-mango-container .loca-coco-box{
		flex-direction: column;
	}
	.sunrise-container,.spicy-mango-container{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
	}
	.recipe .recipe-name{
		margin-bottom: 0;
	}
	.recipe-details .ingredients .ingredients-box{
		width: 100%;
	}
	.ingredients-box .ingredient-box .ingredient-name,.ingredients-box:last-child .ingredient-box .ingredient-name{
		width: 70%;
	}
	.ingredients-box:last-child .ingredient-box .quantity{
		width: 20%;
	}
	.recipe-details .ingredients .ingredients-box:last-child{
		width: 100%;
	}
	.loco-coco-sec,.sunrise-sec,.pineapple-sec{
		margin-top: -1px;
	}

}
@media screen and (min-width:320px) and (max-width:576px){
	.locatails-banner-caption h1{
		font-size: 250%;
		margin-bottom: 0px;
	}
	.tequila-section .tequila-header h1{
		font-size: 200%;
	}
	.blue-color:after{
		top: -17px;
		right: -12px;
	}
	.tequila-para {
		width: 90%;
	}
	.loca-coco-container{
		background-image:url("../../images/locatails/m-pineapple.png");
	}
	.sunrise-container{
		background-image:url("../../images/locatails/m-sunrise.png");
	}
	.spicy-mango-container{
		background-image:url("../../images/locatails/m-sunrise.png");
	}
	.tequila-section{
		margin-top:-3px;
		padding: 3rem 0;
	}
	.tequila-section p{
		font-size: 16px;
		line-height: 25px;
	}
	.margim-left{
		margin-left: 20px;
	}
	.margim-right{
		margin-right: 20px;
	}
	.padding-right{
		padding-right:20px;
	}
	.padding-left{
		padding-left:20px;
	}
	.loca-coco-container{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		background-position:top right;
	}
	.loca-coco-box {
		flex-direction: column-reverse;
	}
	.loca-coco-box .recipe,.loca-coco-box .loco-coco-img{
		width: 100%;
	}
	.loca-coco-box .loco-coco-img{
		margin-bottom: 20px;
	}
	.recipe{
		padding: 1rem;
	}
	.recipe .recipe-name h2{
		font-size: 24px;
		line-height: 1;
	}
	.taquila-name{
		font-size: 18px;
	}
	.taquila-name h5{
		font-size:90%;
	}
	.taquila-name img{
		width: 16px;
		height: 17px;
		margin-right: 5px;
	}
	.sunrise-sec .loca-coco-box,.spicy-mango-container .loca-coco-box{
		flex-direction: column;
	}
	.sunrise-container,.spicy-mango-container{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	.recipe .recipe-name{
		margin-bottom: 0;
	}
	.recipe-details .ingredients .ingredients-box{
		width: 100%;
	}
	.ingredients-box .ingredient-box .ingredient-name,.ingredients-box:last-child .ingredient-box .ingredient-name{
		width: 70%;
	}
	.ingredients-box:last-child .ingredient-box .quantity{
		width: 20%;
	}
	.recipe-details .ingredients .ingredients-box:last-child{
		width: 100%;
	}
	.loco-coco-sec,.sunrise-sec,.pineapple-sec{
		margin-top: -1px;
	}
}


