body {
    background: var(--main-alpha);
}

section {
    background: var(--main-alpha);
    color: var(--main-bravo);
}

footer::before {
    display: none;
}

.hero {
    position: relative;
    background: var(--main-bravo);
    text-align: center;
    color: #000;
    padding: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 2.2727)), 4rem) 0;
}

.hero::after {
    position: absolute;
    content: "";
    height: 1.2rem;
    width: 100%;
    top: auto;
    bottom: -.1rem;
    transform: rotate(180deg);
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 424.5 9.8'%3E%3Cpath fill='%23090f14' d='M0 0v6l6-1c-1 1 5 2 6 1l6 1h6l6 1h11l5-1c0-1 6-2 6 0l5 2s6 2 6 0l6-1 5-1 6 1h6c0 1 5 3 5 1l6-2c0 2 6 2 6 2 0-2 6-1 6-1l6 1 6-1h6l6 1h6l5-1 5-2 7 1h5l5-1 6-1h6l6 1c0-1 5 0 5-2l6 1h11c0-1 7-1 7 1h7l5 1 6 1c0-2 5 0 5 0h6c0-2 6 0 6 0l5-2 6 1 5-1 5-1 6 1h5l5-1 3-2h12l5-1h6l6 1 5 1 5 1h17l5 1 6-1s6 2 6 0c0 2 5 1 5 1l6 1h6l5-1h11l5-1 6 1 5-2 5 1h6c-3-1 0-1 4-1V0H0z'/%3E%3C/svg%3E");
    filter: drop-shadow(.1rem 0.4rem 1.6rem #010a117b) drop-shadow(.1rem .1rem .2rem #010a11e4);
    background-repeat: repeat-x;
}

.hero p {
    font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.2273)), 1.8rem);
    font-weight: bold;
    max-width: 80rem;
    margin: auto;
}

h1 {
    font-family: "CallofOpsDuty", Impact, "Arial Black", "Helvetica Neue", "Futura", "Franklin Gothic", "Gotham";
    font-size: clamp(2.6rem,calc(2.6rem + ((1vw - 0.32rem) * 5.2632)),4.6rem);
    line-height: 1.1;
    font-weight: 100;
    text-transform: uppercase;
}

.container h2 {
    width: 100%;
    text-align: center;
    color: var(--main-bravo);
    margin: 4rem 0;
}

.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article {
    width: 32.5%;
    filter: contrast(1.1);
    text-decoration: none;
    color: inherit;
}

.articles::after {
    content: "";
    display: block;
    margin-left: 32.5%;
}

.article-image {
    display: flex;
    position: relative;
    height: 33.8rem;
    overflow: hidden;
    width: 100%;
}

.article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article h3 {
    color: var(--main-charlie);
    font-size: clamp(2.6rem, calc(2.6rem + ((1vw - 0.32rem) * 0.4545)), 3rem);
    letter-spacing: .1rem;
    margin: 1rem 0 .7rem;
    font-weight: bold;
    line-height: 1.1;
    backface-visibility: hidden;
    text-shadow: 0.1rem 0.1rem 0.5rem #000000b8;
}

.article p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.read-more, .page-numbers {
    display: block;
    width: 90%;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin: 3rem auto 0 auto;
    padding: 1.1rem 1.5rem;
    background: #010a11;
    border: .2rem solid #05f;
    letter-spacing: .3rem;
    word-spacing: .3rem;
    outline: .1rem solid #05f;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', 'sans-serif';
    text-decoration: none;
}

.read-more:hover, .page-numbers:hover {
    box-shadow: inset 0 0 2rem #05f, 0 0 2rem #0055ffb3;
    outline-offset: 1.5rem;
}

.page-numbers:hover {
    outline-offset: 1rem;
}

.article-txt {
    background: rgba(1, 11, 19, 0.7);
    position: relative;
    margin: -6rem auto 5rem auto;
    padding: 0.5rem 1rem 3rem 1rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.07);
    width: 95%;
    border-top: 0.3rem solid var(--main-bravo);
}

.pagination {
    padding-bottom: 7.5rem;
}

.pagination, .pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers.current {
    background: #05f;
}

.pagination .page-numbers {
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    border-width: .1rem;
    padding: 1rem;
    width: auto;
    height: auto;
    margin: .7rem;
}

.what-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 54rem;
    overflow: hidden;
    margin: 5rem auto;
}

.what-cont a {
    text-decoration: none;
}

.what-txt {
    color: #fff;
    text-align: center;
}

.what-heading, .what-txt, .what-btn {
    z-index: 1;
    position: relative;
    background: none;
}

.what-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: .3;
    top: 0;
    left: 0;
}

#categories .articles {
    justify-content: space-evenly;
    padding-bottom: 7.5rem;
}

#categories .articles::after {
    display: none;
}

.category {
    width: 30rem;
    height: 30rem;
    border-radius: 50rem;
    margin: 2rem;
    overflow: hidden;
    position: relative;
    transition: .3s;
}

.category-image {
    height: 35rem;
}

.category:hover {
    outline: .4rem solid #05f;
}

.category img {
    transition: .3s;
}

.category img:hover {
    transform: scale(1.05) rotate(2deg);
    transition: .3s;
}

.category-title {
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 3rem;
    letter-spacing: .1rem;
    padding: 1rem 2rem;
    width: 100%;
    height: 100%;
    background: #000000a1;
    color: #fff;
    pointer-events: none;
}

@media only screen and (max-width: 992px) {
    .article {
        width: 49%;
        max-width: 48rem;
        margin-bottom: -2rem;
    }
    .article-txt {
        padding: 0.5rem 1rem 3rem 1rem;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        max-width: 60rem;
        margin: auto;
    }
    .category {
        margin: 1rem;
    }
}

@media only screen and (max-width: 640px) {
    .article {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .articles {
        flex-direction: column;
        align-items: center;
    }
    .categories {
        flex-direction: row;
    }
}

  @media only screen and (max-width: 479px) {
    .article {
        width: 100%;
        align-items: center;
    }
}
