:root {
  --emph: #a4ff42;
  --emph2: #ceff99;
  --pink1: hsl(316.77, 80.87%, 90%);
  --pink2: hsl(316.77, 80.87%, 80%);
  --pink3: hsl(316.77, 80.87%, 70%);
  --pink4: hsl(316.77, 80.87%, 60%);
  --blue1: hsl(208.13, 68.09%, 90%);
  --blue2: hsl(208.13, 68.09%, 80%);
  --blue3: hsl(208.13, 68.09%, 70%);
  --blue4: hsl(208.13, 68.09%, 60%);
  --white1: #fbfbfb;
  --white2: hsl(30, 0%, 90%);
  --white3: hsl(30, 0%, 85%);
  --white4: hsl(30, 0%, 80%);
  --blackdark: hsl(330, 3.03%, 13%);
  --black1:hsl(0, 0%, 40%);
  --black2:hsl(0, 0%, 30%);
  --black3:hsl(0, 0%, 20%);
  --black4:hsl(0, 0%, 10%);
  --logo: 1.5em;
  --menu: 1em;
  --headerbig: 2.5em;
  --textminimal: 0.7em;
  --emphtransp: rgba(164, 255, 66, 0.8);
  --midnight: rgba(11, 22, 35, 1);
  --successTrueBackground: hsl(127.2, 75.76%, 93.53%);
  --successFalseBackground: hsl(0, 75.76%, 93.53%);
  --successTrue: rgba(24, 255, 24, 0.657);
  --successFalse: rgba(255, 24, 24, 0.657);
}
@font-face {
  font-family: 'integralCF';
  src: url(../fonts/integralcf.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
}

h1,.aTitle{
  font-family: "integralCF";
}
.cultureOf{
  display: flex;
  width: fit-content;
}
p{
  font-family: "archivo";
}
.cultureParagraph{
  margin:  1rem;
  text-align: center;
}

.off-screen-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: right;
  text-align: right;
  overflow-y: scroll;
  padding-bottom: 3rem;
  font-size: 2rem;
  background-color: var(--pink1);
  height: 100vh;
  width: 100%;
  max-width: 450px;
  right: -450px;
  top: 0;
  transition: .3s ease;
  color: var(--blackdark);
}

.hamContainer {
  margin: 5rem 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.hamContainer li {
  list-style: none;
  font-weight: 100;
  font-family: 'Archivo';
}

.hamContainer li:hover,
.hamContainer h5:hover {
  color: #a6a8a6;
  transition: .4s ease;
}

.hamFlex {
  display: flex;
  flex-direction: column;
}

.hamTitle,
.titleSniffer {
  font-size: 3rem;
  font-weight: 900;
  font-family: "integralCF";
}

.titleSniffer {
  color: var(--emph);
  text-shadow: 0px 0px 5px black;
}

.off-screen-menu.active {
  right: 0;
}

.ham-menu {
  height: 32px;
  width: 32px;
  margin-left: auto;
  position: relative;
}

.hamSniffer,
.hamuser {
  margin-right: -2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hamuser {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.hamuser a {
  padding: 0.5rem 1rem;
  background-color: var(--emph2);
}

.hamuser a:hover {
  
  color: var(--black1);
  transition: .4s ease;
}

.ham-menu span {
  height: 2px;
  width: 100%;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease;
}

.ham-menu span:nth-child(1) {
  top: 25%;
}

.ham-menu span:nth-child(3) {
  top: 75%;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
  opacity: 0;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

main {
  margin: 7rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

body {
  background-color: var(--white1);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body>footer {
  margin-top: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:-webkit-any-link {
  color: inherit;
  cursor: pointer;
}

button {
  cursor: pointer;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  transition: backdrop-filter 0.8s, box-shadow 0.8s;
  z-index: 100;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 1rem;
  position: relative;
}

header nav a {
  text-decoration: none;
  color: var(--white2);
}

.brandTitle {
  font-family: "Young-Serif";
}

.culture-link {
  color: black;
  text-align: center;
  justify-self: center;
  align-self: center;
  display: none;
}

#logo {
  font-size: var(--logo);
  color: black;
  font-family: "Archivo";
  font-weight: 500;
}

nav a {
  font-size: var(--menu);
}

.menubar-icon {
  width: 2rem;
  height: 2rem;
}

.menubar-icon path,
.menubar-icon polygon {
  fill: "none";
  stroke: "white";
}

#_95-shopping path,
#_95-shopping polygon {
  stroke-width: 2px;
}

.icons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: end;
  align-items: center;
}

.emph-icon {
  filter: invert(80%) sepia(49%) saturate(607%) hue-rotate(36deg) brightness(105%) contrast(101%) drop-shadow(1px 1px 10px var(--emph));
}

#cartAmount {
  position: absolute;
  z-index: 4;
  left: 0.78rem;
  top: 0.7rem;
  display: flex;
  color: var(--white2);
  justify-content: center;
  align-items: center;
  width: 7px;
  color: black;
}

.cart {
  position: relative;
}

.account-icon {
  display: none;
}

#addFav:hover svg path {
  fill: black;
  transition: 0.4s ease-in-out;
}

button #fav {
  position: relative;
  width: 2rem;
  height: 2rem;
}

.addFav {
  width: 2rem;
  height: 2rem;
  justify-self: end;
  top: 1rem;
}

.transparent-stroke {
  fill: transparent;
  /* İçini transparan yapar */
  stroke: black;
  /* Çizgi rengini siyah yapar */
  stroke-width: 1;
  /* Çizgi kalınlığını belirler */
}

/* PRDOUCTS SHOWCASE START */
.product-showcase {
  display: flex;
  flex-direction: column;
}

.products {
  overflow: hidden; /* Scroll alanının dışını gizler */
  position: relative;
  white-space: nowrap;
  cursor: grab; /* Kullanıcı kaydırabileceğini anlaması için */
}

.products-slide {
  display: inline-flex;
  animation: slide 30s linear infinite;
}

.products-slide a {
  flex-shrink: 0;
  margin-right: 1rem; /* Ürünler arası boşluk */
}

.products-slide img {
  max-height: 300px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}

.products-slide img:hover {
  transform: scale(1.1); /* Hover ile büyütme efekti */
}

/* Animasyon */
@keyframes slide {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-100%);
  }
}

