/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.page-id-16 #header-main{
	position:absolute;
	width:100%;
}
.hfe-nav-menu{
	align-items:end;
}
li#menu-item-57 {
    margin-right: 25px;
}

.marquee {
  background: #b71c1c;
  overflow: hidden;
  white-space: nowrap;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee__content {
  display: flex;
}

.marquee span {
    padding: 1px 30px 0;
    color: #fff1cf;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: sans-serif;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#two-btn{
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: transparent;
    bottom: -24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: max-content;
    flex-direction: row;
}
.gallery-item img{
	    box-shadow: 2px 2px 3px 0px #B22024;
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.menu-item a.hfe-menu-item {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px !important;
	}
	.menu-item a.hfe-menu-item.elementor-button{
		font-size: 14px !important;
	}
	#brands .e-con-inner{
		 grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu-item a.hfe-menu-item {
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 12px !important;
	}
	.menu-item a.hfe-menu-item.elementor-button{
		font-size: 12px !important;
	}
	#brands .e-con-inner{
		 grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width: 767px) {
	.marquee span {
		font-size: 12px;
	}
	#header-main{
		position:relative;
	}
}