/* ----------

Dokumentasi

1. Loading Page
2. Navbar
3. Video Navbar
4. Tentang UPJ
5. Pendidikan
6. PJ - Community
7. Penelitian
8. Pendaftaran
9. Video Profile
10. Kerja Sama
11. Footer
12. Kontak Kami
13. Form

==== Halaman Informatika ====
2.1 Head Img Infor
2.2 Content Infor

---------- */


/* FONT 
HEADING
font-family: 'Montserrat', sans-serif;

P
font-family: 'Roboto', sans-serif;

QUOTE 
font-family: 'Lora', serif;
 */

/* ----------
Color Guide
---------- */

:root {
    --colors-white: #f4f4f4;
    --colors-navy-1: #0f4c75;
    --colors-navy-2: #005a8d;
    --color-yellow: #ffde00;
    --color-medium-grey: #6d6e76;
}

a {
    /* menghilangkan underline pada link / tag <a> */
    text-decoration: none;
}

/* ----------
2. Navbar
---------- */

.navbar {
    background-color: var(--colors-navy-2);
}
.btn-group {
    top: 0;
    margin-left: -1px;
    padding: 1px 5px;
}

/* ----------
3. Video Navbar
---------- */
.video-body {
    background-color: var(--colors-white);
}
.section-page {
    padding: 40px 0 !important;
    padding: 0;
    list-style-type: none;
    color: #00416f;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.36);
    font-family: 'Montserrat', sans-serif;
    -o-object-fit: cover;
    object-fit: cover;
    height: 500px;
    padding: 0;
}
.schome-hero {
    margin-bottom: 30px;
    padding-bottom: 0;
    background-color: #a6a6a6;
    height: 400px;
    position: relative;
}
.schome-hero > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.schome-hero__logotitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
}
.schome-hero__logotitle h1 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 40px auto 0;
    font-family: 'Montserrat', sans-serif;
}
.schome-hero__content {
    background-color: #073c64;
    color: #fff;
    padding: 5px 20px;
}
.schome-hero__content:after {
    content: "";
    width: 350px;
    height: 4px;
    background-color: #fdcb2c;
    position: absolute;
    top: 80px;
    right: 10px;
}
.schome-hero__video {
    height: 80vh;
    max-height: 80vh;
    position: relative;
}
.schome-hero__video > video {
    display: block;
    vertical-align: baseline;
    min-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (min-width: 768px) {
    .schome-hero__video > img {
        display: none;
    }
}
@media (max-width: 767px) {
    .schome-hero__video > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .schome-hero__video > video {
        display: none;
    }
}
@media (min-width: 768px) {
    .schome-hero {
        position: relative;
        margin-bottom: 100px;
    }
    .schome-hero__logotitle h1 {
        font-size: 42px;
    }
    .schome-hero__content {
        padding: 30px 40px;
        max-width: 90%;
        bottom: -60px;
        left: 25px;
        position: absolute;
    }
    .schome-hero__content h1 {
        font-size: 56px;
        margin: 15px 0 30px;
    }
    .schome-hero__content p {
        font-size: 19px;
        line-height: 30px;
    }
}
@media (min-width: 1024px) {
    .schome-hero {
        height: 750px;
    }
    .schome-hero__content {
        max-width: 780px;
    }
}
@media (min-width: 1200px) {
    .schome-hero__content {
        max-width: 780px;
        left: calc(((100vw - 1170px) / 2) - 40px);
    }
}
@media (max-width: 767px) {
    .schome-hero__logotitle img {
        max-height: 90px;
    }
    .schome-hero__logotitle h1 {
        font-size: 22px;
        margin-top: 20px;
        max-width: 240px;
        width: 100%;
    }
    .schome-hero__content {
        margin: -100px 15px 15px;
        position: relative;
    }
    .schome-hero__content:after {
        top: 28px;
        height: 3px;
        right: -10px;
        width: 60px;
    }
    .schome-hero__content h1 {
        font-size: 23px;
        line-height: 35px;
        margin-top: 10px;
    }
    .schome-hero__content p {
        font-size: 12px;
    }
    .schome-hero--video {
        max-height: 240px;
    }
}
.schome-hero--video {
    height: 90vh;
    max-height: 80vh;
    overflow: hidden;
}
.schome-hero--offset {
    margin-bottom: 100px;
}
@media (min-width: 768px) {
    .schome-hero--offset {
        margin-bottom: 140px;
    }
}

/* ----------
4. Tentang UPJ
---------- */

#tentang-upj {
    margin-top: -50px;
}
.jumbotron {
    /* padding-top: 6rem; */
    background-color: #fff;
}
.line-title {
    position: absolute;
    margin-left: -30px;
}
.about-upj {
    padding-top: 3rem;
    background-color: #fff;
}
.title-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.txt-about-upj {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400px;
    line-height: 25px;
    width: 607px;
    margin-left: 20px;
    letter-spacing: 0em;
    text-align: justify;
    color: var(--color-medium-grey);
}
@media (max-width: 768px) {
    .txt-about-upj {
        width: 90%;
        margin: auto;
        padding-bottom: 10px;
    }
}
.images-gedung {
    margin-top: 25px;
    position: relative;
    width: 85%;
    height: 85%;
    left: 80px;
}
.btn-more {
    position: relative;
    font-size: 15px;
    vertical-align: middle;
    float: none;
    margin: 1px auto auto 5%;
    padding: 10px 20px;
    position: relative;
    color: #fff;
    background-color: var(--colors-navy-1);
    border-color: #1a2c43;
    text-transform: capitalize;
}
div.nilai-upj {
    margin-top: 50px;
}
.logo-value {
    position: relative;
    width: 75px;
    height: 71.88px;
}
.txt-title-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}
.txt-content-value {
    font-family: 'Roboto', sans-serif;
}
.sambutan-rektor {
    background-color: var(--colors-navy-1);
    height: 500px;
    color: var(--colors-white);
    margin-top: 70px;
    position: relative;
}
div.section-body {
    text-align: justify;
    justify-content: inter-word;
    margin-top: 40px;

    /* QUOTE */
    font-family: "Lora", serif;
}
.images-rektor {
    position: relative;
    width: 70%;
    height: 85%;
    margin-top: 30px;
    left: 120px;
}
svg.ornamen-waves {
    margin-top: -70px;
    position: relative;
}
/* ----------
5. Pendidikan
---------- */

