/*#logo {*/
/*    margin: 0;*/
/*}*/


#logo img {
    max-width: 245px;
    filter: drop-shadow(0 0 3px blue);
}


#cart .btn-lg {
    margin-top: 40px;
    background-color: #315b86 !important;
}
.col-md-5 {
    margin-top: 40px;
}
@media (max-width:780px){
    #cart .btn-lg {
        margin-top: 1px;
    }
    .col-md-5 {
        margin-top: 1px;
    }
}
#menu {
    background-image: linear-gradient(to bottom, #9e6c75, #ff00ff);
    font-size: 20px;
    /*font-family: 'Chewy', cursive;*/
    /*font-family: 'Comic Neue', cursive;*/
    /*font-family: 'Comic Neue', 'Open Sans', sans-serif;*/
    margin-top:12px;
    letter-spacing: 3px;
}
#navbar-menu > ul {
    margin: 0 auto;
    
}


.home_main .hero {
    height: 100vh;
    background: url('image/backgroundhome.webp') center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: white;
    background-attachment: fixed;
    overflow: hidden;
    margin-bottom: 45px;
}
.home_main .hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
  animation: gradientShift 10s infinite alternate;
  z-index: 1;
}
.home_main .hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center,transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.home_main .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 2rem;
  margin-top: 120px;
}
.home_main .hero h1 {
  /*font-family: 'Chewy', cursive;*/
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
  opacity: 8;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}
.home_main .hero p {
  /*font-family: 'Fredoka', sans-serif;*/
  font-size: 1.4rem;
  margin-bottom: 2rem;
  opacity: 8;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards 0.3s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.home_main .cta-button {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: inline-block;
  padding: 1.2rem 2.5rem;
  background: linear-gradient(45deg, #2c3e50, #3498db);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  opacity: 8;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards 0.6s;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.home_main .cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: 0.5s;
}

.home_main .cta-button:hover::before {
  left: 100%;
}

.home_main .cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(45deg, #3498db, #2c3e50);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
/** {color: red;*/
/*    border: 1px solid blue;*/
/*}*/

#accordion {
    
    display: none;
    
}

/*header .container{*/
    
/*    background: url('image/jucarii.jpg');*/
/*}*/

.breadcrumb{
    
    background-color:#9f2d73;
    /*padding:14px 0;*/
    /*background: url('image/jucarii.jpg');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*color: white;*/
   
    /*overflow: hidden;*/
    
}

.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px black;
    font-size: 20px;
    /*font-family: 'Chewy', cursive;*/
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 32px;
    height: 40px;
    
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #6c1878;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 30;
}

#backToTop:hover {
  background-color: #3c45d0;
}

footer{
    background-color: #0d256c;
}