@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=Great+Vibes&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
}
.fav-flex {
	display: flex;
	gap: 30px;
}
.head-promo-wrap {
	display: flex;
	justify-content: end;
	gap: 42px;
}
.head-promo-wrap .promo-content {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.head-promo-wrap .promo-content h3 {
	font-size: 20px;
	letter-spacing: .5px;
	color: #313131;
}

.head-background img {
	pointer-events: none;
	padding-right: 5px;
}
.fav {
	display: flex;
	align-items: center;
}
.banner {
	text-align: center;
}
.banner img {
	width: 100%;
	display: block;
}
.woo-com-sec {
	margin-bottom: 30px;
}
.promotion-sec {
	box-shadow: 0 0px 10px #949494;
} 

ul.navigation {
	display: flex;
	justify-content: center;
	list-style: none;
}

input#drop {
    display: none;
}

.navigation a {
	text-decoration: none;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.navigation li a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.navigation li a:hover {
	color: #248188;
	transition: ease-in-out .2s;
}
.main_menu .toggle {
	display: none;
}

.main_menu #drop {
	display: none;
}
.header {
	padding: 10px 0;
	background: #202020;
	color: #fff;
}

.header-top-left {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header p {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 13px;
}
.navigation li a {
	display: flex;
	align-items: center;
	column-gap: 8px;
	padding: 14px 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'armata', sans-serif;
	font-size: 20px;
	color: #000;
	letter-spacing: .5px;
}
.menu-bar {
	box-shadow: 0 -4px 10px #bfbfbf;
}
.menu-bar nav {
	width: 100%;
}
ul.navigation {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.bottom-header {
	padding: 28px 0;
	background: url(../images/head-bg.png) no-repeat center;
	background-size: cover;
	border-top: 5px solid #248188;
}
img {
	max-width: 100%;
}
.product-title p {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	font-family: "armata", sans-serif;
	letter-spacing: .5px;
}
.gallery-section .product-title {
	margin: 0 auto;
	background: #7a7a7a;
	color: white;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 12px;
	font-family: "armata", sans-serif;
	font-weight: 400;
}
.product-description-title {
	margin-top: 50px;
}
.product-border {
	padding: 0px 0;
}
.product-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 24px;
	border-bottom: 1px solid #b8b8b8;
	position: relative;
}
.desc p {
	margin: 30px 0;
}

.product-heading h2 span::before {
	position: absolute;
	content: "";
	width: 13%;
	height: 17px;
	top: 44px;
	left: 0;
	border-bottom: 4px solid #b8b8b8;
}

.back-image {
	max-width: 1140px;
	margin: 0 auto;
	background: url(../images/free-fast-img.png);
	background-size: cover;
	margin-top: 30px;
}

.why-choose .container {
	padding: 0;
}
.why-choose {
	background: #202020;
	color: #fff;
} 	
.why-choose-left {
	max-width: 500px;
	margin: 0 auto;
	padding: 50px 0 46px;
	position: relative;
	z-index: 9;
}
.why-choose-right img {
	width: 100%;
	height: 100%;
}
.why-choose-right {
	height: 100%;
}

.why-choose-left h2 {
	font-size: 35px;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding-bottom: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #fff;
}


.why-choose-left ul {
	margin-top: 45px;
	list-style: none;
}

.why-choose-left ul li:not(:last-child) {
	margin-bottom: 20px;
}
.why-choose-left ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.why-choose-left ul li {
	position: relative;
	padding-left: 16px;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.why-choose-right {
	position: relative;
}
.badges {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 45px;
	max-width: max-content;
}

.row {
    max-width: 100% !important;
    margin: 0 auto !important;
}
.product-description-title .container {
    padding: 0;
}
.services {
	display: flex;
	align-items: center;
}
.service-text p {
	margin-bottom: 0px;
}
.service-text {
	margin-left: 5px;
	text-transform: uppercase;
	color: #000;
}
.service-text h3 {
	font-family: 'Oswald', sans-serif;
	color: #28597a;
}
.service-text p {
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.flex-services {
	display: flex;
}
.not-flex {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.service-sub-text p {
	margin-top: 0;
	margin: 15px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.shipping .title {
    margin-top: 30px;
}

.inner_content.btm-shaddow li {
	list-style: none;
	border: 1px solid #c5c5c5;
	border-top: 0;
	border-bottom: 1px dashed #c5c5c5;
}
.inner_content.btm-shaddow li:last-child {
	border-bottom: 1px solid #c5c5c5;
}
.left .title h2 img {
    margin-right: 8px;
}
.inner_content.btm-shaddow ul li a:hover {
	filter: contrast(0) brightness(10);
}
.inner_content.btm-shaddow li:hover {
	background: #ff0000;
}
.inner_content.btm-shaddow ul li a {
	padding: 10px 10px;
}
.inner_content.btm-shaddow li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	display: block;
}
.flag {
	text-align: center;
	margin-top: 30px;
}
.ship-img {
	padding: 30px 20px;
	border: 1px solid #c5c5c5;
	border-top: 0;
	background: #fff;
	text-align: center;
}
.inner_content.btm-shaddow img {
    padding-right: 7px;
}
.left .title h2 {
	background-color: #202020;
	font-size: 20px;
	color: #fff;
	text-align: left;
	padding: 14px 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	font-family: 'Oswald', sans-serif;
}
.desc-image {
	margin-top: 20px;
}
.flexdec-cont {
	display: flex;
	gap: 3px;
}
.flexdec-cont p:first-child {
	font-weight: 700;
}
/*==================================== gallery =====================================================*/
.gallery-bg {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}
#gallery {
	_background-color: #fff;
	border: 0px solid #e4e4e4;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 600px;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 0px auto 0px;
	max-width: 100%;
}
#gallery #slides div ul {
	height: auto;
	list-style: outside none none;
	margin: 0px auto 0;
	padding: 0;
	width: auto;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 10px;
}

#gallery #slides div ul li {
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#slide2 ul li:nth-last-child(1), #slide2 ul li:nth-last-child(2) {
	margin-bottom: 0px !important;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: block;
	height: 600px;
	margin: 0 auto;
	max-width: 600px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 600px;
	max-width: 600px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
#gallery div.img-wpr .img-box {
	display: table-cell;
	height: 600px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
	width: 600px;
	border: 1px solid #ddd;
}
#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: 100%; */
	border: 0px solid #343434;
}
#gallery .thumb {
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 99px;
	left: 0;
	position: relative;
	right: 0px;
	width: 99px;
	z-index: 2;
	border: 1px solid #ddd;
	margin-bottom: 0px;
}
#slide1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.col-item {
	width: 100%;
}
.gallery-sec {
	background: #222222;
	padding: 0 40px;
}
.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 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;
}
.gallery-img .desc-hedtitle {
	text-align: center;
	background: red;
	padding: 14px 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px 0px 30px 0px;
}




