/*
 * Responsive Style
 */


/*	Table of Content
========================
	# 
========================
*/

@font-face {
font-family: "BLKCHCRY";
src: url("../font/baskerville/BLKCHCRY.TTF");
}


.cat-wrapper {
    padding-top: 120px;
    padding-left: 100px;
    display: flex;
    flex-direction: row;
    height: 100vh;
    /*width: 100vw;*/
}
.cat-box{
    width: 110px;
    height: calc(100vh - 122px);
    background: #111;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.cat-item-wrapper{
    position: relative;
    width: calc(100% - 110px);
    padding: 3px 15px;
    padding-right: 0px;
    height: calc(100vh - 127px);
    overflow: hidden;
    overflow-y: auto;
    display: grid;
    gap: 5px
}
.cat-top-wrapper{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5px;
}

.cat-top-wrapper>div:first-child{
    height: 580px;
}
.cat-top-wrapper>div:first-child>div{
    height: 100%;
}
.cat-top-wrapper>div:nth-child(2){
    grid-column: 2/4;
}
.cat-top-wrapper>div:nth-child(2),
.cat-top-wrapper>div:nth-child(3){
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cat-top-wrapper>div:nth-child(2)>div,
.cat-top-wrapper>div:nth-child(3)>div{
    width: 100%;
    height: 100%;
}
.cat-bottom-wrapper{
    display: flex;
    flex-direction: row;
    height: 380px;
    gap: 5px;
}
.cat-bottom-wrapper>div{
    width: 100%;
    height: 100%;
}
/*.cat-item-wrapper>div{*/
/*    max-width: 295px;*/
/*    width: 100%;*/
/*}*/
/*.cat-item-wrapper>div{*/
/*    position: relative;*/
/*    bottom: 7px;*/
/*}*/
/*.cat-item-wrapper>div:first-child{*/
/*    position: absolute !important;*/
/*    top: 3px;*/
/*    bottom: 0;*/
/*    left: 15px;*/
/*    height: 480px;*/
/*}*/
/*.cat-item-wrapper>div:nth-child(n+2){*/
/*    max-width: 520px;*/
/*    height: 220px;*/
/*}*/

.cat-content-wrapper {
    position: absolute;
    top: 89px;
    left: 200px;
    right: 200px;
    bottom: 0;
    z-index: 4;
}

.cat-content-wrapper .inner {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.cat-content-wrapper .left {
    width: 16%;
}

.cat-content-wrapper .right {
    width: 83%;
}

.cat-header {}

.cat-content-wrapper .height-fix {
    height: 832px;
    max-height: 832px;
    overflow: hidden;
}

.cat-header {
    border-bottom: 4px solid var(--bb-sec-black-color);
    border-right: 4px solid var(--bb-sec-black-color);
}

.title-rotate {
    transform: rotate(-90deg);
    text-align: left;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    height: 45px;
    position: absolute;
    bottom: 40px;
    width: 325px;
}
.cat-name
.cat-title {
    margin-bottom: 0;
}

.cat-title h3 {
    color: #D71920 !important;
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: none;
}
.cat-title h3:first-letter{
    font-size: 36px;
}

.cat-title span {
    display: block;
    font-size: 24px;
    text-transform: initial;
}

.cat-content {
    padding: 8px;
}

.cat-content h2 {
    font-size: 3rem;
    color: #fff;
    font-family: poppins;
}

.cat-content h4 {
    font-size: 1.4rem;
    color: #fff;
    text-transform: inherit;
}

.more_info {
    position: relative;
    cursor: pointer;
}

.more_info .popup {
    width: 240px;
    padding: 8px;
    position: absolute;
    top: 2%;
    left: 2%;
    background: #ffffff;
    background-repeat: no-repeat;
    z-index: 100;
    display: none;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.more_info img {
    /* Full height */
    height: 100% !important;
    width: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.slogan-title{
    font-family: 'BLKCHCRY';
}
.slogan-title:first-letter{
    font-size: 40px !important;
}

/* 	==========================================================================
	Grid
	========================================================================== */

.angry-grid {
    display: grid;
    grid-template-rows: 307.3px 307.3px 307.3px 307.3px 307.3px 307.3px;
    /*grid-template-columns: 307.3px 307.3px 307.3px 307.3px;*/
    gap: 8px;
    height: 100%;
}

#item-0 {
    background-color: #B8976B;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

#item-1 {
    background-color: #7F9E95;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 4;
}

#item-2 {
    background-color: #BC9A58;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 4;
}

#item-3 {
    background-color: #EFBE9D;
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5;
}

#item-4 {
    background-color: #5B77A7;
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}

