@font-face {
    font-family: HalfbreD;
    src: url('asset/font/HalfbreD.ttf');
}

@font-face {
    font-family: Matchmaker;
    src: url('asset/font/Matchmaker.ttf');
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 97px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        left: 0;
        background: #000000;
        opacity: 0.9;
    }
}

section {
    font-family: 'HalfbreD', arial;
    letter-spacing: 0.1rem;
    margin: 0px 0px 0px 0px;
}

header {
    position: relative;
    background-color: black;
    width: 100vw;
    height: 100vh;
    min-height: 25rem;
    overflow: hidden;
}

header video {
    /* position: absolute;
    top: 50%;
    top: 100%;
    left: 50%;
    min-width: 100%;
    min-height: 661px;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */

    /* object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; */

    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    &::-webkit-media-controls {
        display: none !important;
    }
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.1;
    z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}

.first {
    height: 100vh;
    min-height: 400px;
    background-size: cover;
    background-image: url('https://images.unsplash.com/photo-1470434151738-dc5f4474c239?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb');
    background-position: top center;
}

.affix {
    background-color: #eee;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

@media (min-width:768px) {
    .affix-top {
        /* navbar style at top */
        background-color: transparent;
        border-color: transparent;
        padding: 15px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

.bg-dark {
    background-color: #012A5E !important;
}


nav .navbar-nav,
nav .navbar-brand {
    color: #000;
}

.navbar {
    padding : 1.8rem 1.8rem !important;
}

.nav-link {
    display: block;
    padding: 1rem 1rem !important;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1rem !important;
}
}

.nav-item > a{
    color: #f8f8f8 !important;
    text-shadow: 1px 1px 2px #040059;
}

.text-shadow{
    text-shadow: 1px 1px 2px #040059;
}

/* Set the border color */

.custom-toggler.navbar-toggler {
    border-color: rgb(221, 221, 221);
    background: rgb(255, 255, 255);
}

/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

p, table {
    font-size: 14px;
}

#poj-header {
    font-family: 'Matchmaker', Courier, monospace;
    color: #040059;
    padding-top: 25px;
    padding-bottom: 25px;
}

.h3,
.h4,
.h5 {
    color: #012A5E;
    font-family: 'HalfbreD', Courier, monospace;
    padding-top: 25px;
    padding-bottom: 25px;
}

#about-section {
    padding: 80px 0px 80px 0px;
}

#facilities {
    padding: 50px 0px 50px 0px;
    background: url('asset/bg-icon/bg-001.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.featured {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 10px;
}

.featured>h4 {
    color: #012A5E;
    font-weight: 700;
    margin-bottom: 15px;
}

.icon {
    float: left;
    position: inherit;
    margin-right: 10px;
}

/* .nav-item{
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
} */

#welcome-text {
    background-color: #012A5E;
    color: #FFFFFF;
    padding: 10px 10px 5px 25px;
    width: 200px;
    position: absolute;
    left: 525px;
}

#kenapa-poj{
    min-height: 580px;
    padding: 50px 0px 50px 0px;
    background: url('asset/bg-002.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#investasi{
    min-height: 500px;
    /* padding: 50px 0px 50px 0px; */
    background-color: #012A5E;
    
}

#bg-inves{
    /* padding-top: 30px; */
    padding-bottom: 30px;
    min-height: 500px;
    background: url('asset/aset-new-concept/asset-12.jpg') no-repeat;
    background-size: contain;
}

#inves-detail{
    padding: 35px;
    color: #FFFFFF !important;
    background-color: #012A5E;
}

#contact{
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #012A5E;
}

.more-link {
    /* padding: 5px 5px; */
    background-color: #012A5E;
    color: #FFFFFF;
    /* text-decoration: none; */
}

.more-link hover {
    background-color: #01377e;
    color: #FFFFFF;
}

a {color: #FFFFFF;}
a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#footer{
    background-color: #012A5E;
}

.btn-telpon {
    background-color: #00038b;
}

#copyright{
    color: #040059;
}