/* navbar */
.navbar {
    background-color:	#f3aa6a;
}
.navbar .navbar-brand{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #faf9f9;
}

.navbar-light .navbar-nav .nav-link{
    color: #f7f4f2;
 }

 /* jumbotron */
.jumbotron {
    background-size : cover;
    height: 650px;
}
.jumbotron .display-4{
    font-weight: 350;
    font-size: 40px;
    text-transform: uppercase;
    color: #FDEBD0;
}
.jumbotron .jb {
    margin-top:115px;
}

.jumbotron hr{
    border-color: #F5B041 ;
    width: 70px;
    border-width: 3px;
}

.jumbotron h2{
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
    color: white;
}

.jumbotron b{
    color: #EB984E;
}


.carousel{
    width: 12rem;
}

.btn{
    margin-top: 5px;
}

.search-box{
    width: 100%;
    position: relative;
    display: flex;
}

.search{
    width:100%;
    border: 2px solid #D35400 ;
    border-right: none;
    padding: 5px;
    height: 40px;
    outline: none;
    color:black;
}

.search:focus{
    color:black;
    box-shadow: 0 0 10px rgb(11, 87, 250);

}

.search-btn{
    width: 60px;
    height: 40px;
    border: 1px solid #D35400 ;
    background: #D35400;
    text-align: center;
    color:white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 15px;
}

/* isi-content */
.isi-content {
    margin-top: 30px;
}
.isi-content h1 {
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #EB984E;
}

.isi-content hr{
    border-color: #F5B041 ;
    width: 15%;
    border-width: 3px;
    margin-top: -2px;
}

.inner{
    overflow: hidden;
}

.inner img{
    transition: all 1.5s ease;
}

.inner:hover img{
    transform: scale(1.5) ;
}

.card-font{
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    color: #40f313;

}

.komentar{
    background-color: #F0E68C;
    height: 550px;
    margin-top: 30px;
}



.komentar h1{
    padding: 30px 0;
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    color:#10504d;
}

.komentar hr{
    border-color: #1a1918 ;
    width: 70px;
    border-width: 3px;
    margin-top: -30px;
}

form label b{
    color: #10504d;
}



 /* versi dekstop */
 @media (min-width: 992px) {
    .navbar{
        padding: 10px 0;
        background-color: transparent;
    }

    .navbar .navbar-brand{
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2em;
        color: #EB984E;
        margin-left: 50px;
    }
   
    .navbar .nav-item{
       font-weight: 800;
       text-transform: uppercase;
       margin-right: 50px;
       text-shadow: 1px 1px 1px rgb( 0, 0, 0, 0.7);
    }
   
    .navbar-light .navbar-nav .nav-link{
       color: #FDEBD0;
       padding: 10px 25px;
    }
    
    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #D35400;
        width: 50%;
        margin: auto;
        margin-bottom: -13px;
    }

    .jumbotron {

        background-size : cover;
        height: 950px;
        margin-top: -225px;
        
    }

    .jumbotron .display-4{
        font-size: 50px;
    }

    .jumbotron h2{
        font-weight: 300;
        font-size: 40px;
        text-transform: capitalize;
        color: white;
    }

    .jumbotron .jb {
        margin-top: 300px;
    }

    .carousel{
        width: 18rem;
    }

    /* isi content */
    
    .isi-content h1{
        font-size: 40px;
    }
    .isi-content .row{
        margin-top: 25px;
    }
    .inner{
            width: 350px;
            height: 200px;
    }

    /* form */

    .komentar{
        height: 570px;
    }

    .komentar h1{
        font-size: 35px;
        font-weight: 400;
    }

}