/*
Theme Name: ThanhTaxi Landing Page
Theme URI: https://wootech.vn
Author: Wootech Agency
Description: Child theme for ThanhTaxi Landing Page.
Template: wootech-landing
Version: 1.0.0
Text Domain: wootech-thanhtaxi
*/

/* Custom animations and masks for Landing Page */

.mask-edges {
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mask-image-to-left {
    mask-image: linear-gradient(to right, transparent, black 20%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%);
}
