/* xs */
@media (max-width:640px) {}

/* sm */
@media (min-width:640px) {

    .sm-100 {
        width: 100%;
    }

    .sm-75 {
        width: 75%;
    }

    .sm-50 {
        width: 50%;
    }

    .sm-33 {
        width: 33.33333%;
    }

    .sm-25 {
        width: 25%;
    }

    .sm-20 {
        width: 20%;
    }

    .sm-16 {
        width: 16.6666666%;
    }


}

/* md */

@media (min-width:768px) {
    .md-100 {
        width: 100%;
    }

    .md-75 {
        width: 75%;
    }

    .md-50 {
        width: 50%;
    }

    .md-33 {
        width: 33.33333%;
    }

    .md-25 {
        width: 25%;
    }

    .md-20 {
        width: 20%;
    }

    .md-16 {
        width: 16.6666666%;
    }

    .navbar {
        width: 90%;
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .navbar .container {
        padding: 0 20px;
    }

    .navbar-parent {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        padding: 0;
    }

    .logo {
        margin-right: 20px;
    }

    .links {
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .links a {
        display: inline-block;
        margin: 0 10px;
    }


    .subscribe {
        width: auto;
    }

    .subscribe:hover {
        transform: translateY(-10%) translate(-2px, -2px);
        box-shadow: 6px 6px 0 #000;
    }



    /* ------------------------------------ */
    .home-parent {
        display: flex;
        justify-content: space-between;
    }

    .home-parent-left {
        width: 60%;
    }

    .home-parent-right {
        width: 40%;
    }

    .home-img {
        width: 100%;
        display: block;
    }

    .home-text {
        width: 600px;
    }

    /* ------------------------------------------------- */
    .parent-articles {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }


    .left-articles {
        width: 70%;
    }

    .right-articles {
        width: 30%;

        position: sticky;

        top: 20px;
        align-self: flex-start;
    }

    .Latest-TRENDING {
        display: flex;
        gap: 250px;
        margin-block: 40px;

    }

    .Fresh {
        background: black;
        color: white;
        height: fit-content;
        font-size: 14px;
        transform: rotate(5deg);
        padding: 10px;
        box-shadow: 3px 3px 5px black;
        font-weight: 700;
        Color: rgb(255, 255, 255);
        font-size: 16px;
        line-height: 24px;
    }

    .latest-articles h3 {
        font-weight: 900;
        color: rgb(0, 0, 0);
        font-size: 48px;
        line-height: 48px;
    }

    .articles-cards .card {
        display: flex;
        gap: 25px;
    }

    .articles-cards .card-img {
        width: 35%;
        flex-shrink: 0;
    }

    .articles-cards .card .card-content {

        display: flex;
        flex-direction: column;
    }

    .articles-cards .card .card-info {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-top: 15px;
    }

    .articles-cards .card .card-info .info-item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .trending-now-names {
        margin-block: 12px;
        padding: 7px;
    }

    .card-title h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .latest-articles p {
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
    }


    /* ---------------------------- */

    .authors {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .author {
        padding: 30px 20px;
    }


    /* ------------------------------- */
    .JOIN-THE-REBELLION-parent {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 50px;
        margin-block: 30px;
    }

    /* ----------------------------------- */

    .end-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .ux {
        flex-basis: 35%;
    }

    .categories {
        flex-basis: 20%;
    }

    .newsletter {
        display: flex;
        flex-direction: column;
    }


    .ux-text h1 {
        font-weight: 900;
        font-size: 30px;
        line-height: 36px;
    }

    .categories h4,
    .newsletter h4 {
        margin-top: 0;

    }

    .newsletter p,
    .ux p {
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
    }

    .categories ul li a {
        font-size: 18px;
        line-height: 28px;
    }


    .input input::placeholder {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #a0a0a0;
    }

    .sub {
        font-size: 18px;
        line-height: 28px;
    }

    .end-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .policies {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

}

/* lg */
@media (min-width:1024px) {

    .lg-100 {
        width: 100%;
    }

    .lg-75 {
        width: 75%;
    }

    .lg-50 {
        width: 50%;
    }

    .lg-33 {
        width: 33.33333%;
    }

    .lg-25 {
        width: 25%;
    }

    .lg-20 {
        width: 20%;
    }

    .lg-16 {
        width: 16.6666666%;
    }


}

/* xl */
@media (min-width:1280px) {


    .xl-100 {
        width: 100%;
    }

    .xl-75 {
        width: 75%;
    }

    .xl-50 {
        width: 50%;
    }

    .xl-33 {
        width: 33.33333%;
    }

    .xl-25 {
        width: 25%;
    }

    .xl-20 {
        width: 20%;
    }

    .xl-16 {
        width: 16.6666666%;
    }
}

/* xxl */
@media (min-width:1536px) {


    .xxl-100 {
        width: 100%;
    }

    .xxl-75 {
        width: 75%;
    }

    .xxl-50 {
        width: 50%;
    }

    .xxl-33 {
        width: 33.33333%;
    }

    .xxl-25 {
        width: 25%;
    }

    .xxl-20 {
        width: 20%;
    }

    .xxl-16 {
        width: 16.6666666%;
    }

}