@font-face {
    font-family: 'Bahnschrift';
    src: url('../Fonts/Bahnschrift/Bahnschrift.woff2') format('woff2'),
        url('../Fonts/Bahnschrift/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../Fonts/Bahnschrift/Bahnschrift.woff2') format('woff2'),
        url('../Fonts/Bahnschrift/Bahnschrift.woff') format('woff');
    font-weight: 300;
    font-style:normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ink Free';
    src: url('../Fonts/InkFree/InkFree.woff2') format('woff2'),
        url('../Fonts/InkFree/InkFree.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Bahnschrift';
	font-size:14px;
	color:#000;
}

img{
	max-width:100%;
	}

a:hover{
	text-decoration: none;;
}

.dh{
	display: none;
}




.topBar{
	margin:0;
	width: 100%;
	padding: 20px 0;
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
}

.topBar .rightSide .orderNow{
	float: right;
	background-color: #2E2E2E;
	font-family: "Bahnschrift";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 8px 8px 25px;
    display: block;
    border-radius: 70px;
	margin: 14px 0;
}

.topBar .rightSide .orderNow::after{
	background-image: url(../images/basket.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
    width: 38px;
    height: 38px;
    float: right;
    background-color: #fff;
    border-radius: 100%;
}

.topBar .rightSide .orderNow span{
	margin-top: 4px;
    display: inline-block;
    margin-right: 30px;

}


.heroSlider{
	background:url(../images/sliderBG.jpg) no-repeat;
	padding:0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top center;
}

.heroSlider .heroimage{
	text-align: center;
}

.productDetail{
	background:url(../images/mauritius.png) no-repeat;
	padding:0;
    background-repeat: no-repeat;
	background-position: top left;

}

.productDetail .leftimage{
	position: relative;
}

.productDetail .seal{
	position: absolute;
	left: -90px;
	top: 0;
}

.productDetail .about{
	padding: 150px 0;
}

.productDetail h2{
	font-size:64px;
	font-weight:700;
	color:#2E2E2E;
	margin:0px 0 30px 0;
	position: relative;
}

.productDetail h2 span{
	font-family: 'Ink Free';
	font-size:52px;
	font-weight:400;
}

.productDetail p{
	font-size:20px;
	font-weight:300;
	color: #2E2E2E;
	margin-bottom: 40px;
}
.productDetail p span{
	font-weight:700;

}

.productWrap{
	overflow: hidden;
}

.productWrap .slick-dots{
	bottom: 100px;
	z-index: 999999;
}

.productWrap .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    background: #2E2E2E;
    border-radius: 100%;
}

.productWrap .slick-dots li.slick-active{
    width: 40px;
    border-radius: 10px;
}

.productSlider{
	padding:90px 0;
    background-repeat: no-repeat;
    background-size: cover !important;
	background-position: top left;
}

.productSlider .productImage{
	margin: 50px 0 0 0;
	clear: both;
}

.productSlider h2{
	font-size:86px;
	font-weight:700;
	color:#003E12;
	margin:0px 0 30px 0;
	position: relative;
	text-transform: uppercase;
}
.productSlider h2 span{
	font-family: 'Ink Free';
	font-size:36px;
	color: #003E12;
	display: block;
}

.productSlider .content{
    margin: 150px 0 0 50px;

}

.productSlider ul {
	padding: 0px;
	margin: 0px;
	
}

.productSlider ul li{
	list-style: none;
	font-size: 24px;
	color: #003E12;
	margin: 16px 0;
	float: left;
	width: 50%;
}

.productSlider ul li img {
	background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 12px;
  }

.green-slide{
	background:url(../images/slider-green-bg.svg) no-repeat;
}

.red-slide{
	background:url(../images/slider-red-bg.svg) no-repeat;
}

.yellow-slide{
	background:url(../images/slider-yellow-bg.svg) no-repeat;
}


.red-slide h2, .red-slide h2 span{
	color: #560B11;
}


.red-slide ul li{
	color: #560B11;
}

.yellow-slide h2, .yellow-slide h2 span{
	color: #7B6000;
}


.yellow-slide ul li{
	color: #7B6000;
}

.faq{
    margin: 100px 0 100px 0;
}

.faq h2{
	font-size:86px;
	font-weight:700;
	color:#2E2E2E;
	margin:0px 0 30px 0;
	position: relative;
	text-transform: uppercase;
}
.faq h2 span{
	font-family: 'Ink Free';
	font-size:36px;
	color: #B28F00;
	display: block;
}


#accordion{
	margin:40px 0 40px 0;
		
}
#accordion .ui-state-default {
	border-bottom: 1px solid #E0E0E0;
    padding: 44px 28px;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0px 0 0;
    font-weight: 600;
    display: block;
    cursor: pointer;
    color: #2E2E2E;
	
}

#accordion .ui-state-active{
	border-bottom:none;
	}

#accordion .ui-accordion-content{
    padding: 5px 32px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 0px;
    color: #4F4F4F;
	}
	
#accordion .ui-icon-triangle-1-s{
	background: url(../images/accordion-icon-open.svg);
	width: 18px;
    height: 18px;
    float: right;
    background-repeat: no-repeat;
	margin: 9px;

}	

