@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Ubuntu", sans-serif;
}
.container {
	max-width: 1170px;
}
.banner-sec {
	margin-bottom: 40px;
}
.header-top h2 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.header-top-left {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.header-text h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 13px 0;
	letter-spacing: 0.5px;
}

.header-top-left span {
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
	padding-left: 1px;
	font-size: 14px;
}
.header {
	padding: 10px 0;
	color: #333333;
}
.border-top {
	width: 100%;
}

.header-top {
	background: #fde602;
}
.middle-header {
	padding: 40px 0;
}
.fav-flex {
	display: flex;
	gap: 30px;
}

.fav a {
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	display: flex;
	align-items: center;
	gap: 5px;
}
.header p {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: .5px;
}
.header-top ul li:hover {
	background: #bf212f;
}
.border-top p {
	margin: 0;
}
.middle-header {
	padding: 40px 0 0;
	background: #0d0d0d;
}
.promo-grid {
	display: flex;
	align-items: center;
	gap: 40px;
}
.promo-cont {
	display: flex;
	align-items: center;
	gap: 8px;
}
.promo-text h3 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.promo-text {
	padding-bottom: 20px;
	margin-left: 7px;
}
.promo-text p {
	font-family: "Oswald", sans-serif;
	margin-bottom: 0;
	font-size: 20px;
	letter-spacing: 1px;
	color: #004b93;
	font-weight: 500;
}
/*========================================== header-end ============================================= */

.header-service {
	display: flex;
	gap: 30px;
	align-items: center;
}
.service-wrap {
	display: flex;
}
.service-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1f65c5;
}
.service-text span {
	font-size: 13px;
	color: #fff;
}
.header-service .service-text h2 {
	text-transform: uppercase;
	font-size: 17px;
}

.middle-header-position {
	width: 100%;
	padding: 23px 0;
	background: #1b1b1b;
}
.why-choose-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.why-choose-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dfdede;
	margin-bottom: 30px;
}
.why-choose-title {
	margin-top: 53px;
}
.why-choose-content {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 23px;
	background: #f3f3f3;
	margin: 10px;
	border: 1px solid #d2d2d2;
}

.why-choose-content p {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}
/*============================================ end =====================================*/

.main_menu ul.navigation {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu .toggle, .main_menu #drop {
	display: none;
}

.main_menu ul.navigation a {
	color: #333333;
	text-decoration: none;
	padding: 14px 34px;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: .5px;
	border-left: 1px solid #c4b200;
}
.main_menu ul.navigation a:hover {
	color: #fff;
	background: linear-gradient(180deg,rgba(100, 100, 102, 1) 0%, rgba(32, 32, 34, 1) 100%);
}
.main_menu ul.navigation li:first-child a {
	border-left: 0px solid #c4b200;
}
.menubar {
	background: #fde602;
}
.main_menu {
	width: 100%;
}
.banner img {
	width: 100%;
	display: block;
}
a {
	display: block;
}
.logo {
	width: 100%;
	text-align: center;
	max-width: max-content;
	padding-top: 30px;
}
.promo-flex {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
/*========================================= end ==========================================================*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
36% { left: -100%; }
50% { left: -100%; }
70% { left: -200%; }
80% { left: -200%; }
99% { left: -300%; }
100% { left: -300%; }
}

div#slider { overflow: hidden; }
div#slider figure img {
    width: 16%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 625%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}
/*========================================== end ============================================*/

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-700%)}
  0% {transform: translatex(100%)}
}

.promo-content {
	display: flex;
	align-items: center;
	gap: 8px;
}
.promo-content p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: #323131;
	font-family: "Oswald", sans-serif;
}
.background-section .container {
	padding: 0 0;
}
.promo-sec .col-12.col-md-12.col-lg-12 {
	padding: 0 0;
}
.newsletter-content h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}
.promo-sec {
	padding: 20px 0;
}