/*------------------------------------------------------------------end img gallery-----------------------------------------------------------------*/
.org-listingarea-box {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 10px;
}
.desc-hedtitle {
	text-align: center;
	background: #28597a;
	color: #fff;
	padding: 14px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-transform: uppercase;
}
.about-img {
	margin: 30px auto;
	text-align: center;
}
.item-title h2 {
	background-color: #101010;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 15px;
	margin: 0;
}
.desc-title {
	background-color: #101010;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 15px;
	text-transform: uppercase;
}
.item-description-text {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: justify;
	padding: 20px;
}
.theme-box {
	margin: 0px auto 30px;
	display: flex;
	gap: 30px;
}
.gallery-img {
	margin-top: 50px;
}

.fa-regular.fa-circle-check {
	padding-right: 5px;
	color: #556e2a;
}
.details {
	padding: 20px 0;
	line-height: 27px;
}
.details p {
	font-size: 16px;
	color: #454545;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}
.fav a {
	text-decoration: navajowhite;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-family: lato;
	display: flex;
	align-items: center;
}
.right-feed {
	display: flex;
	gap: 30px;
}

.container {
	max-width: 1164px;
	padding: 0;
}
.description-title {
	width: 100%;
	padding: 0px 0px 15px;
	border-bottom: 2px solid #bcbcbc;
}
.description-text {
	width: 100%;
	padding: 30px 0px;
	margin-bottom: 30px;
}
.tabs-content {
	margin: 30px 0;
}
.tabbox {
	padding: 0px 0px;
	font-size: 20px;
	margin: 0px auto 0px;
}
.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 30px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 4px;
	/* font-weight: normal; */
	height: 50px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	background: #fff;
	font-size: 16px;
	letter-spacing: .5px;
	border: 1px solid #d6d6d6;
	border-bottom: 0;
	font-family: 'armata', sans-serif;
}
.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 18px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	/* border: 1px solid #e1e1e1; */
	border-top: 0px;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.tabs .tab, .tabs .tab p {
	text-align: left;
}

.none {
	width: 166.666%;
}
.none_01 {
}
.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: 4px;
}
.tabs input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 5px;
	bottom: -3px;
	right: 0px;
	width: 100%;
	background: #fff;
}
.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;
	border: 1px solid #d6d6d6;
}