#item-5 {
    background-color: #9FE6ED;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 3;
}

#item-6 {
    background-color: #CD5659;
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 5;
}

#item-7 {
    background-color: #9B5BC9;
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
}

#item-8 {
    background-color: #DA96B7;
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 4;
}

#item-9 {
    background-color: #5FA5D9;
    grid-row-start: 4;
    grid-column-start: 4;
    grid-row-end: 5;
    grid-column-end: 5;
}

#item-10 {
    background-color: #E575AC;
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 3;
}

#item-11 {
    background-color: #8B5A97;
    grid-row-start: 5;
    grid-column-start: 3;
    grid-row-end: 7;
    grid-column-end: 4;
}

#item-12 {
    background-color: #BCD77B;
    grid-row-start: 5;
    grid-column-start: 4;
    grid-row-end: 6;
    grid-column-end: 5;
}

#item-13 {
    background-color: #AAABB9;
    grid-row-start: 6;
    grid-column-start: 4;
    grid-row-end: 7;
    grid-column-end: 5;
}

#item-14 {
    background-color: #C58A76;
    grid-row-start: 6;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-column-end: 2;
}

#item-15 {
    background-color: #A7A8D9;
    grid-row-start: 6;
    grid-column-start: 2;
    grid-row-end: 7;
    grid-column-end: 3;
}

#item-16 {
    background-color: #D9BD9C;
    grid-row-start: 7;
    grid-column-start: 1;
    grid-row-end: 8;
    grid-column-end: 3;
}

#item-17 {
    background-color: #FE9665;
    grid-row-start: 7;
    grid-column-start: 3;
    grid-row-end: 8;
    grid-column-end: 4;
}

#item-18 {
    background-color: #7DFB55;
    grid-row-start: 7;
    grid-column-start: 4;
    grid-row-end: 8;
    grid-column-end: 5;
}

#item-19 {
    background-color: #D7AB58;
    grid-row-start: 8;
    grid-column-start: 1;
    grid-row-end: 9;
    grid-column-end: 2;
}

#item-20 {
    background-color: #AF6D55;
    grid-row-start: 8;
    grid-column-start: 2;
    grid-row-end: 9;
    grid-column-end: 4;
}

#item-21 {
    background-color: #5F7EB8;
    grid-row-start: 8;
    grid-column-start: 4;
    grid-row-end: 9;
    grid-column-end: 5;
}

.cat-header-mobile {
    display: none;
}
.slogan{
    text-wrap: nowrap;
    position: absolute;
    left: -135px;
    top: 50%;
}

.cat-name {
    position: absolute;
    /* top: 76%; */
    left: -76px;
    bottom: 145px;
}




/* 	==========================================================================
	
	========================================================================== */

@media (max-width: 479px) {
    .cat-box,
    .cat-item-wrapper{
        height: calc(100vh - 100px);
    }
    .cat-content-wrapper {
        position: absolute;
        top: 89px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 4;
    }
    .cat-header {
        display: none;
    }
    .cat-content-wrapper .inner {
        flex-direction: column;
    }
    .cat-content-wrapper .left {
        width: 100%;
        text-align: center;
    }
    .cat-content-wrapper .right {
        width: 100%;
    }
    .angry-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .angry-grid div {
        width: 100%;
    }
    .cat-wrapper{
        padding-top: 0px;
        padding-left: 0;
    }
}


/* 	==========================================================================
	
	========================================================================== */

@media (min-width: 480px) and (max-width: 575px) {
    .cat-box,
    .cat-item-wrapper{
        height: calc(100vh - 102px);
    }
    .cat-content-wrapper {
        position: absolute;
        top: 89px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 4;
    }
    .cat-header {
        display: none;
    }
    .cat-content-wrapper .inner {
        flex-direction: column;
    }
    .cat-content-wrapper .left {
        width: 100%;
        text-align: center;
    }
    .cat-content-wrapper .right {
        width: 100%;
    }
    .angry-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .angry-grid div {
        width: 100%;
    }
    .cat-wrapper{
        padding-top: 0px;
        padding-left: 0;
    }
}