/* Animasyon durdurma */
.products:hover .products-slide {
  animation-play-state: paused;
}


/* PRODUCTS SHOWCASE END */
/* address */
.flex-addressform {
  margin: auto;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  gap: 20px;
}

.flex-addressform input {
  border: 1px solid var(--white4);
  background-color: transparent;
  padding: 0.5rem 1rem;
}

.full-width {
  display: flex;
  flex-direction: column;
}

.half-width-container {
  display: flex;
  gap: 20px;
  /* İki input arasında boşluk bırakmak için */
}

.half-width {
  flex: 1;
  /* İki inputun eşit genişlikte olmasını sağlar */
  display: flex;
  flex-direction: column;
  width: 10vw;
}

/* JSON SUCESS AND ERROR  */
.successTrue,
.successFalse {
  display: inline-block;
  max-width: fit-content;
  padding: 1rem;
  color: var(--black4);
  padding: 1rem;
}

.successTrue {
  background-color: var(--successTrue);
  box-shadow: 0 0 20px green,    0 0 20px green,    0 0 20px green;
}

.successFalse {
  background-color: var(--successFalse);
  box-shadow: 0 0 20px red,    0 0 20px red,    0 0 20px red;
}

/* FOOTER START */
footer {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white3);
  padding: 1rem;
  gap: 1rem;
  width: 100%;
}
.footerTitle{
  font-size: 1.3rem;
  font-weight: 700;
  font-family:Arial, Helvetica, sans-serif ;
}
.footerContainer{
  display: flex;
  flex-direction: column;
}
.footer-links {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  column-gap: 10vw;
  justify-content: start;
  align-content: center;
  flex-wrap: wrap;
}

footer div a {
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--blackdark);
  font-family: "Archivo";
}

.social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}

.social a img,
.social {
  width: 32px;
  height: 32px;
}
.banks{
  display: flex;
  flex-direction: column;
}

/* FOOTER END */



/* MEDIA SCREEN SETTINGS*/
@media screen and (min-width:745px) {
  .culture-link {
    display: block;
  }

  .menu-icon {
    display: none;
  }

  .account-icon {
    display: block;
  }
}

@media screen and (min-width:992px) {
  :root{
    --logo:2em
  }
  /*
  .products::before,
  .products::after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }*/
  /*
  .products::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }

  .products::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  */
  footer {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }

  .social-media {
    gap: 1rem;
  }
}

/* FADE IN OUT EFFECT */
/*
.product-showcase span {
  display: inline;
  margin: 1rem 1rem;
  font-size: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--blackdark);
  position: relative;
}
.product-showcase span::before{
  content: "SALIGIA";
  position: absolute;
  width: 0%;
  height: 100%;
  overflow: hidden;
  color: var(--blackdark);
  border-right: 5px solid var(--blackdark);
  transition: 1s ease-in-out;
}
.product-showcase span:hover::before{
  width: 100%;
  filter: drop-shadow(0 0 25px var(--blackdark));
}
*/
