@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.header {
	padding: 17px 0;
}
.container {
	max-width: 1140px;
}
.main-section {
	max-width: 1400px;
	margin: 0 auto;
}
ul.navigation {
	display: flex;
	justify-content: end;
	list-style: none;
	gap: 30px;
}
input#drop {
    display: none;
}

.navigation li a {
	display: flex;
	align-items: center;
	column-gap: 5px;
	text-decoration: none;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
}
.navigation li a:hover {
	border-bottom: 2px solid #000;
}
.main_menu .toggle {
	display: none;
}
.main_menu #drop {
	display: none;
}
.badge-image {
	text-align: center;
	padding: 30px 0px 0px 0px;
}
.header p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}
.banner .slider img {
	display: block;
}

.header-top-left span {
	text-transform: uppercase;
}

.bottom-header {
	padding: 23px 0;
	background: #e9e9e9;
}
img {
	max-width: 100%;
}
.product-title p {
	margin: 0;
	font-size: 22px;
	padding: 10px 0;
	transform: skew(10deg);
}
.product-title {
	color: #fff;
	font-weight: 600;
	margin-top: 50px;
	transform: skew(-10deg);
	background: #337576;
}

.product-heading h2 {
	font-size: 25px;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #c7c7c7;
	/* text-transform: uppercase; */
	padding-bottom: 20px;
	color: #000;
}
.product-description .quest a {
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 14px 20px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	width: 45%;
	text-align: center;
	border: 1px solid #bcbcbc;
	font-weight: 700;
}
.product-description .quest a:hover {
	background: #f50103;
	color: #fff;
	transition: ease-in-out .5s;
}
.quest {
	display: flex;
	gap: 30px;
}
.product-description .desc {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	flex-direction: column;
}
.product-service {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pro-serv-col h3 {
	letter-spacing: .5px;
	font-size: 18px;
	font-weight: 700;
}
.product-gallery .container {
	padding: 0;
}
.thumbnail-section {
	padding: 60px 0;
}

.product-gallery {
	margin-top: 30px;
}

.gallery-text img {
	width: 100%;
}
.gallery-text h3 {
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.75);
	transition: 0.5s ease all;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
}
.gallery-text:hover h3 {
	transform: translate(-0%, 50%);
	bottom: 50%;
	background-color: #b68820;
	color: #000;
}

.gallery-text a {
	color: black;
}
.useful-links ul {
    list-style: none;
}
.why-choose-title h2 {
	text-align: center;
	padding: 0 0px 16px;
	border-bottom: 1px solid #b8b8b8;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}
.why-us-grid {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	text-align: center;
}
.why-us-box h3 {
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
}
.why-choose {
	margin: 40px 0;
}

.about-us {
	margin-top: 50px;
}

.about-us h2 {
	font-size: 35px;
	text-transform: uppercase;
	border-bottom: 1px solid #d9131a;
	padding-bottom: 24px;
	letter-spacing: 2px;
	font-weight: 800;
	color: #d9131a;
}

.about-title p {
	margin: 30px 0;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
}
.policy {
	margin-top: 50px;
}

.policys {
	margin-top: 20px;
}
.policy-title h3 {
	padding: 16px 54px;
	background: url(../images/title-back.png) no-repeat center;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	background-size: 100%;
}
.policy-title p {
	margin: 30px 0;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
}

.thank-you {
	margin-top: 54px;
}

.thank h1 {
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 50px;
	color: #232323;
	margin-bottom: 34px;
}
.badges {
	margin-bottom: 56px;
}
@keyframes slidy {
  0%   { left: 0%; }
  30%  { left: 0%; }

  45%  { left: -100%; }
  75%  { left: -100%; }

  90%  { left: -200%; }
  100% { left: -200%; }
}


body { margin: 0; } 
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;
}

.price-tag h1 {
	font-size: 50px;
	color: #d00f16;
	font-weight: 800;
	margin-top: 30px;
}


/*==================================== 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: center;
    width: 540px;
    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: 100%;
    margin: 15px auto 0px;
}
#gallery #slides div ul {
    display: table;
    height: auto;
    list-style: outside none none;
    margin: 0px auto 0;
    padding: 0;
    width: auto;
}
.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 10px;
    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: 540px;
    margin: 0 auto;
    max-width: 540px;
    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: 540px;
    max-width: 540px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 540px;
    margin: 0px auto 0px;
}
#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: 540px;
    max-width: 540px;
    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: 122px;
    left: 0;
    position: relative;
    right: 0px;
    width: 122px;
    z-index: 2;
    border: 1px solid #d8d8d8;
    margin-bottom: 0;
}
.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: #17172c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.product-description-image {
	margin: 70px 0 0;
}
.product-title p {
    margin: 0;
    font-family: open-sans, sans-serif;
}
.title-p {
    padding: 0 !important;
}

/*------------------------------------------------------------------end img gallery-----------------------------------------------------------------*/