.txt-pendidikan-upj {
    width: 451px;
    height: 76px;
    left: 226px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: justify;
}
.fakultas-caption {
    border: 0;
    margin-left: 30px;
    margin-right: 5px;
    margin-top: -30px;
    background-color: #073c64;
    border-left: 8px solid #fdcb2c;
    font-family: 'Montserrat', sans-serif;
    height: 64px;
    width: 250px;
    padding: 10px 15px;
    padding-top: 20px;
    z-index: 1;
    text-align: center;
    position: relative;
}
@media (min-width: 768px) {
    .gallery-item .gallery-caption {
        height: 85px;
        overflow-y: hidden;
    }
}
.fakultas-caption > a {
    font-size: 15px;
    line-height: 22px;
    max-height: 66px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    overflow: hidden;
    width: calc(100% - 30px);
}

/* ----------
6. PJ - Community
---------- */

@media (min-width: 1400px) {
    .pj-community {
        height: 840px;
        margin-bottom: 60px;
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .pj-community {
        padding-top: 60px;
        height: 680px;
        margin-bottom: 0;
    }
}
img.left-full .right-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* box */
.box {
    margin-top: 100px;
    height: 400px;
    background-color: var(--colors-navy-1);
}
.img-1,
.img-2,
.box-tx {
    width: 50%;
    height: 100%;
}
.img-1 {
    background-image: url(https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80);
    float: left;
    background-position: center;
    background-size: cover;
}
.pj-community {
    position: relative;
}
.spotlight-box {
    width: 312.44px;
    height: 150px;
    left: 450px;
    top: 200px;
    bottom: 600px;
    padding: 30px 15px;
    background-color: var(--color-yellow);
    position: absolute;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.spotlight-box-2 {
    width: 312.44px;
    height: 150px;
    left: 1100px;
    margin-top: 300px;
    padding: 30px 15px;
    background-color: var(--color-yellow);
    position: absolute;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.spotlight-wrap,
.spotlight-wrap-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 80%;
}
.img-2 {
    background-image: url(https://images.unsplash.com/photo-1627556704290-2b1f5853ff78?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80);
    float: right;
    background-position: center;
    background-size: cover;
}

/* ----------
7. Penelitian
---------- */

.txt-research {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    width: 607px;
    margin-left: 20px;
    letter-spacing: 0em;
    text-align: justify;
    color: var(--color-medium-grey);
}

/* ----------
8. Pendaftaran
---------- */

h2.title-pendaftaran {
    margin-top: 100px;
    text-align: center;
}
.btn-pendaftaran {
    position: relative;
    font-size: 15px;
    vertical-align: middle;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--colors-navy-1);
    border-color: #1a2c43;
    text-transform: capitalize;
    margin-top: 30px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ----------
9. Video Profile
---------- */

.video-profile {
    background-color: var(--colors-navy-1);
    height: 500px;
    margin-top: -50px;
    position: relative;
}
.section-title-card {
    color: var(--colors-white);
    margin-top: 20%;
    margin-left: 30%;
}

/* ----------
10. Kerja Sama
---------- */

.title-kerjasama {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.content-kerjasama {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    color: #4c4c4c;
}
/* slide */
.carousel-inner {
    padding: 1em;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    .carousel-inner {
        display: flex;
    }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}

/* ----------
11. Footer
---------- */

.site-footer {
    background-color: var(--colors-navy-2);
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: var(--colors-white);
}
.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}
.site-footer hr.small {
    margin: 20px 0;
}
.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}
.site-footer a {
    color: #737373;
    /* color: var(--colors-white); */
}
.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}
.footer-links {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}
.footer-links li {
    display: block;
    padding-bottom: 7px;
}
.footer-links a {
    color: #788fa3;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: var(--colors-white);
    text-decoration: none;
}
.footer-links.inline li {
    display: inline-block;
}
.site-footer .social-icons {
    text-align: right;
}
.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}
.copyright-text {
    margin: 0;
}
@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}
.social-icons a.facebook:hover {
    background-color: #3b5998;
}
.social-icons a.twitter:hover {
    background-color: #00aced;
}
.social-icons a.youtube:hover {
    background-color: #ff0000;
}
.social-icons a.instagram:hover {
    background-color: #ea4c89;
}
@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}
.loc-icons,
.number-icons {
    align-items: center;
    font-size: 20px;
    margin-left: 18px;
}