/*========================================== end ============================================*/
.background-section {
	background: url(https://onelesszero.com/estore/saifur1979/listing/images/background-sec.png) no-repeat top center aliceblue;
	background-size: cover;
}
.newsletter-content a {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 15px 10px;
	border: 1px solid #bbbbbb;
	text-decoration: none;
}
.white-bg {
	max-width: 1140px;
	margin: auto;
	padding: 0 10px;
	background: #fff;
}
.top-categories-section .store-categories ul {
	list-style: none;
	border: 1px solid #cecdcd;
}
.top-categories-section .left-content .title {
	display: flex;
	align-items: first baseline;
	gap: 10px;
	padding: 17px 10px;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,1) 50%, rgba(0,0,0,1) 100%);
}
.top-categories-section .left-content .title h2 {
	font-weight: 700;
	font-size: 20px;
}
.top-categories-section .store-categories ul li a {
	display: flex;
	align-items: first baseline;
	padding: 10px 8px;
	gap: 9px;
}
.top-categories-section .store-categories ul li p {
	margin: 0;
	font-size: 15px;
}
.top-categories-section .store-categories ul li:not(:last-child) {
	border-bottom: 1px dashed #cecdcd;
}
.top-categories-section .store-categories ul li a {
	color: #000;
	text-decoration: none;
}
.top-categories-section .store-categories ul li a:hover {
	color: #fff;
	background: #ff6f00;
}
.fa-solid.fa-bars {
	font-size: 25px;
}

.payment-categories {
	margin-top: 30px;
}
.payment-img {
	display: flex;
	justify-content: center;
	border: 1px solid #cecdcd;
	padding: 30px 20px 12px;
}
.left-content {
	max-width: 263px;
	width: 100%;
}

/*================================================= end ======================================*/

.right-content {
	margin: 0 auto;
	width: 100%;
}

/*==================================== gallery =====================================================*/
.theme-box {
    margin: 0px auto 40px;
}
.item-description-text.theme-box {
    margin: 0;
}
#gallery {
	border: 0px solid #dddddd;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	text-align: end;
	width: 940px;
	border-top: 0px;
	box-shadow: none;
	border-radius: 0px 0px 10px 10px;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 220px;
	margin: 0px auto 0px;
}
#slide1 {
	display: flex;
	gap: 15px;
}
#gallery #slides div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0px auto 0;
	padding: 0;
	width: auto;
	flex-direction: column;
	gap: 15px;
}
.box-item-1 {
    display: grid;
    grid-template-columns: unset;
}


#gallery #slides div ul li:nth-of-type(1){
    margin-left:0px;
    }
#gallery #slides div ul li {
    margin: 0px 0px 0px 0px;
    float: left;
    margin-bottom: 0px;
    background: #fff;
}
#gallery #slides div ul li:last-child {
    margin-right: 0;
}
#gallery .big-img-wpr {
    box-sizing: border-box;
    display: inline-block;
    height: 700px;
    margin: 0 auto;
    max-width: 700px;
    vertical-align: middle;
    width: 100%;
}
#gallery div.img-wpr {
    background-color: #fff;
    border: 1px solid #c8c3c3;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    max-height: 700px;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 700px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 700px;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto;
    border: 0px solid #d8d8d8;
    width: auto;
}
#gallery .thumb {
	background-color: transparent;
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 102px;
	left: 0;
	position: relative;
	right: 0px;
	width: 102px;
	z-index: 2;
	border: 1px solid #d8d8d8;
	margin: auto;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
    display: none !important;
}
.thumb-wpr {
    position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
    z-index: 1;
}
#gallery #slides input {
    display: none;
}
#gallery #slides input:checked ~ .img-wpr {
    z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
    display: none;
}
#gallery #slides div ul li:only-#gallery {
    left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    padding: 30px;
}
.product-title {
	padding: 14px 0;
	background: linear-gradient(180deg,rgba(100, 100, 102, 1) 0%, rgba(32, 32, 34, 1) 100%);
}

.product-title {
	color: #fff;
	
	text-align: center;
	letter-spacing: .5px;
}

