@charset "utf-8";

body {
	color: #444;
	font-family: "Roboto", serif;
}

nav {
	transition: .4s;
}

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

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

nav.shrink .btn {
	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 {
	font-family: "Roboto Condensed", serif;
}
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 #fff 1px;
	color: #fff;
	transition: .4s;
}

header .form-control:hover, header .form-select:hover {
	border: solid #36ffe0 1px;
	color: #36ffe0;
}


header select option {
	color: #e20002;
}

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: #36ffe0!important;
  opacity: 1; /* Firefox */
}


.formDiv {
	background-color: rgba(0,0,0,.75);
}

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

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

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

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

.bgBlue {
	background-color: #e20002;
}

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

.color {
	color: #e20002;
}
.color2 {
	color: #22d0b5;
}

.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 {
	opacity: .5;
	color: #fff;
	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: #e20002;
}
footer img {
	height: 80px;
	filter: brightness(0) invert();
}
.accordion-button:not(.collapsed) {
	background-color: #e20002;
	color: #fff;
}

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

.prodBox:hover {
	color: #fff!important;
}

.prodBox::before {
	content: "";
	border-radius: .375rem;
	background-color: #F0F0F0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: -1;
	transition: .4s;
}

.prodBox:hover::before {
	background-color: #e20002;
}


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

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



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

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