body {
	

  align-items: center;
  background: #ffffff;
      font-family: "Bebas Neue", sans-serif!important;
      font-size: larger;
font-display: block!important;
  justify-content: center;
  overflow-x: hidden;
}



p{
	font-family: "Inter", -apple-system, system-ui, sans-serif !important;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 40;
  font-size: 54px!important;
}



.carousel-item{
    overflow: hidden;
}

.carousel-item img{
max-height: 100vh;
}

.carousel{
    max-height: 100vh;
}



.navbar{
background-color: #FCB043;
}

.nav-item{
  padding: 5px 0px;
}
a .nav-link{
  font-size: 44px!important;
}


    .srch {
        position: absolute;
        top: .875rem;
        left: 50%;
        width: 200px;
        margin-left: -100px;
        text-align: center;
        justify-content: center;
  align-items: center;
    }











@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 20vh;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
  max-width: 100vw;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 13.5s linear alternate infinite;
          animation: scroll 13.5s linear alternate infinite;
        
  display: flex;
  min-width: calc(300px * 10 );
}
.slider .slide {
  height: 200px;
}

.AnimacijaNagore:hover{
background-color: aqua!important;
min-height: calc(25vh+10px);
width: 30vw!important;

  
}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
	--color-background: #0a0a0a;
	--color-card: #111111;
	--color-text-primary: #ffffff;
	--color-text-secondary: rgb(224, 224, 224);
	--color-text-tertiary: rgba(255, 255, 255, 0.603);
	--color-border: rgba(255, 255, 255, 0.432);

	--primary-blue: #5d8bf4;
	--primary-red: #ff6b6b;
	--primary-cyan: #48dbfb;
	--primary-green: #1dd1a1;

	--glow-size: 50vh;
	--glow-blur: 60px;
}




button,
a {
	font-family: inherit;
}

.magnetic-glow-demo {
	margin: 0 auto;
	padding: 1rem;
}


.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(20% - 2rem), 1fr));
	gap: 2rem;
}
.card-grid-product {
	display: grid;
	grid-template-columns: 25% 25% 25% 25% 25% ;
	gap: 2rem;
}

.glow-card {
	position: relative;
	background-color: var(--color-card);
	overflow: hidden;
	cursor: pointer;
	height: 100%;
	transition: transform 0.3s ease;
  	font-family: "Inter", -apple-system, system-ui, sans-serif;
	padding-bottom: 1.5rem;
}

.glow-card:hover {
	transform: translateY(-8px);
}

.card-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.card-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.glow-card:hover .card-img img {
	transform: scale(1.05);
}

.card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--primary-red);
	color: white;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
	z-index: 3;
}

.card-body {
	padding: 1.5rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.card-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	letter-spacing: -0.01em;
  color: white!important;
}

.card-tag {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 500;
	margin-bottom: 0.75rem;
	background: rgba(255, 255, 255, 0.08);
}

.card-rating {
	color: var(--color-text-secondary);
	margin-bottom: 0.75rem;
}

.star-outline {
	opacity: 0.3;
}

.rating-count {
	font-size: 0.875rem;
	color: var(--color-text-tertiary);
	margin-left: 0.25rem;
}

.card-price {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: auto;
}

.price-original {
	font-size: 1rem;
	text-decoration: line-through;
	color: var(--color-text-tertiary);
	margin-right: 0.5rem;
}

