@font-face {
    font-family: 'Plus Jakarta Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Plus Jakarta Sans Regular'), url('../fonts/plus-jakarta-sans/PlusJakartaSans[wght].woff') format('woff');
}
@font-face {
    font-family: 'Raleway Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Raleway Regular'), url('../fonts/raleway/Raleway-Regular.woff') format('woff');
    }
@font-face {
    font-family: 'Raleway Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Raleway Medium'), url('../fonts/raleway/Raleway-Medium.woff') format('woff');   
}

:root {
    --c-utama: #D82528;
    --c-utamasecond: #2F2828;
    --c-body: #2F2828;
    --c-gray-light: #A0A0A0;
    --c-gray-dark: #626262;
    --c-white: #fff;
    --f-regular: 'Plus Jakarta Sans Regular';
}

body {
    color: var(--c-body);
    font-family: var(--f-regular);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-regular);
}

a {
    color: var(--c-utamasecond);
}

/* CSS Bootstrap */
.btn-utama {
    background: var(--c-utama);
    color: var(--c-white);
}
.btn-utama:hover {
    border-color: var(--c-utama);
    color: var(--c-utama);
}
.f-12 {
    font-size: 12px;
}
.c-utama {
    color: var(--c-utama) !important;
}
a:hover {
    color: var(--c-utama);
}

@media (min-width: 1000px) {
    .max-w-40 {
        max-width: 40%;
    }
}
/* CSS Bootstrap */

/* CSS Header */
.navmenu a, .navmenu a:focus {
    font-family: var(--f-regular);
}
.header {
    padding: 10px 0;
    border-bottom: .5px solid rgba(160, 160, 160, .5) ;
}
.scrolled .header {
    border-bottom: 0;
}

.header .btn-getstarted, 
.header .btn-getstarted:focus {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    border: 0.5px solid #2F2828;
    border-radius: 3px;
    padding: 5px 10px;
}
.header .btn-getstarted .dropdown-toggle::after {
    display: none;
}
.header .btn-getstarted i {
    color: var(--c-utama);
    font-size: 18px;
}
@media (max-width: 768px) {
    header.header .logo {
        min-width: 75%;
    }
    .header .btn-getstarted, .header .btn-getstarted:focus {
        border: 0;
        padding-right: 0 !important;
    }
    .header .btn-getstarted i {
        font-size: 20px;
    }
    .navmenu a, .navmenu a:focus {
        font-size: 14px;
    }
}

.page-title h1 {
    color: var(--c-utama);
    font-size: 36px;
    font-weight: 700;
    line-height: 45.36px;
}
/* CSS Header */
/* css Footer */
    .footer {
        margin-top: 4.5em;
        padding-bottom: 1em;
    }
    .clients {
        padding: 0;
    }
    .clients .client-logo img {
        padding: 0;
        max-width: 100%;
        opacity: 0.8;
        height: 60px;
    }
