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

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

.block01 {
	background-image: url("images/img1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}


.orange {
	color: #f60;
}
.lorange {
	color: #fd9452
}

.yellow {
	color: #fef036;
}

.lblue {
	color: #4eb5e0;
}


.textbox-1 {
	border: solid #173251 5px;
}
@media screen and (min-width:768px) {
.bottle {
	margin-bottom: -3rem;
	
}	
	.bottle2 {
	position: absolute;
	bottom: 0;
	left: -3rem;
}
	.textbox-3 {
	padding-left: 260px!important;
}
}


.smaller {
	font-size: 12px;
}

.textbox-2 {
	color: #a0c031;
	border-top: solid #a0c031 2px;
	border-bottom: solid #a0c031 2px;
}

.formbox {
	background-color: #173251;
	border: 10px solid #4eb5e0;
    border-radius: 15px;
    padding: 20px 10px 10px;
}

.separator {
	background-color: #fd9452;
	height: 8px;
	width: 3rem;
	display: inline-block;
	
}

.separator2 {
	background-color: #e6e6e6;
	height: 8px;
	width: 3rem;
	display: inline-block;
	
}
.separator3 {
	background-color: #173251;
	height: 8px;
	width: 3rem;
	display: inline-block;
	
}

.btn-1	{
	background-color: #fd9452;
	color: #fff;
	transition: .4s;
}
.btn-1:hover	{
	background-color: #ff7f2f;
	color: #fff;
}

.block02 {
	background-color: #b3b3b3;
}





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

.block03::before {
	content: "";
	height: 100px;
	width: 100%;
	background-image: url("images/img6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media screen and (min-width: 1400px) {
	.block04 {
		background-image: url("images/img7.jpg");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}	
	.block06 {
	background-image: url("images/img10.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
}



.block05 {
	background-color: #e1f3fa;
}



.block07 {
	background-image: url("images/img14.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.block08 {
	background-color: #46b5e2;
}


footer a, footer p {
	font-size: 12px;
	text-decoration: none;
	color: #666;
	margin-left: 5px;
	margin-right: 5px;
	transition: .2s;
}

footer a:hover {
	opacity: .5;
}

.safebuy {
	position: fixed;
	bottom: 0;
	left: 0;
}

.arrowbox-right {
	position: relative;
	z-index: 1;
}

.arrowbox-right img {
	transform: scaleX(-1);
}


.arrowbox-left {
	position: relative;
	z-index: 1;
}

.arrowbox-left .arrow {
	position: absolute;
	bottom: 0;
	left: -160px;
}
.arrowbox-right .arrow {
	position: absolute;
	bottom: 0;
	left: 220px;
}

/*-----------------------------checkout---------------------------------------------------------*/

.section1 {
	background-color: #ebebeb;
}

.form-check-input[type=radio] {
	display: none;
}

.form-check-input[type=radio] ~ label {
	display: block;
	background: #fff;
	border-radius: 2px;
	border: solid #173251 1px;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 590px;
}



.price, .paymentbox {
	border:  solid #173251 1px;
}


.select {
	background-color: #173251;
	
}

.select::before {
	content: "SELECT";
	color: #fff;
}

.bg-yellow {
	background-color: yellow;
}


.strike {
	position: relative;
}

.strike::before {
	content: "";
	height: 1px;
	width: 100%;
	border-top: solid red 1px;
	position: absolute;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
}

.color {
	color: #173251;
}

.form-check-input[type=radio]:checked ~ label {
	border: solid #173251 1px;
	background-color: #173251;
	color: #fff;
}

.form-check-input[type=radio]:checked ~ label .select {
	background-color: #00b91a;
	
}

.form-check-input[type=radio]:checked ~ label .price {
	border:  solid #fff 1px;
}
.form-check-input[type=radio]:checked ~ label .select::before {
	content: "SELECTED";
	
}

.section2 {
	background-color: #585e6a;
	font-family: "Roboto Condensed", sans-serif;
  	font-optical-sizing: auto;
}

.section2 h1, 
.section2 h4, 
.section2 h5 {
	font-weight: 700;
}

.cyan {
	color: #00ffe0;
}

.smallest {
	font-size: 11px;
}

.premierbox {
	border: solid #4eb5e0 1px;
}

/*.step1 {
	position: relative;
	z-index: 1;
}

.step1::before {
	content: "";
	height: 90px;
	width: 90px;
	background-image: url("images/guarantee.png");
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: -45px;
	right: 45px;
}*/

.btn-2 {
	background-color: #173251;
	color: #fff;
	transition: .4s;
}

.btn-2:hover {
	background-color: #4eb5e0;
	color: #173251;
}

.paymentheader {
	position: relative;
}

.paymentheader::before {
	content: "";
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 20px 25px 0 25px;
   border-color: #0cbaf6 transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}

.section3 {
	background-color: #47b3e2;
}
.section4 {
	background-color: #ff934b;
}

.summary {
	border: solid #173251 1px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.membership {
	background: linear-gradient(to right, #173251, #005a88);
}

.premier {
	font-family: "Playfair", serif;
	
}

.premier h1 {
	background: linear-gradient(to right, #fabf04 27%, #ffff8e 40%, #fabf04 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
	font-family: 'Playfair Display', serif;
    position: relative;
	text-transform: uppercase;	
	margin: 0;
}

/*-----------------------------uphill---------------------------------------------------------*/

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

.discount div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}


.fw-bolder {
	font-weight: 900;
}

.red {
	color: red;
}

.section5 {
	background-image: url("images/img21.jpg");
	background-size: cover;
	background-position: center center;
}

.navy {
	color: #211f84;
}

.bgnavy {
	background-color: #211f84;
}

.ntnx {
	color: yellow;
}

a.additional {
	color: #173251;
}

/*-----------------------------thankyou---------------------------------------------------------*/

#thankyou {
	background-color: #ebebeb;
}

.section6 {
	background-color: #e1e1e1;
}


#lightbox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; /* Ensures the lightbox is on top of other content */
    opacity: 0;
    pointer-events: none; /* Prevents interaction with elements below */
    transition: opacity 0.5s ease;
}

#highlight-me {
    background-color: #fff;
}

.highlighted {    
    position: relative;
    background-color: #fff;
    z-index: 9!important;
    box-shadow: 4px 4px 4px rgba(0,0,0,.25);
}



.modal h1, .modal h2, .modal h3, .modal h4, .modal h5 {
    font-family: 'Roboto', sans-serif;
}


.modal {
    color: #666;
    background-color: rgba(0,0,0,.75);
}

.modal img {
    filter: brightness(0);
    opacity: .3;
}

@media screen and (min-width:1400px) {
    .modal-content {
        height: 60vh;
        margin-top: auto;
        margin-bottom: auto;
    }
}


.modal .btn-primary {
    background-color: #0078e7;
}

.modal {
    z-index: 10000!important;
}

.highlightBtn a {
    z-index: 999!important;
}

.modal img {
  filter: brightness(1)!important;
  opacity: 1!important;
}

.prodBox {
	border: solid #233576 2px;
}