.demo-banner {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-top: 250px;
    padding-bottom: 150px;
}
.demo-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 0px;
}
.demo-logo h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.demo-menu {
    text-align: right;
}
.demo-menu ul li {
    display: inline-block;
    margin-left: 20px;
}
.demo-hero-caption h2 {
    text-transform: capitalize;
    font-size: 39px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.demo-hero-caption  p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.page-item-b h3 {
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    text-align: center;
}
.page-item {
    border: 1px solid #eee;
    padding-bottom: 30px;
}
.page-item-top {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
    transition: all 2.3s;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-item-top:hover{
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.15);
}
.page-area h2 {
    font-size: 40px;
    font-weight: 900;
}
.demo-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #0000005c;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}
.page-item:hover .demo-thumb {
    opacity: 1;
    visibility: visible;
}
.demo-thumb a {
    padding: 20px 40px;
}
.demo-footer {
    background: var(--primary-color);
}
.demo-footer  .footer-text h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}
.demo-footer .footer-text p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}