/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.orange-box {
  width: 20px;
  height: 40px;
  border-radius: 4px;
  background-color: #db4444;
}
/* Header Section start */
/*<!--[AU-1-Homepage-Header] fatih - START-->*/
.header-banner-dropdown {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  gap: 200px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  padding: 0 150px;
}

.header-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
li {
  list-style-type: none;
}

.header-banner h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fafafa;
}

.header-banner a {
  color: #fafafa;
  padding: 0 0 0 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.header-banner a:hover {
  background-color: #363e44;
}
.header-banner-container {
  width: 100%;
}

.header-dropdown {
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.header-dropdown-btn {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.dots {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #b6afaf;
  transition: background-color 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
}

.header-dropdown-btn:hover {
  background-color: #706363;
}

.header-language0 {
  padding: 10px;
  width: 108px;
  height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
}

.header-language1 {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  background-color: #000000;
  padding: 10px;
  font-size: 16px;
}

.header-language2 {
  padding: 10px;
  width: 108px;
  height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
}

.header-language:hover {
  background-color: #754848;
}

.header-dropdown-btn:focus + .header-language {
  display: block;
}

.header-dropdown-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #666;
}

.header {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  font-family: "Poppins", sans-serif;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  gap: 150px;
  align-items: center;
  flex-wrap: nowrap;
}

.header-logo-pages {
  display: flex;
  align-items: center;
}

.header-logo {
  width: 120px;
  height: 26px;
  margin-right: 20px;
}

.header-logo-pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.header-logo-pages li {
  margin-right: 20px;
}

.header-logo-pages a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.header-logo-pages a:hover {
  color: #778088;
}

.header-search-cart {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.header-search {
  position: relative;
}
.search-list {
  position: relative;
  display: block;
  position: absolute;
  z-index: 1;
}
.search-list li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: flex;
  gap: 10px;
  width: 100%;
}
.header-search input[type="search"] {
  padding: 10px 40px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 210px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}
::placeholder {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  opacity: 50%;
}
.btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.btn-search > i {
  width: 24px;
  height: 24px;
}

.header-wishlist-cart {
  margin-left: 20px;
}

.header-wishlist-cart a {
  margin-right: 10px;
  font-size: 20px;
  color: #000000;
}

.header-wishlist-cart a:hover {
  color: #464d53;
}

/*[AU-16] Logout -STRAT*/
.user-icon {
  display: inline-block;
  position: relative;
}

.user-icon-btn {
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.user-menu {
  position: absolute;
  display: none;
  background: rgba(24, 24, 24, 0.477);
  border: 1px solid rgba(168, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  backdrop-filter: blur(20px);
}

.user-menu.show {
  display: block;
}

.user-menu-list {
  list-style: none;
  padding: 6%;
}
.user-menu-element {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.user-menu-element i {
  color: rgb(177, 177, 177);
  font-size: 10px;
}
.user-menu-element p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  width: 170px;
}

.user-menu-element a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

.user-menu-element:hover {
  background-color: rgba(215, 215, 215, 0.5);
  border-radius: 5px;
  padding: 3px;
}

.user-menu-element:hover p {
  color: rgb(90, 90, 90);
}
.user-menu-element:hover i {
  color: rgb(90, 90, 90);
}
/*[AU-16] Logout -END*/

.line-div1 {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.line-div2 {
  border-left: 1px solid #ddd;
}
.aside-nav {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 10px;
  flex-wrap: nowrap;
}
.header-aside a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.aside-category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-right: 5px;
}
.apple-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}

.icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 30px 60px;
}

.icon-text > p {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}
.shop-now {
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-underline-offset: 8px;
}
.slide-text {
  display: flex;
}
.slide-container {
  max-width: 900px;
  background-color: #000000;
  color: #fff;
}
.slider {
  position: relative;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
}

.slider h2 {
  font-size: 15px;
  color: #ffffff;
}

.slider .card-text {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}

.content {
  display: flex;
  align-items: center;
}

.slide img {
  width: 490px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.active-dot {
  background-color: #717171;
}

.icon-text button {
  margin-top: 15px;
  background-color: transparent;
  padding: 5px 5px;
  cursor: pointer;
  border-radius: 15px;
  border: transparent;
  transition: background-color 0.3s ease;
  color: #fafafa;
  word-spacing: 5px;
}

.slide button:hover {
  background-color: #424242;
}

.slides-text {
  padding: 0 20px;
}

.cat-dropdown {
  position: relative;
}

.cat-dropdown a {
  text-decoration: none;
  color: #333;
}

.cat-dropdown i {
  float: right;
  cursor: pointer;
}

.sub-cat {
  display: none;
  padding: 10px;
}
.sub-cat a {
  text-decoration: underline;
}
.up-cat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-card p {
  font-size: 14px;
}

.icon-hamburger {
  display: none;
}
@media only screen and (max-width: 1185px) {
  .header-nav {
    gap: 80px;
  }
  .header-dropdown-btn {
    padding: 5px 10px;
  }
  .header-banner-dropdown {
    gap: 50px;
  }
}
@media only screen and (max-width: 1158px) {
  .aside-nav {
    gap: 0;
  }
}
@media only screen and (max-width: 1078px) {
  .aside-nav {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .aside-category {
    display: none;
  }
  .header-nav {
    gap: 5px;
  }
  .header-logo-pages {
    display: none;
  }
  .icon-hamburger {
    display: block;
    cursor: pointer;
  }
}
@media only screen and (max-width: 910px) {
  .slide-container {
    max-width: 750px;
  }
  .slide img {
    width: 420px;
    height: 380px;
  }
  .slide-text {
    flex-direction: column;
  }
}
@media only screen and (max-width: 780px) {
  .slide-container {
    max-width: 550px;
    height: auto;
  }
  .slide img {
    width: 300px;
    height: 300px;
  }
  .header-banner-dropdown {
    padding: 0 50px;
  }
  .header-search-cart {
    display: none;
  }
  .header-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 20px;
  }
  .header-logo-pages ul {
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (max-width: 560px) {
  .slide-container {
    max-width: 320px;
    height: auto;
  }
  .slide img {
    width: 280px;
    height: 280px;
  }
  .header-banner-dropdown {
    padding: 0 10px;
  }
  .slide {
    width: 320px;
    height: 320px;
  }
  .slider {
    max-width: 100%;
  }
  .header-banner h2 {
    display: none;
  }
}
@media only screen and (max-width: 487px) {
  .slide-container {
    max-width: 320px;
    height: auto;
  }
  .slide img {
    width: 280px;
    height: 280px;
  }
  .header-banner-dropdown {
    padding: 0 10px;
  }
  .slide {
    width: 320px;
    height: 320px;
  }
  .header-banner h2 {
    display: none;
  }
  .aside-nav {
    padding: 0;
  }
}

@media only screen and (max-width: 345px) {
  .slide-container {
    max-width: 280px;
    height: auto;
  }
  .slide img {
    width: 260px;
    height: 260px;
  }
  .header-banner-dropdown {
    padding: 0 10px;
  }
  .slide {
    width: 300px;
    height: 300px;
  }
  .slider {
    max-width: 100%;
  }
  .header-banner h2 {
    display: none;
  }
  .aside-nav {
    padding: 0;
  }
}

/*<!--[AU-1-Homepage-Header] fatih - END-->*/

/* Header Section end */

/* Footer Section Start */
:root {
  --footer-bg-color: #000000;
  --footer-text-color: #fafafa;
  --footer-border-color: #ffffff;
  --footer-link-color: #08a0e9;
  --footer-opacity: 0.7;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --transition-duration: 0.3s;
}

footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  width: 100%;
  padding-top: 20px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  padding: 50px 10px;
  max-width: 1280px;
  width: 100%;
}

.ft-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 150px;
}

.ft-primary-title {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: clamp(14px, 4vw, 24px);
  line-height: clamp(14px, 4vw, 24px);
  letter-spacing: 3%;
}

.ft-secondary-title {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: clamp(12px, 4vw, 20px);
  line-height: clamp(14px, 4vw, 28px);
}

.ft-section p,
.ft-section a {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: clamp(10px, 4vw, 16px);
  line-height: clamp(12px, 4vw, 24px);
  color: var(--footer-text-color);
  text-decoration: none;
  transition: color var(--transition-duration),
    text-decoration var(--transition-duration);
}

.ft-section a:hover,
.ft-section a:focus {
  text-decoration: underline;
  color: var(--footer-link-color);
}

.ft-section a:active {
  color: var(--footer-link-color);
}

.ft-input-container {
  position: relative;
  width: 100%;
  max-width: 240px;
}

.ft-input {
  width: 100%;
  border: 1.5px solid var(--footer-border-color);
  border-radius: 4px;
  padding: 10px 40px 10px 16px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: clamp(10px, 4vw, 16px);
  line-height: clamp(12px, 4vw, 24px);
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}

.ft-input::placeholder {
  color: #cccccc;
}

.ft-input-container i,
.ft-input-container button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--footer-text-color);
  font-size: 20px;
  transition: color var(--transition-duration);
}

.ft-input-container i:hover,
.ft-input-container button:hover {
  color: var(--footer-link-color);
}

.ft-input-container i:focus,
.ft-input-container button:focus {
  outline: 2px dashed var(--footer-link-color);
  outline-offset: 4px;
}

.ft-download-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ft-download-section p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: clamp(8px, 4vw, 12px);
  line-height: clamp(9px, 4vw, 18px);
  opacity: var(--footer-opacity);
}

