@media only screen and (max-width: 999px) {
    body {

      padding: 0;
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background-color:  rgb(248, 247, 247);
    }

    header {
        display: flex;
        flex-direction: column;
        background-color:#277DEAff;
        margin-bottom: 80px;
    }

    header .header1  {
       display: none;
    }
    header .search {
    display: none;

    }

    header .header1  i {
       color:white;
    }

    a {
        text-decoration: none;
    }



    header .header2 nav{
       width: 100%;
       z-index: 1;
        background-color:rgb(2, 96, 211);
        height: 40px;
        position: fixed;
        top: 32px;

    }
    ::-webkit-scrollbar {
        background-color:rgb(2, 96, 211);
        height: 1px;
     
    }
    nav ul {
        display: flex;
        overflow-x: scroll;
        width:auto;
        list-style-type: none;
        align-items: center;
        color:white;

    }
    nav ul .home {
        display: none;
    }
    nav ul #active {
         color:yellow;
    }
    header .header2 li a {
        color: white;
        font-size: 16px;
        padding-right:20px; 
     

    }
 
    .header2 .mobileMenu {
        display: flex;
        align-items: center;
        background-color:rgb(2, 96, 211);
        height: 40px;
        position: relative;
        top: -1px;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    .mobileMenu a {
        font-size: 25px;
        color:white;
        padding-left: 5%;
    }

    .mobileMenu {
        display: flex;
    }
     .mobileMenu img {
                    width: 35px;
                    margin-top: 20px;
                }
    .mobileMenu p {
        padding-left: 10px;
        color: white;
        position: relative;
        top: 3px;
        font-size: 16px;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
    }
  
 
    .header2 a:hover {
        color: rgb(25, 37, 53);
    }

    /* ---------------------------- SPOTLIGHT */
    .spotlight {
        display: grid;
     grid-template-columns: repeat(1,1fr);



        background-color: white;
    }
    .spotlight .spotlight_article {
        padding: 20px;
        position: relative;
        top: -23px;
    }

    .spotlight_article img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .spotlight_article h1 {
        color: rgb(32, 114, 214);
        font-size: 135%;
        overflow: hidden;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .spotlight_article h1:hover {
        color: rgb(5, 69, 153);
    }
    .spotlight_article p {
        color: #333;
        overflow: hidden;
        font-size: 90%;

        line-height: 150%;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;

    }
    /* LEFT---------------------------------------- */
    .spotlight .variety {
        display: none;
        background-color: rgb(238, 238, 238);
        border: 1px solid rgb(168, 168, 168);

    }

    /* NEWS */
  .news {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-bottom: 20px;
    margin-top: -60px;
    }
    .news .div {
    display: flex;
    justify-content: center;
    padding: 20px;
    }
    .div span {
    display: flex;
    justify-content: center;
    padding: 20px;
    }
    .h4 {
    font-weight: 700;
    text-align: center;
    color: rgb(32, 114, 214);
    }
    .news span {
    font-weight: 700;
    text-align: center;
    color: rgb(32, 114, 214);
    }
    .news .data {
    display: grid;
    grid-template-columns:repeat(1,1fr);
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    grid-gap: 20px;
    }
    .news .content {
    display: flex;
    background-color: rgb(248, 248, 248);
    flex-direction: column;
    text-align: center;

    }
    .content img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    }
  .content .ctg {
    display:flex;
    justify-content:center;
  }
    .content .category {
    position: relative;

    top: 15px;
    background-color: rgb(32, 114, 214);
    color: white;
    font-weight: 700;
    padding: 3px;
    width: 30%;
    box-shadow: 1px 1px 3px rgb(189, 189, 189);

    }
    .content h1 {
    color: rgb(32, 114, 214);
    font-size: 120%;
    padding: 10px 0 10px 0;
    }
    .content h1:hover {
    color: rgb(5, 69, 153);
    }
    .content p {
    position: relative;
    font-size: 95%;
    top: -30px;
    padding: 0 10px 0 10px;
    overflow: hidden;
    word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .content .info {
    position: relative;
    top: -20px;
    color: rgb(194, 194, 194);
    }


    /* LAST CONTENT */
    .category {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    background-color: white;
    padding: 20px;

    }

    .h4 {
    text-align: center;
    color: rgb(32, 114, 214);
    }

    .category_content {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    }

    .category_content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    }

    .category_content .details {
    position: absolute;
    margin-left: 20px;
    margin-top: 170px;
    }
    .details h2 {
    color: white;
    padding: 5px;
    width: 90%;
    word-wrap: break-word;

    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .category_content .ctgr {
    color: rgb(219, 219, 219);
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
    position: relative;
    top: 20px;
    }
    .category_content .info {
    color: rgb(219, 219, 219);
    font-weight: 700;
    font-size: 9px;
    position: relative;
    top: -20px;
    }
    /* LEFT */
    .category_more .more_content {
    display: flex;
    background-color: rgb(248, 248, 248);
    margin-bottom: 10px;
      padding-right:7px;
    }
    .category_more .see_more {
    display: flex;
    justify-content: right;
    font-size: 13px;
    color: #277DEAff;
    }
    .category_more .see_more:hover {
    color: #333;
    }

    .more_content img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    }
    .more_content .content {
    position: relative;
    left: 8px;
    }
    .content small {
    position: relative;
    top: 11px;
    color: gray;
    font-weight: 600;
    font-size: 11px;
    }
    .content h2 {
    position: relative;
    top: 5px;
    font-size: 95%;

    color: rgb(32, 114, 214);
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .content h2:hover {
    color: rgb(5, 69, 153);
    }
    /* FOOTER */
    footer {
    display: flex;
    align-items: center;
    padding: 40px;
    /* justify-content: space-between; */
    flex-direction: column;
    background-color:rgb(2, 96, 211);
    margin-top: 20px;
    }
    .footer_container {
    padding: 10px;
    display: flex;
    }
    .footer_container img {
    display: none;
    }
    .footer_content {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -40px;
    }
    .footer_content ul  {
    display: none;
    flex-direction: column;
    list-style-type: none;


    }
    .footer_content li a {

    color: white;
    }

    .footer_content small {
    color: white;
    position: relative;
    right: -58px;
    }
    /* ------------ */
    .footer_mail  {
    display: flex;
    flex-direction: column;
    }
    .footer_mail form input {
    padding: 10px;
    border: none;
    outline: none;
    }
    .footer_mail strong {
    color: white;
    font-size: 18px;
    margin-bottom: 5px;
    }
    .footer_mail form .submit {
    background-color: gray;
    color: white;
    font-weight: 600;
    cursor: pointer;
    }
    }