@charset "UTF-8";

*,
*::before,
*::after{
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	box-sizing: border-box;
}

body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    line-height: 160%;
    margin: 0px;
    background-color:#ffd700;
    word-spacing: normal;	
	min-width: 700px;
	padding: 0;
}
.wrapper {
	width: 100%;
	height: 2500px;
	margin: 0 auto;
	min-width: 750px;
	margin-bottom: 0px;
	padding-bottom:0px;
	display:contents;
}
header {
	width: 100%;
	height: 5rem;
	margin-bottom: 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
		
	
}


.navigation {
	position: fixed;
	width: 100%;
	line-height: 0px;
	align-items: center;
	justify-content:space-between;
	padding: 1rem o;
	min-width: 1300px;
		

}
.navigation ul {
	float: right;
	margin: 0;
	padding-right: 0px;
	margin: 16px ;
	cursor: pointer;
	transition: .5s;
	display: flex;
	flex-direction: row;
}

.navigation ul li {
	display: inline-block;
	padding: 30px 26px;
	font-size: 19px;
	font-weight: 600;
	float: center;
	
}

.navigation ul li a {
	text-decoration: none;
	color:aliceblue;
}
.navigation ul li a:active {
	text-decoration: none;
	color: aliceblue;
	border-radius: 0.8rem;
}

.navigation ul li a:hover {
	text-decoration: none;
	color:#FFFF00;
	padding: 1px 2px 1px 2px;
	outline:#ffff00 1px solid;
	border-radius: 0.8rem;
}
.navigation ul li a:active {
	text-decoration: none;
	color: aliceblue;
}

.logo{
	height: 47px;
	float: left;
	margin: 19px 68px;
	
}

.video {
	position: absolute;
	object-fit: cover;
	pointer-events: none;
	top: 46%;
	margin: 0px;
	width: 100%;
	height: 100%;
	left: 50%;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	
}


section {
	width: 100%;
	padding: 12rem 0 0 12rem;
	
}

/*hero*/
.hero {
	width: 100%;
	height: 100vh;
	
	background-size: cover;
	position: relative;
}


.wavehome {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px;

	
}
.container {
	width: 100%;

	margin: 0 auto;
	padding: 0 1.5rem;
}

.main-message{
    width: 49%;
    max-width: 40rem;
    color: #fafafa;
    letter-spacing: 0.6px;
	min-width: 500px;
	margin-top: 22px;

}

.main-message h3 {
	font-family: Arial, "sans-serif";
	font-size: 20px;
	
}
.main-message h1{
	font-family: Arial, "sans-serif";
	font-size: 32px;
	margin: 10px 0 14px 0;
	text-transform: uppercase;
	
}
.main-message p{
    font-size: 14px;
    length: 150px;
    font-family: Arial, "sans-serif";
    line-height: 21px;
}
.btn{
	background-color:#ffd700;
	border-radius: 1.1rem;
	color: #f7931e;
	display: inline-block;
	margin-top: 1.3rem;
	padding: 0.6rem 2rem;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, "sans-serif";
	
}

.btn:link{
	background-color: #ffd700;
	text-decoration: none;
	font-weight: 600;
}
.btn:visited{
	background-color:#ffd700;
	text-decoration: none;
}
.btn:hover{
	background-color:rgba(255, 255, 255, 0);
	border: 1px #EED748 solid;
	text-decoration: none;
	box-shadow: 0 0px 10px 10px rgba(22, 44, 57, 0.1);
	font-weight: 600;
	color:#EED748;
}
.btn:active{
	background-color: #EED748;
	text-decoration: none;
	color:#234401;
}

.main-content{
	padding: 0;
	margin-top: 20px;
	height: 500px;
	min-width: 1300px;
	width: 100%;
	position: absolute;
	display:inline-block;
	float: left;
}
.boxleft{
	float: left;
	position: relative;
	width: 58%;
	height: 100%;
	margin-left: 10px;
}
.boxright{
	float: left;
	width: 40%;
	height: 100%;
	padding: 0;
	margin-left: 0;
	color: #F7801E;
	font-family: 'Mukta Vaani', sans-serif;
}
.boxright p{
    width: 60%;
    text-align: justify;
    font-size: 17px;
	font-family: 'Mukta Vaani', sans-serif;
    line-height: 26.2px;
	letter-spacing: 0.3px;
    margin-top: 17%;
    margin-left: 0;
    word-spacing: 0.1px;
    font-weight: 600;
}
.boxright h3{
	width: 60%;
	font-family: 'Caveat Brush', cursive;font-family: 'Caveat Brush', cursive;
	margin-top: 25%;
	font-size: 38px;
	letter-spacing: 2px;
	color:#F7801D;
	line-height: 25px;
	margin-left: 0;
}
.bottles{
	width: 120%;
	position: relative;
	float: left;
	padding-left: 0;
	
}

