/* Resets */

/* Modern CSS Reset 2025 */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
    padding: 0;
   
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
 padding: 0;
   scroll-behavior: smooth;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ebeae13d;

  
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4, h5, h6,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Remove animations for people who've turned them off */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Modern focus styles */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Remove outline for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Smooth scrolling for users who don't prefer reduced motion */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Smooth scrolling for all links */
a[href^="#"] {
  scroll-behavior: smooth;
}

/* Remove default button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Improve table styling */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Modern form styling */
input,
textarea,
select {
  border: none;
  outline: none;
}

/* Hide scrollbars but maintain functionality for webkit browsers */
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Container query support */
@supports (container-type: inline-size) {
  .container {
    container-type: inline-size;
  }
}

/* Logical properties for better internationalization */
.flow > * + * {
  margin-block-start: var(--flow-space, 1em);
}

a{
  text-decoration: none;
}



.header {
    height: 8vh; 
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
    animation: fade-down 1s ease-out;
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

.nav-container{
    z-index:3 ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2rem 2rem;
    margin:0 auto;
    line-height: 1;
    position: relative;
    gap: 2rem;
} 

.logo-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:0.9rem;

}



.logo-text{
    font-size: clamp(0.75rem, 4vw, 1.5rem);
    font-family:'Audiowide' , sans-serif ;
    font-weight: 500;
    line-height:1 ;
}

.logo-span-1{
  color:#13265C;
}
.logo-span-2{
  color:#FF6700 ;
}



.both-navigations {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    gap: 10px;
    position: fixed;
    top: 40px; /* Sub header-ul tau */
    left: 50%;
    transform: translateX(-50%); /* Centreaza orizontal */
    
}

.navigation-box {
    
    position: relative; 
    width: 20vw;
    height: 3rem;
    margin-inline: 0.5em;
    padding: 1rem;
    border-radius: 10px;
    background:#3333333b ;
    border: 1px solid rgba(255, 255, 255, 0.233);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.second-nav {
    position: relative;
    width: 20rem;
    height: 22rem;
    margin-inline: 0.5em;
    padding: 1rem;
    border-radius: 10px;
    background: #3333333b;
    border: 1px solid rgba(255, 255, 255, 0.233);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    gap:3rem;
    align-self:start;
   transition: opacity 0.5s ease, transform 0.5s ease;
    
}

.second-nav.open {
    
    display: flex;
    pointer-events: auto;
    transform: translateY(0);
}

.main-ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


.main-ul-li{
    color:#fff;
     font-size: 2rem;
     font-family: 'Inter',sans-serif;
     font-weight: 400;
}

.bar{
    content: '';
    background: #333;
    align-self: start;
    width:18rem;
    height: 1px;
    
}

.btn-contact-nav{
    padding:1rem 2rem;
    border: 1px solid #fff  ;
    border-radius: 10px;
}

.contact-button{
    font-size: 1rem;
    color:#333;
    font-family: 'Inter' , sans-serif;
    font-weight: 500;
}


.nav-text{
   font-size: 1rem;
   color:#000000f8;
   font-family: 'Inter' ,sans-serif;
   line-height: 1;
   font-weight: 400;
}

.span-icon-btn{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:0.5rem;
    position: relative;
    cursor: pointer;
    transition: gap 0.1s ease;
}

.span-icon-btn:hover,
.span-icon-btn.active{
    gap:0.7rem;
}

.span-icon{
    content:'';
    width:30px;
    height:1px;
    background: black;
    transition: all 0.3s ease;
    transform-origin: center;
   
   
}  
.span-icon:nth-child(1) {
   top: calc(50% - 8px);
 }

.span-icon:nth-child(2) {
    top: calc(50% + 8px);
 }

.span-icon-btn.active .span-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
 }

.span-icon-btn.active .span-icon:nth-child(2) {
    transform: translateY(-8px) rotate(-45deg);
 }


.circle {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    height: 50px;
    width: 50px;
    float: left;
    margin: 0 5px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:700px){
  .nav-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 1rem 2rem;
    height: 6rem;
    margin: 0;
  }

  .navigation-box {
    position: relative; 
    width: 4rem;
    height: 3rem;
    right: -18rem;
    top: -1rem;
    border-radius: 10px;
    background: #3333333b;
    border: 1px solid rgba(255, 255, 255, 0.233);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .logo-text{
    font-size: 1rem;
  }

  .nav-text{
    display: none;
  }
  .socials{
    display: none;
  }
}

@media screen and (max-width:644px){
  .navigation-box {
    right: -15rem;
  }
}

@media screen and (max-width:546px){
  .navigation-box {
    right: -12rem;
  }
}

@media screen and (max-width:414px){
  .navigation-box {
    right: -10rem;
  }
}




 
.banner-section {
    width: 100%;
    padding:8rem 4rem;
}

.banner {
   
    width: 100%;
    height: 80vh; /* face secțiunea full screen */
    background-image: url(./assets-magazin/img/banner.png);
    background-size: cover;      /* se întinde pe toată secțiunea */
    background-position: center; /* centrează imaginea */
    background-repeat: no-repeat; 
}

