
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.input {
    background-color: #212529; 
    color: #fff; 
    border: 1px solid #495057; 
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem; 
}

.input::placeholder {
        color: #ced4da; 
}
body, html {
    background-color: #000;
    overflow-x: hidden;
}

.navbar {
    max-width: 100vw;
    overflow-x: hidden;
}

.offcanvas {
    max-width: 280px;
}
nav {
    max-width: 100%;
    overflow-x: hidden;
}

.card-hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

img{
    object-fit:cover;
    border-radius:8px;
}
.scroll-container::-webkit-scrollbar {
    display: none;
}
.scroll-container {
    scrollbar-width: none;
}

.scroll-container {
    -ms-overflow-style: none;
}

body {
    margin-bottom: 60px;
    overflow-x: hidden;
}