@import url('https://fonts.googleapis.com/css2?family=Allura&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

.bottle-container1 {
	position: relative;
	width: 200px;
	height: 400px;
}

.bottle1 {
	width: 100%;
	height: 100%;
	background-image: url('img1.html'); /* Replace with your image path */
	background-size: cover;
	background-position: center;
	border-radius: 50px 50px 10px 10px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50px 50px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
}
.buttons1 {
	margin-top: 20px;
}

.button1 {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 10px;
}

.enter1 {
	background-color: #4caf50;
	color: #fff;
}

.exit1 {
	background-color: #f44336;
	color: #fff;
}

.bottle-breathing-wrapper {
	position: relative;
	width: 209px;
	margin: 50px auto;
	animation: breathe 4s ease-in-out infinite;
	cursor: pointer;
}

.bottle-img {
	width: 100%;
	display: block;
}

.bottle-text {
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: bold;
	pointer-events: none;
	text-align: center;
	font-family: 'Font Awesome 6 Free';
}

@keyframes breathe {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
.allura-regular,
.alternative-font-4 {
	font-family: 'Allura', cursive;
	font-weight: 400;
	font-style: normal;
}

#ageModal::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/firm/_IMG2795.jpg') no-repeat center center;
	background-size: cover;
	z-index: -1;
}
#ageModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1050;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.95);
}
.modal-content {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.uniform-img {
	height: 360px;
	object-fit: fill;
	width: 100%;
}
.custom-card-style-11 {
	height: 500px;
}
.custom-card-style-1 {
	height: 717px;
}
.img-thumbnail img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
