
      @import url("https://fonts.googleapis.com/css?family=Barlow:300,400,700|Libre+Franklin:400,600,700|Poppins:400,600,700,800");
      @media (max-width: 640px){
        bode{
          max-width: 40rem;
        }

      }

      @media (min-width: 640px){
        .top_head{
          max-width: 40rem;
          margin: auto;
        }
        .search{
          max-width: 40rem;
          margin: auto;
        }
        .big_results{
          max-width: 70rem;
          margin: auto;
        }
        .results {
          flex: 100%;
        }
        .top_head {
          max-width: 100%;
          margin: auto;
        }
        .back_div{
          left:20%
        }
        .home_div{
          right: 20%;
        }


      }



      .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        color: #333;
        padding: 20px 20px;
        max-width: 1140px;
        margin: auto;
      }

      .logo a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
      }

      .nav-links {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
      }

      .nav-links li {
        margin-right: 20px;
      }

      .nav-links li a {
        color: #5d554e;
        text-decoration: none;
        font-family: "Libre Franklin", sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 0;
        line-height: 26px;
      }

      .burger {
        display: none;
        flex-direction: column;
        cursor: pointer;
      }

      .line1, .line2, .line3 {
        width: 18px;
        height: 2px;
        background-color: #333;
        margin: 2px;
      }

      .logo img{
        max-width: 180px;
        max-height: 45px;
      }

      @media screen and (max-width: 768px) {
        .nav-links {
          display: none;
          flex-direction: column;  
          background-color: #fff;  
          padding: 10px;  
          position: absolute;
          top: 0px;
          left: 0;
          width: 100%;
          box-sizing: border-box;
          z-index: 9999;
          height: 100vh;
          padding-top: 50px;
          padding-left: 20px;
        }

        .navbar{
          padding: 5px 20px;
        }

        .logo img{
          height: 28px;
        }

        .nav-links.nav-active {
          display: flex;
          position: fixed;
          background: #000;
        }

        .nav-links li a{
          color:#fff
        }

        .nav-links li {
          margin: 10px 0;  
        }

        .burger {
          display: flex;
        }
        .toggle{
          position: fixed;
          z-index: 9999;
          right: 25px;
          font-size: 18px;
          top: 11px;
          color: #fff;
          font-weight: 700;
        }
      }
     
       .results blockquote {
          border-radius: 10px !important;
          padding: 1em;
             margin: .5em 0;
      }

      .desription{
        color: #4d5156;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        font-family: "Poppins", sans-serif !important;
      }
      .results p{
      	    margin-top: 0;
   			margin-bottom: 0;
      }
      .link a{
        color:#1a0dab;
      }
       
      .text-limit-3 {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
      }
     
          .results {
    flex: 100%;
}


         .big_results .heading h2{font-size: 20px;
    line-height: 28px;}                
.nodata {
    text-align: center;
}
            .nodata img{
                  max-width: 200px;
    margin-bottom: 4px;
}
.nodata p {
    color: #666;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
      margin: 0;
    /* 125% */
}
.trending-key .flex{
    gap: 24px;
      display: flex;
    flex-wrap: wrap;
}
.trending-key a {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 12px;
  border-radius: 8px;
border: 1px solid #EBEBEB;
background: #FFF;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.trending-key a p{
    color: #333;
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
      margin: 0;
}

.trending-key a i{
    color: #999;}
             .results cite{    margin-top: 0;}
            @media screen and (max-width: 550px) {
              .results blockquote {
                padding: 10px;}
              .big_results .heading h2{font-size: 16px;
    line-height: 22px;}       
              .trending-key .flex {
                gap: 12px;}
              .trending-key a{    gap: 24px;
    padding: 6px 12px;}
              .trending-key a p {
    font-size: 14px;
    line-height: 20px;
}
          
              .nodata img {
    max-width: 100px;
}
              .nodata p{    font-size: 14px;}
             
            }