.tab h4 {
	font-size: 22px;
	font-weight: 400;
	color: #ff4000;
	margin-bottom: 25px;
}


.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;
}
table {
	display: table;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

td {
	border: 1px solid;
	padding: 5px 10px;
}
.tab.description_content span {
	color: #f00d0d;
}

.head {
	font-weight: bold;
}

.tab.description_content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000;
}
.tab.description_content .span {
	color: #2663a6;
}
.uppercase-tab {
	text-transform: uppercase;
}	
.list-return {
	padding-left: 15px;
}
.tab.description_content h5 {
	font-size: 20px;
	margin-bottom: 15px;
}

.ebay-text h2 {
	text-transform: uppercase;
	margin: 0px 0 68px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: 600;
}
.ebay-shop {
	margin-top: 90px;
	margin-bottom: 50px;
}
.ebay-text span:not(:last-child)::before {
	border-bottom: 4px solid #000;
	content: "";
	position: absolute;
	width: 70%;
	top: 60px;
	left: 0;
}
.ebay-text span {
	position: relative;
	font-family: 'Oswald', sans-serif;
}

.ebay-orange {
	color: #000;
}
.ebay-text p {
	color: #333333;
	line-height: 1.8;
}

.entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 25px;
	background: #101213;
	color: #fff;
	padding: 30px 15px;
	margin: 50px 0;
	border: 1px solid #fff;
	z-index: 9;
}

.name {
	height: 60px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	line-height: 1.5;
}
.what-customers {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 9;
	padding-top: 30px;
}
.what-customers h3 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}

.customers {
	background: url(../images/feedback-back.png) center;
	object-fit: cover;
	background-size: cover;
}


.view-btn {
	z-index: 9;
	text-align: center;
	padding-bottom: 60px;
}
.view-btn a {
	padding: 17px 60px;
	color: #000;
	text-decoration: none;
	background: #f3b44e;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.customers {
	margin-top: 45px;
}
.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .store {
	max-width: 300px;
	width: 100%;
}
.text li a img {
	margin-right: 5px;
	filter: brightness(1);
}

.text li a:hover img {
	margin-right: 5px;
	filter: brightness(1);
}

.desc_box .title {
	border: 1px solid #d6d6d6;
	max-width: max-content;
	border-bottom: 0;
}
.desc_text {
	border: 1px solid #d6d6d6;
	padding: 0px 15px;
}

ul {
	list-style: none;
}
.inner_content btm-shaddow ul, ol {
	padding: 0;
	margin: 0px;
}
.text li:not(:last-child) {
	margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #191919;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 13px;
}
.fa-solid.fa-arrow-right-long {
	margin-right: 5px;
}
.text li a:hover {
	color: #248188;
	transition: ease-in-all-10s;
}
.fa-solid.fa-envelope {
	margin-right: 7px;
}
.newsletter a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	background: #cc8a1c;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: max-content;
}

.copy {
	padding: 16px 0;
	color: #191919;
}
.copyright p {
	margin: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.desc_box .title h2 {
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 24px 12px;
	position: relative;
}
.desc_box .title h2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #fff;
	left: 0;
	bottom: -3px;
}
.desc_text h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.description-title h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.tab.description_content p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #222222;
	font-family: "Open Sans", sans-serif;
	letter-spacing: .5px;
}
.description-text p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #333333;
	line-height: 28px;
}
.flexdec-cont p {
	margin-bottom: 5px;
}
.desc-content {
	margin-top: 35px;
	letter-spacing: .5px;
}
.desc-content h4 {
	margin-bottom: 10px;
}
.why-choose .container {
	padding: 0;
	max-width: 1600px;
}
.why-choose-back .col-sm-12.col-md-6.col-lg-6 {
	padding: 0;
}
.why-choose-left span {
	font-family: 'Oswald', sans-serif;
}
.what-customers h5 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	margin-top: 5px;
}
.quote {
	font-weight: 600;
	font-family: 'lato', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}
.footer .store .title h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.footer {
	padding: 50px 0;
	color: #191919;
	border-top: 10px solid #248188;
}
.store.newsletter .text p {
	color: #202020;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.copyright span {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin: 0px 3px;
}
.store.payment .text {
	line-height: 1.6;
}

.view-btn a:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.table-blue {
	background: #ff5500;
}
.lounge .container {
	max-width: 1600px;
	margin: 0 auto;
}
.lounge {
	margin-bottom: 30px;
}
.lounge .col-sm-12.col-md-6.col-lg-6 {
	padding-right: 0;
	padding-left: 10px;
}
.lounge .col-sm-12.col-md-6.col-lg-6:first-child {
	padding-left: 0;
	padding-right: 10px;
}