/*===========Tab=============*/
.tab-conatiner {
    width: 100%;
}

.tabs1 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.tabs {
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 0 0 0 0px;
	cursor: pointer;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	width: 17.5%;
	margin-left: 0;
	float: left;
	text-align: center;
	color: #232323;
	box-sizing: border-box;
	font-size: 20px;
	clear: both;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	font-family: "Bona Nova", serif;
}
.thumnail-title h2 {
	font-family: "Bona Nova", serif;
	font-size: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #a7a7a7;
}
.tabs input[type="radio"]:checked + label img {
	margin-right: 5px;
	filter: brightness(100%);
}

.tabs label a {
    color: #fff;
    text-decoration: none;
		height: 58px;
    padding: 14px 8px;
}




.tabs input[type="radio"]:checked + label {
	border: none !important;
}
.tabs input[type="radio"]:checked + label::after {
	position: absolute;
	content: "";
	right: -7px;
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
}

.tabs label img {
	margin-right: 5px;
	filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(261deg) brightness(0%) contrast(106%);
}

label.nomarginleft {
}
.tabs input[id="tab2"] ~ label {
	margin-top: 72px;
}
.tabs input[id="tab3"] ~ label {
	margin-top: 143px;
}
.tabs input[id="tab4"] ~ label {
	margin-top: 217px;
}
.tabs input[id="tab5"] ~ label {
	margin-top: 289px;
}
.tabs input[id="tab6"] ~ label {
	margin-top: 361px;
}
.tabs input[id='tab7'] ~ label {
	margin-top: 330px;
}
.tabs input[id='tab8'] ~ label {
	margin-top: 385px;
}
.tabs input[id='tab9'] ~ label {
	margin-top: 440px;
}
.tabs input[id='tab10'] ~ label {
	margin-top: 495px;
}
.tabs input[id='tab11'] ~ label {
	margin-top: 550px;
}
.tabs input[id='tab12'] ~ label {
	margin-top: 605px;
}
.tabs .tab {
	font-family: 'Open Sans', sans-serif;
	width: 74.8%;
	display: none;
	float: right;
	padding: 0 0px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	position: relative;
	right: 0;
	z-index: 1;
	min-height: 346px;
	background: #fff;
}
.tab-section {
	margin: 70px 0;
}
.tabs .tab ul{
	padding: 0px;
}
.tabs .tab p, .tabs .tab ul li {
	font-size: 18px;
	color: #333;
	text-align: justify;
	list-style: none;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
}
.est-wrapcens p {
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab p strong {
	color:#000;
}
.tabs .tab a {
    color: black;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}

.image-box img {
    width: 100%;
}
.tabs .tab, .tabs label {
	-webkit-box-ordinal-group: NaN;
	-webkit-order: initial;
	-ms-flex-order: initial;
	order: initial;
}
.tabs {
	border: none;
	padding-top: 0;

	width: 100%;
}
.tabs label {
    width: 100%;
    margin: 0;
    display: inherit;
    flex: inherit;
    position: inherit;
    font-size: 15px;
    padding-left: 0px;
    font-size: 20px;
}
.item-title h2 {
    background-color: #1a1a1a;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.desc-title {
	padding: 14px 0px;
	margin-left: 2px;
	font-size: 20px;
	font-weight: bold;
}
.tabs input[type="radio"]:checked + label {
	border: none !important;
	width: 100%;
	font-weight: bold;
}
.tabs .tab {
	width:100%;
	min-height:inherit;
}
.tabs label:after {
	float: right;
	line-height: normal;
	padding: 0;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/plus.png) ;
}

.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
	position: relative;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-bottom: 2px solid #a7a7a7;
	display: flex;
	align-items: center;
	margin: 0;
	gap: 10px;
	font-size: 25px;
	padding: 15px 0;
}

.tabs input[type="radio"]:checked + label:after {
	font-family: FontAwesome;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/minus.png) ;
}

.tab-img {
    display: flex;
    margin-top: 40px;
    column-gap: 32px;
}


.tabs.themebox i.fa-solid.fa-angle-down {
	padding: 5px 0px;
	margin-left: auto;
}

.tab-conatiner i.fa-solid.fa-angle-down {
    padding-right: 11px;
    padding-top: 6px;
    font-size: 22px;
}

