@font-face {
    font-family: 'Futura';
    src: url(futura.ttf);
}

body {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    max-height: none;
    font-family: Futura!important;
}

a {
    color: #000;
}

.content {
    padding-bottom: 250px;
}

img.imeg
{
    position: relative;
    max-width: 40%;
    top: 50%;
    left: 10%;
}

img.imeg:empty
{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
    img.imeg {
        max-width: 40%;
    }
}

@media screen and (orientation: landscape) {
    img.imeg {
        max-height: 40%;
    }
}


#overlay{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.9);
    transition: 1s 0.4s;
}
#progress{
    height:1px;
    background:#fff;
    position:absolute;
    width:0;
    top:50%;
}
#progstat{
    font-size:0.7em;
    letter-spacing: 3px;
    position:absolute;
    top:50%;
    margin-top:-40px;
    width:100%;
    text-align:center;
    color:#fff;
}

/* header */
.header {
    top: 0;
    background-color: #2458A5;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    /*    position: fixed;*/
    width: 100%;
    z-index: 3;
}
.red{
    background-color: #E62129;
    width: 100%;
    height: 20px;
}
.header ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background-color: #2458A5;
    position: relative;
}

.header li a {
    padding: 10px 10px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    color: white;
}

.dropdown #trigger {
    padding: 10px 10px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    color: white;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #E62129;
    transition: .1s;
}
.header .logo {
    position: absolute;
    color: white;
    display: block;
    float: left;
    font-size: 2em;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 99;
}

.header li .gahover:hover{
    background-color:#2458A5;
}
.header li a {
    border-bottom: 1px solid white;
}
.nav-dropdown {
    position: static;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.header li a.gahover {
    float: left;
}
.sosmed a.gahover{
    border-bottom: 0px solid white;
    margin: 0;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    color: white;
}
/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 232px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

/*footer*/
/*footer{
    position: relative;
    left: 0;
    right: 60;
    bottom: 0;
    min-height: 60px;
    text-align: center;
    padding: 18px;
    color: white;
    box-sizing: border-box;
    background-color: #2458A5;
}*/

footer {
    background-color: #2458A5;
    text-align: center;
    padding: 18px;
    color: white;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.center
{
    position: relative;
    left: 30%;
    max-width: 40%;
    max-height: 30%;
    /*  left: 36%;
      max-width: 30%;
      max-height: 20%;*/
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*deskripsi home*/
.col-md-10{
    text-align: justify;
    margin:0 auto;
}
/*contactus*/
.btn-copy {
    background: transparent;
    border-style: none;
}
#container{
    /*    padding: 30px 100px 30px 100px;*/
    font-size: 14px;
    position: relative;
    min-height: 100vh;
}
form #kirim{
    color: white;
    float: right;
    border: none;
    background-color:#2458A5;
    cursor: pointer;
    border-radius: 35px;
    padding: 6px 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

#kirim:hover{
    background-color: #E62129;
}
input[type=text]{
    width: 100%;
}
textarea{
    height:100px; 
    width: 100%;
}
.mapouter{
    margin-left: 15%;
    margin-top: 10px;
    position: relative;
    text-align:right;
    height:412px;
    width: 100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:412px;
    width: 100%;
}
.location, .no_telp, .email{
    padding-top: 2px;
    display: flex;
    width: 100%;
}
.address{
    padding-left: 100px;
}
p {
    font-size: 14px;
}
h2{
    text-align: center;
    font-weight: 800!important;
}
h3{
    text-align: center;
    font-weight: 800!important;
}
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


/*referensi proyek*/
#demo {
    height:100%;
    position:relative;
    overflow:hidden;
}

.thumb {
    padding-top: 30px;
}
.page-top{
    margin-top:15px;
}


img.zoom {
    width: 100%;
    border-radius:35px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    padding: 10px;
}


