﻿.home-popular-locations-title {
    margin-bottom: 10px;
}

.home-popular-locations-title h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    color: black;
}

.home-popular-locations-title h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.home-popular-locations-title h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 100%;
    background-color: #333;
}

.popular-locations .card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
    background-color: transparent;
    backdrop-filter: blur(2px);
    cursor: pointer;
    border: 1.5px solid grey;
    color: black;
    padding: .5rem .5rem .5rem .8rem !important;
}

.popular-locations .container-hg {
    width: 80px !important;
}

.popular-locations .height-img {
    height: 60px !important;
}

.popular-locations .rounded-3 {
    border-radius: 0.5rem !important;
}

.popular-locations a {
    text-decoration: none;
}

.popular-locations {
    display: flex;
    justify-content: center;
}

.popular-location-search {
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.popular-location-search:hover {
    transform: scaleX(1.02);
}

.popular-locations-item {
    margin-bottom: 5px;
}

.popular-locations-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px !important;
    width: 80%;
}

.popular-locations-items .location-title {
    margin: 0;
    font-size: 17px;
}