.tabs input[type="radio"]:checked + label i.fa-solid.fa-angle-down {
	transform: rotate(900deg);
	margin-right: 0px;
	margin-top: 5px;
	color: #ff0201;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
	border-bottom: 2px solid #a7a7a7;
}
.tabs input[type="radio"]:checked + label::after {
	font-family: FontAwesome;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	content: url(../images/up-arw.png);
	width: 30px;
	height: 30px;
	top: 10px;
}
.tabs label::after {
	float: right;
	line-height: normal;
	padding: 0;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
	margin: 0;
	content: url(../images/dwn-arw.png);
	top: 10px;
}

/*============================================================tabs end===================================================================*/

.footer {
	padding: 30px 0px;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}
.footer .store {
	max-width: 250px;
	width: 100%;
}

.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 13px;
	margin-bottom: 22px;
	letter-spacing: 1px;
	color: #fff;
}
.footer .store .title h3 {
	font-weight: 700;
	font-family: "Bona Nova", serif;
	font-size: 25px;
}
ul {
	list-style: none;
}
.text li:not(:last-child) {
	margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 12px;
	font-weight: 700;
}
.text li a:hover {
	color: #eede33;
	transition: ease-in-out .5s;
}
.footer .store.newsletter .text a:hover {
	color: #eede33;
	transition: ease-in-out 0.5s;
}
.footer .store.newsletter .text p:hover {
	color: #eede33;
	transition: ease-in-out 0.5s;
}
.fa-solid.fa-arrow-right-long {
	margin-right: 5px;
}
.fa-solid.fa-envelope {
	margin-right: 7px;
}
.tabs input[type="radio"] {
	display: none;
}
.store.newsletter .text a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: flex;
	max-width: max-content;
	align-items: center;
	gap: 5px;
}
.store.newsletter .text a p{
	margin: 0;
}
.footer .store p {
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}
.copy {
	background: #ef2e2f;
	padding: 15px 0;
	color: #fff;
}
.copyright p {
	margin: 0;
	font-size: 15px;

}
.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright span {
	text-transform: uppercase;
}

.footer-logo-sec {
	background: #ddca68;
	padding: 24px 0;
	margin-top: 60px;
}

.subscribe .newsletter h2 {
	font-size: 40px;
	letter-spacing: 2px;
	word-spacing: 0px;
	color: #ffff;
	font-family: "Bona Nova", serif;
}

.subscribe .newsletter {
	padding: 28px 10px;
}
.subscribe .newsletter p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
}
.subscribe-now-btn a {
	color: #269045;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	padding: 14px 35px;
	display: block;
	font-weight: 700;
	background: #eede33;
}
.subscribe-now-btn a:hover {
	background: #269045;
	color: #eede33;
}
.subscribe {
	background: #269045;
}
.heading-title h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 0px;
	color: #000;
	text-align: center;
}
.ebay-shop {
	margin-top: 50px;
}
.description {
	padding: 30px 30px;
	font-size: 18px;
	border: 1px solid #ddd;
}
.description p:last-child {
	margin-bottom: 0;
}

.heading-title {
	margin-top: 30px;
	background: #e0dfdf;
}

.ebay-text span {
	position: relative;
	padding-top: 10px;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #000;
}
.ebay-text span::before {
	content: "";
	position: absolute;
	width: 64px;
	top: 0px;
}
.ebay-text h2 {
	text-transform: uppercase;
	margin: 0px 0 30px;
	letter-spacing: 2px;
}
.ebay-text p {
	color: #333333;
	line-height: 1.8;
}
.ebay-text {
	width: 100%;
}

