.h-svh {
    height: 100vh;
    height: 100svh;
    max-height: 1500px;
}
.about_section {
    li {
        width: 33.33%;
    }
}
header.w-full {
    max-width: 100%;
}
.w-full {
    max-width: 1280px;
}

@media (width <= 770px) {
    .about_section {
        li {
            width: 50%;
        }
    }
    .about_section {
        li:nth-child(2) {
            width: 100%;
        }
    }
}

.menu_section {
    li {
        width: 33.33%;
    }
}

@media (width <= 770px) {
    .menu_section {
        li {
            width: 100%;
        }
    }
}

.testimonial_section {
    li {
        width: 50%;
    }
}

@media (width <= 770px) {
    .testimonial_section {
        li {
            width: 100%;
        }
    }
}

.banner_section {
    li {
        width: 50%;
    }
}

@media (width <= 770px) {
    .banner_section {
        li {
            width: 100%;
        }
    }
}

.booking_section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/img_10.webp) no-repeat center;
    background-size: cover;
    opacity: 0.3;
}

.booking_section {
    .select_group > * {
        width: 33.33%;
    }
    .select_group > select > option {
        background-color: black;
    }
    .select_group > select::-webkit-scrollbar {
        width: 8px; 
        height: thin; 
    }

    .select_group > select::-webkit-scrollbar-track {
        background-color: black; 
    }
    .select_group > select::-webkit-scrollbar-thumb {
        background-color: gray;
    }
}

@media (width <= 770px) {
    .booking_section {
        .select_group > * {
            width: 100%;
        }
    }
}

.footer_section {
    .footer_box1 > li {
        width: 33.33%;
    }
}
.footer_section {
    input {
        border-bottom: 1px solid white;
    }
}

@media (width <= 770px) {
    .footer_section {
        .footer_box1 > li {
            width: 100%;
        }
    }
    .footer_section {
        input {
            width: 80%;
        }
    }
}

select > option {
    background-color: black;
}
