@import url("//fonts.googleapis.com/css2?family=Poppins:wght@100;300;400&display=swap");

*,
a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    background-color: #fff5eb;
}
section {
    min-height: 30vh;
    margin-top: 5em;
    /* background-color: #ff7f2a; */
}
.card {
    border: none;
    border-radius: 1em;
}

/* Navbar */
nav {
    background-color: #fff5eb;
    /* height: 15vh; */
}
nav .container .collapse ul li .nav-link:hover {
    color: #ff7f2a !important;
}

nav .container .collapse .btn-signin {
    padding: 10px 45px;
    border-radius: 30px;
    transition: 0.5s;
}

nav .container .collapse .btn-signin:hover {
    opacity: 0.8;
}

nav ul li a.active {
    color: #ff7f2a !important;
}
.dropdown-menu-light {
    border: none;
    border-radius: 1em;
}

.dropdown-menu-light li a:hover {
    background-color: white;
    color: #ff7f2a;
}

/* Banner */
.kata {
    margin-top: 4em;
}
.upi {
    letter-spacing: 0.25em;
}

.btn-banner-wrapper {
    margin-top: 7em;
    /* background-color: #ff7f2a; */
}

button.kenali {
    padding: 10px 45px;
    border-radius: 30px;
    transition: 0.5s;
    background-color: #ff7f2a;
    border: #ff7f2a;
    color: #ffffff;
}
button.gabung {
    padding: 10px 55px;
    border-radius: 30px;
    transition: 0.5s;
}

.btn-banner:hover {
    opacity: 0.8;
    color: white;
}

/* WHY ? DEVISI */
.card-devisi {
    border-radius: 1em;
}

/* WHO US */

.struktural .struktural-card .profil {
    width: 13em;
    opacity: 0.7;
    transition: 0.3s;
}

.struktural .struktural-card .profil:hover {
    width: 14em;
    opacity: 1;
    margin-top: -1em;
    cursor: pointer;
}

.struktural .struktural-card .card a:hover {
    opacity: 0.8;
}

.selengkapnya {
    width: 15%;
    padding: 10px 5px;
    border-radius: 30px;
    background-color: #ff7f2a;
    transition: 0.5s;
    border: none;
    color: white;
    margin: 0 auto;
}
.selengkapnya:hover {
    opacity: 0.8;
}

/* BEST MOMENT */
.best-moment .row .card-moment {
    min-height: 50vh;
    border: none;
    border-radius: 1em;
}

/* Best Moment */

/* Best Stories */
.best-stories .card {
    min-height: 25em;
}

.footer {
    margin-top: 12em;
}

/* Back TO top */
#myBtn {
    transition: all;
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /* background-color: #ff7f2a; /Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /* padding: 15px; Some padding */
    /* border-radius: 10px; Rounded corners */
    font-size: 18px; /* Increase font size */
}

/* ======================================== */
/* PAGE STRUKTURAL */
.struktural-dokumentasi {
    margin-top: 5em;
}

.struktural-dokumentasi .card {
    border-radius: 1em 3em;
    min-height: 55vh;
}

/* AKHIR PAGE STRUKTURAL */
/* ========================================= */

/* ========================================== */
/* Page BLog */
.card-blog {
    background-image: linear-gradient(
            rgba(255, 111, 0, 0.5),
            rgba(124, 114, 114, 0.5)
        ),
        url("https://cybernetix.or.id/asset/img/articel/1.jpg");
    background-size: cover;
}

.blog .card-footer {
    background-color: #ff7f2a;
}

.blog .card-footer:hover {
    opacity: 0.9;
}
.blog .card-footer small {
    color: #ffffff;
}
.profile {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.profile iframe {
    border-radius: 1em 2em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text-profile {
    position: relative;
}

.posts {
    margin-top: 5rem;
}
/* Akhir Page Blog */
/* ========================================== */

/* Page Recruitment */
.link {
    min-height: 60vh;
}
.pendaftaran {
    background-color: #ff7f2a;
    border: 0px;
}
.pendaftaran:hover {
    background-color: #e26f23;
}

.recruitment-detail {
    width: 100%;
}

.details {
    background-color: black;
}

.group {
    background-color: #b1b1b1;
}

@media (min-width: 1400px) {
    .recruitment-detail {
        width: 50%;
    }
    section {
        min-height: 0vh;
    }
    .banner {
        margin-top: 13em;
    }

    section {
        margin-top: 15em;
    }
}
/* Untuk Handphone */
@media (max-width: 768px) {
    .recruitment-detail {
        width: 100%;
    }
    .banner {
        margin-top: -4em;
    }

    .upi {
        letter-spacing: 0.15em;
    }

    .btn-banner-wrapper {
        margin-top: 0;
    }

    .img-banner img {
        width: 22em;
    }

    /* WHO US */
    section.struktural {
        margin-top: 7em;
    }
    .selengkapnya {
        width: 60%;
    }

    /* Untuk tablet */
}