body,html{overflow:auto !important; }
#section1 {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 105%), url('../assets/images/NewsPage/NewsPageHeader.jpg') center center/ cover no-repeat;
}

.section1_content {
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  /* left: 7.06rem;
  left: 113px; */
  width: 100svw;
  height: 100svh;
  align-content: end;
  padding-bottom: 20svh;
  padding-left: 6.25svw;
}

.page-title {
  text-align: left;
}

.page-title-text {
  color: #c9c2c2;
  padding: 1rem 0rem;
  font-family: "BentonSans Book";
  vertical-align: middle;
  font-weight: 400;
  font-size: 36px;
  line-height: 38.9px;
  letter-spacing: 2px;
}

.section1_text-gradient {
  background: linear-gradient(86.47deg, #855F39 -7.89%, #FFAC59 41.22%);
  /* background: linear-gradient(86.47deg, #FFAC59 -7.89%, #855F39 41.22%); */
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 1.2rem;

  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 2px;
  vertical-align: middle;

}

#section2 {
background-color: #fff;
  overflow-y: auto;
  padding-left: 10%;
  padding-right: 10%;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section2_content {
  height: 100%;
  width: 100%;
  padding: 5px;
}

#section2::-webkit-scrollbar {
  width: 0;
}


.news_header {
  display: flex;
  padding: 20px;
  padding-bottom: 0px;
  justify-content: space-between;
  padding-left: 0px;
  align-items: center;
}

.news_header_title {
  font-family: 'FreightDispProBook-Italic';
  font-weight: 400;
  font-style: italic;
  size: 40px;
  font-size: 40px;

  letter-spacing: 2px;

  background: linear-gradient(to right, #7c5d3b, #e3a35d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.news_details_read-more-btn {
  text-decoration: none;
}

.news_date {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  size: 12px;
  color: #787878;
  line-height: 18px;
  vertical-align: middle;
  text-align: left;
  margin-right: 136px;
  width: 184px;
}


select {
  border: 0.5px solid #D8D8D8;
  outline: none;         
}
select:focus {
  outline: none;        
  border: 0.5px solid #D8D8D8;
}
.news_filters input {
  flex: 1;
  padding: 8px 12px;
  font-size: 16px;
  outline: none;
  width: 12vw;
  height: 5vh;
}

.searchText {

  background: url(/assets/images/search.svg) no-repeat 10px center;
  width: 272px;
  height: 46px;
  padding: 10px 10px 10px 35px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px 16px;
  font-family: 'Poppins', sans-serif;
  background-position: right 10px center;
  padding: 10px 35px 10px 10px;
  border: 0.5px solid #D8D8D8
}

#select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 500px;
}

#sort {
  width: 204px;
  height: 46px;
  padding: 7px 10px;
  border-radius: 4px;
  border: 0.5px solid #D8D8D8;
  color: #787878;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  width: 12vw;
  height: 5vh;
}




.news_image {

  height: 400px;
  width: 600px;
  object-fit: cover;
  width: 29%;
  height: 336px;
  width: 336px;
  object-fit: cover;
}

.news_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.news_content {
  width: 100%;
  height: auto;
  margin-top: 3svh;
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  height: 96%;
  overflow: hidden;
}

.news_main_header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 10;
  padding-top: 1rem;
}

#news-container {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

#news-container::-webkit-scrollbar {
  display: none;
}

.news_list {
  display: flex;
  flex-direction: column;
  width: 100%;

}

.news_list_details {
  display: flex;
  width: 100%;
  padding: 30px;
  padding-left: 0px;
  height: fit-content;
}

.news_details {

  width: 56%;
  text-align: left;
    display: flex;
  flex-direction: column;
  padding-left: 30px;
    /* grid-template-rows: 0.3fr 1fr 0.1fr; */
    gap: 2rem;
}

.news_details_heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #565656;
}

.news_details_content {
  size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #787878;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  /* font-family: Montserrat;
font-weight: 400;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%; */


}

.news_details_read-more-btn {

  color: #565656;
  font-size: 12px;
  font: 'BentonSans Book';
  font-weight: 400;
  size: 12px;
  line-height: 18px;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #787878;

}



.horizontal-rule {
  border: none;
  height: 1px;
  min-height: 1px;
  background: linear-gradient(90deg, #855F39 49.47%, rgba(255, 172, 89, 0) 112.06%);
  margin: 20px 0;
}

.pagination a {
  text-decoration: none;
  color: #565656;
  padding: 6px 10px;
  border-radius: 4px;
  transition: 0.3s;

}

.pagination a :hover {
  background-color: #f0f0f0;
}

.pagination .active {
  border: 1px solid #444;
  font-weight: bold;
}

mark.current-match {
  background-color: #e1e1e18c;
  font-weight: bold;
}

.sort-option {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30.79px;
  letter-spacing: 1px;

  color: #787878;

}

/* #pagination {
  display: flex;
  justify-content: center;
  padding: 25px;
  user-select: none;

} */


#pagination button,
#pagination .page-number {
  background: none;
  border: 1px solid #565656;
  color: #007bff;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
  color: #565656;
  font-size: 16px;
}

