@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
/* Nav Bar */
.nav-container {
  background-color: white;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 200;
}

nav {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.nav-icon {
  color: black;
  text-decoration: none;
  font-size: 1.25rem;
  position: relative;
}

.cart-number {
  position: absolute;
  color: #fff;
  background-color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 0;
  translate: 5px -5px;
}

.hidden {
  display: none;
}

#search {
  border: none;
  padding-bottom: 0.25rem;
}

#search:focus {
  outline: none;
}

.ph-magnifying-glass {
  color: black;
  text-decoration: none;
  font-size: 1.25rem;
}

.search-container {
  border-bottom: solid 2px black;
}

/* menu */
.hide {
  transform: translateY(-100%);
}
.menu-box {
  display: flex;
  color: #ffffff00;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  font-size: 5rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  transition: 500ms;
}

.menu-box:hover {
  display: flex;
  color: #ffffffff;
  justify-content: center;
  align-items: center;
  filter: grayscale(0);
  font-size: 5rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.menu-item1 {
  background-image: url("images/women.png");
  grid-area: menu-item1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-item2 {
  background-image: url("images/men.png");
  grid-area: menu-item2;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.menu-item3 {
  background-image: url("images/kids.png");
  grid-area: menu-item3;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.menu-item4 {
  background-image: url("images/Beauty.png");
  grid-area: menu-item4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-item5 {
  background-image: url("images/Home.png");
  grid-area: menu-item5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu {
  position: fixed;
  padding-top: 4.25;
  z-index: 100;
  display: grid;
  width: 100%;
  height: 100%;
  gap: 0px;
  padding: 0px;
  grid-template-areas:
    "menu-item1 menu-item1 menu-item2 menu-item2 menu-item3 menu-item3"
    "menu-item1 menu-item1 menu-item2 menu-item2 menu-item3 menu-item3"
    "menu-item4 menu-item4 menu-item4 menu-item5 menu-item5 menu-item5";
  transition: 500ms;
  overflow: hidden;
}

.dropitem1 {
  animation: drop 600ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
}
.dropitem2 {
  animation: drop 1000ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
}
.dropitem3 {
  animation: drop 1400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
}
.dropitem4 {
  animation: drop 1800ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
}
.dropitem5 {
  animation: drop 2200ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
}

@keyframes drop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* Hero Grid */
.item1 {
  grid-area: item1;
  background-image: url("images/grid1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.item2 {
  grid-area: item2;
  background-image: url("images/grid2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.item3 {
  grid-area: item3;
  background-image: url("images/grid3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.item4 {
  grid-area: item4;
  background-color: black;
  padding: 2rem;
}

.hero-grid {
  display: grid;
  width: 100%;
  height: 80vh;
  grid-template-areas: "item1 item2 item4" "item3 item3 item4";
  gap: 0px;
  padding-top: 6rem;
}

#hero-video {
  background-image: url("images/grid4.png");
  background-size: cover;
  background-position: center center;
}

.hero-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00000000;
}

/* Marquee Section */
.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 500;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 10s linear infinite;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Products */
.product-section {
  display: flex;
  justify-content: center;
  padding-left: 2rem;
}

.product {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  max-width: 1600px;
}

.product-category {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.product-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  overflow-y: visible;
  padding-bottom: 2rem;
}

.product-container::-webkit-scrollbar {
  display: none;
}

.product-card {
  background: #fff;
  font-family: "Inter", sans-serif;
  flex: 0 0 auto;
  width: 19rem;
  height: 29rem;
  margin-right: 40px;
  transition: 500ms;
}

.product-card a {
  text-decoration: none;
  color: #000000;
}

.product-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-tag {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #ff7d7d;
  right: 10px;
  top: 10px;
  text-transform: capitalize;
}

.card-btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 90%;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #ffffff88;
  backdrop-filter: blur(10px);
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}

.product-card:hover {
  filter: drop-shadow(0px 10px 10px #00000022);
}

.product-card:hover .card-btn {
  opacity: 1;
}

.card-btn:hover {
  background: #ffffff;
}

.product-info {
  width: 100%;
  height: 100px;
  padding-top: 1rem;
  padding-left: 1rem;
}

.product-name {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.product-short-description {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.5;
  text-transform: capitalize;
  margin: 5px 0;
}

.price {
  font-size: 1rem;
  font-weight: 600;
}

.actual-price {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1rem;
  color: #fa3e3e;
  text-decoration: line-through;
}

.product-colors {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.product-colors div:nth-child(1) {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #182755;
}
.product-colors div:nth-child(2) {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #9caddf;
}
.product-colors div:nth-child(3) {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #6e5231;
}

.pre-btn {
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 8;
}
.nxt-btn {
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  right: 5rem;
}

.nxt-btn {
  right: 2rem;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
  opacity: 1;
}

.collection-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.collection {
  position: relative;
}

.collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
}

.collection:nth-child(3) {
  grid-column: span 2;
  margin-bottom: 10px;
}

/* Specials For You */
.spl-item1 {
  grid-area: spl-item1;
  background-image: url("images/specials01.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.spl-item0 {
  grid-area: spl-item0;
  background-image: url("images/specials05.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.spl-item2 {
  grid-area: spl-item2;
  background-image: url("images/specials02.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.spl-item3 {
  grid-area: spl-item3;
  background-image: url("images/specials03.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.spl-item4 {
  grid-area: spl-item4;
  background-image: url("images/specials04.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.spl-link {
  text-decoration: none;
  background-color: #ffffff88;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  opacity: 0;
  transition: 500ms;
}

.spl-link:hover {
  opacity: 1;
}

.specials-grid {
  display: grid;
  width: 100%;
  overflow: hidden;
  height: 80vh;
  grid-template-areas:
    "spl-item0 spl-item4 spl-item4 spl-item2"
    "spl-item0 spl-item4 spl-item4 spl-item1"
    "spl-item3 spl-item3 spl-item3 spl-item1";
  grid-template-rows: 10fr 1fr 10fr;
  gap: 0px;
  padding: 0px;
}

/* socials */
.socials {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  background-color: #000000;
}

.scl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 3rem;
  padding-left: 2rem;
}

.follow {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: auto;
  color: #ffffff;
}

.social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  gap: 4px;
  font-size: 1.25rem;
}

/* footer */
footer {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.foot-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  font-family: "Inter", sans-serif;
}

.foot-clm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.foot-clm h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.foot-clm span {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 200;
  text-transform: capitalize;
}

.foot-clm form {
  display: flex;
  flex-direction: column;
}

#email-label {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 200;
  margin-bottom: 0.5rem;
}

#email {
  background-color: #000000;
  border: solid 1px white;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-family: "Inter", sans-serif;
  color: white;
}

#email:focus {
  border: solid 1px white;
  border-radius: 0px;
  outline: none;
}

#subscribe {
  background-color: white;
  color: #000000;
  border: none;
  font-size: 1rem;
  padding: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

#subscribe:hover {
  background-color: #ffffffee;
}

.form-scs {
  position: absolute;
  margin-top: 5rem;
  margin-right: 2rem;
  background-color: black;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 1rem;
  border: solid 1px #fff;
  opacity: 0%;
  animation: appear 4000ms linear 500ms;
}

@keyframes appear {
  0% {
    opacity: 0%;
  }
  10% {
    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

.form-scs::after {
  display: none;
}

.footerlogo {
  margin-top: 4rem;
  margin-left: 8rem;
  width: 8rem;
}

/* product page */
/* cloth images */
.cloth {
  padding-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  margin-bottom: 3rem;
}

.cloth-section {
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
}

.cloth-card {
  display: flex;
  flex-direction: row;
}

.cloth-imgs {
  display: flex;
  flex-direction: column;
}

#cloth-img-main {
  position: relative;
}

#cloth-img-main img {
  height: 70vh;
}

.sizes {
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 5rem;
  padding-right: 5rem;
  bottom: 4rem;
}

.size {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ffffff88;
  border: solid 2px #000;
  color: #000;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: 500ms;
  cursor: pointer;
}

.size:hover {
  background-color: #ffffffff;
}

.size:nth-child(3) {
  background-color: #000 !important;
  color: #fff !important;
}

.cloth-selector {
  display: flex;
  flex-direction: column;
}

.cloth-img img {
  width: 7rem;
  height: 7rem;
}

#cloth-img-1 {
  border: solid 3px #fff;
}

.cloth-clrs {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.clr {
  height: 1rem;
  flex-grow: 1;
  background-color: #6e5231;
}

.clr:nth-child(1) {
  background-color: #000000 !important;
  border: solid 2px #fff !important;
}
.clr:nth-child(2) {
  background-color: #725dec !important;
}
.clr:nth-child(3) {
  background-color: #300a37 !important;
}

.cloth-btns {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#buy-now {
  width: 100%;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #000000;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#add-to {
  width: 100%;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border: solid 2px #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cloth-info {
  padding-left: 3rem;
  padding-top: 1.5rem;
  width: 100%;
  padding-right: 1rem;
}

#cloth-heading {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #000;
}

#pricing {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#price {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
}

.charts {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
}

#line {
  height: 0.125rem;
  background-color: #00000044;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* tabs */
.tab {
  overflow: hidden;
  border: solid 1px #000;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: 0.3s;
  font-size: 17px;
  width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-top: 1rem;
  border: none;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
}

/* reviews */

#size-reviews {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.size-review {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.user {
  display: flex;
  flex-direction: row;
}

.user-img {
  background-image: url(images/user-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  margin-right: 0.25rem;
}

.user-name {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
}

.user-time {
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
}

/* reviews */
.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.review-section {
  max-width: 1600px;
}

.review-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#review {
  padding: 0rem;
}

.review-clm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.review {
  padding: 1rem;
  border: solid 2px #00000033;
}

.stars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.star {
  font-size: 1.5rem;
  color: #efd122;
}

.filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* login page */
.login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
}

.login-section {
  margin-top: 5rem;
  width: 1600px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: relative;
}

.login-img {
  background-image: url(images/login.png);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.login-creds {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.login-heading {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 700;
  padding-top: 2rem;
}

#login-form {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: 700;
  margin-top: 1rem;
  max-width: 400px;
}

.form-input {
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  max-width: 500px;
  border: solid 2px #000;
}

.form-input:focus {
  outline: none;
}

.login-page-link {
  color: #000;
  font-size: 1.125rem;
  margin-top: 0.125rem;
}

#login {
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border: none;
  padding: 1rem;
  margin-top: 1rem;
  max-width: 500px;
}

#signup-text {
  margin-top: 1rem;
}

.sso {
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: solid 2px #000;
  padding: 0.5rem;
  margin-top: 1rem;
  max-width: 500px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.ph-facebook-logo {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}

.ph-google-logo {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}

#login-scs {
  color: #000;
  background-color: #fff;
  border: solid 2px #000;
  padding: 2rem;
  position: absolute;
  top: 53vh;
  left: 0;
  margin-left: 2rem;
  opacity: 0%;
  animation: appear 4000ms linear 500ms;
}