/* css Footer */
/* CSS hOME */
    /* CSS hERO */
    .hero h2 {
        color: var(--c-white);
        font-family: var(--f-regular);
        font-size: 48px;
        font-weight: 700;
        line-height: 60.48px;
        text-align: center;
    }
    .hero h5 {
        color: var(--c-utama);
        font-family: 'Raleway Medium';
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.21em;
        text-transform: uppercase;
    }
    .hero h5 img {
        height: 33px;
        object-fit: contain;
        margin-top: -10px;
    }
    .hero .btn-get-started {
        display: inline-block;
        width: 100%;
        color: var(--c-white);
        background: var(--c-utama);
        margin-top: 20px;
        border-radius: 0;
        box-shadow: 0 8px 28px rgba(216, 37, 40, 0.1);
        padding: 12px 61px;
        font-size: 16px;
        text-transform: uppercase;
    }
    .hero .btn-get-started:hover {
        color: var(--c-utama);
        background: #fff;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    }
    @media (min-width: 1000px) {
        .hero{
            padding: 120px 0 100px 0;
            /* min-height: 91vh; */
            min-height: 60vh;
            padding: 95px 0 85px 0;
        }
    }
    @media (max-width: 1000px) {
        .hero{
            padding: 150px 0 120px 0;
        }
        .hero h2 {
            font-size: 32px;
            line-height: 50px;
        }
        .hero h5 {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
        }
        .hero h5 img {
            height: 28px;
        }
    }
    /* CSS hERO */

    /* CSS Title */
        .title-section{
            position: relative;
            padding-bottom: 60px;
            padding-bottom: 32px;
        }
        .title-section h3 {
            font-family: var(--f-regular);
            font-size: 24px;
            font-weight: 700;
            line-height: 30.24px;
            font-size: 22px;
            line-height: 28px;
            color: var(--c-body);
        }
        .title-section h3 span{
            display: block;
            margin-bottom: 10px;
            font-family: 'Raleway Medium';
            text-transform: uppercase;
            color: var(--c-utama);
            font-size: 20px;
            font-weight: 500;
            line-height: 23.48px;
            font-size: 18px;
            line-height: 21px;
            letter-spacing: 0.08em;
        }
        .title-section h2 {
            font-size: 28px;
        }
        .title-section a.btn {
            display: inline-block;
            color: var(--c-white);
            background: var(--c-utama);
            margin-top: 20px;
            border-radius: 0;
            box-shadow: 0 8px 28px rgba(216, 37, 40, 0.1);
            padding: 8px 12px;
            font-size: 14px;
            text-transform: uppercase;
        }
        
        @media (max-width: 768px) {
            .title-section h3 {
                font-size: 18px;
                line-height: 26px;
            }
            .title-section h3 span {
                font-size: 16px;
                line-height: 20px;
            }
            .title-section h2 {
                font-size: 26px;
            }
        }
    /* CSS Title */

    .section-layanan {
        background-image: url(../images/bg-layanan.jpg);
        background-size: cover;
    }
    .item-layanan {
        background: #344049;
        padding: 18px 20px;
        position: relative;
    }
    .item-layanan::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 0;
        right: 0;
        border-radius: 4px 0px 0px 0px;
        background: #D82528;     
    }
    .item-layanan h3{
        font-size: 20px;
        font-weight: 700;
        line-height: 25.2px;
        text-align: left;
    }
    .item-layanan h4 {
        font-size: 20px;
    }
    .item-layanan p{
        font-size: 12px;
        margin-bottom: 0;
        font-family: 'Raleway Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.02em;
        text-align: left;
    }
    @media (max-width: 768px) {
        .item-layanan h4 {
            font-size: 18px;
        }
    }

    .profil-page .about {
        padding-bottom: 0px;
    }
    .profil-page .desk-vimi {
        font-family: 'Raleway Medium';
        font-size: 16px;
        font-weight: 500;
    }
    .profil-page .item-layanan h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0.02em;
    }
    .profil-page .item-layanan p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: .5em;
    }
    

    .item-rilis {
        background: #F9F5F6;
        padding: 0px 10px 0px 0;
        position: relative;
    }
    .item-rilis::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 0;
        right: 0;
        border-radius: 4px 0px 0px 0px;
        background: #D82528;     
    }
    .item-rilis img {
        width: 241px;
        height: 217px;
        object-fit: cover;
    }
    .item-rilis a h4 {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 8px 0 16px;
    }
    .item-rilis .meta-date {
        font-family: 'Raleway Medium';
        font-size: 12px;
        font-weight: 500;
        line-height: 16.44px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #000;
    }
    .item-rilis p {
        font-family: 'Raleway Regular';
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: #6A6A6A;
    }

    .item-rilis-big {
        background: transparent;
    }
    .item-rilis-big::after {
        display: none;
    }
    .item-rilis-big img{
        width: 100%;
        height: 311px;
    }
    .item-rilis-big .meta-date {
        font-size: 14px;
        color: var(--c-utama);
    }
    .item-rilis-big a h4 {
        font-size: 24px;
        font-weight: 700;
        color: var(--c-body);
    }
    .item-rilis-big p {
        font-size: 16px;
        line-height: 24px;
    }
    .item-rilis-big .btn-more {
        font-family: 'Raleway Medium';
        font-size: 16px;
        font-weight: 700;
        color: var(--c-body);
    }
    .item-rilis-big .btn-more:hover {
        color: var(--c-body);
    }
        
    @media (max-width: 768px) {
        .item-rilis p {
            font-size: 13px;
        }

        .item-rilis-big img {
            height: 250px;
        }
        .item-rilis-big .meta-date {
            font-size: 12px;
        }
        .item-rilis-big a h4 {
            font-size: 16px;
            margin-bottom: .6em;
        }
        .item-rilis-big p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 5px;
        }
        .item-rilis-big .btn-more {
            font-size: 14px;
        }

        .inner-rilis-media .item-rilis.d-flex {
            display: block !important;
            padding: 0 !important;
        }
        .inner-rilis-media .item-rilis.d-flex .me-4 {
            margin-right: 0 !important;
        }
        .inner-rilis-media .item-rilis.d-flex a img {
            width: 100%;
        }
        .inner-rilis-media .item-rilis.d-flex .item-rilis-inner {
            padding: 20px;
            padding-bottom: 10px;
        }

        .profil-page {
            font-size: 14px;
        }
        .profil-page .about .content h3 {
            font-size: 22px;
            font-weight: 700;
        }
        .profil-page .desk-vimi {
            font-size: 14px;
        }
        .profil-page .item-layanan h6 {
            font-size: 15px;
            line-height: 24px;
        }
        .profil-page .item-layanan p {
            font-size: 13px;
            line-height: 20px;
        }
    }
