body {
    padding-top: 20px;
    background-color: #000000;
}
.container, .merchandise-container {
    background: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(241, 234, 234, 0.1);
}
.header, .merchandise-header {
    text-align: center;
    margin-bottom: 20px;
}

model-viewer {
    width: 100%; 
    height: 500px; 
  
}

@media (max-width: 768px) {
model-viewer {
    height: 300px; /* Smaller height on smaller screens */
}
}
.carousel-inner img {
    width: 100%;
    height: auto;
    
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1, h2, p{
    color: white;
}
h2 {
    text-align: center;
    margin-bottom: 20px;
}
h3{
    color:#bba2a2
}
.social-media-links {
    text-align: center;
    margin: 20px 0;
}
.social-media-links a {
    margin: 10px;
    color: #dddddd;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    background-color: #222;
    transition: all 0.3s ease;
}


@media (max-width: 576px) {
    .social-media-links div {
        margin-bottom: 10px;
    }
}

.social-media-links a.facebook {
    border: 2px solid #3b5998;
}

.social-media-links a.instagram {
    border: 2px solid #e4405f;
}

.social-media-links a.youtube {
    border: 2px solid #c4302b;
}

.social-media-links a:hover {
    color: #222;
}

.social-media-links a.facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.social-media-links a.instagram:hover {
    background-color: #e4405f;
    border-color: #e4405f;
}

.social-media-links a.youtube:hover {
    background-color: #c4302b;
    border-color: #c4302b;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.container, .social-media-links, .header, .info, .merchandise-section {
    animation: fadeIn 2s;
}

.silver-hr {
    border: 0;
    height: 2px;
    background-color: silver;
}

/* Merchandise Section Styles */
.merchandise-section {
    background-color: #ffffff;
    color: rgb(255, 255, 255);
    padding: 40px 20px;
    margin: 20px 0;
    border-radius: 8px;
}
.merchandise-section p {
    color: rgb(247, 244, 244);
}
.merchandise-section h2 {
    color: rgb(15, 1, 1);
}
.card {
    background-color: #473b3b;
    border-radius: 15px; 
}

/* Ensure consistent size for all product images */
.merchandise-section .card img {
height: 250px; 
object-fit: cover; 
width: 100%; 
}
/* Adjust image handling for smaller screens */
@media (max-width: 576px) {
.merchandise-section .card img {
height: auto; 
object-fit: scale-down; 
}
}
.card .btn-primary {
    background-color: #00ff40;
    border-color: #03ff2d;
}
.card img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}
.card-body {
    background-color: #000000;
    border: 0;
    border-radius: 0 0 15px 15px;
}


.btn-primary {
background-color: #000000; 
border-color: #000000; 
color: #000000; 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
background-color: #333333;
border-color: #333333; 
color: #000000; 
}

.btn-primary:disabled {
background-color: #555555; 
border-color: #555555;
color: #cccccc; 
}


@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake2 {
0%, 100% { transform: translateX(0); }
10%, 70% { transform: translateX(-10px) rotate(-1deg);}
20%, 80%{ transform: translateX(10px) rotate(1deg); }
}

.higaImage:hover {
animation: shake2 0.9s; 
animation-timing-function: ease-in-out;
}
.card:hover  {
animation: shake 0.9s; /* The animation runs for 0.9 seconds */
animation-timing-function: ease-in-out; 
}


.navbar {
background-color: #1a1a2e; 
background-image: linear-gradient(to right, #16222A, #3A6073);
}

.higaImage{
border-radius: 15px 15px;
}


.navbar-nav .nav-link {
color: #ffffff; 
}

.navbar-nav .nav-link:hover {
color: #c2c2f0; 
}

.navbar-brand {
color: #ffffff !important; 
}

.navbar-brand:hover {
color: #c2c2f0 !important; 
}

.navbar-toggler {
border-color: #c2c2f0; 
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23c2c2f0' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
color: #f0f0f0 !important; 
font-weight: 500; 
transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
padding: 0.75rem 1rem;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
color: #a8dadc !important;
transform: scale(1.05); 
background-color: transparent; 
}

/* Active link styling */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
color: #1de9b6 !important;
font-weight: bold; 
background-color: rgba(255, 255, 255, 0.1);
}

/* Navbar brand styling */
.navbar-brand {
color: #f8f9fa !important;
font-size: 1.25rem; 
font-weight: bold; 
letter-spacing: 0.05rem; 
transition: color 0.3s ease-in-out; 
}

.navbar-brand:hover {
color: #a8dadc !important;
transform: scale(1.05);
}

@media (max-width: 768px) {
.about-img {
margin-top: 20px; 
}
}

/* Target the "About Higa" section specifically */
#aboutHigaSection {
background-color: #ffffff; 
color: #000000; 
padding: 20px; 
}


#aboutHigaSection h2,
#aboutHigaSection p {
color: #000000; 
}



#untitledModel, #avatar-container {
    width: 100%; /* Take full width of the container */
    height: 500px; /* Fixed height */
    margin: 10px 0; /* Add some margin for spacing */
    display: flex;
    justify-content: center;
    align-items: center;
}

#avatar-loading {
    font-size: 2em;
    color: white; /* Ensure visibility on darker backgrounds */
}

  

  
  
  
  