.social-top {
    width: 28px;
}
div {
    font-size: 13px;
}
li {
    font-size: 13px;
}
.nearby-icon {
    width: 28px;
}
.space {
    height: 86px;
    width: 100%;
    background: #ffffff00;
}
.page-not-fonnd {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: var(--section-bg-color);
}
.section-bg-color {
    background: var(--section-bg-color);
}
.page-header {
    height: 400px;
    width: 100%;
    color: #ffffff;
    background-color: var(--blue);
    background-repeat: no-repeat;
    background-size: 100%;
}
.cproject {
    padding: 34px 120px;
    margin-bottom: 16px;
}
.image-news {
    transition: .5s;
    border-radius: 16px !important;
}
.custom-gallery {
    background: #fff0;
    position: relative;
    border-radius: 16px !important;
    box-shadow: 1px 1px 16px #eee;
    border: 6px solid #fff;
    overflow: hidden;
}
.image-news:hover {
    transform: scale(1.1);
}
.news-short {
    font-size: 13px;
}
.news-date {
    font-size: 18px;
    font-weight: 400;
}
.icon-calendar {
    width: 22px;
}
p > img {
    width: 100%;
    height: auto;
}
.title-gallery {
    margin-top: -40px;
    padding-left: 16px;
    color: #fff;
    text-shadow:2px 2px 3px #161616;
    z-index: 99;
}
.title-gallery2 {
    margin-top: -70px;
    padding-left: 16px;
    color: #fff;
    text-shadow:2px 2px 3px #161616;
    z-index: 99;
}
.menu-title {
    text-shadow:2px 2px 3px #161616; 
}
.offer-title {
    font-size: 18px;
    color: #333;
}
.small-offer-note {
    font-size: 13px;
    color: #878585;
}
.detail-note {
    font-size: 18px;
    color: #878585;
}
 .item {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 30px;
}
.item span.category {
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #eee;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 18px;
}

.item h6 {
    font-size: 18px;
    color: #1caee2;
    margin-top: 6px;
    display: inline-block;
    margin-top: 22px;
}
.item h4 {
    font-size: 19px;
    margin: 24px 0px 16px;
}
.btn-light {
    border-radius: var(--border-radius-large);
    background: #bac4d9;
}
.feature {
    padding-bottom: 8px;
}
.item .main-button {
    text-align: center;
}
.main-button a {
    margin-top: 18px;
}
.me-4 {
    margin-right: 1.5rem!important;
    padding-top: 10px;
}