.categories {
	padding: 56px 0;
	background: linear-gradient(0deg,rgba(217, 90, 0, 1) 0%, rgba(252, 105, 1, 1) 100%);
}
.cate-title {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap: 90px;
}
.categories-bg .cate-title h2 {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	width: 35%;
	font-family: "Bona Nova", serif;
}
.categories-bg .cate-title p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	width: 65%;
	margin-bottom: 0;
}
.cate-back {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.cate-img {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.gallery-text .cate-text a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	gap: 20px;
	color: #fff;
	padding: 13px 0px;
}
.gallery-text .cate-text a h4 {
	font-size: 20px;
	font-family: "Bona Nova", serif;
}
/* asdeasdasd */
.gallery-text {
  transform: perspective(700px) translateZ(0);
  transition: transform .4s ease;
}

.gallery-text:hover {
  transform: perspective(700px) rotateX(4deg) rotateY(-4deg) scale(1.04);
}

.gallery-text img {
  width: 100%;
  display: block;
  border-radius: 12px;
}


/* dsfdsfdsfds */

.what-customers h3 {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #232323;
	font-family: "Bona Nova", serif;
}
.what-customers {
	text-align: center;
}
.what-customers h5 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 5px;
	color: #232323;
	font-weight: 400;
}
.customers .entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
	padding: 30px 15px 30px;
	margin: 50px 0;
	border: 2px solid #cdcdcd;
	width: 100%;
	background: #fff;
}
.name {
	min-height: 70px;
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}
.quote {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	width: 100%;
}
.view-btn a {
	padding: 13px 60px;
	color: #000;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	max-width: max-content;
	margin: 0 auto;
	border: 2px solid #edd6cb;
}
.view-btn a:hover {
	background: #ffe9ee;
	color: #dc5b00;
	transition: ease-in-out 0.5s;
	border: 2px solid #dc5b00;
}
.cate-back .view-all-button {
	margin: auto;
}
.cate-back .view-all-button a {
	text-decoration: none;
	color: #ef2e2f;
	padding: 12px 60px;
	border-radius: 50px;
	background: #eede33;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	border: 2px solid #db5b00;
}
.cate-back .view-all-button a:hover {
	background: #db5b00;
	color: #eede33;
	border: 2px solid #eede33;
	transition: ease-in-out .5s;
}
.promotion-slider {
  background: #269045;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}

.promotion-slider-content {
  display: flex;
}

.slide-track {
	display: flex;
	animation: scroll 30s linear infinite;
	gap: 73px;
}

.flex-promo {
	display: flex;
	align-items: center;
	gap: 25px;
}

.promotion-slider-content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.why-choose-content-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	margin-top: 30px;
	gap: 30px;
	align-items: first baseline;
}
.why-choose-box {
	border: 2px solid #269045;
	padding: 18px 10px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	background-color: #fff;
}
.why-us-text h3 {
	color: #191919;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: "Bona Nova", serif;
}
.why-us-text p {
	color: #232323;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 8px;
	line-height: 1.5;
	min-height: 90px;
}
.why-choose-title h3 {
	text-align: center;
	font-size: 35px;
	font-family: "Bona Nova", serif;
	letter-spacing: 0.5px;
	color: #232323;
}
.why-choose-title p {
	margin-bottom: 5px;
	font-size: 16px;
	color: #232323;
	text-align: center;
}
.why-choose-us-section {
	background: #ffe9ee;
	padding: 70px 0 90px;
}
.mission-grid {
	display: flex;
}
.our-mission-img {
	width: 40%;
}
.our-mission-content {
	width: 60%;
}
.our-mission-img img {
	display: block;
}
.our-mission-content {
	width: 60%;
	background: #eede33;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.our-mission-content h2 {
	color: #232323;
	font-size: 35px;
	margin-bottom: 8px;
	font-family: "Bona Nova", serif;
	letter-spacing: 0.5px;
}
.our-mission-content p {
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #232323;
}
.our-mission-content a {
	display: block;
	padding: 12px 40px;
	background: #fb6901;
	max-width: max-content;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #eede33;
	margin-top: 26px;
}
.our-mission-content a:hover {
	color: #fb6901;
	background: transparent;
	border: 2px solid #fb6901;
	transition: ease-in-out .5s;
}
.our-product-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.our-product-grid .details {
	font-size: 14px;
	min-height: 58px;
	color: #fff;
}
.our-product {
	background: #b21f4e;
	padding: 50px 0;
}
.our-product-grid .price {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.our-product .what-customers h3 {
	font-size: 30px;
	text-transform: inherit;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: "Bona Nova", serif;
	color: #fff;
}
.our-product .what-customers h5 {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 5px;
	font-weight: 400;
	color: #eede33;
}

.our-product-grid .entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
	padding: 30px 12px 30px;
	margin: 35px 0px;
	border: 2px solid #cdcdcd;
	width: 100%;
	border-radius: 20px;
}
.our-product .view-btn a {
	padding: 13px 40px;
	text-decoration: none;
	background: #eede33;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	max-width: max-content;
	margin: 0 auto;
	border: 2px solid #b21f4e;
	color: #b21f4e;
}
.our-product .view-btn a:hover {
	background: #b21f4e;
	color: #eede33;
	border: 2px solid #eede33;
	transition: ease-in-out 0.5s;
}
.bottom-banner a {
	display: block;
}
.bottom-banner a img {
	display: block;
}
.customers {
	padding: 60px 0;
	background: #ffe9ee;
}

.cate-back {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}