#pagination button:disabled {
  opacity: 0.5;
  cursor: default;
}

#pagination .page-number.active {
  background-color: #007bff;
  color: white;
}

/* Arrow icons */
#pagination button.arrow {
  font-weight: bold;
  width: 40px;
}

.pagination-container {
  display: flex;

  align-items: center;
  margin-bottom: 10px;
    width: fit-content;
    margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.pagination-container1{
  display: flex;
}

.pagination-container button {
  padding: 5px 10px;
  border: none;
  background: #ccc;
  cursor: pointer;
  border-radius: 4px;

}

.pagination-container button.active {

  font-weight: bold;
  color: #d19d68 !important;
  /* border: 1px solid #534430 !important; */
  /* transform: scale(1.1); */

}

.pagination-container a {
  color: black;
  float: left;
  text-decoration: none;
  margin-top: 3px;
    padding: 0px 6px;

}

.fullscreen news-bottom-section {
  padding-left: 50px;
  padding-right: 50px;
}


@media screen and (max-width: 1536px) {


  .news_list_details {

    padding-top: 6px;
    padding-bottom: 0;
  }

  .news_details {
    width: 100%;
  }

  .news_date {
    padding-left: 30px;
    padding-bottom: 10px;
  }

  .news_date {
    size: 12px;
    color: #787878;
    line-height: 18px;
    vertical-align: middle;
    text-align: left;
    margin-right: 144px;
    width: 184px;
    display: flex;
    /* flex-direction: column; */
    padding-left: 0px;
  }

  .news_image {
    height: 230px;
    object-fit: cover;
    width: 29%;
    margin-bottom: 20px;
    object-fit: cover;
  }

  .news_filters {
    display: flex;
    gap: 2%;
    align-items: center;
  }
  .news_filters input {
    flex: 1;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    width: 18vw;
    height: 5vh;
  }

  .searchText {
    background: url(/assets/images/search.svg) no-repeat 10px center;
    width: 272px;
    height: 46px;
    padding: 10px 10px 10px 35px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px 16px;
    background-position: right 10px center;
    padding: 10px 35px 10px 10px;
    border: 0.5px solid #D8D8D8
  }

  #select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 500px;
  }

  #sort {
    width: 204px;
    height: 46px;
    padding: 7px 10px;
    border-radius: 4px;
    border: 0.5px solid #D8D8D8;
    font-size: 16px;
    width: 18vw;
    height: 5vh;
  }

  #section2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1280px) {
.section1_content {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    left: 7.06rem;
    left: 80px;
    width: 726px;
    height: 253.69px;
}
  .news_list_details {

    padding-top: 6px;
    padding-bottom: 0;
  }
  

  .news_details {
    width: 100%;
  }

  .news_date {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-right: 36px;
}
 .news_image {
    height: 400px;
    width: 600px;
    object-fit: cover;
    width: 29%;
    height: 336px;
    width: 505px;
    object-fit: cover;
}
.news_filters {
    display: flex;
    gap: 2%;
    align-items: center;
  }
  .news_filters input {
    flex: 1;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    width: 18vw;
    height: 5vh;
  }

  .searchText {

    background: url(/assets/images/search.svg) no-repeat 10px center;
    width: 272px;
    height: 46px;
    padding: 10px 10px 10px 35px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px 16px;

    background-position: right 10px center;
    padding: 10px 35px 10px 10px;
    border: 0.5px solid #D8D8D8
  }

  #select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 500px;
  }

  #sort {
    width: 204px;
    height: 46px;
    padding: 7px 10px;
    border-radius: 4px;
    border: 0.5px solid #D8D8D8;
    font-size: 16px;
    width: 18vw;
    height: 5vh;
  }

  #section2 {
    padding-left: 40px;
    padding-right: 40px;
  }

}
@media screen and (max-width:1024px) {
  .section1_content {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    left: 7.06rem;
    left: 66px;
    width: 726px;
    height: 253.69px;
  }
  .news_header_title {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
  }

  .news_image {
    height: 400px;
    width: 600px;
    object-fit: cover;
    width: 29%;
    height: 336px;
    width: 319px;
    object-fit: cover;
  }

  .news_image {
    height: 400px;
    width: 600px;
    object-fit: cover;
    width: 29%;
    height: 336px;
    width: 593px;
    object-fit: cover;
  }

  .page-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: 1px;
  }
  .news_content {
    width: 100%;
    margin-top: 6svh;
    padding-top: 4%;
    display: flex;
    flex-direction: column;
    height: 96%;
    overflow: hidden;
  }
  .news_header {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    padding-left: 0px;
    padding-bottom: 0px;
    gap: 2%;
    align-items: center;
  }
  .news_filters {
    display: flex;
    gap: 2%;
    align-items: center;
  }
  .pagination-container{
    margin-bottom: 40px;
  }
  .news_filters input {
    flex: 1;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    width: 18vw;
    height: 5vh;
}
  #sort {
    width: 204px;
    height: 46px;
    padding: 7px 10px;
    border-radius: 4px;
    border: 0.5px solid #D8D8D8;
    font-size: 16px;
    width: 18vw;
    height: 5vh;
  }

}

