* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Familjen Grotesk", sans-serif;
}
body {
  background-color: #f2f1ed !important;
}
.container {
  max-width: 1255px !important;
}
.BillboardTab {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 650px;
  margin-top: 0px !important;
}
/* Top Section Wrapper */
.BillBoardTop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}

/* Left Side (Text) */
.BillboardTabplane2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Right Side (Image) */
.BillboardTabplane1 {
  flex: 1;
}

.BillboardTabplane1ChildImg {
  width: 100%;
  object-fit: fill;
  border-radius: 8px;
  height: 600px;
  /* width: 564px; */
}

/* Title */
.BillboardTabplane2TitleText div {
  color: var(--Colors-Primary, #992e00);
  font-size: 60px;
  font-family: "DM Serif Display";
  line-height: 90px;
}

.BillBoardDescription {
  font-family: "DM Serif Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
/* Description */
.BillboardTabplane2DiscriptionText {
  width: 85%;
  font-size: x-large;
  font-family: "DM Serif Display";
}

/* Bottom Section (Visible in Mobile View Only) */
.BillBoardBottom {
  display: none;
}
.BillBoardHeader {
  font-family: "DM Serif Display";
  font-size: 39px;
  font-style: normal;
  line-height: 100%;
  width: 100%;
  color: var(--Colors-Text-Color, #000);
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
}

.interest-container {
  border-top: 1px solid #e4bfb0;
  max-width: 100%;
}
.interest-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.tabsection-title {
  color: var(--Colors-Text-Color, #992e00);
  font-family: DM Serif Display;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.tabcontent {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.tabbuttons {
  display: flex;
  justify-content: flex-start;
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.tabbuttons button.activetab {
  background-color: #a23e2b;
  color: #fff;
}
.tabbuttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #e6e6e6;
  cursor: pointer;
  font-size: 16px;
  color: var(--Colors-Secondary, #000);
  transition: background-color 0.3s, transform 0.2s;
}
.tabsection {
  display: none;
  padding: 20px;
  width: 100%;
}
.tabbuttons select {
  width: 100%;
  width: 100%;
  font-size: 22px;
  border-radius: 20px;
  background-color: #e6e6e6;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  color: #000;
  transition: background-color 0.3s, transform 0.2s;
}
.standard-news-div {
  width: 100%;
  display: flex;
  height: 450px;
  gap: 50px;
  box-sizing: border-box;
}

.standard-news-div .left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

.left-date {
  font-size: 14px;
  color: #555;
}

.left-image {
  width: 100%;
  height: 60%;
}

.left-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: left top;
}

.standard-news-div .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 10px;
  overflow-y: auto;
}

.sec1 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 8px;
  border-radius: 4px;
}

.news-image-icon img {
  width: 60px;
  height: 60px;
  object-fit: fill;
  border-radius: 4px;
}

.news-data {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news-heading {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.left-news-content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  flex-direction: column;
  gap: 8px;
  transition: display 0.5s ease-in-out;
}
.active-news {
  border: 2px solid #992e00;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.news-hdng {
  color: var(--Colors-Text-Color, #000);
  font-family: DM Serif Display;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.news-sbhdng {
  color: var(--Colors-Text-Color, #000);
  font-size: 22px;
  font-style: normal;
  text-align: justify;
}
.news-descr {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  max-height: 10%;
  text-align: justify;
}
.left-buttons {
  display: flex;
  gap: 20px;
}
.text_btnnew {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Numbers-2, 4px);
  border-bottom: 1px solid #992e00;
  cursor: pointer;
  width: max-content;
}
.text_btnnew_innrdiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_btnnew_txt {
  color: var(--Colors-Buttons-Primary-Button, #992e00);
  font-family: Familjen Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.left-date {
  font-size: 20px;
  color: #555;
  height: 7%;
  font-weight: bold;
}
/*Modal styling*/
.overlay-dialog1 {
  width: 81% !important;
  margin: 13px 20px;
  float: right;
}
.filter-modal_content1 {
  position: relative;
  background-color: #f2f1ed !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  outline: 0;
  /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); */
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  height: auto;
  overflow-y: auto;
}
.pad2 {
  width: 10%;
  float: right;
  padding: 1%;
  position: absolute;
  right: 0;
}
.content-wrapper2 {
  background-color: var(--Colors-Background, #f2f1ed);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px;
}
.content-container {
  display: flex;
  gap: 20px;
}
.share-section {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 30px;
}
.event-date {
  color: #000;
  text-transform: uppercase;
  font: 400 20px / 1.4 Familjen Grotesk, -apple-system, Roboto, Helvetica,
    sans-serif;
}
.share-images-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.newsarticle-img {
  width: 502px;
  height: 335px;
  object-fit: fill;
  object-position: top center;
}
.share-title {
  color: #000;
  text-transform: uppercase;
  align-self: start;
  font: 500 16px Familjen Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
}
.share-icons {
  align-items: start;
  align-self: start;
  display: flex;
  gap: 12px;
}
.event-description {
  font: 16px / 22px Familjen Grotesk, -apple-system, Roboto, Helvetica,
    sans-serif;
  text-align: justify;
}
.description-wrapper {
  max-height: 500px;
  overflow-y: auto;
  padding: 5px;
}
.filter-options {
  font-size: 18px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.filter-options label{
    width: unset;
    border: 0;
    display: flex;
    gap: 7px;
}




@media screen and (min-width: 876px) {
  .mobile-view {
    display: none;
  }
}
/* ========== MOBILE VIEW ========== */
@media screen and (max-width: 767px) {
  .BillBoardTop {
    display: none;
  }
  .BillboardTab{
    height: auto;
  }
  .BillBoardBottom {
    display: flex;
            flex-direction: column;
            gap: 30px;
  }
  .BillBoardImg {
    width: 100%;
    height: 350px;
  }
  .desktop-view {
    display: none;
  }
  .tabsection-title{
    font-size: 39px;
  
  }
  .standard-news-div{
    flex-direction: column;
    height: auto;
  }
  .standard-news-div .left, .standard-news-div .right{
    width: 100%;
    height: 400px;
  }
  .news-hdng{
    font-size: 22px;
  }
  .news-descr{
    font-size: 12px;
  }
  .news-heading,.text_btnnew_txt,.news-sbhdng{
    font-size: 14px;
  }
  .content-wrapper2 {
    padding: 20px;
  }
  .content-container {
    flex-direction: column;
  }
  .newsarticle-img {
    width: 100%;
    height: auto;
  }
  .event-description {
    font: 14px / 18px Familjen Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
  }
  .share-section{
    width: 100%;
    gap: 20px;
  }
}