.cards{
  padding:4rem 8rem;
  margin: 0 auto;
  height: auto;
  width: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 5rem;
  padding: 20px;
}

.product-card {
    /* width: 380px; */
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    /* margin: 50px auto; */
    background: #fafafa;
    cursor: pointer;
}


.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    padding: 50px;
    
}

.product1{
   background-image: url(./assets-magazin/img/magazin-img.png) ;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 1rem;
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 400;
    font-family: 'Inter' , sans-serif;
    display: block;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
    text-transform: uppercase;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #13265C;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}

/* Media query */
@media screen and (min-width: 650px) and (max-width: 1000px) {
 .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 10px;
}

 .banner-section {
        padding: 6rem 3rem;
    }
    .banner {
        height: 60vh; 
        background-position: center; /* păstrează centrul imaginii */
    }
}

@media screen and (max-width: 650px){

  .cards{
  padding:1rem 2rem;
  margin: 0 auto;
  height: auto;
  width: auto;
}


  .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

  .banner-section {
        padding: 6rem 2rem;
    }
    .banner {
        height: 40vh; 
        background-position: top; /* focusează partea de sus a banner-ului */
    }
}
/* Footer */
#assets{
  height:100vh;
  width: 120rem;
  padding: 0.5rem 4rem;
  position: relative;
  z-index: 5;

}

.assets-content-grid {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 3px;
    align-items: center;
    justify-content: center;
/* place-items: center; */
  padding: 0.5rem 8rem; 
}



.image-assets{
  height: auto;
  width:auto;
}

.text-content-assets{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  justify-content: center;
  gap:2rem;
  padding: 1em 2rem;
  width: 600px;
}


.text-content-assets-p{
  color:#13265C;
  font-family: 'Audiowide' , sans-serif;
  font-size: 2rem;
  font-weight: 400;
  width: 80%;
}

.text-content-assets-blk{
  color: #0C0C0C;
  font-size: 1rem;
  font-family: 'Inter' , sans-serif;
  font-weight: 400;
}


.spans > p{
  display: flex;
  align-items: center;
  gap:0.5rem;
  margin:0;

  /* Text Styles */

  font-size: 1.2rem;
  color:#0C0C0C;
}

.buttons-assets{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:2rem;
}

.assets-btn{
  padding:1rem 4rem;
  border:1px solid #333;
  border-radius: 22px;
  position: relative;
}


/* Footer */


.footer {
  height: auto;
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
  background: #091430;
  position: relative;
}

.footer-content {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  width: 90%;
  flex-wrap: wrap;
}

.logo {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Audiowide', sans-serif;
  font-weight: 400;
  min-width: 150px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  min-width: 150px;
}

.footer-title {
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
}

.footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.footer-a {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  font-family: 'Inter', sans-serif;
  transition: color 0.3s ease;
}

.footer-a:hover {
  color: #74c0fc;
}

/* Footer Bottom */
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 90%;
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.copyright {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 200px;
}

.copyright p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #7a7a7a;
  margin: 0;
}

.design-credit a {
  color: #74c0fc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.design-credit a:hover {
  color: #ffffff;
}

.legal-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  flex: 1;
  min-width: 200px;
}

.legal-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #7a7a7a;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.legal-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #74c0fc;
  transition: width 0.3s ease;
}

.legal-link:hover {
  color: #ffffff;
}

.legal-link:hover::after {
  width: 100%;
}

/* MEDIA QUERIES */

/* Tablet - 768px și mai mic */
@media (max-width: 768px) {
  .footer {
    padding: 1.5rem 1rem;
  }

  .footer-content {
    width: 95%;
    padding: 0.5rem;
    gap: 1.5rem;
    justify-content: flex-start;
  }

  .footer-column {
    min-width: 120px;
    gap: 1.5rem;
  }

  .logo {
    font-size: 1.2rem;
    min-width: 120px;
  }

  .footer-title {
    font-size: 0.85rem;
  }

  .footer-a {
    font-size: 0.75rem;
  }

  .footer-bottom {
    width: 95%;
    padding: 0.5rem;
    gap: 1rem;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .copyright {
    min-width: 100%;
  }

  .legal-links {
    flex-direction: column;
    gap: 0.8rem;
  }

  .legal-link {
    font-size: 0.75rem;
  }
}

/* Mobile - 480px și mai mic */
@media (max-width: 480px) {
  .footer {
    padding: 1rem;
    overflow-x: hidden;
  }

  .footer-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .logo {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .footer-column {
    width: 100%;
    min-width: unset;
    align-items: center;
    text-align: center;
  }

  .footer-list {
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .footer-title {
    font-size: 0.8rem;
  }

  .footer-a {
    font-size: 0.7rem;
  }

  .footer-bottom {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 1rem;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .copyright {
    min-width: 100%;
    align-items: center;
    text-align: center;
  }

  .copyright p {
    font-size: 0.8rem;
  }

  .legal-links {
    flex-direction: column;
    gap: 0.5rem;
    min-width: 100%;
    align-items: center;
  }

  .legal-link {
    font-size: 0.7rem;
  }
}