.services-footer {
	padding: 50px 0;
}
.service1 h3 {
	margin: 10px 0 5px;
	text-transform: uppercase;
	font-size: 23px;
	color: #062f6b;
}
.service1 {
	font-family: 'Lato', sans-serif;
}
.service-flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
.service1 p {
	margin: 0;
	font-size: 18px;
}

@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%; }
}

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;
}

.furniture {
	position: relative;
}
.text-furniture {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
}
.text-furniture a {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	background: rgba(235, 96, 2, 0.9);
	padding: 15px 0px;
}

.furniture-img.margin {
	margin: 20px 0;
}

.thank-sec {
	background: #ececec;
	padding: 26px 10px;
}
.pay-option h2 {
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.thank {
	max-width: 100%;
	width: 90%;
}
.thank h2 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.copyright {
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
	width: 100%;
	align-items: center;
}
.copyright p {
	margin: 0;
}
.copyright p span {
	text-transform: uppercase;
}
.copyright_bg {
	background: #3ea748;
	color: #fff;
}

.thank-you-text h1 {
	font-size: 55px;
	text-transform: uppercase;
	padding-top: 13px;
	letter-spacing: 2px;
	margin-bottom: 27px;
	font-weight: 700;
	text-align: center;
	font-family: "Oswald", sans-serif;
	word-spacing: 5px;
}

.entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 25px;
	background: #000;
	color: #fff;
	padding: 30px 15px;
	margin: 50px 0;
	border: 1px solid #fff;
	opacity: 0.8;
}
.name {
	height: 70px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.what-customers {
	text-align: center;
	padding-top: 30px;
}
.what-customers h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}

.customers {
	background: url(../images/feedback-back.png) center;
	object-fit: cover;
	background-size: cover;
	position: relative;
}

.view-btn {
	z-index: 9;
	text-align: center;
	padding-bottom: 60px;
}
.view-btn a {
	padding: 17px 60px;
	color: #000;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.details-flex {
	display: flex;
	align-items: center;
	gap: 15px;
}
.img-details {
	width: 40px;
	text-align: center;
}
.gallery-section {
	margin-bottom: 40px;
	margin-top: 60px;
}
.quest-sec a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #bcbcbc;
	padding: 15px 10px;
	width: 244px;
	text-align: center;
}
.quest-sec {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}
.promotion-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.promotion-content h2 {
	color: #3f3f3f;
	font-size: 18px;
	font-family: 'armata', sans-serif;
	font-weight: 400;
	letter-spacing: .5px;
}
.promotion-content-text h3 {
	font-size: 33px;
	font-family: "Great Vibes", cursive;
	color: #ff6000;
	padding: 10px 0;
	letter-spacing: .5px;
	line-height: 1;
}
.why-choose-sec {
	margin-bottom: 30px;
}
.why-choose-content h2 {
	font-family: "Great Vibes", cursive;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #fff;
}
.why-choose-content {
	padding: 20px 28px;
	background: #248188;
}
.why-choose-content p {
	color: #fff;
	letter-spacing: .5px;
	font-size: 18px;
	margin-top: 12px;
	font-family: "Open Sans", sans-serif;
}
.tab-desc-flex {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.grid-tab {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	column-gap: 35px;
	padding-top: 20px;
	row-gap: 15px;
}
.tab-img {
	width: 260px;
}
.tab-img {
	width: 10%;
}
.tab-desc-content {
	width: 90%;
}
.subscribe-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 13px 20px;
	margin: 30px 0;
	background: #008080;
	color: #fff;
	align-items: center;
}
.subscribe-btn a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	text-decoration: none;
	padding: 10px 44px;
	background: #cc8a1c;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
}
.subscribe-text h3 {
	font-size: 17px;
	letter-spacing: .5px;
	font-weight: 400;
}

.shipping-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #cc8a1c;
	padding: 22px 20px;
	color: #fff;
	gap: 30px;
}
.shipping-content p {
	font-size: 17px;
	margin: 0;
	letter-spacing: .5px;
	line-height: 1.5;
}
.shipping {
	margin-bottom: 30px;
}

.footer-flex {
	display: flex;
	align-items: center;
	gap: 8px;
}
.bottom-footer-content h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #191919;
	letter-spacing: .5px;
}
.footer-content h3 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.footer-content p {
	font-size: 15px;
	color: #191919;
	margin: 0;
}
.bottom-footer {
	padding: 20px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}