.col-item {
	padding: 40px 0;
	border: 1px solid #c8c3c3;
	border-top: 0;
}
.product-description-image {
	margin: 35px 0 30px;
}
.product-title p {
	margin: 0;
	font-family: open-sans, sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.title-p {
    padding: 0 !important;
}

/*------------------------------------------------------------------end img gallery-----------------------------------------------------------------*/
.top-categories-section .flex {
	display: flex;
	max-width: 1140px;
	gap: 30px;
	margin-top: 46px;
}

.product-heading h2 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	color: #000;
	border-bottom: 1px solid #cacaca;
	letter-spacing: .5px;
}
.product-description .quest a:hover {
	background: #0591dd;
	color: #fff;
	transition: ease-in-out .5s;
}
.product-service {
	display: flex;
	align-items: center;
	gap: 25px;
}
.pro-serv-col h3 {
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-service p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: open-sans, sans-serif;
	color: #2d2d2d;
	margin-top: 4px;
}
.quest {
	margin-top: 63px;
	display: flex;
  	gap: 30px;
}
.product-description .desc {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	flex-direction: column;
}
.product-description .quest a {
	background: #fff;
	color: #191820;
	text-decoration: none;
	padding: 14px 30px;
	display: flex;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	width: 50%;
	justify-content: center;
	border: 1px solid #c0c0c0;
}
/*======================================== end ========================================*/

.product-desc .title {
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,1) 50%, rgba(0,0,0,1) 100%);
	color: #fff;
}
.product-desc {
	margin-top: 30px;
}
.fa-solid.fa-xmark {
	padding: 5px 8px;
	border-radius: 50px;
	background: #3c2b98;
	color: #2b1b81;
	font-size: 20px;
}
.product-desc .title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

/*============================= end ==============================*/
.services {
	background: url(../images/spare-parts-bg.png) no-repeat center;
	margin: 50px 0;
	padding: 55px 0;
}
.services .service-content {
	text-align: center;
	color: #fff;
}
.services .service-content h4 {
	padding: 14px 40px;
	background: #e30f0f;
	margin-top: 17px;
	border-top: 1px solid #642227;
	border-right: 1px solid #782129;
	font-size: 15px;
	text-transform: uppercase;
}
.services .col-12.col-md-6.col-lg-2:not(:last-child) {
	margin-right: 60px;
}
.services .col-12.col-md-6.col-lg-2 {
	width: 20%;
}
/*============================== about us ===========================*/
.about-img img {
    width: 100%;
}
.about-section {
	margin: 62px 0;
}
.about-heading h2 {
	font-size: 40px;
	margin-bottom: 5px;
	position: relative;
	padding-top: 15px;
	color: #059000;
}
.about-para p {
    font-size: 20px;
    line-height: 36px;
}
.about-img {
	margin-right: 15px;
}
.about-text {
	margin-left: 15px;
}
.about-heading h2 span::before {
	position: absolute;
	width: 47px;
	content: "";
	height: 7px;
	border-top: 7px solid #df0e0e;
	top: -10px;
}

/*============================================ end ========================================*/
.tabbox {
	padding: 0px 0px;
	font-size: 20px;
	margin: 30px auto 0px;
	background: #1c57f4;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0px 0;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 30px;
}
.tabs .tab p .green {
	font-weight: bold;
	color: #28bc83;
	font-size: 20px;
}
.tabs label {
	order: 1;
	display: block;
	padding: 0px 10px;
	cursor: pointer;
	width: 19.28%;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 0px 0 10px;
	height: 50px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	letter-spacing: 1px;
	background: linear-gradient(180deg,rgba(100, 100, 102, 1) 0%, rgba(32, 32, 34, 1) 100%);
}
.tabs-content {
	margin: 30px 0;
}
.grid-img-sec {
	margin: 30px 0;
}
.tab-section {
	width: 100%;
}
.warranty-content {
	padding-left: 25px;
}
.tabs .tab p .bold {
	font-weight: bold;
	font-size: 18px;
}
.tabs label.border-none{
	border-right: none;
	}