.card-text {
	color: var(--color-text-secondary);
	margin-bottom: 1.5rem;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.card-actions {
	margin-top: auto;
}

.card-btn {
	display: block;
	width: 100%;
	padding: 0.875rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
}

.card-btn.primary {
	background-color: var(--color-background);
	color: var(--color-text-primary);
}

.card-btn.primary:hover {
	background-color: #1a1a1a;
}

.profile-content {
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.profile-banner {
	height: 80px;
	background: linear-gradient(to right, var(--primary-red), #ff9f43);
}

.profile-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: -45px auto 1rem;
	border: 4px solid var(--color-card);
	position: relative;
	z-index: 3;
}

.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-job {
	color: var(--color-text-secondary);
	margin-bottom: 1.5rem;
	padding: 0 1.5rem;
}

.profile-stats {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 1.5rem 0;
	padding: 0 1rem;
}

.stat {
	text-align: center;
}

.stat-value {
	font-size: 1.25rem;
	font-weight: 600;
}

.stat-label {
	font-size: 0.75rem;
	color: var(--color-text-tertiary);
}

.feature-card-content {
	padding:1.5rem 1.2rem 1.5rem 1.2rem ;

	text-align: center;
}

.card-icon {
	width: 54px;
	height: 54px;
	margin: 0 auto 1rem;
	color: var(--primary-cyan);
}

.card-icon svg {
	width: 100%;
	height: 100%;
}

.feature-points {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 0.75rem;
	margin: 0 1rem;
	justify-content: center;
}

.feature-point {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	color: var(--color-text-secondary);
}

.feature-point svg {
	width: 18px;
	height: 18px;
	color: var(--primary-cyan);
	flex-shrink: 0;
}

.article-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1.25rem 0 1.5rem;
}

.meta-author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
}

.meta-author img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.8125rem;
	color: var(--color-text-tertiary);
}

.meta-item svg {
	width: 16px;
	height: 16px;
}

.glow-effect {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.magnetic-glow .glow-effect {
	background: radial-gradient(
		circle at var(--x, 50%) var(--y, 50%),
		var(--glow-color, rgba(93, 139, 244, 0.5)) 0%,
		transparent 55%
	);
	filter: blur(var(--glow-blur));
	opacity: 0;
	mix-blend-mode: screen;
}

.magnetic-glow .glow-card:hover .glow-effect {
	opacity: 1;
}

.outline-glow .glow-card {
	box-shadow: 0 0 0 1px var(--color-border);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.outline-glow .glow-card:hover {
	box-shadow: 0 0 0 2px var(--glow-color, rgba(93, 139, 244, 0.5)),
		0 0 30px 2px var(--glow-color, rgba(93, 139, 244, 0.25));
}

.outline-glow .glow-effect {
	display: none;
}

.pulse-glow .glow-card {
	transition: transform 0.3s ease;
}

.pulse-glow .glow-effect {
	opacity: 0;
	background: radial-gradient(
		circle at center,
		var(--glow-color, rgba(93, 139, 244, 0.5)) 0%,
		transparent 55%
	);
	filter: blur(var(--glow-blur));
	mix-blend-mode: screen;
}

.pulse-glow .glow-card:hover .glow-effect {
	opacity: 1;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		opacity: 0.3;
		transform: scale(0.9);
	}
	50% {
		opacity: 0.8;
		transform: scale(1.1);
	}
	100% {
		opacity: 0.3;
		transform: scale(0.9);
	}
}

.glow-card:nth-child(1) {
	--glow-color: rgba(255, 255, 255, 0.5);
}

.glow-card:nth-child(2) {
	--glow-color: rgba(255, 107, 107, 0.5);
}

.glow-card:nth-child(3) {
	--glow-color: rgba(72, 219, 251, 0.5);
}

.glow-card:nth-child(4) {
	--glow-color: rgba(29, 209, 161, 0.5);
}



@media (max-width: 768px) {
	.magnetic-glow-demo {
		padding: 1rem;
	}

	.card-grid {
		grid-template-columns: 1fr;
	}

	.controls {
		flex-wrap: wrap;
		justify-content: center;
	}

	.card-img {
		height: 180px;
	}

	#hero{
		min-height: fit-content!important;
	}
	#bgVid{
		position: relative!important;
	}
	.text-md-white{
		color: rgb(0, 0, 0)!important;
	}
}

.AnimZoom{
	overflow: hidden;
}
.AnimZoom:hover{
	transform: scale(1.012)!important;
	transition: all ease-in-out 500ms;
	border: 2px solid black;
}

h1,h2,h3,h4{
	      font-family: "Bebas Neue", sans-serif!important;
      font-size: larger;
font-display: block!important;
}









