@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "raghaca";
  src: url(./helvetica-neue-5/HelveticaNeueLight.otf);
  font-weight: 200;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

header {
  width: 100%;
  height: 190px;
  background-color: black;
  color: white;
}
header nav {
  padding-inline: 80px 60px;
  height: 20%;
  background-color: #191919;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
header nav .sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 100%;
  z-index: 9999;
  background-color: black;
  text-align: center;
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  overflow-y: auto;
  padding-bottom: 60px;
}
header nav .sidebar li {
  width: 90%;
}
header nav .sidebar li a {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
header nav .sidebar li a .fa-xmark {
  font-size: 30px;
  justify-self: flex-start;
  align-self: flex-end;
  position: absolute;
  top: 8px;
  right: 10px;
}
header nav .sidebar li .login-text {
  font-size: 15px;
  font-weight: 200;
}
header nav .sidebar li .login-text:hover {
  color: rgb(200, 200, 200);
}
header nav .sidebar li:nth-child(2) {
  margin-top: 30px;
  align-self: flex-end;
}
header nav ul {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
header nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
header nav .social-media-logos {
  margin-left: 26%;
  gap: 16px;
}
header nav .social-media-logos a:first-child {
  font-size: 14px;
}
header nav .social-media-logos a {
  cursor: pointer;
  color: white;
}
header nav .login-and-cart {
  margin-right: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
header nav .login-and-cart .login-text {
  cursor: pointer;
  font-weight: 200;
}
header nav .login-and-cart .login-text:hover {
  color: rgb(200, 200, 200);
}
header nav .login-and-cart .login-clicked {
  position: fixed;
  z-index: 2000;
  background-color: white;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  display: none;
}
header nav .login-and-cart .login-clicked .fa-xmark {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
}
header nav .login-and-cart .login-clicked h1 {
  font-size: 48px;
  font-weight: 600;
}
header nav .login-and-cart .login-clicked p {
  font-size: 16px;
  font-weight: 600;
}
header nav .login-and-cart .login-clicked button {
  margin-top: 40px;
  color: gray;
  background-color: black;
  padding: 12px 85px;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
}
header nav .login-and-cart .login-clicked button:hover {
  color: white;
  transition: 0.2s;
}
header nav .login-and-cart img {
  width: 26px;
  cursor: pointer;
  margin-bottom: 3px;
}
header nav .login-and-cart .cart-sidebar {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100vh;
  width: 425px;
  background-color: white;
  color: black;
  padding: 15px;
}
header nav .login-and-cart .cart-sidebar .first {
  font-size: 20px;
  font-weight: 600;
}
header nav .login-and-cart .cart-sidebar .first .second {
  font-size: 16px;
}
header nav .login-and-cart .cart-sidebar .fa-xmark {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
}
header nav .login-and-cart .cart-sidebar hr {
  margin-top: 14px;
}
header nav .login-and-cart .cart-sidebar p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 140px;
}
header nav .login-and-cart .background-darkener {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
}
header nav .login-and-cart .fa-bars {
  font-size: 26px;
  display: none;
  cursor: pointer;
}
header .lower-side {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  font-weight: 200;
}
header .lower-side a img {
  width: 185px;
  cursor: pointer;
}

.floating-comment {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background-color: black;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.floating-comment img {
  width: 50%;
  height: 50%;
}

.opened-comment {
  display: none;
  height: 500px;
  width: 340px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  background-color: white;
  z-index: 999;
  overflow: hidden;
}
.opened-comment .upper-side {
  height: 16%;
  padding: 18px 22px;
  position: relative;
}
.opened-comment .upper-side .receiver {
  font-size: 19px;
  font-weight: bold;
}
.opened-comment .upper-side .receiver sup {
  font-size: 11px;
}
.opened-comment .upper-side .active-status {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 0px;
}
.opened-comment .upper-side .active-status .green-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #43B72A;
}
.opened-comment .upper-side .active-status p {
  font-size: 14px;
  font-weight: 200;
  font-family: "raghaca";
}
.opened-comment .upper-side .fa-xmark {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.opened-comment .middle-side {
  background-color: #BFBFBF;
  width: 100%;
  height: 71%;
}
.opened-comment .lower-side {
  height: 13%;
  max-height: 20%;
  position: relative;
}
.opened-comment .lower-side textarea {
  resize: none;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  padding: 20px 70px 20px 22px;
}
.opened-comment .lower-side textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: black;
}
.opened-comment .lower-side textarea::placeholder {
  font-family: "Poppins", sans-serif;
  color: black;
}
.opened-comment .lower-side .fa-face-smile {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgb(200, 200, 200);
  cursor: pointer;
}
.opened-comment .lower-side .fa-face-smile:hover {
  color: black;
}
.opened-comment .lower-side .fa-paperclip {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgb(200, 200, 200);
  cursor: pointer;
}
.opened-comment .lower-side .fa-paperclip:hover {
  color: black;
}

main {
  animation: fadeOut 0.7s ease-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section1 {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/banner_image.avif);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.section1 .banner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  width: 670px;
}
.section1 .banner-info h1 {
  font-size: 88px;
  line-height: 105px;
}
.section1 .banner-info span {
  font-size: 22px;
  font-weight: 600;
}
.section1 .banner-info .darkening-btn1 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 3px solid black;
  border-radius: 50px;
  padding: 8px 18px;
  transition: 0.4s;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.section1 .banner-info .darkening-btn1:hover {
  background-color: black;
  color: white;
  transition: 0.4s;
}

.mobile-section1 {
  display: none;
  height: 46svh;
}
.mobile-section1 .banner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 236px;
}
.mobile-section1 .banner-info h1 {
  font-size: 32px;
  line-height: 37px;
}
.mobile-section1 .banner-info span {
  font-size: 20px;
  font-weight: 600;
}
.mobile-section1 .banner-info button {
  margin-top: 0px;
}
.mobile-section1 .banner-info .darkening-btn2 {
  font-size: 15px;
  font-weight: bold;
  background: transparent;
  border: 3px solid black;
  border-radius: 50px;
  padding: 8px 18px;
  transition: 0.4s;
  cursor: pointer;
}
.mobile-section1 .banner-info .darkening-btn2:hover {
  background-color: black;
  color: white;
  transition: 0.4s;
}

.section2 {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.section2 div {
  height: 440px;
  width: 435px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.section2 div:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/women_section_image.avif);
  background-position: 85% 50%;
}
.section2 div:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(../images/men_section_image.avif);
}
.section2 div:nth-child(3) {
  background-image: url(../images/sales_section_image.avif);
  background-position: right;
}
.section2 div a {
  color: white;
  font-weight: bold;
  font-size: 50px;
  text-decoration: none;
}

