.group-languages-texts li[aria-current] a {
    background: var(--colorPrimary);
    color:#fff;
}
:focus-visible, .price_from_container:focus-within{
    box-shadow:none;
    outline: none;
    border: 4px solid #ae6344 !important;
    border-radius:50px;
}
#app-container *:focus-visible{
    border:unset !important;
    border-radius:unset;
}
.price_from_container a:focus-visible{
    border:none !important;
    border-radius:0;
}
.navbar-menu .nav-link, .language-text,
.bg-color-primary h2,
.bg-color-primary p,
.bg-color-primary a,
.bg-contact.contact-section h2,
.bg-contact.contact-section p,
.bg-contact.contact-section a,
.bg-contact.contact-section label,
.bg-contact.contact-section input,
.navbar-menu .nav-link,
.experience-card h3,
.container-hero p,
.personLogin-content, .mybooking-content{
    background:rgba(0,0,0,.002);
}
.bg-sand p,
.bg-sand a,
.bg-sand h2,
.footer p,
.footer a{
    background:rgba(255,255,255,.002);
}