:root {
    --color-primary: #F0641A;
}
.lines{
    display: flex;
    align-items: center;
}
.fixed{
    position: fixed;
}
.text-center {
    text-align: center;
}
.footer-copyright .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul a, nav .brand-logo {
    color: var(--color-primary);
    font-weight: 700;
}

.sidenav-trigger {
    color: var(--color-primary);
}

.brand-logo img {
    margin-top: 5px;
}

.background {
    width: 100%;
    height: 70vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    /* background-image: url(../images/background.jpg); */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.search-form {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 65vh;
    color: white;
    text-shadow: 0 0 8px rgb(110, 110, 110);
}

.search-form form {
    margin-top: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
}

.search-form form label {
    font-size: large;
}

.select-wrapper input.select-dropdown {
    color: var(--color-primary);
}

.search-form form label, .dropdown-content li>a, .dropdown-content li>span {
    color: var(--color-primary);
    text-shadow: none;
}

.title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.price {
    color: #ffab40;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide p {
    font-size: small;
}

.card-action {
    text-align: center;
}

.page-footer {
    margin-top: 80px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3px;
}
.flay-whatsapp {
    width: 55px;
    height: 55px;
    font-size: 55px;
    border-radius: 100%;
    position: fixed;
    right: 5px;
    bottom: 100px;
    color: #fff;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
