:root {
    --pr-color : #93c8d1;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #F3FFF4;
    overflow-x: hidden;
}

/* navbar */

.navbar {
    z-index: 3;
}

.bg-transparent {
    transition: all ease-in-out 0.3s;
}

/* navbar color */
.nav-color {
    background-color: #5b767a;
    transition: all ease-in-out 0.3s;
}

* {
    z-index: 2;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
}

.nav-link {
    font-size: 16px;
}

.nav-link.active {
    font-weight: 700;
}

/* .button-secondary {
    width: 133px;
    height: 40px;
    background-color: #fff;
    color : var(--pr-color);
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.button-primary {
    width: 133px;
    height: 40px;
    background-color: transparent;
    color : #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
} */

/* hero section */

#hero {
    background: linear-gradient(160deg, var(--pr-color), #000);
    height: 100vh;
    width: 100%;
}

.img-hero {
    height: 100%;
    z-index: 1;
    margin-bottom: -75px;
    margin-right: -50px;
}

.hero-tagline h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    line-height: 72px;
    margin-top: 100px;
}

.hero-tagline p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 20px;
    line-height: 30px;
    width: 85%;
}

.button-lg-primary {
    width: 237px;
    height: 50px;
    background-color: #fff;
    color: var(--pr-color);
    border: none;
    font-size: 20px;
    font-weight: 700;
}

/* produk section */
#produk {
    background-image: url(../assets/heroproduk.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#produk h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
}

#produk .container {
    padding: 200px 0 200px 0;
}

#produk .overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* layanan section */
h2 {
    font-size: 30px;
    font-weight: 500;
    color: var(--pr-color);
}

.card-layanan {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.circle-icon {
    width: 70px;
    height: 70px;
    background-color: var(--pr-color);
    border-radius: 50%;
    transition: all .1s ease-in;
}

.card-layanan h3 {
    color: var(--pr-color);
    font-size: 24px;
    transition: all .2s ease-in;
}

.card-layanan p {
    color: #000;
    font-size: 14px;
    transition: all .3s ease-in;
}


/* layanan hover */
.card-layanan:hover {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    background: linear-gradient(160deg, var(--pr-color), #000);
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.card-layanan:hover .circle-icon {
    background-color: #fff;
    transition: all .2s ease-in;
}

.card-layanan:hover h3 {
    color: #fff;
    font-size: 24px;
    transition: all .2s ease-in;
}

.card-layanan:hover p {
    color: #fff;
    font-size: 14px;
    transition: all .2s ease-in;
}

/* search section */

#search {
    background-image: url(../assets/bannerartikel.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#search h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
}

.input-cari .form-control {
    height: 50px;
}

.input-cari {
    height: 50px;
}

.input-cari:focus {
    border: none;
}

.input-cari .button-primary {
    height: 50px;
    width: 100px;
    background-color: var(--pr-color);
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 10px 10px 0;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    color: #000;
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--pr-color);
    border-radius: 0 9px 0 0;
    font-weight: 500;
}

/* artikel section */
#artikel a {
    text-decoration: none;
}
.card {
    height: 440px;
    width: 95%;
    border: none;
    margin-bottom: 50px;
}

.card-body h4 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    transition: all ease-in-out .3s;
}

.card:hover {
    background: linear-gradient(170deg, #ffea00, #f15601, #f15601, #2d1000);
    box-shadow: 0 5px 2px rgba(0, 0, 0, .25);
}

.card:hover .card-body h4 {
    color: #fff;
    transition: all ease-in-out .3s;
}

.card-info-akademi {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    background-color: #fff;
}

.card-info-akademi span {
    padding: 1px;
}

.card:hover .card-info-akademi span {
    font-weight: 500;
}

#artikel .img-banner {
    width: 100%;
    height: 250px;
}

/* client section */
.button-client {
    width: 238px;
    height: 63px;
    background-color: var(--pr-color);
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

#client h2 {
    font-size: 48px;
    font-weight: 500;
}

.button-arrow-left {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: var(--pr-color);
    padding: 0;
}

.button-arrow-right {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: var(--pr-color);
    padding: 0;
}

/* contact section */
#contact {
    background-image: url(../assets/bannercontact.png);
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

#contact .overlay {
    background: rgba(0, 0, 0, 0.5);
}

#contact .container {
    padding: 148px 0 148px 0;
}

#contact h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
}

#contact h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin: 19px 0 14px 0;
}

.kontak a {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    margin-left: 18px;
    width: 334px;
    display: inline-block;
}

.card-contact {
    width: 100%;
    height: 445px;
    background-color: #fff;
    border-radius: 5px;
    padding: 52px 48px;
}

.card-contact h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: var(--pr-color);
    text-align: center;
    margin-bottom: 21px;
}

.card-contact .form-control {
    background: #c4c4c4;
    height: 75px !important;
    border-radius: 0;
}

.form-floating label {
    font-size: 16px;
    line-height: 18px;
    color: #717171;
}