#accordion .ui-icon-triangle-1-e{
	background: url(../images/accordion-icon-close.svg);
	width: 18px;
    height: 18px;
    float: right;
    background-repeat: no-repeat;
    margin: 3px 9px 0;

}


.flavours{
	padding:70px 0;
	position: relative;
}
.flavours::before{
	content: "";
    background: url(../images/flavour-before.svg);
    width: 100px;
    height: 520px;
    position: absolute;
    left: 0;
    top: 0;
	z-index: -1;
}

.flavours::after{
	content: "";
    background: url(../images/flavour-after.svg);
    width: 180px;
    height: 520px;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}

.flavours h2{
	font-size:90px;
	font-weight:700;
	color:#EF3644;
	margin:0px 0 30px 0;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

.flavours h2 span{
	font-family: 'Ink Free';
	font-size:52px;
	font-weight:400;
	display: block;
	color: #FFCD05;
}

.flavours p{
	font-family: 'Ink Free';
	font-size:28px;
	font-weight:300;
	text-align: center;
	color: #2E2E2E;
	margin-bottom: 40px;
}
.flavours p span{
	font-weight:700;

}

.flavours .orderNow{
	background-color: #2EAB53;
    font-family: "Bahnschrift";
    font-size: 24px;
	line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 8px 8px 25px;
    display: block;
    border-radius: 70px;
    width: 240px;
    margin: 0 auto 20px;
}

.flavours .orderNow::after{
	background-image: url(../images/basket.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
    width: 38px;
    height: 38px;
    float: right;
    background-color: #fff;
    border-radius: 100%;
}

.flavours .orderNow span{
	margin-top: 0px;
    display: inline-block;
    margin-right: 30px;

}

.footer{
	background:url(../images/footer-bg.svg) no-repeat;
	padding:90px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top left;
}

.footer .logo{
	margin: 0 auto;
    display: block;
    text-align: center;
	border-bottom:1px solid #DAAA00 ;
	padding-bottom: 40px;
}
.footer .copyright{
	font-size:16px;
	color:#7B6000;
	margin-top: 20px;
}
.footer .social {
	text-align: right;
}
.footer .social img{
	margin: 20px 10px;
}
.socialMobile {
	text-align: right;
	display: none;
}
.socialMobile img {
    margin: 20px 10px;
}
@media only screen and (max-width:1920px){
	.heroSlider {
		padding: 0 0 20px;
	}
	.desktopSlide{
		margin: 50px 0 0 0;
	}

	.productSlider {
		padding: 90px 0 170px;
	}	
}

@media only screen and (max-width:1024px){
	.topBar .rightSide .orderNow{
		display: none;
	}
	.socialMobile {
		display: block;
	}

	.productDetail .leftimage{
		text-align: center;
	}

	.productDetail .seal {
		left: 0;
	}

	.productDetail .about {
		padding: 0;
	}
}
@media only screen and (max-width:768px){
	.topBar .rightSide .orderNow{
		display: none;
	}
	.socialMobile {
		display: block;
	}

	.productDetail .leftimage{
		text-align: center;
	}

	.productDetail .seal {
		left: 0;
	}

	.productDetail .about {
		padding: 0;
	}

} 

@media only screen and (max-width:480px){
	.nopad{
		padding: 0px;
	}

	.dh{
		display: block;
	}
	.mh{
		display: none;
	}
	.socialMobile {
		display: block;
	}
	.mobileSlide{
		margin-bottom: 100px;
	}

	.topBar .rightSide .orderNow{
		margin: 10px 0;
		font-size: 16px;
		display: none;
	}

	.topBar .rightSide .orderNow span{
		margin-right: 18px
	}

	.topBar .rightSide .orderNow::after{
		width: 26px;
    height: 26px;
	}

	.productDetail {
		background-position: -170px 400px;
	}

	.productDetail .seal {
		position: relative;
		left: 0;
		top: 0;
	}

	.productDetail .redBottle{
		margin-top: -77px;
	}

	.productDetail h2 {
		font-size: 58px;

	}
	
	.productDetail h2 span {
		font-size: 58px;
	}

	.productDetail .about {
		padding: 0;
	}

	.productSlider .content {
		margin: 150px 0 0 0;
	}
	.productSlider h2 {
		font-size: 48px;
	}

	.productSlider ul li img{
		display: block;
    margin: 0 auto;
	}

	.productSlider ul li {
		width: 33%;
		text-align: center;
		font-size: 18px;
		min-height: 120px;
	}

	.productSlider {
		padding: 0px 0 90px;
	}

	.productSlider .productImage {
		margin: 0px 0 0 0;
		clear: both;
		padding-bottom: 60px;
	}

	.faq {
		margin: 0;
	}
	.faq h2 {
		margin: 40px 0 30px 0;

	}

	.faq p{
		font-size: 18px;
	}

	#accordion .ui-state-default{
		font-size: 24px;
		font-weight: 500;
	}
	.flavours {
		padding: 70px 0 0;
	}

	.flavours h2 {
		font-size: 70px;
	}	
	.footer {
		padding: 150px 0 0;
	}

	.footer .copyright{
		text-align: center;
	}

	.footer .social {
		text-align: center;
	}
	
	
}

@media only screen and (max-width:320px){

	
}

