.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.gallery-img-container {
    overflow: hidden;
}
.gallery-img-container img {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-img-container:hover img {
    transform: scale(1.1);
}
.glass-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.luxury-table tr:nth-child(even) {
    background-color: rgba(246, 243, 242, 0.5);
}
.custom-range::-webkit-slider-runnable-track {
    background: #e4e2e1;
    height: 2px;
}
.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #061b0e;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
}
input:focus, select:focus {
    outline: none;
    border-color: #735c00 !important;
    box-shadow: none !important;
}
.py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
}
.mt-128 {
    margin-top: 128px;
}
.mb-128 {
    margin-bottom: 128px;
}