.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 0px;
	border-radius: 0px;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 20px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	/* border: 1px solid #e1e1e1; */
	border-top: 0px;
	box-shadow: none;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.tabs .tab, .tabs .tab p {
	text-align: left;
}
.tabs .tab a {
	color: #821982;
}
.tabs label[for="tabfive"] {
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	position: relative;
	z-index: 9;
	margin-right: 0px;
	color: #000;
	border: 0;
}
.tabs input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 50px;
	top: 0px;
	right: 0px;
	width: 100%;
	margin: 0 auto !important;
	background: #fde302;
}
.tabs input[type="radio"]:checked + label.nomarginleft::before {
	left: 0px;
	width: 100%;
}
.tabs label::after {
	content: "";
	position: absolute;
	background: url("../images/tab-border.png") no-repeat scroll center left;
	width: 2px;
	left: 0%;
	top: 0px;
	height: 52px;
	z-index: -1;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 400;
	color: #ff4000;
	margin-bottom: 25px;
}

.tab.description_content {
	border: 1px solid #c6c6c6;
}
.tab.description_content a {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, rgba(11,23,53,1) 0%, rgba(23,41,88,1) 50%, rgba(11,23,53,1) 100%);
	padding: 13px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
.tab.description_content span {
	color: #f00d0d;
}
.tab.description_content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000;
}
.tab.description_content .span {
	color: #2663a6;
}
.tab.description_content h5 {
	font-size: 20px;
	margin-bottom: 15px;
}

/* ================================ end tab =================================== */

.cate-img a img {
	width: 100%;
	pointer-events: none;
}

.cate-img {
	margin: 15px;
	border: 5px solid #fff;
	position: relative;
}
.shop-categories {
	background: url(../images/cate-bg.png) no-repeat center;
	padding: 55px 0;
	margin-top: 87px;
}
.shop-cate-title {
	display: flex;
	justify-content: center;
}
.shop-cate-title h2 {
	text-align: center;
	background: rgba(181, 181, 181, 0.7);
	padding: 10px 50px;
	max-width: max-content;
	text-transform: uppercase;
	margin: 4px;
	border: 1px solid #757678;
}
.shop-cate-title {
	display: flex;
	justify-content: center;
	border: 1px solid #818181;
	margin-bottom: 51px;
}
.cate-img:hover {
	border: 5px solid #f17d23;
}

.cate-img a {
	height: 100%;
	display: block;
}

.about-heading h2::before {
	position: absolute;
	content: "";
	top: 0;
	border-top: 7px solid #059000;
	width: 50px;
}
/*============================================= end =====================================	*/
.subscribe .newsletter {
    padding: 28px 10px;
    color: #000;
}
.subscribe .newsletter h2 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 2px;
}
.subscribe {
	background: #ffb703;
}
.subscribe .newsletter p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.subscribe-now-btn a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 14px 44px;
}
.subscribe .newsletter a {
    padding: 22px 65px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: open-sans, sans-serif;
    font-weight: 600;
}
.subscribe .newsletter a:hover {
    background: #fff;
    color: #000;
}
.subscribe .news-border {
    background: #00adec;
}