/* ----------
11. Kontak Kami
---------- */

#container-floating {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 30px;
    right: 30px;
    z-index: 50px;
}
#container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px;
}
#container-floating:hover .card-contact {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
}
.ring {
    color: #073c64;
    position: absolute;
    top: 23px;
    display: block;
    bottom: 0;
    left: 25px;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
}
#container-floating:hover .ring {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}
#floating-button {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: var(--color-yellow);
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}
.card-contact {
    color: #073c64;
    position: absolute;
    top: 10px;
    display: block;
    bottom: 0;
    left: 3px;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}
.icons-mail {
    font-size: 37px;
    margin: 12px;
}

/* ----------
12. Form
---------- */

.contact-us h2, p {
    font-family: 'Roboto', sans-serif;
}
/* Add padding to container elements */
.contact-us {
    padding: 16px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    color: black;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 2px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* ++++++++++
2.1 Head Img Infor
++++++++++ */
#img-head {
    margin-top: 86px;
    height: auto;
    border: 0;
}
.head-img-inf {
    width: 100%;
    height: 100%;
}

/* ++++++++++
2.2 Content Infor
++++++++++ */

.title__inf-content {
    text-align: justify;
    text-justify: inter-word;
}
.img-inf__people-code {
    width: 100%;
    height: auto;
    padding: 5px;
}
.peminatan-karir {
    margin-top: 20px;
}
.title__peminatan {
    padding-top: 5px;
    padding-bottom: 5px;

}
li b{
    font-size: 17px;
}
ul.content__karir{
    font-size: 16px;
    line-height: 24px;
}

/* ++++++++++
2.3 Alumni Say
++++++++++ */

.alumni-say {
    border: 0;
    background-color: var(--colors-white);
    padding: 5px;
}
.title__alumni-say{
    text-align: center;
    margin: 10px 0 20px 0;
}
.img-alumni-inf {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    float: center;
}
