/*
Theme Name: Cherie Child
Theme URI: https://firstsight.design/cherie/beauty/
Template: cherie
Author: firstsight_design
Author URI: https://themeforest.net/user/firstsight_design
Description: Cherie is modern, convenient and highly thought-out WordPress theme with fascinating design.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,translation-ready
Version: 1.0
*/

/* Add your custom CSS Here */
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li.current-menu-item > a{border-bottom:1px solid;}
.elementor-shortcode .ti-widget.ti-goog .ti-review-item>.ti-inner{border-radius:0px !important;}
.slider-item-icon{display:none;}
.swiper-slide:hover .slider-item-icon{display:flex;height:20px;}
.art-button-two-light{border:1px solid}
.art-button-two-light:hover{background-color: transparent;color: #ffffff;}
.contact-form-wrapper input[type="submit"]{border:1px solid}
.contact-form-wrapper input[type="submit"]:hover{background-color:#ffffff;color:#000000}
.home .art-main-container>div{ background: linear-gradient(45deg, #181818, #0F0F0F);}
/* Start Screen CSS*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.overlay.hidden {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
	z-index: 1;
}

.background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}

.content {
	text-align: center;
	z-index: 2;
	width: 680px;
	max-width: 90vw;
	padding: 2rem;
}

.brand {
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: 0.5rem;
	color: #C8AE7E;
	margin-bottom: 2rem;
	text-transform: uppercase;
	text-shadow: 0 0 30px rgba(200, 174, 126, 0.3);
}

.title {
	font-size: 3.5rem;
	font-weight: 100;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 3rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.subtitle {
	color: #cccccc;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 4rem;
	opacity: 0.9;
}

.drag-container {
	position: relative;
	width: 300px;
	height: 80px;
	margin: 0 auto 3rem;
	cursor: grab;
}

.drag-track {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-50%);
	border-radius: 1px;
}

.drag-track::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(90deg, #C8AE7E, #D4B888);
	border-radius: 1px;
	width: var(--progress, 0%);
	transition: width 0.3s ease;
}

.drag-handle {
	position: absolute;
	top: 50%;
	left: var(--position, 0px);
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #C8AE7E, #D4B888);
	border-radius: 50%;
	transform: translateY(-50%);
	box-shadow: 
		0 0 20px rgba(200, 174, 126, 0.5),
		0 4px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: grab;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drag-handle:hover {
	transform: translateY(-50%) scale(1.1);
	box-shadow: 
		0 0 30px rgba(200, 174, 126, 0.7),
		0 6px 20px rgba(0, 0, 0, 0.4);
}

.drag-handle:active {
	cursor: grabbing;
	transform: translateY(-50%) scale(0.95);
}

.drag-handle::after {
	content: '→';
	color: #000;
	font-size: 24px;
	font-weight: bold;
	transform: rotate(var(--rotation, 0deg));
	transition: transform 0.3s ease;
}

.drag-instruction {
	color: #ffffff;
	font-size: 0.9rem;
	margin-top: 1rem;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.target-area {
	position: absolute;
	right: 0;
	top: 50%;
	width: 50px;
	height: 50px;
	border: 2px dashed rgba(200, 174, 126, 0.5);
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.target-area.active {
	border-color: #C8AE7E;
	box-shadow: 0 0 20px rgba(200, 174, 126, 0.3);
	transform: translateY(-50%) scale(1.2);
}

.enter-button {
	background: transparent;
	border: 2px solid rgba(200, 174, 126, 0.5);
	color: #ffffff;
	padding: 1rem 2rem;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
}

.enter-button:hover {
	border-color: #C8AE7E;
	color: #C8AE7E;
	box-shadow: 0 0 20px rgba(200, 174, 126, 0.2);
}

.main-content {
	display: none;
	padding: 2rem;
	color: white;
	text-align: center;
	min-height: 100vh;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.main-content.visible {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

        
/* STrat Screen CSS End */

/* Floating Whatsapp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
  display: block;
}
@media all and (max-width:1199px){
	.whatsapp-float{
		bottom:80px;
	}
}
@media all and (max-width: 768px) {
	.brand {
		font-size: 2.5rem;
		letter-spacing: 0.3rem;
	}

	.title {
		font-size: 2.5rem;
	}

	.drag-container {
		width: 250px;
	}

	.content {
		padding: 1rem;
		width: 90vw;
	}
}