/*================================= end ==================================*/
.footer .store .title {
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}
.footer .store {
	max-width: 300px;
	width: 100%;
	padding: 10px 0;
}
.border {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.footer .store .text {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.text li:not(:last-child) {
    margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #000;
	letter-spacing: .5px;
	font-size: 13px;
	line-height: 2;
}
.fa-solid.fa-caret-right {
    margin-right: 5px;
}
.text li a:hover {
	color: #c9002b;
	transition: ease-in-out .5s;
}
.footer .store .title h3 {
	color: #333333;
}
.fa-solid.fa-envelope {
    margin-right: 7px;
}
ul {
    list-style: none;
}
.footer {
	padding: 35px 0 0;
}
.copy-sec {
	padding: 15px 0;
}
.copyright p {
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
}

.store.newsletter .text a {
	color: #059000;
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 3px;
	text-transform: uppercase;
	max-width: max-content;
}
.store.newsletter .text a:hover {
	color: #059000;
}
.footer .store .text p {
	line-height: 1.3;
	letter-spacing: .5px;
	font-size: 13px;
	color: #191919;
}
.subscribe-news a:hover {
	background: #646566;
	color: #fff;
	transition: ease-in-out .5s;
}
.subscribe-news a:hover img {
	filter: brightness(1);
	background: #fff;
}
.text li a:hover {
	color: #d2c100;
	transition: ease-in-out .5s;
}
.subscribe-news a {
	display: flex;
	align-items: center;
	padding: 10px 10px;
	max-width: max-content;
	background: #fce30f;
	text-decoration: none;
	color: #000;
}
.subscribe-news p {
	font-size: 14px;
	margin: 0;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.copyright {
	display: flex;
	justify-content: space-between;
	word-spacing: 2px;
}
.copyright span {
	text-transform: uppercase;
	letter-spacing: .5px;
}
/*---Footer---<<END*/

.gallery-single-img {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #cecdcd;
	padding: 70px 0;
	width: 100%;
}
.gallery-single-img img {
	width: 100%;
}


/*============================ feedback =============================*/

.feedback {
    display: flex;
}
.left-feed {
    width: 50%;
}
.right-feed {
    width: 50%;
}
.left-feed-desc, .right-feed-desc {
    display: flex;
    align-items: center;
    gap: 15px;
}

.left-feed-desc p, .right-feed-desc p {
	margin: 0;
	font-size: 18px;
	color: #101010;
	font-weight: 700;
}

.right-feed-desc p {
	font-weight: 400;
}
.left-feed-desc, .right-feed-desc:not(:last-child) {
	margin-bottom: 15px;
}
.right-feed-desc p:first-child {
    padding-left: 35px;
}
.feedback h2 {
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 25px 0;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .5px;
}
.left-feed-head h2 {
    background: #e5e5e5;
    margin: 0;
}
.right-feed-head h2 {
    background: #d4d4d4;
    margin: 0;
}

.left-feed-content, .right-feed-content {
	padding: 25px 20px;
}
.feedback{
    border: 3px solid #d8d8d8;
}
.right-feed-content {
    border-left: 3px solid #d8d8d8;
}

.follow-content p {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}
.follow-content a {
	text-align: center;
	padding: 12px 30px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: max-content;
	margin: 0 auto;
}
.footer-service {
	background: #0591dd;
	padding: 26px 0;
	color: #fff;
}
.get-in-touch {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	justify-content: center;
	border-left: 1px solid #63c8ff;
	padding: 10px 0;
}
.touch-content h4 {
	font-size: 20px;
	text-transform: uppercase;
}
.touch-content p {
	font-size: 16px;
	margin-bottom: 0;
}
.follow-content a:hover {
	background: #000;
	color: #fff;
}

img{
	max-width: 100%;
}
.gallery-img-sec {
	margin: 90px 0;
}

.right-content h2 {
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 18px;
	margin-bottom: 38px;
	border-bottom: 2px solid #cacaca;
	line-height: 1.4;
}
.right-content p {
	font-size: 16px;
	margin-bottom: 50px;
	color: #202020;
}

.right-content p:last-child {
	margin: 0;
}
.right-content h3 {
    margin-bottom: 20px;
}

.product-sec .product-content-title h2 {
	text-align: center;
	padding: 12px 0;
	background: linear-gradient(180deg,rgba(100, 100, 102, 1) 0%, rgba(32, 32, 34, 1) 100%);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 20px;
}
.product-desc-text {
	padding: 20px 18px;
	border: 1px solid #b9b9b9;
	border-top: 0;
}
.product-desc-text p {
	font-size: 16px;
	margin-bottom: 20px;
}
.product-desc-text p:last-child {
	margin-bottom: 0;
}

.badge-sec {
	margin: 0px 0 0;
	padding: 38px 0;
	background: #d7d7d7;
}
.badge-content img {
	margin-top: 30px;
}
.badge-content h2 {
	color: #333333;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 5px;
}

.grid-img-cont {
	position: relative;
	margin: 15px 0;
}
.grid-img-cont img {
	display: block;
}
.grid-img-cont h3 {
	position: absolute;
	bottom: 0;
	color: #000;
	background: rgba(255, 255, 255, 0.75);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out .5s;
}
.grid-img-cont a:hover h3 {
	background: rgba(0, 75, 147,0.75);
	transition: ease-in-out .5s;
	color: #fff;
	bottom: 40%;
}
.grid-img-title {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	background-color: #c9002b;
	gap: 10px;
	padding: 14px 10px;
}
.grid-img-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 4px;
	word-spacing: 4px;
	color: #fff;
}

.grid-img-title h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	word-spacing: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.tab.description_content p {
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 1.5;
	color: #222;
}

.head-left-promo, .head-right-promo {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 25px 0;
}
.head-left-promo .head-content h2, .head-right-promo .head-content h2 {
	font-size: 28px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.head-left-promo .head-content h3, .head-right-promo .head-content h3 {
	font-size: 20px;
	color: #5b5b5b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.header-promotion {
	background: #d9d9d9;
}

.head-right-promo {
	justify-content: end;
	background: url(../images/bg-layer.png) no-repeat left;
	background-size: cover;
}

:root{
  /* tune these */
  --gap: 8px;               /* gap between logos */
  --original-count: 9;      /* number of unique logos in original set */
  --edge-inset: 10px;       /* inset so edge logos don't touch rounded corners */
  --duration: 36s;          /* total animation time (adjust to speed up/slow down) */
}

/* Visible items per breakpoint */
.best-brand-slider { --visible: 7; }       /* desktop */
@media (max-width: 992px) { .best-brand-slider { --visible: 4; } } /* tablet */
@media (max-width: 600px)  { .best-brand-slider { --visible: 2; } } /* mobile */

/* container */
.best-brand-slider {
	overflow: hidden;
	min-height: 100px;
}

/* track */
.slider-track {
  display: flex;
  gap: var(--gap);
  align-items: center;
  white-space: nowrap;
  animation: stepScroll var(--duration) linear infinite;
}

/* responsive item sizing (no fixed px widths) */
.slider-track img {
	flex: 0 0 calc( (100% - ( (var(--visible) - 1) * var(--gap) )) / var(--visible) );
	max-width: 100%;
}

/* derive item+gap step used in keyframes */
.best-brand-slider {
  --item-and-gap: calc(
    (100% - ( (var(--visible) - 1) * var(--gap) )) / var(--visible)
    + var(--gap)
  );
}

/* Keyframes: step-by-step movement across original set (9 steps here) */
@keyframes stepScroll {
  0% { transform: translateX(0); }

  8.8889%  { transform: translateX(0); }
  11.1111% { transform: translateX(calc(-1 * var(--item-and-gap))); }

  19.9999% { transform: translateX(calc(-1 * var(--item-and-gap))); }
  22.2222% { transform: translateX(calc(-2 * var(--item-and-gap))); }

  30% { transform: translateX(calc(-2 * var(--item-and-gap))); }
  33.3333% { transform: translateX(calc(-3 * var(--item-and-gap))); }

  40% { transform: translateX(calc(-3 * var(--item-and-gap))); }
  44.4444% { transform: translateX(calc(-4 * var(--item-and-gap))); }

  52% { transform: translateX(calc(-4 * var(--item-and-gap))); }
  55.5556% { transform: translateX(calc(-5 * var(--item-and-gap))); }

  63% { transform: translateX(calc(-5 * var(--item-and-gap))); }
  66.6667% { transform: translateX(calc(-6 * var(--item-and-gap))); }

  74% { transform: translateX(calc(-6 * var(--item-and-gap))); }
  77.7778% { transform: translateX(calc(-7 * var(--item-and-gap))); }

  85% { transform: translateX(calc(-7 * var(--item-and-gap))); }
  88.8889% { transform: translateX(calc(-8 * var(--item-and-gap))); }

  96% { transform: translateX(calc(-8 * var(--item-and-gap))); }
  100% { transform: translateX(calc(-9 * var(--item-and-gap))); }
}

.best-brands {
	margin: 60px 0;
}
.brand-slider-title h3 {
	font-size: ;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.brand-slider-title {
	position: relative;
}

.brand-slider-title::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #b2b2b2;
	width: 38%;
	left: 0;
	top: 50%;
}
.brand-slider-title::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #b2b2b2;
	width: 38%;
	right: 0;
	top: 50%;
}
.middle-footer-sec {
	padding: 16px 0;
	margin: 20px 0 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.car-parts.store {
	display: flex;
	align-items: center;
	gap: 6px;
}

.text-head.store h3 {
	color: #191919;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
}
.car-parts.store h3 {
	color: #191919;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.car-parts.store p {
	font-size: 16px;
	color: #191919;
	letter-spacing: 0.5px;
}