/* 	==========================================================================
	Small devices (landscape phones, 576px and up)
	========================================================================== */

@media (min-width: 576px) and (max-width: 767px) {
    .cat-box,
    .cat-item-wrapper{
        height: calc(100vh - 102px);
    }
    .cat-content-wrapper {
        position: absolute;
        top: 89px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 4;
    }
    .cat-header {
        display: none;
    }
    .cat-content-wrapper .inner {
        flex-direction: column;
    }
    .cat-content-wrapper .left {
        width: 100%;
        text-align: center;
    }
    .cat-content-wrapper .right {
        width: 100%;
    }
    .angry-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .angry-grid div {
        width: 100%;
    }
    .cat-wrapper{
        padding-top: 0px;
        padding-left: 0;
    }
}


/* 	==========================================================================
	Medium devices (tablets, 768px and up)
	========================================================================== */

@media (min-width: 768px) and (max-width: 991px) {
    .cat-box,
    .cat-item-wrapper{
        height: calc(100vh - 102px);
    }
    .cat-content-wrapper {
        position: absolute;
        top: 89px;
        left: 80px;
        right: 80px;
        bottom: 20px;
        z-index: 4;
    }
    .cat-header {
        display: none;
    }
    .cat-content-wrapper .inner {
        flex-direction: column;
    }
    .cat-content-wrapper .left {
        width: 100%;
        text-align: center;
    }
    .cat-content-wrapper .right {
        width: 100%;
    }
    .angry-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .angry-grid div {
        width: 49%;
    }
    .cat-wrapper{
        padding-top: 0px;
        padding-left: 0;
    }
}


/* 	==========================================================================
	Large devices (desktops, 992px and up)
	========================================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .cat-box,
    .cat-item-wrapper{
        height: calc(100vh - 102px);
    }
    .cat-content-wrapper {
        position: absolute;
        top: 89px;
        left: 80px;
        right: 80px;
        bottom: 20px;
        z-index: 4;
    }
    .cat-header {
        display: none;
    }
    .cat-content-wrapper .inner {
        flex-direction: column;
    }
    .cat-content-wrapper .left {
        width: 100%;
        text-align: center;
    }
    .cat-content-wrapper .right {
        width: 100%;
    }
    .angry-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .angry-grid div {
        width: 49%;
    }
    .cat-wrapper{
        padding-top: 0px;
        padding-left: 0;
    }
}


/* 	==========================================================================
	X-Large devices (large desktops, 1200px and up)
	========================================================================== */

@media (min-width: 1200px) and (max-width: 1365px) {
    .cat-content-wrapper .height-fix {
        height: 670px;
        max-height: 670px;
    }
    .cat-content-wrapper .left {
        width: 30%;
    }
    .cat-content-wrapper .right {
        width: 69%;
    }
    /*
    .angry-grid {
        grid-template-rows: 130px 130px 130px 130px 130px 130px;
        grid-template-columns: 130px 130px 130px 130px;

    }*/
    .cat-header-mobile {
        display: none;
    }
    .angry-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .angry-grid div {
        width: 49%;
    }
}


/* 	==========================================================================
	XX-Large devices (larger desktops, 1400px and up)
	========================================================================== */

@media (min-width: 1366px) and (max-width: 1599px) {
    .cat-content-wrapper .height-fix {
        height: 670px;
        max-height: 670px;
    }
    .cat-content-wrapper .left {
        width: 25%;
    }
    .cat-content-wrapper .right {
        width: 74%;
    }
    .angry-grid {
        grid-template-rows: 169px 169px 169px 169px 169px 169px;
        /*grid-template-columns: 169px 169px 169px 169px;*/
    }
    .cat-header-mobile {
        display: none;
    }
}


/* 	==========================================================================
	XXX-Large devices (larger desktops, 1600px and up)
	========================================================================== */

@media (min-width: 1600px) and (max-width: 1919px) {
    .cat-content-wrapper .height-fix {
        height: 800px;
        max-height: 800px;
    }
    .cat-content-wrapper .left {
        width: 20%;
    }
    .cat-content-wrapper .right {
        width: 79%;
    }
    .angry-grid {
        grid-template-rows: 230px 230px 230px 230px 230px 230px;
        /*grid-template-columns: 230px 230px 230px 230px;*/
    }
    .cat-header-mobile {
        display: none;
    }
}