@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	color: #222;
	font-family: "Poppins", serif;
}

nav {
	transition: .4s;
	opacity: 0;
}

nav.shrink {
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
	opacity: 1;
}



nav img {
	height: 120px;
	transition: .4s;
	filter: brightness(0) invert();
}

nav.shrink img {
	height: 50px;
	filter: brightness(1) invert(0);
}

p {
	letter-spacing: .05rem;
}

h1, h2, h3, h4, h5 {
	
}
header {
	background-image: url("images/img1.webp");
	background-size: cover;
	background-position: center top;
	
}

header .form-control,
header .form-control:focus,
header .form-select {
	background-color: transparent;
	border: solid rgba(255,255,255,.25) 1px;
	color: #fff;
	transition: .4s;
}

header .form-control:hover, header .form-select:hover {
	border: solid rgba(255,255,255,.25) 1px;
	color: #fff;
}


header select option {
	color: #0a104e;
}

header .form-control::placeholder {
  color: #fff!important;
  opacity: 1; /* Firefox */
	transition: .4s;
}

header .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff!important;
	opacity: 1;
}

header .form-control:hover::placeholder {
	color: #fff!important;
  opacity: 1; /* Firefox */
}


.formDiv {
	background-color: #2f2659;
}

.bottleContainer {
	position: relative;
	z-index: 1;
}

.bottleContainer img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

.btn1 {
	background-color: #9f27ec;
	color: #fff;
	letter-spacing: .05rem;	
	transition: .4s;
}

.btn1:hover {
	background-color: #7e21ba;
	color: #fff;
}

.btn2 {
	background-color: #2f2659;
	color: #fff;
	letter-spacing: .05rem;	
	transition: .4s;
}

.btn2:hover {
	background-color: #1f193d;
	color: #fff;
}

.bgBlue {
	background-color: #2f2659;
}

.bgYellow {
	background-color: #9f27ec;
}

.borderSemi {
	border: solid rgba(255,255,255,.25) 1px!important;
}


.color {
	color: #2f2659;
}
.color2 {
	color: #9f27ec;
}

.block01 {
	background-image: url("images/img7.webp");
	background-size: cover;
	background-position: center center;
}

footer p {
	font-size: 12px;
}

footer a {
	font-size: 14px;
	transition: .2s;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
footer a:hover {
	color: #9f27ec;
	text-decoration: none;
}
@media screen and (min-width:1400px) {
	.offcanvas.offcanvas-end {
		width: 33vw;
	}	
}

.offcanvas p {
	font-size: 14px;
}

.offcanvas h4 {
	font-size: 1.2rem;
	color: #2f2659;
}
footer img {
	height: 100px;
	filter: brightness(0) invert();
}

.checkContainer {
	background-color: rgba(168,181,107,.8);
	
}

.videoContainer {
	position: relative;
	z-index: 1;
}

.videoContainer video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
	object-position: center center;
	filter: saturate(.6) brightness(.5) hue-rotate(-10deg);
}


.prodBox {
	position: relative;
	z-index: 1;
	color: #2f2659!important;
	transition: .4s;
}

.prodBox:hover {
	color: #9f27ec!important;
}

.prodBox::before {
	content: "";
	border-radius: 1rem;
	background-color: #f6f6f6;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: -1;
	transition: .4s;
	box-shadow: 0 0px 10px rgba(0,0,0,.2);
}

.prodBox:hover::before {
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0,0,0,.2);
}


.btn-2 {	
	border: solid #2f2659 2px;
	color: #2f2659;
	font-weight: 600;
}

.prodBox:hover .btn-2 {	
	border: solid #9f27ec 2px;
	color: #9f27ec;
}



.btn-2::before {
	background: transparent;
}

.btn-2:hover::before {
	background: #fff;
}
.btn-2:hover {
	color: #fff!important;
	background-color: #9f27ec;
}