.section3 {
  height: 86.8vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/section3_image.avif);
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.section3 div {
  text-align: center;
  width: 830px;
}
.section3 div p:first-child {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: -18px;
}
.section3 div p:nth-child(2) {
  font-size: 72px;
  font-weight: bold;
  text-decoration: underline;
}
.section3 div p:nth-child(3) {
  margin-top: 16px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 200;
}

.section4 {
  min-height: 54vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.section4 .grid-logo-container {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  justify-items: center;
  align-items: center;
}
.section4 .grid-logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section4 .grid-logo-container img:nth-child(1) {
  width: 145px;
  height: 145px;
}
.section4 .grid-logo-container img:nth-child(2) {
  width: 110px;
  height: 110px;
}
.section4 .grid-logo-container img:nth-child(3) {
  width: 93px;
  height: 93px;
}
.section4 .grid-logo-container img:nth-child(4) {
  width: 100px;
  height: 100px;
}

.section5 {
  min-height: 80vh;
  padding-top: 90px;
  padding-bottom: 24px;
}
.section5 h1 {
  text-align: center;
  font-size: 88px;
  margin-bottom: 90px;
}
.section5 .product-grid-container {
  padding-inline: 5px;
  display: grid;
  grid-template-columns: 15px 1fr 1fr 1fr 1fr 15px;
  grid-auto-rows: minmax(300px, 35vw);
  align-items: center;
  justify-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.section5 .product-grid-container .product-card {
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.section5 .product-grid-container .product-card:hover > div > a > span {
  transform: translate(50%, -30px);
}
.section5 .product-grid-container .product-card div {
  position: relative;
  width: 100%;
  height: 90%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
}
.section5 .product-grid-container .product-card div:hover > a > img {
  transform: scale(1.1);
  transition: 0.4s;
}
.section5 .product-grid-container .product-card div a {
  position: relative;
}
.section5 .product-grid-container .product-card div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
}
.section5 .product-grid-container .product-card div a .ascending-text {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  width: 100%;
  padding: 17px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  top: 0;
  right: 50%;
  transform: translate(50%, 20px);
  transition: 0.4s;
}
.section5 .product-grid-container .product-card .new-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 2px 12px;
  text-align: center;
  cursor: pointer;
}
.section5 .product-grid-container .product-card .im-product-text {
  overflow: hidden;
  font-size: 15px;
  font-weight: 200;
  margin-top: 15px;
  cursor: pointer;
}
.section5 .product-grid-container .product-card .product-price {
  font-size: 15px;
  font-weight: 200;
  cursor: pointer;
}

.section6 {
  height: 54vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.section6 a:first-child {
  font-size: 88px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.section6 a:nth-child(2) {
  color: white;
  font-size: 40px;
  text-decoration: none;
  font-weight: bold;
}

.section7 .s7-image-container {
  margin: 10px;
  width: 98%;
  min-height: 70vh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px;
}
.section7 .s7-image-container .s7-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.section7 .s7-image-container .s7-image:nth-child(7) {
  display: none;
}
.section7 .s7-image-container .s7-image:nth-child(8) {
  display: none;
}
.section7 .s7-image-container .s7-image:nth-child(9) {
  display: none;
}
.section7 .s7-image-container .s7-image:nth-child(10) {
  display: none;
}
.section7 .s7-image-container .s7-image:nth-child(11) {
  display: none;
}
.section7 .s7-image-container .s7-image:nth-child(12) {
  display: none;
}
.section7 .s7-image-container .s7-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  transition: 0.3s;
}
.section7 .s7-image-container .s7-image img:hover {
  filter: brightness(30%);
  transition: 0.3s;
}
.section7 .s7-image-container .s7-image img:hover + a {
  display: inline;
}
.section7 .s7-image-container .s7-image a {
  position: absolute;
  z-index: 10;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: none;
}
.section7 .darkening-btn {
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  border: 3px solid black;
  border-radius: 50px;
  padding: 14px 26px;
  transition: 0.4s;
  margin: 32px auto;
  display: block;
  cursor: pointer;
}
.section7 .darkening-btn:hover {
  background-color: black;
  color: white;
  transition: 0.4s;
}

footer {
  min-height: 94vh;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
footer form {
  margin-top: 45px;
  margin-bottom: 76px;
}
footer form h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
footer form .email-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
footer form .email-container label {
  font-size: 14px;
  font-weight: bold;
}
footer form .email-container input {
  border: 1px solid white;
  background-color: black;
  color: white;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border-radius: 0;
  padding: 6px 12px;
  outline: none;
  width: 386px;
}
footer form .checkbox-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-top: 22px;
}
footer form .checkbox-container input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid white;
  width: 18px;
  height: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
footer form .checkbox-container input:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 10px;
  display: none;
}
footer form .checkbox-container input:checked::after {
  display: unset;
}
footer form .checkbox-container label {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
footer form button[type=submit] {
  margin-top: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid white;
  background-color: white;
  width: 386px;
  height: 42px;
  font-family: "Poppins", sans-serif;
  transition: 0.4s;
}
footer form button[type=submit]:hover {
  color: white;
  background-color: transparent;
  transition: 0.4s;
}
footer .address {
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 22px;
}
footer .address span {
  font-size: 15px;
}
footer .address span:first-child {
  cursor: pointer;
}
footer .social-media-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 18px;
  margin-bottom: 45px;
}
footer .social-media-logos a {
  color: white;
  cursor: pointer;
}
footer .social-media-logos a .fa-facebook-f {
  font-size: 14px;
}
footer .social-media-logos a .fa-instagram {
  font-size: 16px;
}
footer .social-media-logos a .fa-pinterest-p {
  font-size: 16px;
}
footer span {
  font-size: 14px;
  font-weight: 200;
}
footer span a {
  color: white;
}

@media screen and (max-width: 1070px) {
  header nav {
    padding-left: 40px;
  }
  header nav .login-and-cart {
    margin-right: 0px;
  }
  footer {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */