@import url("https://fonts.cdnfonts.com/css/gotham-serif-bold");

*,
:after,
:before {
    box-sizing: border-box;
}
body {
    font-family: "Gotham Serif", sans-serif;
    font-size: 700;
}

header .bar-satu .none {
    z-index: 99;
}
header .bar-dua {
    /* position: relative; */
    /* z-index: 99; */
    border-bottom: 1px solid rgb(255, 255, 255);
}

header .bar-satu .none {
    display: none;
}

.carousel {
    top: -9rem;
    position: relative;
    z-index: 88;
}
.carousel-inner .carousel-item img {
    position: relative;
    height: 120vh;
}

.coba {
    background-color: #002739;
    transition: all ease-in-out 0.3s;
}

.bg-transparent {
    transition: all ease-in 0.3s;
}

.bar-dua .dropdown-toggle::after {
    display: none;
}

/* dropdown */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* navbar about us */
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    color: black;
    left: -585px;
    width: 1680px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom: 5px solid rgb(4, 17, 166);
}

/* Links inside the dropdown */
.dropdown-content .menu {
    position: relative;
    color: white;
    background-color: #007aff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #bc0000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    padding-bottom: 10px;
    color: #fff;
    background-color: transparent;
    border-bottom: 5px solid rgb(4, 17, 166);
}

/* garis */
.garis-vertical {
    border-left: 1px solid #333;
    height: 200px;
}

.jabatan a {
    position: relative;
    left: -102px;
    color: black;
    text-decoration: none;
}

.colm-visi {
    padding-top: 10rem;
}

.history {
    position: relative;
    background: url(x)
        no-repeat 50%;
    background-size: cover;
    content: "";
    height: 5rem;
    width: 100%;
    border: none !important;
}
.history h1 {
    padding-top: 1rem;
}

/* overview */

.overview {
    padding-top: 5rem;
}

.footer-contact {
    padding-top: 2rem;
}

/* product */
.dropdown-produck {
    display: none;
    position: absolute;
    background-color: #fff;
    color: black;
    /* right: 0; */
    left: -731px;
    width: 1680px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom: 5px solid rgb(4, 17, 166);
}

/* Links inside the dropdown */
.dropdown-produck .menu {
    position: relative;
    color: white;
    background-color: #007aff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-produck a:hover {
    background-color: #bc0000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-produck {
    display: block;
}

/* factory */
.dropdown-factory {
    display: none;
    position: absolute;
    background-color: #fff;
    color: black;
    /* right: 0; */
    left: -877px;
    width: 1680px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom: 5px solid rgb(4, 17, 166);
}

/* Links inside the dropdown */
.dropdown-factory .menu {
    position: relative;
    color: white;
    background-color: #007aff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-factory a:hover {
    background-color: #bc0000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-factory {
    display: block;
}

#carouselExampleSlidesOnly .carousel-inner .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        360deg,
        rgba(0, 23, 33, 0.6) 0%,
        rgba(49, 68, 77, 0.42) 100%
    );
}

#carouselExampleSlidesOnly .carousel-inner .carousel-caption .text {
    position: absolute;
    padding: 10px;
    bottom: 50%;
    left: 10%;
}

#carouselExampleSlidesOnly .carousel-inner .carousel-caption .text h1 {
    font-weight: 700;
    letter-spacing: -1.25px;
    line-height: 125%;
}

.card-Sustainability {
    position: relative;
    background: url(img/asset/smelting.png)
        no-repeat 50%;
    background-size: cover;
    content: "";
    width: 100%;
    border: none !important;
}

.card-Sustainability .text {
    padding: 6rem;
}

/* overlay about */