.ft-primary-img-box {
  display: flex;
  gap: 10px;
}

.ft-secondary-img-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-secondary-img-box img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.ft-icon-box {
  display: flex;
  gap: 40px;
}

.ft-icon-box i {
  font-size: 20px;
  cursor: pointer;
  transition: color var(--transition-duration);
}

.ft-icon-box i:hover,
.ft-icon-box i:focus {
  color: var(--footer-link-color);
}

.ft-icon-box i:focus {
  outline: 2px dashed var(--footer-link-color);
  outline-offset: 4px;
}

hr {
  width: 90%;
  height: 1px;
  background-color: var(--footer-border-color);
  border: none;
  opacity: 40%;
}

.copyright-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  opacity: 40%;
  padding: 20px 0;
}

.copyright-section p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: clamp(10px, 4vw, 16px);
  line-height: clamp(12px, 4vw, 24px);
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
  }

  .footer-container .ft-section {
    align-items: center;
    text-align: center;
  }

  .ft-icon-box {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 20px 10px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
  }

  .footer-container .ft-section {
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .ft-icon-box {
    gap: 15px;
  }

  .ft-input-container {
    max-width: 200px;
  }

  .ft-download-section {
    align-items: center;
  }

  .ft-primary-img-box,
  .ft-secondary-img-box {
    flex-direction: column;
    align-items: center;
  }
}
/* Footer Section End */
