.home-category-section {
    margin: 30px auto!important;
}
.home-category-flex{
    display: flex;
    justify-content: space-between;
}

.category-block {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 24.5%;
    position: relative;
    text-align: center;
    overflow:hidden;
}

.category-block h2 {
    color: #fff;
    display: block;
    width: 100%;
}

.category-block .category-h2 {
    display: block;
    font-family: 'National 2';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
}

.category-block .category-h2:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0;
    border-left: 300px solid transparent;
}

.category-block .category-h2:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0;
    border-right: 300px solid transparent;
}



.category-block:nth-of-type(1) .category-h2 {
    background-color: rgba(255,204,206,0.7);
}
.category-block:nth-of-type(2) .category-h2 {
    background-color: rgba(33,65,118,0.6);
}
.category-block:nth-of-type(3) .category-h2 {
    background-color: rgba(183,198,219,0.6);
}
.category-block:nth-of-type(4) .category-h2 {
    background-color: rgba(33,68,43,0.6);
}



.category-block:nth-of-type(1) .category-h2:before {
    border-bottom: 100px solid rgba(255,204,206,0.7);
}
.category-block:nth-of-type(1) .category-h2:after {
    border-top: 100px solid rgba(255,204,206,0.7);
}

.category-block:nth-of-type(2) .category-h2:before {
    border-bottom: 100px solid rgba(33,65,118,0.6);
}
.category-block:nth-of-type(2) .category-h2:after {
    border-top: 100px solid rgba(33,65,118,0.6);
}

.category-block:nth-of-type(3) .category-h2:before {
    border-bottom: 100px solid rgba(183,198,219,0.6);
}
.category-block:nth-of-type(3) .category-h2:after {
    border-top: 100px solid rgba(183,198,219,0.6);
}

.category-block:nth-of-type(4) .category-h2:before {
    border-bottom: 100px solid rgba(33,68,43,0.6);
}
.category-block:nth-of-type(4) .category-h2:after {
    border-top: 100px solid rgba(33,68,43,0.6);
}

.category-block:nth-of-type(1) .category-h2, .category-block:nth-of-type(3) .category-h2 {
    top: 51%;
}
.category-block:nth-of-type(2) .category-h2, .category-block:nth-of-type(4) .category-h2 {
    top: 20%;
}

.category-block .category-hover {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding: 0 20px;
    text-align:center;
    position: absolute;
    top: 0;
    left:0;
}

.category-block .category-hover p {
    font-family: "National 2";
    font-size: 14px;
    color: #fff;
    margin-top:0;
    line-height: 24px;
}

.category-block .category-hover a {
    font-family: 'National 2 Bold';
    font-weight: 700;
    display: block;
    border: 1px #fff solid;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}

.category-block .category-hover a:after {
  content: ' \203A \203A';
  position: relative;
  top: -2px;
}

.category-block .category-hover h2 {
    font-family: 'National 2';
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: none;
    text-transform: uppercase;
    margin: 10px 0;
}

.category-block:hover .category-hover{
    display: block;
}

.category-block:hover .category-h2 {
    display: none;
}

@media screen and (max-width: 999px) {
    .category-block .category-h2 {
        display: none;
    }
    .category-block .category-hover {
        display: block;
    }
    .home-category-section {
        width: 100%!important;
        max-width: 100%!important;
        padding: 0!important;
        
    }
    
    .category-block .category-hover {
        padding: 0 5px;
    }
    
    .category-block .category-hover h2 {
        font-size: 13px;
    }
    
    .category-block .category-hover a::after {
        content: '';
    }
    .category-block .category-hover a {
        font-size: 14px;
    }
}

@media screen and (max-width: 762px) {
    .home-category-flex {
      flex-direction: column;
    }
    .category-block {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .category-block:last-of-type {
        margin-bottom: 0;
    }
    
    
    .category-block:nth-of-type(1), .category-block:nth-of-type(2), .category-block:nth-of-type(3), .category-block:nth-of-type(4) {
        background-image: none!important
    }
    
    .category-block:nth-of-type(1) .category-h2::after, .category-block:nth-of-type(2) .category-h2::after, .category-block:nth-of-type(3) .category-h2::after, .category-block:nth-of-type(4) .category-h2::after {
        border-top: none!important;
        content: '';
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 30px;
        left: 0px;
        bottom: 20px;
        right: 0;
        border: 0px;
        background: url(/wp-content/uploads/2023/07/mob_down_arrow.png) no-repeat center;
    }
    
    .category-block:nth-of-type(1) .category-h2::before,.category-block:nth-of-type(2) .category-h2::before,.category-block:nth-of-type(3) .category-h2::before,.category-block:nth-of-type(4) .category-h2::before {
        border-bottom:none!important;
        
    }
    
    .category-block:hover .category-h2, .category-block:active .category-h2 {
        display: flex;
    }
    
    .category-block .category-h2 {
        height: 120px;
        position: relative;
        top:0;
        margin:0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 25px 0;
    }
    
    .category-block:nth-of-type(1) .category-h2 {
        background: url('/wp-content/uploads/2023/06/mob_prof.jpg');
        background-size: cover;
    }
    .category-block:nth-of-type(2) .category-h2 {
        background: url("/wp-content/uploads/2023/06/mob_flexible.jpg");
        background-size: cover;
    }
    .category-block:nth-of-type(3) .category-h2 {
        background: url("/wp-content/uploads/2023/06/mob_afford.jpg");
        background-size: cover;
    }
    .category-block:nth-of-type(4) .category-h2 {
        background: url("/wp-content/uploads/2023/06/mob_military.jpg");
        background-size: cover;
    }
    
    .category-block .category-hover {
        display: none;
        position:relative;
        background: transparent;
    }
    
    .category-block .category-hover h2 {
        display: none;
    }
    
    .category-block .category-hover p, .category-block .category-hover a {
        color: #000;
    }
    
    .category-block .category-hover p {
        margin-top: 20px;
    }
    
    .category-block .category-hover a {
        font-size: 18px;
        border-color: #000;
    }
    .category-block .category-hover a::after {
      content: ' \203A \203A';
    }
    
    .category-block.active .category-hover{
        display:block;
    }
    
}
