.overlay-about {
    background: linear-gradient(
            0deg,
            rgba(0, 23, 33, 0.6),
            rgba(0, 23, 33, 0.6)
        ),
        url(img/asset/gedung-inal-metal.jpg) center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-about h1 {
    color: #fff;
    font-family: Gotham, sans-serif;
    font-weight: 700;
    letter-spacing: -1.25px;
    line-height: 12;
}

.bg-transparent-about {
    background-color: #002739;
    /* transition: all ease-in 0.3s; */
}

.breadcrumbs-section {
    background-color: #f5f5f5;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.breadcrumbs-section .breadcrumbs-list {
    display: flex;
    gap: 1rem;
    list-style: none;
}
.breadcrumbs-section .breadcrumbs-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

/* visi&misi */
.overlay-visi {
    background: linear-gradient(
            0deg,
            rgba(0, 23, 33, 0.6),
            rgba(0, 23, 33, 0.6)
        ),
        url(img/asset/gedung-inal-metal.jpg)
            center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-visi h1 {
    color: #fff;
    font-family: Gotham, sans-serif;
    font-weight: 700;
    letter-spacing: -1.25px;
    line-height: 12;
}

/* product */
.bg-color {
    background-color: #002739;
}
.alu-ingot {
    padding-top: 2rem;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.cover-section {
    height: 428px;
    overflow: hidden;
}

/* ingot */

.overlay-ingot h1 {
    padding-top: 8rem;
}

/* billed */

.overlay-billet h1 {
    padding-top: 8rem;
}

/* alloy */
.overlay-alloy h1 {
    padding-top: 8rem;
}

.mb-5 a {
    text-decoration: none;
    color: #07006e;
}

/* footer */

.footer-main {
    color: #fff;
    background: #002739;
    padding: 50px 0 100px;
}

.p16-bold,
.p16-regular {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.p16-regular {
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none !important;
}
.footer-bottom {
    color: #fff;
    background: #002130;
    padding: 24px 0;
}

.color-white {
    color: #fff !important;
}
.color-link-blue {
    color: #3ec0fd !important;
}

.bg-link-blue {
    background-color: #3ec0fd !important;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.icon.icon-mail {
    background: url(x)
        no-repeat 50%;
    height: 20px;
    width: 20px;
}

.icon.icon-phone {
    background: url(x)
        no-repeat 50%;
    height: 20px;
    width: 20px;
}

/* contact */
.contact {
    padding: 8rem 2rem;
}

.card-home {
    padding: 0rem 0rem 5rem 0rem;
}

/* gallery */
.container-galery {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}
.gallery img {
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.gallery img:hover {
    transform: scale(0.75);
    border-radius: 20px;
    box-shadow: 0 32px 7px rgb(68, 77, 136, 0.2);
}

.text-galery h2 {
    padding-top: 20px;
}

.table-dua img {
    height: 40%;
}

.history-dua {
    background-image: url(../img/21.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.history-dua .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.history-dua h1 {
    padding: 10%;
    color: white;
}

.history-dua p {
    font-size: 25px;
    color: white;
}

body {
    /* Created with https://www.css-gradient.com */
    background: #161616;
}
h1 {
    color: #fff;
}
.lead {
    color: #aaa;
}

.wrapper {
    margin: 10vh;
}
/* post card styles */
.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 200px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.card-has-bg:hover {
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(255, 186, 33);
    background: linear-gradient(
        0deg,
        rgba(255, 186, 33, 0.5) 0%,
        rgba(255, 186, 33, 1) 100%
    );
}
.card-footer {
    background: none;
    border-top: none;
}
.card-footer img {
    border: solid 3px rgba(255, 255, 255, 0.3);
}
.card-title {
    font-weight: 800;
}
.card-meta {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
card-body:hover {
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(255, 186, 33);
    background: linear-gradient(
        0deg,
        rgba(255, 186, 33, 0.3785889355742297) 0%,
        rgba(255, 186, 33, 1) 100%
    );
}

.border-1 {
    border: 1rem solid;
}

/* CSS */
.button-51 {
    background-color: transparent;
    border: 1px solid #266db6;
    box-sizing: border-box;
    color: #00132c;
    font-family: "Avenir Next LT W01 Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 23px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-51:hover,
.button-51:active {
    outline: 0;
}

.button-51:hover {
    background-color: transparent;
    cursor: pointer;
}

.button-51:before {
    background-color: #d5edf6;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: -9px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
}

.button-51:hover:before {
    background-color: #6dcff6;
}

.m-p12-bold {
    font-size: 20px;
}

.about-us .about-text h2 {
    padding-top: 5rem;
}
.about-us {
    padding: 2rem;
}

@media only screen and (max-width: 768px) {
    .button-51 {
        padding: 16px 32px;
    }
    .overlay-about h1 {
        color: #fff;
        font-family: Gotham, sans-serif;
        font-weight: 700;
        letter-spacing: -1.25px;
        line-height: 12;
        font-size: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    header .bar-satu .none {
        display: block;
    }
    header .bar-dua {
        display: none;
    }
    .overlay-about h1 {
        color: #fff;
        font-family: Gotham, sans-serif;
        font-weight: 700;
        letter-spacing: -1.25px;
        line-height: 12;
        font-size: 20px;
    }
}
