* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.hero-con {
  overflow-x: hidden;
}
.whatssap-target-link {
  text-decoration: none;
}
/* ////////////////////////// */
/* HERO-SECTION */

.hero-con {
  /* padding-top: 9rem; */
  background-color: #f5e7b1;
}

.hero-img-container {
  background-color: #fff;
  background-color: #cfb54c;
  padding: 2.4rem;
  padding-top: 4rem;
}

.hero-text-content {
  max-width: 90%;
}
.logo {
  width: 8rem;
}
.navigation-links {
  display: flex;
  gap: 5.2rem;
  list-style: none;
}
.navigation-link:link,
.navigation-link:visited {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.navigation-link:hover,
.navigation-link:active {
  color: #b89e39;
}
.NAV-btn {
  font-size: 4rem;
  background: none;
  border: none;
  display: none;
}

.close-btn-icon {
  display: none;
}
/* //////// PRODUCT NUMBER TAG CODE*/
.price-tag {
  font-size: 2rem;
  color: #cfb54c;
}
.tag-container {
  display: flex;
  padding: 0.8rem 2.4rem;
  background-color: #f7f7f7;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.tag-no {
  color: #cfb54c;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
}
/* //////////////////////////////// */
/* NAVIGATION SECTION */
.navigations {
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 9px 2px rgba(0, 0, 0, 0.082);
  padding: 0 2rem;
  height: 8rem;
  align-items: center;
}
.hero-text-container {
  padding: 2.4rem;
  position: relative;
}
/* FACES */
.faces-con {
  list-style: none;
  display: flex;
}
.faces {
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  margin-right: -10px;
  border: solid #cfb54c 2px;
  margin-top: 2.4rem;
}
.face-text {
  color: #555;
  align-items: center;
  display: flex;
  margin-left: 1.8rem;
  font-weight: 500;
  transform: translateY(15%);
}
.face-span {
  font-weight: 700;
  color: #b89e39;
  font-size: 1.8;
  margin-right: 4px;
}
.hero-sub-text {
  margin-top: 1.8rem;
  color: #555;
  font-size: 1.6rem;
}
.primary-heading {
  padding-top: 17rem;
  font-size: 4rem;
  line-height: 1.3;
  color: #333;
}
.CTA-collection,
.hero-CTA:link,
.hero-CTA:visited {
  text-decoration: none;
  padding: 1.2rem 3.2rem;
  background-color: #cfb54c;
  display: inline-block;
  margin-top: 3.2rem;
  border-radius: 11px;
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease-out;
  color: #333;
}

.CTA-collection:hover,
.hero-CTA:hover,
.hero-CTA:active {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #cfb54c;
}

.shoe-icon {
  position: absolute;
  top: 140px;
  left: 46%;
  width: 5.1rem;
}
.star {
  position: absolute;
  top: 222px;
  left: 84%;
  width: 3.8rem;
}
.arrow-icon {
  position: absolute;
  top: 500px;
  left: 41%;
  width: 5.8rem;
}
.cart-icon {
  position: absolute;
  top: 504px;
  left: 88%;
  width: 4rem;
}
/* ////////////// */
/* SECTION-FEATURES */
.feature {
  /* border: solid 2px #a1a1a1; */
  border-radius: 11px;
  background-color: #f7f7f7bd;
}
.feature-con {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.feature-one {
  position: relative;
}
.feature-icon-con {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
.Tag {
  margin-bottom: 4.8rem;
  padding-top: 2.4rem;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-size: 1.8rem;
  color: #cfb54c;
  text-transform: uppercase;
}
.delivery-icon {
  font-size: 2.4rem;
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 50px;
  border: solid 2px #b89e39;
  color: #555;
}
.containner {
  margin-top: 14rem;
  padding: 0 9.6rem;
}
.feature-text-con {
  padding: 1.8rem 1.2rem;
  text-align: center;
}
.feature-tittle {
  margin-top: 1.6rem;
  color: #333;
}
.feature-text {
  color: #555;
}

/* ///NEW COLLECTION//// */

.new-collection {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(4, 1fr);
}
.collection-img {
  width: 70%;
}
.collection-con {
  text-align: center;
  background-color: #fff;
  border: solid 2px #cfb54c94;
  padding: 2.4rem 0;
  position: relative;
  overflow: hidden;
}
.collection-con::after {
  content: "NEW";
  background-color: rgb(218, 29, 29);
  padding: 0.5rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  transform: rotate(45deg) translate(0px, 0px);
  width: 100%;
  height: 5%;
  top: 26px;
  left: 82px;
  position: absolute;
}
.collection-heading {
  font-size: 2.4rem;
  color: #333;
}
.collection-sub-head {
  font-variant-position: 1.8rem;
  color: #b89e39;
  font-weight: 500;
  margin-top: 1.8rem;
}
.present-price {
  font-size: 2rem;
  color: #555;
  font-weight: 700;
  display: inline-block;
}
.canceled-price {
  font-size: 1.4rem;
  color: #777;
  text-decoration: line-through;
  display: inline-block;
}
.collection-price-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  text-align: none;
}
.CTA-collection {
  margin-top: 4.8rem;
  border-radius: 0;
}
.collection-img {
  margin-top: 2.4rem;
}
/* ////////////// */
/* SECTION-ADDVERT */
.add-main-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.add {
  width: 100%;
}
.add2-con {
  position: relative;
}
.add2-con::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    360deg,
    rgba(155, 142, 22, 0),
    rgba(58, 48, 6, 0.767)
  );
}
.add-main-container {
  margin-top: 9.2rem;
  padding-bottom: 2.4rem;
}
.category-CTA-con {
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
}
.add-CTA-con {
  display: flex;
  justify-content: center;
}
.add-CTA:link,
.add-CTA:visited {
  font-size: 1.8rem;
  font-weight: 600;
  color: red;
  padding: 0.3rem 0;
  line-height: 1.2;
  border-bottom: 2px solid red;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.add-CTA:hover,
.add-CTA:active {
  padding: 0.3rem 0;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
}
/*  /// SECTION CATEGORY////*/
.section-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.shoe-collection-categories {
  padding: 2.4rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  box-shadow: inset 0 0 0 3px #ecd36f69;
  background-color: #fff;
}

.shoe-collection-categories:hover {
  background-color: #ecd36f69;
}
.categorie-img {
  width: 100%;
  margin-top: 6.4rem;
}
.categories-header {
  margin-bottom: 1.8rem;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.categories-sub {
  font-size: 1.8rem;
  color: #b89e39;
  font-weight: 500;
}
.shoe-collection-CTA:link,
.shoe-collection-CTA:visited {
  margin-top: 4.8rem;
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-out;
  padding: 1.2rem 2.4rem;
  background-color: #333;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.144);
}
.shoe-collection-CTA:hover,
.shoe-collection-CTA:active {
  box-shadow: inset 0 0 0 2px #333;
  background-color: #fff;
  color: #333;
}
.span {
  font-size: 1.8rem;
}
/*  /// SECTION CATEGORY////*/
.featured-product-con {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.featured-present-price {
  font-size: 2rem;
  color: #555;
  font-weight: 700;
  display: inline-block;
}
.span {
  font-size: 1.6rem;
}
.featured-canceled-price {
  font-size: 1.4rem;
  color: #777;
  text-decoration: line-through;
  display: inline-block;
}
.featured-price-con {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}
.featured-product {
  text-align: center;
  box-shadow: inset 0 0 0 3px #ecd36f69;
  transition: all 0.3s ease-out;
}
.featured-product:hover {
  transform: translateY(-16px);
}
.feature-product-header {
  font-size: 2.4rem;
  color: #333;
}
.featured-sub {
  font-variant-position: 1.8rem;
  color: #b89e39;
  font-weight: 500;
  margin-top: 1.8rem;
}
.featured-img {
  width: 100%;
  height: auto;
  margin-top: 3.2rem;
  display: block;
  position: relative;
}
.feature-product-img-con {
  position: relative;
}
.feature-product-img-con::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(155, 142, 22, 0.116),
    rgba(0, 0, 0, 0.726)
  );
  z-index: 9999;
}
.all-text-con {
  padding-top: 2.4rem;
}
.featured-CTA {
  padding: 1rem 2.4rem;
  background-color: #cfb54c;
  display: inline-block;
  text-decoration: none;
  margin-top: 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
.featured-CTA:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #cfb54c;
}
/* ///////////////////////// */
/* SECTION FOOTER */
.footer {
  padding: 8rem 8rem;
  margin-top: 19.6rem;
  background-color: #000;
  color: #fff;
  font-weight: 300;
}
.logo-footer {
  width: 9rem;
}
.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
}
.footer-link-header {
  font-size: 1.8rem;
  font-weight: 600;
}
.footer-child-con {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.footer-link:link,
.footer-link:visited {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s ease-in;
}
.footer-link:hover,
.footer-link:active {
  letter-spacing: 1px;
}
.social-icons {
  font-size: 1.6rem;
}
.footer-social-icon-con {
  display: flex;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.copyright {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2.4rem;
}
/* ///////////////////////// */
/* SECTION CTA */

.CTA-section {
  /* background-color: #ecd36f69; */
  padding: 0 9.6rem;
}
.CTA-text-section {
  background-color: #fff;
  padding: 4.6rem;
}

.CTA-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.068);
}
.CTA-header {
  font-size: 4rem;
  line-height: 1.2;
  color: #6d5d15;
  text-transform: capitalize;
  font-weight: 700;
}
.CTA-sub-header {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
  margin-top: 2.4rem;
}
.form {
  display: flex;
  margin-top: 4.8rem;
  gap: 3.2rem;
  justify-content: space-between;
}
.con {
  z-index: 9999;
}
.CTA-img-section {
  background-color: #ecd36f69;
}
*:focus.input {
  outline: none;
  border-bottom: solid 2px #cfb54c;
}
.input {
  width: 100%;
  font-size: 1.6rem;
  border: none;
  background-color: #f7f7f7;
  padding: 1.6rem;
  display: inline;
  border-bottom: solid 1px #333;
}
.label {
  display: block;
  line-height: normal;
  color: #555;
  font-weight: 500;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.form-CTA-btn {
  display: inline-block;
  border: none;
  background-color: #cfb54c;
  padding: 1.8rem;
  border-radius: none;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 3.2rem;
  width: 100%;
  transition: all 0.3s ease-out;
}
.form-CTA-btn:hover {
  box-shadow: inset 0 0 0 3px #b89e39;
  color: #6d5d15;
  background-color: #fff;
}
.CTA-img-section {
  background-image: url(/CTA\ pix.webp);
  background-position: bottom;
  background-size: cover;
}
/* //////////////////////// */
/* /////SECTION WOMEN */

.WOMEN-hero-img-container {
  padding: 2.4rem;
  padding-top: 4rem;
}

.hero2 {
  display: grid;

  grid-template-columns: 45fr 55fr;
  background-color: #fdedb488;
  /* background-color: #f5e7b1bd; */
  overflow-y: hidden;
}
.WOMEN-primary-heading {
  padding-top: 17rem;
  font-size: 4rem;
  line-height: 1.3;
  color: #333;
}
.WOMEN-hero-img {
  width: 100%;
  display: block;
}

.body2 {
  background-color: #f9f9f9;
  padding: 2.4rem 9.6rem;
}
.Top-deals-section {
  max-width: 130rem;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.4rem;
}
.Top-deals-header {
  font-weight: 600;
  margin: 2.4rem 0;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #6d5d15;
  padding: 1.2rem 2.4rem;
  display: inline-block;
  border-radius: 9px;
  background-color: #fff;
}
.arrdown {
  margin-left: 1.8rem;
}
.Top-deals-con {
  padding: 2.4rem;
}
.product-imgs {
  width: 100%;
}
.top-deal-product-con {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.8rem;
  margin-top: 1.8rem;
  row-gap: 4.8rem;
  column-gap: 1.8rem;
  margin-top: 1.8rem;
}
.top-deal-product {
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 9px;
  overflow: hidden;
}
.discount {
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border-radius: 9px;
  overflow: hidden;
}
.top-deal-product:hover {
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.075);
}
.discount::after {
  content: "-20%";
  padding: 10px 15px;
  top: 0;
  right: 0;
  position: absolute;
  width: 15%;
  height: 7%;
  background-color: #f5e7b1;
  display: flex;
  justify-content: center;
  color: red;
  align-items: center;
  border-bottom-left-radius: 9px;
}
.product-con {
  background-color: #fff;
}
.top-deal-product-discrption {
  color: #555;
  padding-top: 1.8rem;
}
.top-deal-price-con {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.top-deal-present-price {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.top-deal-cancel-price {
  font-size: 1.4rem;
  text-decoration: line-through;
  color: #555;
}
.top-deal-product {
  background-color: #fff;
  padding-bottom: 1.6rem;
  text-decoration: none;
}
.top-deal-text-con {
  padding: 0 1.6rem;
}
.top-deal-containner {
  margin-top: 9rem;
  border-radius: 11px;
}
.hero-img {
  width: 90%;
}
.top-deal-centralize {
  text-align: center;
  padding-bottom: 2.4rem;
  font-weight: 600;
}
/* ////////////////////////////////// */
/* NIKE ADD SECTION */

/* helper class */

/* .margin-bottom {
  padding-bottom: 0 !important;
} */

.nike-add {
  width: 100%;
  border-radius: 9px;
}
.nike-add-section {
  padding: 0.8rem;
  border-radius: 11px;
}
/* ////////////////////////////////// */
/* BIRKENSTOCKS SECTION */
.Birken-Stock-product-con {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 4.8rem;
  column-gap: 1.8rem;
  margin-top: 1.8rem;
}

.media-scrowler {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 94%;
  overflow-x: auto;
  gap: 2.4rem;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  padding-left: 2rem;
}
.snap-inline {
  scroll-snap-type: inline mandatory;
}
.product-snap {
  scroll-snap-align: start;
}

/* NEW PRODUCT MEDIA SCROWLLER  */

.scrowler {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 21%;
  overscroll-behavior-inline: contain;
  gap: 3.2rem;
  overflow-x: auto;
  padding: 2.4rem;
}
.media-elements {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 0 10px 3.8px rgb(0 0 0 / 5%);
}
.top-deal-text-con {
  background-color: #f5e7b1bd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-deal-price-con {
  margin-bottom: 1.2rem;
}
.snaping-inline {
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 1.2rem;
}
.snaping-childreen {
  scroll-snap-align: start;
}
.product-imgs {
  display: block;
}

.Top-deals-con {
  margin-top: 4.8rem;
}
.margin {
  margin: 4.8rem !important;
}
.margin-top-helper {
  margin-top: 4.8rem !important;
}
.ADDIDAS-ADD {
  margin-top: 4rem !important;
}
.NAV-btn-i {
  width: 4.4rem;
  height: 4.4rem;
}
.NAV-btn-ii {
  width: 4.4rem;
  height: 4.4rem;
  display: none;
}

/* STICKY NAVIGATION */
.sticky {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  height: 9rem;
  padding-top: 0;
  padding-bottom: 0;
}
/* ADJUSTMENT CODE FOR SOCIAL ICON*/
.social-icons {
  font-size: 1.8rem;
  color: #e7e7e7;
}

.social-icons2 {
  display: none;
}
/* - Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98 */
/* - Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
 */