footer{
	width: 100%;
	position:absolute;
	margin-bottom: 0;
	padding-bottom:0;
	margin-top: 1000px;
	min-width: 1200px;
}
.foot-image{
	width: 100%;
	margin-bottom:0;
	padding-bottom:0;
	object-fit: cover;
	float: left;
	
}


.bottom-wavehome{
	position: absolute;
	width: 100%;
}
.top1{
	width: 100%;
	height: 50%;
	margin: 0;
	float: left;
	position: absolute;
	bottom: 0;
	align-items: center;
}
.foot-top{
	width: 100%;
	float: left;
	height: 75%;
	padding-top: 7.3%;
	padding-left: 43%;
	margin-bottom: 0px;
	position:absolute;
	margin-bottom: 0;
	align-content: center;
}
.footicons{
	margin-left: 15px;
	height: 25px;
	margin-bottom: 0;
}
.foot-bottom{
	width: 90%;
	padding-top: 0.3%;
	float: left;
	margin-left: 5%;
	bottom: 0;
	margin-bottom: 20px;
	color: #ffd700;
	border-top:1px #ffd700 solid;
	text-align: center;
	word-spacing: 3px;
}
.righttext{
	width: 100%;
	float: left;
	bottom: 0;
	position: absolute;
	
}


/*slideshow*/
.CSSgal {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
	/* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	width: 100%;
	
	white-space: nowrap;
	padding-bottom: 0;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
	background:#f7801e;
	position: absolute;
	
	width:       40px;
	height:      40px;
	line-height: 60px; /* If you want to place numbers */
	text-align: center;
	opacity: 0.6;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;

	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;	
	text-align: center;
}
.CSSgal .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 120px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

.rating-box{
	width: 100%;
	height: 500px;
	margin-top: 670px;
	min-width: 1000px;
		
}
.rating-box h1{
	font-size: 35px;
	font-family: 'Numans', sans-serif;
	margin-top: 60px;
	font-kerning: 2px;
	font-weight: 600;
	color:darkorange;
	margin-left: 28.5%;
}
.rating {
    display: inline-block;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    padding: 60px 42% 65px 57px;
	
	align-content: center;
    color:beige;

    font-weight: 600;
	width: 100%;
	
}
.rating label {
  display: inline-block;
  float: right;
	margin-left: 2px;
  padding: 0;
  font-size: 50px;

  cursor: pointer;
}
.rating label::before {
  content: "\2606";
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rating label span {
  opacity: 0;
  position: absolute;
  left: 0;
	color: white;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 20px;
  font-size: 1.1rem;
  white-space: nowrap;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  pointer-events: none;
  letter-spacing: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rating label:hover span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  letter-spacing: 0;
}
.rating label:hover::before {
  color: darkorange;
  opacity: .6;
  -webkit-filter: drop-shadow(0 0 4px);
          filter: drop-shadow(0 0 4px);
}
.rating label:hover ~ *::before {
  color:darkorange;
  opacity: .6;
  -webkit-filter: drop-shadow(0 0 4px);
          filter: drop-shadow(0 0 4px);
}
.rating input:checked ~ label::before {
  content: "\2605";
  color: darkorange;
  -webkit-filter: drop-shadow(0 0 4px);
          filter: drop-shadow(0 0 4px);
  -webkit-transform: rotate(0.2turn);
          transform: rotate(0.2turn);
  -webkit-transition-delay: calc(0.1 * attr(data-idx integer));
          transition-delay: calc(0.1 * attr(data-idx integer));
}



button {
 background-image:  linear-gradient(to left, #FF512F 0%, #F09819  0%, darkorange  100%);
  outline: none;
  padding: 13px 14px;
  width: 120px;
  color:#FFFFFF;
	font-family: 'Numans', sans-serif;
  font-size: 16px;
	margin-top: 37px;
border: 0px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
	margin-left: 45.7%;
}

button:after {
 content:'SENT';
	outline: none;
  display: inline-block;
  color: #fff;
	font-family: 'Numans', sans-serif;
  font-size: 16px;
  line-height: 44px;
  width: 120px;
	box-shadow:  0px 0px 22px 0px rgba(50, 50, 50, .4);
	border: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #f79d00 0%, #64f38c  0%, #f79d00  100%);
  opacity: 0;
  border-radius: 20px;
  cursor: pointer;
  transition: opacity .4s ease-in-out
}

button:active {
  letter-spacing: 2px;
	outline: none;
}
button:hover:after{
  opacity: 1;
	outline: none;

}
button:checked{
	background-image:  linear-gradient(to left, #FF512F 0%, #F09819  0%, darkorange  100%);
	
	
}



