/****specials page*****/
.green-bg-btn, .green-btn {
    display: inline-block;
}

.specials-wrap .content-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0;
}

.specials-wrap .content-wrap .spt-link {
    margin: 0 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}
.specials-wrap .content-wrap .spt-link:hover, .specials-wrap .content-wrap .spt-link:focus, .specials-wrap .content-wrap .spt-link:focus-within{
    color: #00954c;
    text-decoration: none;
}
.specials-list-section {
    padding: 60px 0;
}

.specials-wrap {
    margin-bottom: 25px;
}
.sp-detail-wrap p {
    font-size: 15px;
    line-height: 1.8;
}
.specials-list-section .specials-wrap img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/******* events page style*****************/
.events-list-section {
    padding: 60px 0;
}

.events-wrap {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.events-content-wrap {
    padding: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.events-image-wrap {
    position: relative;
}

.event-date-sec {
    position: absolute;
    padding: 10px;
    bottom: 0;
}

.events-image-wrap img {
    border-radius: 20px;
}

.event-date {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.events-image-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 20px;
}

.event-mont {
    color: #fff;
    font-size: 1.5rem;
}

.event-title-link {
    font-size: 1.25rem;
    font-family: 'MuseoSans900';
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.3s;
}

.event-title-link:hover, .event-title-link:focus, .event-title-link:focus-within {
    color: #00954c;
    text-decoration: none;
}

.event-detail-list ul {
    display: block;
    list-style: none;
    padding: 0;
}

.event-detail-list ul li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.event-detail-list ul li:last-child {
    margin-bottom: 0;
}

.event-detail-list ul li span {
    color: #00954c;
    font-size: 20px;
    margin-right: 6px;
}
.events-detail-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.event-detail-title {
    font-size: 1.5rem;
    font-family: 'MuseoSans900';
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 10px;
    line-height: 1.6;
}

/********HOME LOCATION STYLE*************/

.loc-home-slider {
    padding: 180px 0 150px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.loc-main-title {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 25px;
}

.loc-main-image img {
    border-radius: 20px;
}

.loc-home-slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    top: 0;
}

.loc-sl-sec {
    position: relative;
}
.location-home-banner .slick-dots {
    bottom: 60px;
}

.location-home-banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.location-home-banner .slick-dots li button:before {
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

.location-home-banner .slick-dots li.slick-active button:before {
    color:#DAC554;
    opacity:1;
}
.temp-title {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}
