article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

img {
    vertical-align: middle;
    border-style: none;
}

.pro-spot_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: block;
    line-height: 0;
}

.promotional-spot img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.location-panel {
    position: relative;
}

.location-panel.with-image {
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.location-panel a {
    color: black;
}

.location-panel a:hover {
    text-decoration: underline;
    text-decoration-color: #eb4d2c;
    text-decoration-thickness: 2px;
}

.location-panel.with-image a {
    color: white;
}

.location-panel.with-image a .image-container {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.location-panel a .centered-text {
    padding: 12px 0;
    font-weight: bold;
}

.location-panel.with-image a .image-container:after {
    position: absolute;
    border-radius: 8px;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .3);
}

.location-panel.with-image a .image-container:hover:after {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .8);
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    width: 25%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.swiper {
    width: 100%;
    height: 480px;
    position: relative;
}

.swiper_slideCard_Img .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(122, 122, 122, 0) 30%);
    /*background: linear-gradient(0deg, #FA280F 0%, rgba(122, 122, 122, 0) 30%);*/
}

.swiper_slideImg_Container {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#promo-swiper {
    margin-top: 120px;
    position: relative;
}

.swiper_slideCard {
    height: 100%;
    background: black;
    /*background: #FA280F;*/
    border-radius: 8px;
    height: 100%;
    margin-top: -1px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.swiper_slideCard_Img {
    height: calc(60% - 39px);
}

.swiper_slideCard_Content {
    background: black;
    /*background: #FA280F;*/
    height: calc(40% + 25px);
    border-radius: 8px;
    margin-top: -25;
    padding: 20px 25px 9px;
}

.swiper_slideCard_Title {
    font-size: 1.5rem;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    color: white;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px;
    height: 36px;
}

.swiper_slideCard_Title a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.swiper_slideCard_Title a:hover {
    color: #fff;
}

.swiper_slideCard_Phone {
    margin-top: 5px;
    text-align: left;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: 0;
    margin-right: 10px;
    color: white;
}

.swiper_slideCard_Summary {
    width: 100%;
    font-size: 1rem;
    color: rgb(136, 136, 136);
    color: #fff;
    letter-spacing: 0.6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#popular-locations {
    margin-top: 35px;
    margin-bottom: 25px;
}

#popular-event {
    margin-top: 35px;
    margin-bottom: 25px;
}

.swiper_slideCard_LearnMore {
    color: #ff5733;
    padding: 0px 25px 15px;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer;
    /*color: #474747;*/
}

.swiper_slideCard_LearnMore i {}

.swiper_slideMore .parallax-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    z-index: 2001;
    background: black;
    font-size: 28px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.swiper_slideMore .parallax-overlay:hover {
    opacity: 0.9;
}

.swiper_slideCard_Img_more {
    height: 100%;
}

.image-container-b {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

@media (min-width: 576px) {
    #popular-event {
        margin-top: 75px;
        margin-bottom: 45px;
    }

    #popular-locations {
        margin-top: 75px;
        margin-bottom: 45px;
    }
}

@media (min-width: 760px) {
    .swiper_slideCard_Summary {
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .swiper_slideCard_Content {
        background: black;
        /*background: #FA280F;*/
        height: calc(40% + 8px);
        border-radius: 8px;
        margin-top: -8;
        padding: 20px 25px 9px;
    }
}

@media (min-width: 767px) and (max-width: 1439px) {
    .location-panel.with-image {
        height: 110px;
    }
}

@media (min-width: 992px) {
    .section-title h2 {
        color: black;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 1439px) {
    .location-panel.with-image {
        height: 180px;
    }

    .location-panel.with-image .centered-text {
        font-size: 24px;
        line-height: 28px;
    }
}

.location-panel.with-image a .image-container .centered-text {
    position: relative;
    z-index: 1;
    color: white;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 28px;
        color: black;
    }

    .location-panel.with-image {
        height: 84px;
    }

    .image-container-b {
        width: 100%;
        height: 150px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1439px) {
    .portal-searchbar.stuck .search-bar-row .search-bar-col {
        margin: 0;
        border-radius: 0px;
    }

    .portal-searchbar .searchbar-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
    }

    .portal-searchbar.stuck .searchbar-wrapper {
        border-top: none;
        padding-top: 0;
    }

    .portal-searchbar.stuck .searchbar-wrapper .searchbar .search-button-wrapper {
        display: none;
    }

    .portal-searchbar.stuck .searchbar-wrapper .searchbar .input-wrapper {
        margin-bottom: 0;
    }
}