.button-contact {
    width: 100%;
    height: 75px;
    background: var(--pr-color);
    border: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

/* footer */
footer {
    width: 100%;
    height: 100px;
    background: #000;
}

.copyright {
    bottom: 1%;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

footer a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

/* galeri section */
.img-galeri {
    width: 250px;
    height: 200px;
    margin-bottom: 25px;
}

/* hero_event section */
#hero_event {
    background-image: url(../assets/hero\ event.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero_event h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
    margin-top: 25%;
}

#hero_event .overlay {
    background: rgba(0, 0, 0, 0.5);
}

#hero_event h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

/* event section */
.card-event {
    width: 100%;
    border: none;
    margin-bottom: 50px;
    background: #c4c4c4;
    padding: 10px;
    border-radius: 10px;
}

.card-title {
    margin-left: 20px;
}

.card-text {
    margin-left: 20px;
}

#event img {
    width: 100%;
    height: 200px;
}

/* hero client section */
#hero_daftarclient {
    background-image: url(../assets/heroclient.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero_daftarclient h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
    margin-top: 20%;
    color: #fff;
}

#hero_daftarclient .overlay {
    background: rgba(0, 0, 0, 0.5);
}

#hero_daftarclient h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.card-client {
    border: none;
    width: 250px;
    margin-bottom: 50px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
}

#daftarclient img {
    width: 100%;
    height: 200px;
}

/* hero profile section */
#heroprofile {
    background-image: url(../assets/heroprofile.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#heroprofile h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
    margin-top: 25%;
}

#heroprofile .overlay {
    background: rgba(0, 0, 0, 0.5);
}

#heroprofile h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

/* profile section */
.card-profile {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.circle-icon-profile {
    width: 50px;
    height: 50px;
    background-color: var(--pr-color);
    border-radius: 50%;
    transition: all .1s ease-in;
}

.card-profile h3 {
    padding: 10px;
    text-align: center;
    color: var(--pr-color);
    font-size: 24px;
    transition: all .2s ease-in;
}

.card-profile p {
    color: #000;
    font-size: 14px;
    transition: all .2s ease-in;
}


/* profile section hover */
.card-profile:hover {
    width: 100%;
    height: auto;
    background-color: #fff;
    background: linear-gradient(160deg, #000, #000);
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.card-profile:hover .circle-icon-profile {
    background-color: #0b3d46;
    transition: all .2s ease-in;
}

.card-profile:hover h3 {
    color: var(--pr-color);
    font-size: 24px;
    transition: all .2s ease-in;
}

.card-profile:hover p {
    color: #fff;
    font-size: 14px;
    transition: all .2s ease-in;
}

.card-profile .list:hover {
    color: var(--pr-color);
    font-size: 14px;
}


/* about section */
.card-about {
    width: 100%;
    height: 700px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}


.circle-icon-about {
    width: 150px;
    height: 140px;
    background-color: var(--pr-color);
    border-radius: 50%;
    transition: all .1s ease-in;
}

.card-about h3 {
    color: var(--pr-color);
    font-size: 24px;
    transition: all .2s ease-in;
}

.card-about p {
    color: #000;
    font-size: 14px;
    transition: all .3s ease-in;
}

.card-about img {
    width: 100%;
    height: 100%;
}

.judul-deskripsi {
    text-align: start;
    margin-bottom: 10px;
    color: #fff;;
    font-weight: 700;
    font-size: 30px;
}

.judul-deskripsi-dua {
    text-align: start;
    margin-bottom: 10px;
    color: #1f6088;;
    font-weight: 700;
    font-size: 30px;
}

.text-deskripsi {
    color: #fff;
    text-align: start;
}

.text-deskripsi-dua {
    color: #1f6088;
    text-align: start;
}


.card-satu {
    width: 100%;
    height: 430px;
    border-radius: 5px;
    background-color: var(--pr-color);
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.card-dua {
    width: 100%;
    height: 430px;
    border-radius: 5px;
    background-color: #edf3fb;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}
.card-tiga {
    width: 100%;
    height: 430px;
    border-radius: 5px;
    background-color: #1e4670;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

/* visimisi section */
.card-visi {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgb(2, 187, 254);
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.card-misi {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #0072fd;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.title-visimisi {
    color: #fff;
}

.text-visimisi   {
    color: #fff;
}

.card-visi:hover {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(160deg, rgb(2, 187, 254), #000);
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.card-visi:hover .title-visimisi {
    color: var(--pr-color);
    transition: all .2s ease-in;
}

.card-visi:hover .text-visimisi {
    color: #fff;
    transition: all .2s ease-in;
}

.card-misi:hover {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(160deg, #0072fd, #000);
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.card-misi:hover .title-visimisi {
    color: var(--pr-color);
    transition: all .2s ease-in;
}

.card-misi:hover .text-visimisi {
    color: #fff;
    transition: all .2s ease-in;
}

/* detailevent section */

.card-detailevent {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #d4d9e0;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.img-event {
    width: 100%;
    height: 600px;
    padding: 20px;
}

#detailevent a {
    color: #fff;
}

#detailevent .btn {
    margin-top: 50px;
    width: 100%;
}

/* detailartikel section */
.card-detailartikel {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #d4d9e0;
    padding: 20px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in;
}

.img-artikel {
    width: 100%;
    height: 600px;
    padding: 20px;
}

#detailartikel a {
    color: #fff;
}

#detailartikel .btn {
    margin-top: 50px;
    width: 100%;
}
