.cp-marquee-wrap {
    width: 100%;
    background-color: #b5472e;
    overflow: hidden;
    padding: 10px 0;
}

.cp-marquee-track {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.homeya-categories .icon-box img {
	overflow: hidden;
	height: 65px;
}
.cp-marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee-scroll 30s linear infinite;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.cp-marquee-content span {
    padding: 0 8px;
}

@keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Hover pe pause */
.cp-marquee-wrap:hover .cp-marquee-content {
    animation-play-state: paused;
}@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1368px !important;
  }}
.flat-section {
	padding: 50px 0;
	
}.main-header .main-menu .navigation > li > a {
	color: #161e2d;
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 26px;
	padding: 30px 0;
	position: relative;
	text-align: center;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	
	color: #333 !important;
	letter-spacing: .5px;
}
.tf-btn {
	background-color: #fff;
	border: 1px solid #161e2d;
	border-radius: 4px;
	color: #161e2d;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	letter-spacing: .5px;
	text-transform: uppercase;
}.flat-slider.home-2 {
	background-color: #f5f0e8;
}.flat-slider.home-2 .slider-content .heading .title {
	
	font-size: clamp(3.2rem, 5vw, 4rem);
}.text-subtitle {
	font-size: 14px;
	line-height: 24px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
}
.homeya-categories {
	align-items: center;
	background-color: #f5f0e8;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 15px 25px 14px;
	position: relative;
	transition: all .4s ease;
	z-index: 1;
}h6 {
	font-size: 18px;
	line-height: 30px;
}.homeya-categories .content p {
	font-size: 13px;
	line-height: 26px;
}.homeya-categories .icon-box img {
	overflow: hidden;
	height: 50px;
}.homeya-box {
	border: 1px solid #e3d6c2;
	border-radius: 12px;
	display: block;
	overflow: hidden;
	background: #fff;
}.main-header .main-menu .navigation > li > ul > li > a {
	border-bottom: 1px solid #e4e4e4;
	color: #111;
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 16px 24px;
	position: relative;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}