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

.dkn-header{

background:#111827;



position:sticky;

top:0;

z-index:999;

}

.dkn-navbar{

max-width:1200px;

margin:auto;

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 25px;

}

.dkn-logo{

font-size:28px;

font-weight:800;

text-decoration:none;

color:#fff;

}

.dkn-menu{

display:flex;

gap:30px;

}

.dkn-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  transition: .25s;
  font-family: bebas neue;
  font-size: 36px;
}

.dkn-menu a:hover{

color:#fc0;

}



.dkn-toggle{

display:none;

font-size:28px;

background:none;

border:none;

cursor:pointer;

}

@media(max-width:768px){

.dkn-toggle{

display:block; color: #fff;

}

.dkn-menu{

display:none;

position:absolute;

top:70px;

left:0;

width:100%;

background:#101726;

padding:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.dkn-menu.active{

display:flex;

flex-direction:column;

gap:18px;

}

}




/*==========================
FOOTER
==========================*/

.dkn-footer{

margin-top:80px;

padding:70px 25px;

background:#111827;

color:#fff;

text-align:center;

}

.dkn-footer h3{

margin:0;

font-size:28px;

}

.dkn-footer p{

margin:15px 0;

opacity:.8;

}

.dkn-footer small{

opacity:.6;

}












.dkn-container{

    max-width:1400px;
    margin:20px auto;

    display:flex;

    gap:40px;

    padding:0 20px;

}

.dkn-left{

    width:300px;
    flex-shrink:0;

}

.dkn-thumb{

    position:sticky;
    top:30px;

}

.dkn-thumb img{

    width:100%;
    border-radius:20px;

}

.dkn-right{

    flex:1;

}

.dkn-box{

    background:#fff;
    border:1px solid #eee;

    border-radius:20px;

    padding:30px;

    margin-bottom:30px;

}

.dkn-category{

    display:inline-block;

    background:#111;

    color:#fff;

    padding:8px 18px;

    border-radius:999px;

    font-size:13px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.dkn-header img{

    width:100%;
    

    display:block;

}


.dkn-top{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.dkn-title-wrap{
    flex:0 0 70%;
    max-width:70%;
}

.dkn-category-wrap{
    flex:0 0 30%;
    max-width:30%;

    display:flex;
    justify-content:flex-end;
}

.dkn-title{
    margin:0;
    font-size:42px;
    line-height:1.2;
    word-break:break-word;
}

.dkn-category{
    display:flex;
    align-items:center;
    gap:12px;

    background:#111;
    color:#fff;

    padding:12px 20px;
    border-radius:999px;

    font-size:14px;
    font-weight:600;
}



/*======================================
TABLET
======================================*/

@media (max-width: 992px) {

    .dkn-container{
        gap:30px;
    }

    .dkn-left{
        width:240px;
    }

    .dkn-title{
        font-size:36px;
    }

}


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

@media (max-width: 768px) {

    .dkn-container{

        flex-direction:column;

        margin:20px auto;

        gap:20px;

        padding:0 15px;

    }


    .dkn-left{

        width:100%;

    }


    .dkn-thumb{

        position:relative;

        top:auto;

    }


    .dkn-thumb img{

        width:100%;

       

        margin:0 auto;

        display:block;

    }


    .dkn-right{

        width:100%;

    }


    .dkn-box{

        padding:20px;

        border-radius:15px;

        margin-bottom:20px;

    }


    .dkn-top{

        flex-direction:column;

        gap:20px;

    }


    .dkn-title-wrap,
    .dkn-category-wrap{

        flex:none;

        max-width:100%;

        width:100%;

    }


    .dkn-category-wrap{

        justify-content:flex-start;

    }


    .dkn-title{

        font-size:28px;

        line-height:1.3;

    }


    .dkn-category{

        width:fit-content;

        padding:10px 18px;

        font-size:13px;

    }

}


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

@media (max-width: 480px) {

    .dkn-container{

        padding:0 10px;

    }


    .dkn-box{

        padding:15px;

    }


    .dkn-title{

        font-size:24px;

    }


    .dkn-category{

        font-size:12px;

        padding:8px 15px;

    }

}

@media(max-width:768px){

    .dkn-top{
        flex-direction:column;
    }

    .dkn-title-wrap,
    .dkn-category-wrap{
        flex:1;
        max-width:100%;
        width:100%;
    }

    .dkn-category-wrap{
        justify-content:flex-start;
    }

    .dkn-title{
        font-size:32px;
    }

}



.dkn-breadcrumb {
  margin-bottom: 20px;
  font-size: 16px;
  color: #777;
  font-family: bebas neue;
}

.dkn-breadcrumb a{

    color:#777;

    text-decoration:none;

}

.dkn-breadcrumb a:hover{

    color:#111;

}

.dkn-breadcrumb span{

    margin:0 8px;

}





/*
|--------------------------------------------------------------------------
| RELATED POSTS
|--------------------------------------------------------------------------
*/

.dkn-related{

    margin-top:80px;

}

.dkn-related h2{

    font-size:32px;

    margin-bottom:30px;

}

.dkn-related-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.dkn-related-card{

    display:block;

    text-decoration:none;

    color:#111;

    background:#fff;

    border:1px solid #eee;

    border-radius:20px;

    overflow:hidden;

    transition:.3s;

}

.dkn-related-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.dkn-related-card img{

    width:100%;

    aspect-ratio:3/4;

    object-fit:cover;

    display:block;

}

.dkn-related-card h3{

    padding:20px;

    margin:0;

    font-size:18px;

    line-height:1.5;

}


/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/

@media(max-width:1024px){

    .dkn-related-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


@media(max-width:768px){

    .dkn-related{

        margin-top:50px;

    }

    .dkn-related h2{

        font-size:26px;

    }

    .dkn-related-grid{

        grid-template-columns:1fr;

    }

}




/*
|--------------------------------------------------------------------------
| RELATED CARD
|--------------------------------------------------------------------------
*/

.dkn-card-body{

    padding:20px;

}

.dkn-card-category{

    display:inline-block;

    padding:6px 14px;

    background:#111;

    color:#fff;

    border-radius:999px;

    font-size:11px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.dkn-card-body h3{

    margin:0 0 12px;

    font-size:20px;

    line-height:1.4;

}


.dkn-card-footer{

    margin-top:18px;

    padding-top:18px;

    border-top:1px solid #eee;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    font-size:13px;

    color:#666;

    flex-wrap:wrap;

}



.dkn-card-footer i{

    color:#f5b301;

    margin-right:2px;

}

.dkn-card-footer span:last-child i{

    color:#444;

}


/*
|--------------------------------------------------------------------------
| GALLERY
|--------------------------------------------------------------------------
*/

.dkn-gallery{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:15px;

margin-top:20px;

}



@media (max-width: 768px) {
 .dkn-gallery {
   grid-template-columns:
repeat(2,1fr);
  }
}







.dkn-gallery img{

width:100%;

display:block;

border-radius:12px;

}


#dkn-lightbox{

position:fixed;

left:0;
top:0;

width:100%;
height:100%;

background:rgba(0,0,0,.92);

display:none;

justify-content:center;
align-items:center;

z-index:99999;

padding:40px;

box-sizing:border-box;

}

#dkn-lightbox.active{

display:flex;

}

#dkn-lightbox img{

max-width:90%;

max-height:90%;

border-radius:12px;

}

#dkn-lightbox-close{

position:absolute;

top:20px;

right:30px;

font-size:42px;

color:#fff;

cursor:pointer;

font-weight:bold;

}



/*=========================
DEKA VIEWER
=========================*/

#dkn-viewer{

position:fixed;

inset:0;

background:rgba(0,0,0,.92);

display:none;

justify-content:center;

align-items:center;

z-index:99999;

padding:30px;

}

#dkn-viewer.active{

display:flex;

}

#dkn-viewer img{

max-width:95%;

max-height:92vh;

border-radius:12px;

box-shadow:0 20px 80px rgba(0,0,0,.4);

animation:dknZoom .25s ease;

}

#dkn-close{

position:absolute;

top:20px;

right:30px;

font-size:46px;

color:#fff;

cursor:pointer;

line-height:1;

user-select:none;

}

@keyframes dknZoom{

from{

transform:scale(.92);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}





/*=========================
ARCHIVE
=========================*/


.dkn-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0px;
    margin:0px 0;
}

.dkn-card{
    display:block;
}

.dkn-card img{
    width:100%;
    display:block;
    height:auto;
}

.dkn-pagination{
    margin-top:40px;
    text-align:center;
}


@media(max-width:900px){
    .dkn-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .dkn-grid{
        grid-template-columns:1fr;
    }
}