/* CSS hOME */

/* CSS Fasilitas */
    .items-fasilitas {
        position: relative;
        float: left;
        overflow: hidden;
        width: 100%;
        text-align: center;
        height: 522px;
    }
    .items-fasilitas .background {
        width: 100%;
        height: 100%;
        vertical-align: top;
        transition: all 1s;
        /* opacity: 0.9;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: scale(1.3);
        transform: scale(2.8); */
    }
    .items-fasilitas:hover .background {
        -webkit-transform: scale(.5);
        transform: scale(1.1);
    }
    .items-fasilitas .items-fasilitas-content {
        width: 65%;
        padding: 15px 25px;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0px 8px 0px 0px;
        text-align: left;
        background: #fff;
        font-family: 'Raleway Regular';
        font-size: 12px;
        color: #6A6A6A;
    }
    .items-fasilitas .items-fasilitas-content h2{
        font-size: 18px;
        font-weight: 700;
        line-height: 25.2px;
        color: var(--c-utama);
        margin-bottom: 1em;
    }
    .items-fasilitas .items-fasilitas-content .meta-fasilitas{
        font-family: 'Raleway Medium';
        color: #000;
        font-size: 12px;
        font-weight: 600;
        border-top: 1px solid rgba(0, 0, 0, .5);
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        padding: 7px 0;
    }
    .items-fasilitas .items-fasilitas-content .meta-fasilitas img {
        height: 17px;
        object-fit: contain;
    }
    .items-fasilitas .items-fasilitas-content a{
        display: inline-block;
        font-family: 'Raleway Medium';
        color: #000;
        font-size: 12px;
        font-weight: 600;
        margin-top: 7px;
    }
    .section-fasilitas .owl-carousel .owl-nav button{
        position: absolute;
        top: 0;
        background: #fff !important;
        color: #000 !important;
        font-size: 40px !important;
        line-height: 0;
        height: 60px;
        width: 60px;
        padding-bottom: 10px !important;
        margin: 0;
        border-radius: 0;
        text-align: center;
    }
    .section-fasilitas .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .section-fasilitas .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    
    @media (max-width: 768px) {
        .items-fasilitas {
            height: 422px;
        }
        .items-fasilitas:hover .background {
            -webkit-transform: scale(.5);
            transform: scale(1);
        }
        .items-fasilitas .items-fasilitas-content {
            width: 80%;
            padding: 10px 17px;
            font-size: 12px;
        }
        .items-fasilitas .items-fasilitas-content h2{
            font-size: 14px;
            line-height: 20px;
            margin-bottom: .8em;
        }
        .items-fasilitas .items-fasilitas-content .meta-fasilitas{
            font-size: 11px;
            padding: 5px 0;
        }
        .items-fasilitas .items-fasilitas-content .meta-fasilitas .p-0 {
            padding-left: 12px !important;
        }
        .items-fasilitas .items-fasilitas-content .meta-fasilitas img {
            height: 15px;
        }
        .items-fasilitas .items-fasilitas-content a{
            font-size: 12px;
            margin-top: 5px;
        }
        .section-fasilitas .owl-carousel .owl-nav button{
            font-size: 30px !important;
            height: 40px;
            width: 40px;
            padding-bottom: 30px !important;
        }
    }
/* CSS Fasilitas */

/* CSS Post */
    .img-zoomin {
        transition: 0.5s;
    }
    .img-zoomin:hover {
        transform: scale(1.1);
    }
    .card-post img {
        width: 100%;
        height: 371px;
        object-fit: cover;
    }
    .card-post .card-post-body {
        margin-top: 16px;
    }
    .card-post .card-post-body button h4 {
        color: var(--c-body);
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.02em;
        text-align: left;
        text-transform: capitalize;
    }
    .card-post .card-post-body .meta-tag {
        color: var(--c-utama);
        font-family: 'Raleway Medium';
        font-size: 16px;
        font-weight: 500;
        line-height: 18.78px;
        letter-spacing: 0.05em;
        text-align: left;
    }
    .card-post .card-post-body .meta-date {
        font-family: 'Raleway Regular';
        font-size: 13px;
        font-weight: 500;
        line-height: 16.44px;
        letter-spacing: 0.02em;
        text-align: left;
        color: var(--c-gray-light);
    }

    .card-post-small img {
        height: 172px;
    }
    .card-post-small .card-post-body .meta-date {
        color: var(--c-utama);
    }
    
    @media (max-width: 768px) {
        .card-post img {
            height: 300px;
        }
        .card-post .card-post-body .meta-tag {
            font-size: 12px;
        }
        .card-post-small img {
            height: 200px;
        }
        .card-post .card-post-body .meta-date {
            font-size: 12px;
        }
        .card-post .card-post-body button h4 {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 0;
        }
    }
