/* ===================================================
   GENERAL
=================================================== */

body{
    background:#ffd700;
    min-height:100vh;
    color:#222;
}

a{
    text-decoration:none;
}

/* ===================================================
   NAVBAR
=================================================== */

.navbar{
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.06);
    box-shadow:0 3px 18px rgba(0,0,0,.05);
    padding:.9rem 0;
}

.navbar-brand img{
    height:36px;
}

.navbar-toggler{
    font-size:1.3rem;
}

/* ===================================================
   SEARCH
=================================================== */

.search-box{
    display:flex;
    flex:1;
    max-width:520px;
}

.search-box input{
    flex:1;
    border:none;
    background:#f5f5f5;
    padding:12px 18px;
    border-radius:30px 0 0 30px;
    outline:none;
}

.search-box input:focus{
    background:#fff;
}

.search-box button{
    border:none;
    background:#000;
    color:#fff;
    width:55px;
    border-radius:0 30px 30px 0;
    transition:.2s;
}

.search-box button:hover{
    background:#333;
}

/* ===================================================
   MENU
=================================================== */

.nav-link{
    color:#222 !important;
    font-weight:600;
}

.nav-link:hover{
    color:#000 !important;
}

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

.btn-login{
    border:2px solid #111;
    border-radius:30px;
    padding:9px 22px;
    font-weight:600;
}

.btn-login:hover{
    background:#111;
    color:#fff;
}

.btn-signup{
    background:#000;
    color:#fff;
    border-radius:30px;
    padding:10px 22px;
    font-weight:600;
}

.btn-signup:hover{
    background:#222;
    color:#fff;
}

/* ===================================================
   DROPDOWN
=================================================== */

.dropdown-menu{
    border:none;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    padding:10px;
}

.dropdown-item{
    border-radius:10px;
    padding:10px 14px;
}

.dropdown-item:hover{
    background:#f7f7f7;
}

/* ===================================================
   HERO
=================================================== */

.hero{
    padding-top:80px;
}

/* ===================================================
   CARD
=================================================== */

.preview-card{
    max-width:320px;
    margin:auto;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.preview-header{
    height:120px;
    background:linear-gradient(135deg,#ffe55a,#ffbe0b);
}

.avatar{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    margin-top:-50px;
    border:4px solid #fff;
}

.link-btn{
    border-radius:12px;
}

.short-box{
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* ===================================================
   MOBILE
=================================================== */

@media(max-width:991px){
.search-box{
    margin:15px 0;
    max-width:100%;
}

.btn-login,
.btn-signup{
    width:100%;
    margin-top:10px;
}

}

body{
    background:#ffd700;
}

.card{
    border-radius:20px;
}

.preview{
    border-radius:20px;
    overflow:hidden;
    min-height:400px;
}

.preview-header{
    padding:30px;
    text-align:center;
}

.preview-avatar{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
}

.navbar{
    height:56px;
    padding:0;
}

.navbar > .container{
    height:100%;
    display:flex;
    align-items:center;
}

.navbar-brand.logo{
    font-size:2.5rem;
    line-height:1;
    margin:0;
    padding:0;
}

.register-card{
    max-width:500px;
    margin:auto;
    margin-top:80px;
    border-radius:20px;
}

.login-card{
    max-width:500px;
    margin:auto;
    margin-top:80px;
    border-radius:20px;
}

.brand{
    font-weight:700;
    text-decoration:none;
    color:#000;
}