@import url('https://fonts.googleapis.com/css2?family=Anek+Kannada&display=swap');

.search-container {
    
    width: 90%; /* Adjust the width as needed */
    margin: 20px auto 10px auto;
    padding: 10px;
    display: flex;
    font-size: medium;
}

.search-input {
    width: 52%; /* Adjust the width as needed */
    font-family: 'Anek Kannada';
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 10px;
    border: none;
    outline: none;
    color: black;
    background-color: #ffffff;
    font-size: small;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
    display: inline-block;   
}
.search-input::placeholder
{
  color: black;
}

.search-button {
    width: 30%;
    margin-left: 15px;
    background-color: #a93637; /* Blue color for the button */
    font-family: 'Anek Kannada';
    font-size: small;
    color: white;
    border: none;
    padding: 10px ;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: center; /* Center the text */
}

.search-button:hover {
    background-color: #595959; /* Darker blue on hover */
}
  .group{
    max-width: 100%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .container {
    font-family: 'Anek Kannada';
    margin: 10px auto 10px auto;
    display: block;
    max-width: 600px;
    align-items: center;
    text-align: justify;
    border-bottom: 0.2px solid rgba(126, 123, 123, 0.747);
  }
  .container .title {
    display: none;
  }
  a{
    text-decoration: none !important;
    color: black;
  }
  .item img{
    display: block;
    margin: 2px auto 2px auto;
    max-width: 85%;
    max-height: 350px;
    border-radius: 5px;
  }

  .mobile-title{
    font-size: larger;
    margin-left: 5px;
    margin-right: 5px;
  } 
  .article-content{
    padding-top: 7px;
    margin-bottom: 5px;
  }
  .paragraph{
    padding-right: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  /* Add a media query for screens with a min-width of 600px */
  @media  (min-width: 1020px) {
  .group{
    max-width: 1700px;
    display: block;
    margin:15px auto 0 auto;
    font-size:16px;
    /* position: relative; */
  }
  div.container{
    display: block;
    max-width: clamp(604px,65vw,1105px);
    overflow-x: hidden;
    padding: 0 20px 10px 0;
    margin-bottom: 15px;
    border-bottom: 0.2px solid rgba(126, 123, 123, 0.747);
    border-width: 10px 15p 10px ;
  }
  .container .mobile-title{
    display: none;  /* making the title on top disapper on large screen */
  }
  .container .title{
    display: block;
    font-size: larger;
    margin: 0;
    white-space: pre-line;
  }
  .item{
    display: flex;
    margin-bottom: 5px;
    flex-direction: row;
    width: 100%;
    margin-right: 0px ;
    padding: 5px;
  }
  /* .item img{
    max-width: clamp(268px, 28vw,717px);
    border-radius: 5px;
} */
  .article-img{
    width: 50%;
    height: clamp(200px , 29vh, 290px);
    background-color: rgb(237, 245, 252);
    max-height: 100%;
    margin-left: 10px;
    border-radius: 5px;
  }
  .article-img img{
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto 0 auto;
    align-self: center;
  }
  .article-content{
    max-width: 58%;
    max-height: 100%;
    float:right;
    clear: both;
    padding:0px 0 0 7px;
  }
  .paragraph{
    -webkit-line-clamp:4;
  }
  .search-container {
    
    width: 70%; /* Adjust the width as needed */
    margin: 20px auto 10px auto;
    padding: 10px;
    font-size: medium;
    display: flex;
}

.search-input {
    width: 60%; /* Adjust the width as needed */
    font-family: 'Anek Kannada';
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 10px;
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: medium;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
    display: inline-block;   
}

.search-button {
    width: 25%;
    margin-left: 25px;
    background-color: #a93637; /* Blue color for the button */
    font-family: 'Anek Kannada';
    font-size: medium;
    color: white;
    border: none;
    padding: 10px ;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: center; /* Center the text */
}

.search-button:hover {
    background-color: #595959; /* Darker blue on hover */
}


}