
body {
    font-family: 'Almarai', sans-serif !important;
}

p {
    font-size: 16px;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
}

.btn {
    border-radius: 50px !important;
    padding: 5px 40px !important;
}

.btn.btn-primary {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.btn.btn-primary:hover {
    background-color: #7e55f6 !important;
    border: 2px solid #7e55f6 !important;
}

.btn.btn-secondary {
    background-color: #7e55f6 !important;
    border: 2px solid #7e55f6 !important;
}

.btn.btn-secondary:hover {
    background-color: var(--bs-secondary) !important;
    border: 2px solid var(--bs-secondary) !important;
}

.text-orange {
    color: #DB5224 !important;
}

.text-purple {
    color: #7e55f6 !important;
}

.parallax-bg {
    background-image: url('../img/hero-bg.avif');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption-ambiente-retiro {
    right: 0px;
    left: 0px;
    bottom: 0rem;
    background-color: rgba(0, 0, 0, 0.5);
    height: 6rem
}

.carousel-caption-ambiente-retiro h5 {
    position: inherit;
    right: 5%;
    left: 5%;
    bottom: 1rem;
}