/* ==========================================================
   HEADER
========================================================== */

.ewt-navbar{

    background:rgba(5,26,23,.96);

    backdrop-filter:blur(10px);

    border-bottom:1px solid rgba(201,161,74,.25);

    padding-top:12px;

    padding-bottom:12px;

    transition:.35s;

    z-index:9999;

}


/* ==========================================================
   BRAND
========================================================== */

.navbar-brand{

    display:flex;

    align-items:center;

    gap:18px;

    text-decoration:none;

}

.navbar-brand:hover{

    text-decoration:none;

}

.brand-icon{

    width:76px;

    height:76px;

    object-fit:contain;

    flex-shrink:0;

    display:block;

}

.brand-text{

    display:flex;

    flex-direction:column;

    justify-content:center;

    line-height:1;

}

.brand-line1{

    color:#ffffff;

    font-size:2rem;

    font-weight:500;

    line-height:1;

}

.brand-line2{

    color:#d5b04d;

    font-size:2rem;

    font-weight:500;

    line-height:1;

}


/* ==========================================================
   NAVIGATION
========================================================== */

.navbar-nav .nav-link{

    color:#ffffff;

    font-weight:500;

    font-size:1.05rem;

    margin-left:14px;

    margin-right:14px;

    transition:.30s;

}

.navbar-nav .nav-link:hover{

    color:#d5b04d;

}

.navbar-nav .nav-link.active{

    color:#d5b04d;

    border-bottom:2px solid #d5b04d;

}


/* ==========================================================
   BUTTON
========================================================== */

.btn-warning{

    background:#d5b04d;

    border:none;

    color:#07231d;

    font-weight:600;

}

.btn-warning:hover{

    background:#f0c86d;

    color:#07231d;

}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width:991px){

    .brand-icon{

        width:64px;

        height:64px;

    }

    .brand-line1,

    .brand-line2{

        font-size:1.6rem;

    }

}
