/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Global Settings */

p {
	margin-bottom: 0px !important;
}

.gesture_font h2, .gesture_font .elementor-headline-text-wrapper, .gesture_font span.elementor-headline-dynamic-text.elementor-headline-text-active {
	font-family: 'Gestura Text TRIAL' !important;
}

/* Header Style Start */

.main_menu ul li a {
	display: inline-flex;
	padding: 10px 20px !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 70px;
	border: 1px solid #1E1E1E;
}

/* Marquee Slider */


.swiper--marquee {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper--marquee .swiper-wrapper{
	-webkit-transition-timing-function:linear !important;
	transition-timing-function:linear !important; 
	position: relative;
}


.swiper--marquee .swiper-slide {
	text-align: center;
	font-size: 33px;
	/*   background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

@keyframes line-slide {
	0% {
		background-position: -5% 0;
	}
	100% {
		background-position: 100% 0;
	}
}

/* New Home Page Style Start */

.left_arrow, .right_arrow, .bottom_arrow {
	position: relative;
}

.left_arrow:before {
	content: "";
	position: absolute;
	width: 37px;
	height: 16px;
	background: url(https://sierrabrandsgroup.com/wp-content/uploads/2025/07/Line-12.png);
	left: unset;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.right_arrow:before {
	content: "";
	position: absolute;
	width: 37px;
	height: 16px;
	background: url(https://sierrabrandsgroup.com/wp-content/uploads/2025/07/Line-12.png);
	left: -50px;
	right: 0;
	top: 50%;
	transform: rotate(180deg);
}

.bottom_arrow:before {
	content: "";
	position: absolute;
	width: 37px;
	height: 16px;
	background: url(https://sierrabrandsgroup.com/wp-content/uploads/2025/07/Line-12.png);
	left: 0;
	right: 0;
	top: unset;
	transform: rotate(90deg);
	bottom: -40px;
	display: block;
	margin: 0 auto;
}


.marquee-container-home {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 700px; /* Adjust the height as needed */
	padding: 20px;
}

.marquee-left, .marquee-right {
	width: 45%; /* Adjust width to fit the layout */
	height: 100%;
	overflow: hidden;
	position: relative;
}

.marquee-content {
	display: flex;
	flex-direction: column;
}

.marquee-item {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.marquee-item img {
	width: 100%; /* Adjust image width to fit */
	height: auto;
	margin-bottom: 20px;
}

.marquee-left .marquee-content {
	animation: scrollLeft 30s linear infinite;
}

.marquee-right .marquee-content {
	animation: scrollRight 30s linear infinite;
}

@keyframes scrollLeft {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}

@keyframes scrollRight {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}



/* Contact Us Page Style Start */

.get_in_touch_con input[type="text"], .get_in_touch_con input[type="email"], .get_in_touch_con input[type="tel"] {
	border-radius: 90px;
	background: #F5F5F5;
	border: 0;
	height: 56px;
	color: #1E1E1E;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	padding: 14px 56px;
	margin-bottom: 14px;
}

.get_in_touch_con textarea {
	border-radius: 30px;
	background: #F5F5F5;
	border: 0;
	padding: 20px 56px;
	color: #1E1E1E;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	resize: none;
	height: 160px;
}

.get_in_touch_con input[type="submit"] {
	padding: 16px 18px;
	border-radius: 80px;
	background: #363E49;
	border: 0px;
	width: 100%;
	color: #FFF;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	margin-top: 24px;
}