.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {

    border-bottom: none;
}
.modal-title {
    color:#000;
}
.page-top1{
    margin-left: 70px;
    margin: 0 auto;
}
.thumb1 {
    display: flex;
    padding-top: 10px;
}
.desc {
    margin: 0 auto;
    text-align: right; 
    margin-right: 20px;
}
.p_produk {
    margin-bottom: 8px;
    font-weight: 600;
}
a img .zoom1 .img-fluid{
    width: 100%;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.thumb1 .desk p {
    margin-bottom: 5px;
    text-align: right;
    font-weight: 600!important;
}
.col-container{
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 72px;
    margin-bottom: 30px;
}
#trapezium {
    border-bottom: 20px solid #E62129;
    border-left: 12px solid transparent;
    height: 0;
    color: white;
}

.sub {
    position: absolute;
    padding-right: 500px;
    padding: 25px;
    background: #2458A5;
    display: none;
    margin: 0 auto;
    width: 90%;
}
.products{
    display: none;
}
.products:checked ~ .sub {
    display: table;
}

.sub .list-item {
    min-width: 50%;
    padding: 25px;
    display: table-cell;
}
ul .list-down{
    margin-right: 95px;
}
.list-item .cat a {
    padding: 0 10px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .3);

    color: #FFF;
    font-weight: bold;
    line-height: 30px;
}
.list-item a {
    padding: 5px 10px;
    display: block;
    color: #FFF;
    line-height: 10px;
    text-decoration: none;
}
#products {
    position: relative;
    height: 35px;
    padding: 0; margin: 0;
    outline: 0;
    border: 0;
    background: hsla(0, 0%, 100%, .1);

    font-family: sans-serif;
    font-size: 90%;
    color: #FFF;
    line-height: 35px;
    text-indent: 10px;

    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder { 
    color: #FFF; 
}

.radio { 
    display: none; 
}
#trigger {
    cursor: pointer;
    color: white;  
}
#trigger:hover { 
    background-color: #E62129; 
}

/* 48em = 768px */

@media (min-width: 53em) {
    /*navbar*/
    .header li {
        display:inline;
    }
    /*    .header ul {
            left: 50px;
            overflow: visible;
        }*/
    .header li a {
        border-bottom: 0px solid white;
        display:inline-block;
        padding: 20px 15px;
        color: white;
    }

    .dropdown #trigger {
        margin: 0;
        line-height: 60px;
        padding: 0 15px;
        display:inline-block;
        border-bottom: 0px solid white;
    }

    .sosmed a.gahover{
        position: relative;
        right: 10px;
        padding: 15px 3px;
    }
    .sosmed{
        margin: 0;
        float: right;
    }
    .sosmed a.gahover{
        border-bottom: 0px solid white;
    }
    .header .menu {
        clear: none;
        max-height: none;
        list-style:none;
        margin:0;
        padding:0;
        text-align:center;
    }
    .header .menu-icon {
        display: none;
    }
    .red{
        background-color: #E62129;
        width: 100%;
        height: 20px;
    }
    .header li .gahover:hover{
        background-color: #2458A5;
    }
    .carousel-control-prev-icon{
        right: 95%;
    }
    .center
    {

        left: 41%;
        max-width: 20%;
        max-height: 10%;

    }
}
@media (max-width: 768px){
    .products:checked ~ .sub {
        display: block;
        width: 100%;
    }

}

a:hover {
    color: #ffffff;
}

.text-project {
    font-size: 20px;
    text-align: center;
}

.google-maps {
    position: relative;
    padding-bottom: 47.25%; /* 16:9 */
    height: 0;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.bg-header {
    background-color: #2458A5;
    font-size: 16px;
}

.bg-header a {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white!important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #E62129!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-menu {
    background-color: #E62129;
}

.dropdown-submenu {
    background-color: #E62129;
}

/*.dropdown-item.active, .dropdown-item:active {
    background-color: #e62129;
}*/

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e62129;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #e62129;
}

#borderimg2 { 
    border: 30px solid transparent;
    padding: 0px;
    -webkit-border-image: url(border.png) 30 stretch;
    -o-border-image: url(border.png) 30 stretch;
    border-image: url(border.png) 73 stretch;
}

.dropdown-menu {
    width: max-content;
}

@media (max-width: 767px){
    .dropdown-menu {
        width: auto;
    }

    .justify-content-center {
        justify-content: space-between!important;  
    }
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #E62129;
    border-color: #E62129;
}

.page-link {
    color: #E62129;
}