@media only screen and (max-width: 768px) {
  #section1 {
    background-position: 78% 1%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;

    .overlay {
      width: 100%;
      height: 100svh;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.91%, #000000 100%);
    }
  }


  .page-title {
    font-size: 3px;
  }

  .section1_content {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    left: 7.06rem;
    left: 0px;
    width: 726px;
    height: 253.69px;
  }


  .section1_text-gradient {
    font-size: 50px;
    line-height: 46px;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    padding: 0 0 0.5rem 0;
    width: 287px;
    height: 143px;
    top: 592px;
    left: 27px;

  }


  /* News section */

  .header {
    font-size: 20px;
  }

  .news_filters {
    display: flex;
    gap: 2%;
    align-items: center;
  }

  .news_list_details {
    flex-direction: column;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .news_details {
    width: 100%;
    order: 3;
    padding-left: 0px !important;
  }

  .news_header {
    display: flex;
    padding: 32px 30px 0px 0px;
    /* flex-direction: column; */
    gap: 0.5rem;

  }

  .news_date {
    order: 2;
    padding-left: 0px !important;
  }

  .news_header_title {

    font-family: FreightDispProBook-Italic;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2%;
    padding-left: 0;
    text-align: left;


  }

  .news_image {
    order: 1;
    width: 172px;
    height: 174px;
    padding-left: 0;
    margin-left: 30px;
    margin-left: 0px !important;


  }

  .news_details_heading{
    font-size: 18px;
    line-height: 22px;
  }

  .news_details_content {
    padding-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .new_Heading {
    padding-top: 10px;
  }

  .pagination-container {
    gap: 0.05rem;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .news_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;

  }

  .news_filters {
    display: flex;
    /* flex-direction: column; */
    gap: 0.5rem;
  }

  .news_filters input {
    width: 22svw;
    min-height: 4svh;
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  #sort {
    width: 22svw;
    height: 5svh;
    font-size: 14px;
    padding: 0 0 0 6px;
  }

}

@media only screen and (max-width: 640px) {

  #section1 {
    background-position: 78% 1%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;

    .overlay {
      width: 100%;
      height: 100svh;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.91%, #000000 100%);
    }
  }

  .page-title {
    font-size: 3px;
  }

  .section1_content {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    left: 7.06rem;
    left: 0px;
    width: 726px;
    height: 253.69px;
    margin-bottom: 6svh;
  }


  .section1_text-gradient {
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    padding: 0 0 0.5rem 0;
    width: 100%;
    height: 148px;
    top: 592px;
    left: 27px;

  }


  /* News section */

  .header {
    font-size: 20px;
  }


  .news_list_details {
    flex-direction: column;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .news_details {
    width: 100%;
    order: 3;
    padding-left: 0px !important;
  }

  .news_header {
    display: flex;
    padding: 32px 30px 0px 0px;
    flex-direction: column;
    gap: 0.5rem;
    align-items: start;

  }

  .news_date {
    order: 2;
    padding-left: 0px !important;
  }

  .news_header_title {

    
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2%;
    padding-left: 0;
    text-align: left;


  }

  .news_image {
    order: 1;
    width: 172px;
    height: 174px;
    padding-left: 0;
    margin-left: 30px;
    margin-left: 0px !important;


  }

  .news_details_content {
    padding-top: 10px;
  }

  .new_Heading {
    padding-top: 10px;
  }

  .pagination-container {
    gap: 0.05rem;
 
    margin-top: 10px;
  }

  .news_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;

  }

  .news_filters {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .news_filters input {
    width: 35svw;
    min-height: 4svh;
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  #sort {
    width: 35svw;
    min-height: 4svh;
    font-size: 14px;
    padding: 0 0 0 6px;
  }
}
.pagination-ellipsis{
 display: none;
}
body.stopLoading,
html.stopLoading {
  overflow: hidden;
  height: 100vh;
}


#pagepiling {
  visibility: hidden;
}

.news_details_content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}