:root{
  --bg:#0b0c10;
  --card:#0f1116;
  --muted:#9aa0b4;
  --accent1: linear-gradient(135deg,#5b6cff 0%, #8e6bff 45%, #2fd1c5 100%);
  --glass: rgba(255,255,255,0.03);
  --glass-2: rgba(255,255,255,0.02);
  --radius: 16px;
  --gap: 14px;
  --maxw: 420px;
}
body{
	margin: 0;
	padding: 0;
	font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(50,45,120,0.12), transparent),
              radial-gradient(800px 400px at 90% 90%, rgba(20,120,120,0.06), transparent),
              var(--bg);
  color:#eaf0ff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}


#head{
	display: flex;
	flex-wrap: nowrap;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
	width: 100vw;
	border-bottom:3px solid black;

}
#logo{
height: 10vh;
}
#verch{
	display: flex;
	width: 100vw;
	justify-content: flex-end;
    gap:10px;

}
.auto{
	width: 40vw;
	height: 70%;
	margin-top: 10%;
	font-size: 13px;
  background: linear-gradient(90deg,#5b6cff,#8e6bff);
   border: none;
   color: white;
   box-shadow: 0 0 10px #5b6cff;
   border-radius: 20px;
}

marquee{
	width: 100vw;
	margin-top:5px;
	font-size: 15px;
  background: linear-gradient(90deg,#5b6cff,#8e6bff);
   border: none;
   border-radius: 10px;
   color: white;
   box-shadow: 0 0 10px #5b6cff;
}
#body{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.product{
	width: 40vw;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
	margin-left: 1vw;
	box-shadow:inset 0 0 10px #5b6cff;

}
.product-image{
	width: 98%;
	margin-left: 1%;
	box-shadow: 0 0 10px #ff4800;
   border-radius: 50px;
   margin-top: 15px;
   background-color: whitesmoke;
}
.nkaragir{
	width: 10%;
	height: 10%;
}
.name{
	font-size: 25px;
	color:white;
    box-shadow: 0 0 5px linear-gradient(90deg,#5b6cff,#8e6bff);
    text-align: center;
}
.gin{
	width: 50%;
	   margin-left: 25%;
  background: linear-gradient(90deg,#5b6cff,#8e6bff);
  color: #ffffff; /* текст белый */
  font-size: 20px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 12px; /* закруглённые углы */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* мягкая тень */
  cursor: pointer;
  transition: all 0.3s ease; /* плавный переход при наведении */b
  border:2px solid white;
}
.gin2{
	width: 50%;
	   margin-left: 25%;
  background: linear-gradient(90deg,#5b6cff,#8e6bff);
  color: #ffffff; /* текст белый */
  font-size: 20px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 12px; /* закруглённые углы */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* мягкая тень */
  cursor: pointer;
  transition: all 0.3s ease; /* плавный переход при наведении */
    border:2px solid white;
}

.marquee-container {
	margin-top: 10px;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg,#5b6cff,#8e6bff);
  margin-bottom: -15px;
}

.marquee-track {
  display: flex;
  width: calc(200%);
  animation: scroll 15s linear infinite;
}

.marquee-track img {
  width: 10%;
  flex-shrink: 0;
  margin-right: 1%;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-265%); }
}



@media (max-width: 768px) {
.product{
	width: 45vw;
}
.name	{
	width: 	100%;
	font-size: 	18px;
}
.gin{
	font-size: 	13px;
	width: 	80%;
	margin-left: 10%;

}
.gin2{
	font-size: 	13px;
	width: 	80%;
 margin-left: 10%;
 margin-bottom: 15px;
}
#usercank{
  width: 40vw;
  z-index: 10000;
  right:0;
  top:0;
  margin-top: 9vh;
  display: none;
  flex-wrap: wrap;
  position: fixed;
  background: #0b0c10;
  border-radius: 10px;
}
.userbutton{
  width: 40vw;
  font-size: 12px;
  background-color: transparent;
  color: #ffffff; /* текст белый */
  padding: 12px 25px;
  border-radius: 15px; /* закруглённые углы */
    box-shadow:inset 0 0 10px #5b6cff;
  cursor: pointer;
  transition: all 0.3s ease; /* плавный переход при наведении */
    border:none;
    display: inline;
}
}