body{
    background-color: bisque;
}
.one{
    background-color: rgb(52, 47, 41);
}
.backer{
    background-image: url("../image/goo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-position: center;
    position: relative;
}

h1, .par{
    color: bisque;
    padding-top: 12px;
    padding-left: 12px;
}
h2{
    text-align: center;
}
.dokme{
    color: black;
    background-color: beige;
    margin-left: 12px;
    border-radius: 15px;

}
.dokme:hover{
    color: aliceblue;
    background-color: rgb(59, 59, 44);
}

@media screen and( min-width:765px) {
    .backer{
       height:900px;
    }
    .tak{
        width: 80px;
        border-radius: 15px;
    }
}
.container {
    max-width: 600px;
    margin: 20px auto;
}
.tabs {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}
.tab {
    padding: 10px 20px;
    border: none;
    background: #f0f0f0;
    cursor: pointer;
    color: rgb(31, 30, 30);
}
.tab.active {
    background: #007bff;
    color: white;
}
.content {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* کارت‌ها کنار هم */
    gap: 20px;
}
.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}
.card img {
    width: 50%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 70px;
}
.card h3 {
    font-size: 16px;
    margin: 10px 0;
}
.card p {
    font-size: 14... /* ادامه استایل‌ها */
    color: #666;
}
.card .price {
    font-weight: bold;
    color: green;
}

.scroller {
  max-width: 600px;
}

.scroller__inner {
  padding-block: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient( 90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}


/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}
html {
  color-scheme: dark;
}

.scrolli {
  display: grid;
  min-block-size: 18vh;
  place-content: center;
  font-family: system-ui;
  font-size: 1.125rem;
  background-color: var(--clr-primary-800);
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}


/* for testing purposed to ensure the animation lined up correctly */

.test {
  background: red !important;
}
.conter{
                display: flex;
                justify-content: space-evenly;

                background-image: url("../image/posht.jpg");
                border: #cccccc;
                background-position: center;
                background-repeat: repeat;
                background-size: cover;
                gap: 20px;
                padding-top: 12px;

    
}
/* From Uiverse.io by vamsidevendrakumar */ 
.cardi {
  width: 300px;
  height: 200px;
  perspective: 1000px;
  margin-bottom: 8px;
}

.cardi-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.cardi:hover .cardi-inner {
  transform: rotateY(180deg);
}

.cardi-front,
.cardi-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.cardi-front {
  background-color: rgb(229, 226, 226);
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid rgb(229, 226, 226);
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.cardi-back {
  background-color: #667976;
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid #667976;
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(180deg);
}

.bio{
  display:inline-block;
  border: 1px solid rgb(129, 127, 127);
  background-color: rgb(129, 127, 127);
  border-radius: 15px;
  padding: 4px;
}
.haha{
  background-image: url("../image/zamineh.jpg");
  background-color: #cccccc;
  height: 400px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hehe{
  display: flex;
  justify-content: center;
  padding-top: 60px;
  color: #fff;
  font-size: 40px;
}
.he{
  display: flex;
  justify-content: center;
  color: #fff;

}
.bot{
  border: 1px solid #53565a;
  background-color: #74787e;
  border-radius: 15px;
  color: white;
  display: block;
  margin: 0 auto;
}
.bot:hover{
  background-color: #41403f;
}
@media (max-width:601px) {
  .he{
    margin-left: 12px;
  }
  
}
          footer{
  background-image: linear-gradient(rgba(39, 32, 68, 0.9), rgba(39, 38, 68, 0.9)), url("../image/backen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 30px;
  margin-top: 40px;
}
.footer-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-logo h2{
  font-size: 22px;
  margin-bottom: 10px;
}
.footer-links{
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 10px 0;
  padding: 0;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover{
  color: #f39c12;
}
.footer-socials a {
  margin: 0 8px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-socials a:hover{
  color: #f39c12;
}
.footer-bottom{
  text-align: center;
  border-top: 1px solid #444;
  margin-top: 20px;
  padding: 15px 0;
  font-size: 14px;
  color: #bbb;
}
@media (max-width: 768px) {
  .footer-container{
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