/* CSS Post */
/* Single Post */
.single-post .entry-header .breadcumb {
    font-size: 14px;
    font-family: 'Raleway Regular';
}
.single-post .entry-header .breadcumb a {
    color: var(--c-utama);
}
.single-post .entry-header .title-post {
    font-family: var(--f-regular);
    font-size: 32px;
    line-height: 46.87px;
    color: var(--c-body);
    font-weight: bold;
    margin: 0.5em 0 1em;
}
.single-post .entry-header .featured-image{
    max-height: 600px;
    object-fit: cover;
    width: 100%;
}
.single-post .entry-header .kategori{
    display: inline-block;
    font-family: var(--f-light);
    font-size: 14px;
    color: var(--c-white);
    background-color: var(--c-utama);
    padding: 5px 20px;
    margin-bottom: 1em;
}
.single-post .entry-header .single-post-meta {
    margin: 1.2em 0 1em;
}
.single-post .entry-header .single-post-meta,
.single-post .entry-header .single-post-meta a {
    color: var(--c-body);
    font-family: 'Raleway Medium';
    font-size: 14px;
    font-weight: 700;
}
.single-post .entry-header .single-post-meta .share-sosmed a{
    background-color: var(--c-utama);
    color: var(--c-white);
    text-align: center;
    display: inline-block;
    margin-left: .5rem;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.single-post .entry-content {
    font-family: 'Raleway Medium';
    font-size: 16px;
    line-height: 29px;
    color: #6A6A6A;
}
.single-post .entry-content p{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
    .single-post .entry-header .title-post {
        font-size: 24px;
        line-height: normal;
    }
    .single-post .entry-header .featured-image {
        max-height: 400px !important;=
    }
    .single-post .entry-content {
        font-size: 15px;
        line-height: 24px;
    }
    .single-post .entry-header .single-post-meta, .single-post .entry-header .single-post-meta a {
        font-size: 12px;
    }
}
/* Single Post */
.side-search .card{
    background-color: #F3F3F3;
    border-radius: 4px;
    border: 0;
}
.side-search label{
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}
.side-search .form-control {
    font-family: 'Raleway Regular';
    font-size: 12px;
    color: #6A6A6A;
}
.side-price {
    box-shadow: 0px 4px 8px 0px #0000000F;
    box-shadow: 0px 0px 4px 0px #0000000A;
    border-color: #A0A0A0;    
}
.side-price .card-title{
    border-bottom: 1px solid #A0A0A0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    letter-spacing: 0.02em;
    padding-bottom: .7em;
    margin-bottom: 1em;
}
.side-price h4 {
    font-size: 16px;
    font-family: 'Raleway Regular';
    color: var(--c-body);
}
.side-price .harga-fass{
    font-family: 'Raleway Medium';
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: var(--c-utama);
}
.side-price h6{
    font-family: 'Raleway Medium';
    font-size: 16px;
    font-weight: 600;
    color: var(--c-body);
}
@media (max-width: 768px) {
    .side-price .card-title{
        font-size: 20px;
        line-height: 28px;
        padding-bottom: .5em;
    }
    .side-price h4 {
        font-size: 14px;
    }
    .side-price .harga-fass{
        font-size: 20px;
        line-height: 22px;
    }
    .side-price h6{
        font-size: 14px;
    }
}

/* GRID Fasilitas */
.grid-fasilitas img {
    width: 100%;
    height: 171px;
    object-fit: cover;
}
.grid-fasilitas h4 {
    color: var(--c-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    margin-top: 12px;
}
.grid-fasilitas p {
    font-family: 'Raleway Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
/* GRID Fasilitas */

/* CSS Pagination */
    .section-pagination .page-link {
        color: var(--c-utama);
        font-size: 15px;
    }
    .section-pagination .active>.page-link, 
    .section-pagination .page-link.active {
        color: var(--c-white);
        background-color: var(--c-utama);
        border-color: var(--c-utama);
    }
    .section-pagination .disabled .page-link{
        background-color: var(--c-white);
    }
    @media (max-width: 768px) {
        .section-pagination .page-link {
            color: var(--c-utama);
            font-size: 14px;
        }
    }
/* CSS Pagination */

.photo-gallery .item img {
    width: 100%;
    height: 172px;
    object-fit: cover;
}
  

/* Datepicker */

.datepicker > span:hover{
    cursor: pointer;
}