*{

margin:0;

padding:0;

box-sizing:border-box;

font-family:'Poppins',sans-serif;

}

html{

scroll-behavior:smooth;

}

body{

background:#ffffff;

color:#333;

overflow-x:hidden;

}

section{

padding:90px 0;

}

a{

text-decoration:none;

}

img{

max-width:100%;

}

:root{

--primary:#0B1F3A;

--secondary:#0D6EFD;

--success:#2BB673;

--danger:#dc3545;

--light:#f8f9fa;

--white:#ffffff;

--shadow:0px 10px 30px rgba(0,0,0,.08);

}

.topbar{

background:var(--primary);

color:white;

padding:10px 0;

font-size:14px;

}

.topbar a{

color:white;

margin-left:15px;

transition:.3s;

}

.topbar a:hover{

color:#ffc107;

}

.topbar{
    background:var(--primary);
    color:#fff;
    padding:10px 0;
    font-size:14px;
    position:relative;
    z-index:1031;
}

.navbar{
    background:#ffffff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    z-index:1030;
}

/* ===========================
        NAVBAR
=========================== */

.navbar{

    background:#ffffff;

    padding:15px 0;

    transition:.4s;

}

.navbar.scrolled{

    background:#ffffff;

    box-shadow:0 5px 20px rgba(0,0,0,.1);

    padding:10px 0;

}

.navbar-brand{

    display:flex;

    align-items:center;

}

.navbar-brand img{

    width:65px;

    margin-right:10px;

}

.logo-text h5{

    margin:0;

    color:#0B1F3A;

    font-weight:700;

    font-size:22px;

}

.logo-text small{

    color:#666;

    font-size:12px;

}

.nav-link{

    color:#0B1F3A;

    font-weight:500;

    margin:0 12px;

    transition:.3s;

    position:relative;

}

.nav-link:hover{

    color:#dc3545;

}

.nav-link::after{

    content:"";

    width:0;

    height:2px;

    background:#dc3545;

    position:absolute;

    left:0;

    bottom:-5px;

    transition:.3s;

}

.nav-link:hover::after{

    width:100%;

}

.daftar-btn{

    border-radius:50px;

    padding:10px 25px;

    font-weight:600;

}

/*=================================
        HERO SLIDER
==================================*/

#hero{

    padding:0;

    margin:0;

}

.carousel-item{

    height:700px;

}

.carousel-item img{

    width:100%;

    height:700px;

    object-fit:cover;

}

.carousel-indicators button{

    width:12px;

    height:12px;

    border-radius:50%;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

    background-color:rgba(0,0,0,.45);

    border-radius:50%;

    padding:18px;

}

@media(max-width:992px){

.carousel-item{

height:500px;

}

.carousel-item img{

height:500px;

}

}

@media(max-width:768px){

.carousel-item{

height:300px;

}

.carousel-item img{

height:300px;

}

}

/*==================================
            ABOUT
===================================*/

#about{

    background:#ffffff;

}

.about-logo img{

    width:320px;

    transition:.4s;

}

.about-logo img:hover{

    transform:scale(1.05);

}

.section-subtitle{

    color:#dc3545;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:2px;

}

.section-title{

    font-size:38px;

    font-weight:700;

    color:#0B1F3A;

    margin:15px 0;

}

.about-text{

    color:#666;

    line-height:1.9;

    text-align:justify;

}

.visi-box{

    background:#f8f9fa;

    padding:20px;

    margin-top:25px;

    border-left:5px solid #0D6EFD;

    border-radius:10px;

}

.visi-box h5{

    color:#0B1F3A;

    font-weight:700;

}

/*======================================
        LAYANAN
======================================*/

#layanan{

    background:#f8f9fa;

}

.section-desc{

    color:#666;

    max-width:700px;

    margin:auto;

}

.service-box{

    background:#ffffff;

    padding:35px 25px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.service-box:hover{

    transform:translateY(-10px);

}

.service-icon{

    width:90px;

    height:90px;

    background:#0B1F3A;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    margin-bottom:25px;

    font-size:35px;

}

.service-box h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

    color:#0B1F3A;

}

.service-box p{

    color:#666;

    line-height:1.8;

}

/*=====================================
        PROGRAM
======================================*/

#program{

background:#ffffff;

}

.program-card{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.program-card:hover{

transform:translateY(-10px);

}

.program-card img{

width:100%;

height:220px;

object-fit:cover;

}

.program-body{

padding:25px;

}

.program-body h4{

font-size:24px;

font-weight:700;

color:#0B1F3A;

margin-bottom:15px;

}

.program-body p{

color:#666;

line-height:1.8;

}

/*====================================
            GALERI
=====================================*/

#galeri{

background:#f8f9fa;

}

.gallery-item{

overflow:hidden;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

cursor:pointer;

}

.gallery-item img{

width:100%;

height:260px;

object-fit:cover;

transition:.5s;

}

.gallery-item:hover img{

transform:scale(1.08);

}

/*====================================
            BERITA
=====================================*/

.news-card{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.news-card:hover{

transform:translateY(-10px);

}

.news-card img{

width:100%;

height:220px;

object-fit:cover;

}

.news-body{

padding:25px;

}

.news-body small{

color:#999;

}

.news-body h4{

margin:15px 0;

font-size:23px;

font-weight:700;

}

.news-body a{

font-weight:600;

}

/*=====================================
        STATISTIK
======================================*/

#statistik{

background:#0B1F3A;

padding:80px 0;

}

.counter-box{

color:#fff;

}

.counter-box i{

font-size:45px;

margin-bottom:20px;

color:#ffc107;

}

.counter-box h2{

font-size:45px;

font-weight:700;

margin-bottom:10px;

}

.counter-box p{

font-size:18px;

margin:0;

}

/*=====================================
            CTA
======================================*/

#cta{

padding:100px 0;

background:#dc3545;

}

.cta-box{

color:white;

}

.cta-box h2{

font-size:42px;

font-weight:700;

margin-bottom:20px;

}

.cta-box p{

max-width:700px;

margin:auto;

margin-bottom:30px;

font-size:18px;

line-height:1.8;

}

.cta-box .btn{

padding:15px 40px;

border-radius:50px;

font-weight:600;

}

/*=====================================
            FOOTER
======================================*/

#footer{

background:#08172d;

color:white;

padding:70px 0 20px;

}

.footer-menu{

padding:0;

list-style:none;

}

.footer-menu li{

margin-bottom:10px;

}

.footer-menu a{

color:white;

transition:.3s;

}

.footer-menu a:hover{

color:#ffc107;

}

#footer hr{

margin:40px 0 20px;

border-color:rgba(255,255,255,.15);

}

#footer h5{

margin-bottom:20px;

font-weight:700;

}