/* -----------------  ---------------- Homepage - Video Banner Section ---------------------------------- */

.past-event-items,
.past-news-items {
  display: none;
}

.hero {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  color: white;
  /* background-color: #000;  */
}
 

/* 
.hero video,
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.home-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  /* margin-left: 160px; */
  z-index: 2;
}

.hero-content>h1>span {
  color: var(--color-primary);
}

span.color-text {
  color: var(--color-primary);
}

h1.banner-head {
  font-size: 95px;
  font-weight: 400 !important;
  margin-bottom: 20px;
  line-height: 0.85;
}

p.banner-text {
  font-size: 18px;
  color: var(--color-white);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 49.35%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.banner-below {
  background: #343434;
  /* height: 76px; */
}

.videobanneroverlay {
  position: relative;
}

.videobanneroverlay::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 49.35%, rgba(0, 0, 0, 0.7) 100%); */
  z-index: 1;
}

/*-------------------------------------- Below Homepage Banner section css New banner below css ------------------------------- */

.banner-below {
  background-color: #333;
  color: white !important;
  padding: 15px 0;
}

.banner-below img {
  max-height: 60px;
}

.below-banner-text1 {
  color: var(--color-white);
}

.below-image-text {
  color: var(--color-white);
}

.conference-text {
  /* display: grid; */
  display: flex;
  /* grid-template-columns: 15% 45% 15% 20% 15% 25%; */
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.banner-below .bahra_container {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
}

.banner-below .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-below .details span {
  margin: 0 10px;
  white-space: nowrap;
}

.details span {
  font-size: 16px;
  font-weight: 600;
}

.banner_dot svg {
  /* margin: 0 10px; */
}

span.below-banner-text2 {
  text-align: left;
}

@media (min-width: 1440px) {
  .banner-below .bahra_container {
    justify-content: center;
  }
}

@media (max-width: 1280px) {
  .banner-below img {
    height: 50px;
  }
}

@media (max-width: 1200px) {
  .conference-text {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-items: center;
  }

  .banner-below img {
    grid-area: 1 / span 5;
  }
}

@media (max-width: 1024px) {
  .banner-below .bahra_container {
    justify-content: center;
  }
}

@media (max-width: 880px) {
  .conference-text {
    grid-template-columns: repeat(4, auto);
  }

  .banner-below img {
    grid-area: 1 / span 4;
  }

  .below-image-text {
    grid-area: 2 / span 4;
  }
}

@media (max-width: 520px) {
  .conference-text {
    /* grid-template-columns: 8% 50% 8% 40%;
    align-items: start;
    justify-items: baseline; */
    gap: 10px;
    /* margin: 20px 0; */
  }

  .below-banner-text1 {
    text-align: left;
  }
}

/* ----------------------------------------- Careers Homepage section css --------------------------------------- */

.homepage_career_section {
  background: linear-gradient(110deg, #ffe6e7 19.29%, #e3f5ff 70.1%);
}

.career_section_title {
  /* font-size: 23px; */
  font-weight: 600;
  /* padding-top: 15px; */
}

.career_section_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-grow: 1;
}

.card-img-top {
  transition: 0.4s ease-in-out;
}

.img_border {
  border-radius: 15px;
}

.career_layout {
  background: transparent !important;
  border: none !important;
}

.career_layout.img_hovered .card-img-top {
  transform: scale(1.05);
}

/* -----------------------------------------------------------NEWS AND UPDATE --------------------------------------------- */

.newsevtabcolor.newsevtabcolor {
  font-size: var(--p-size);
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-text);
  cursor: pointer;
}

.newsevtabcolor:not(.active) svg path {
  fill: #000;
}

.newsupborder .nav-item .active {
  color: white !important;
}

.newsevtabcolor svg {
  margin-left: 10px;
}

.news-content h5 {
  /* font-size: 30px; */
  /* font-weight: 600 !important; */
}

.stayupdated {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.newseventheading {
  color: var(--color-primary);
}

.tabs_of_newupsection {
  display: flex;
  align-self: end;
}

.nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.main-news img {
  /* width: 100%; */
  border-radius: 30px 0px 0px 30px;
  height: 100%;
  object-fit: cover;
  background-color: var(--color-primary-gray);
}

.news-content {
  padding-inline: 30px;
  padding-block: 40px;
  background: #fff4f4;
  border-radius: 0px 30px 30px 0px;
  display: flex;
  flex-direction: column;
}

.sidebar-item {
  display: flex;
  margin-bottom: 35px;
}

.sidebar-item>img {
  max-width: 220px;
  /* width: 100%; */
  /* object-fit: cover; */
  border-radius: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  background: white;
}

.sidebar-homepage-item img {
  width: 144px;
  height: 100px;
  object-fit: cover;
}

.sidebar-content h6 {
  font-size: 16px;
  font-weight: 600;
}

.siderbar-news-title h5 {
  font-size: 18px;
}

.imageoffirst {
  /* height: 100% !important; */
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.view-all {
  text-align: left !important;
  font-size: 14px !important;
}

.view-all a {
  color: black;
  font-weight: 500;
  text-decoration: none;
}

.newsupborder {
  border: none;
  gap: 20px;
  margin-bottom: 1rem;
}

.main-news {
  padding-right: 0;
}

.news-content p {
  font-size: 14px;
  color: black !important;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  align-self: center;
}

p.datedotread {
  font-size: 14px !important;
}

/* --------------------------------------------------- Events Tab content CSS --------------------------------------------- */

h4.Eventssoontext {
  display: flex;
  justify-content: center;
  align-items: center !important;
  vertical-align: middle !important;
  height: 200px;
}

/* --------------------------------------------------- Coming Soon Page CSS --------------------------------------------- */

.coming-soon-container {
  text-align: center;
  padding: 8rem;
  background: linear-gradient(110deg, #ffe6e7 19.29%, #e3f5ff 70.1%);
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.coming-soon-title {
  /* font-size: 70px; */
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.coming-soon-subtitle {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: black;
  font-weight: 500;
}

.coming-soon-button {
  background-color: #007bff;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.coming-soon-button:hover {
  background-color: #0056b3;
}

/* ------------------------------------------------------- 404 page css ---------------------------------------------------- */

.section_bahra_error {
  padding: 8rem 2rem;
  text-align: center;
}

.section_bahra_error .bahra_error {
  font-size: 150px;
  color: #0088d1;
  text-shadow: 1px 1px 1px #f6484e, 2px 2px 1px #f6484e, 3px 3px 1px #f6484e,
    4px 4px 1px #f6484e, 5px 5px 1px #f6484e, 6px 6px 1px #f6484e,
    7px 7px 1px #f6484e, 8px 8px 1px #f6484e, 25px 25px 8px rgba(0, 0, 0, 0.2);
}

.error-page-text {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.bahra-back-home {
  display: inline-block;
  border: 2px solid #0088d1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
  background: #0088d1;
  border-radius: 6px;
}

.bahra-back-home:hover {
  background: transparent;
  color: #0088d1;
}

/* ------------------------------------------------------------ Search Page CSS ------------------------------------------- */

/* General Page Styling */
.bahrasearch-page {
  /*     background-color: #fefaf4; */
  padding: 0px 0;
}

.bahrasearch-box:hover {
  box-shadow: -5px 7px 0px 0px #ef585e;
  border-color: #0088d1;
}

.bahrasearch-box:hover h2 {
  color: var(--color-primary);
}

/* Header Styles */
.bahrasearch-header {
  background: linear-gradient(110deg, #ffe6e7 19.29%, #e3f5ff 70.1%);
  padding: 85px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.bahrasearch-title {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
  line-height: inherit;
}

.bahrasearch-title span {
  font-weight: bold;
  font-style: italic;
  color: #0088d1;
}

/* Results Wrapper */
.bahrasearch-results-wrapper {
  padding: 0 20px;
}

/* Search Result Item Styling */
.bahrasearch-result-item {
  margin-bottom: 30px;
}

.bahrasearch-box {
  padding: 25px 80px 15px 20px;
  border: 1px solid #0088d1;
  border-radius: 20px;
  position: relative;
  min-height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bahrasearch-entry-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bahrasearch-entry-summary {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.bahrasearch-link-icon {
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 30px;
  top: 0;
  background: #ffd4d4;
  border-radius: 0px 0px 0px 35px;
}

.bahrasearch-link-icon svg {
  width: 24px;
  height: 24px;
  margin: 12px;
}

.bahrasearch-link-icon:hover {
  color: #008b77;
}

/* Pagination */
.bahrasearch-pagination-wrapper {
  margin-block: 30px 6rem;
}

/* No Results Styling */
.bahrasearch-no-results {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bahrasearch-no-results img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.bahrasearch-no-results h2 {
  font-size: 28px;
  color: #333;
}

.bahrasearch-no-results p {
  font-size: 16px;
  color: #777;
}

.bahrasearch-pagination-wrapper ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.bahrasearch-pagination-wrapper ul.page-numbers li :is(span, a) {
  padding: 5px 10px;
  background-color: var(--color-gif);
  border-radius: 4px;
  font-weight: 500;
}

.bahrasearch-pagination-wrapper ul.page-numbers li span.current {
  color: var(--color-primary);
}

/* ------------------------------------------------------- Bahra Map Location Section ----------------------------------------*/

span.map_color_text {
  color: var(--color-primary);
}

.map_sales {
  /* margin-left: 30px; */
}

.map_heading {
  font-size: 30px;
}

/* -------------------------------------------------------------- Event New Page CSS (Events Page) -------------------------- */

.event-page-title {
  color: #0088d1;
}

.events-page-section-title {
  text-align: center;
  margin-bottom: 20px;
}

.events-page-event-card {
  background-color: white;
  /* margin-bottom: 20px; */
  overflow: hidden;
  /* height: 100%; */
}

.events-page-event-card>img {
  width: 100%;
  /* min-height: 350px; */
  border-radius: 30px;
}

.single-event>img {
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.events-page-event-content {
  padding: 20px 0px 20px 05px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-excerpt {
  align-content: start;
  flex-grow: 1;
}

.events-page-event-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.events-page-event-subtitle {
  font-size: 16px;
  color: #0088d1;
  font-weight: 600;
  margin-bottom: 10px;
}

.events-page-event-date-location {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 35px;
  gap: 10px;
}

/* .events-page-logos-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
} */

.events-page-logo {
  height: 40px;
  width: auto;
  margin: 5px;
}

.main-two-events-box {
  padding: 2rem 3.5rem;
}

.upcoming-event-text {
  border-bottom: 2px solid #6e6e6e;
}

.upcoming-event-text h5 {
  font-weight: 600;
}

.events-page-event-card .event-page-images {
  border-radius: 15px;
  /* height: 350px; */
  /* object-fit: contain; */
  background-color: var(--color-primary-gray);
}

span.events-icon-date-loc svg {
  height: 18px;
  margin-right: 5px;
}

.event-date-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.event-location-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.second-events-page-event-date-location {
  gap: 25px;
}

.particpation-tab {
  position: relative;
}

.particpation-tab>img {
  width: 100%;
}

.particpation-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
}

.events-page-footer-section {
  text-align: center;
  background-color: #fff;
  padding: 95px;
  padding-top: 40px;
  border-radius: 32px;
  position: relative;
  margin-top: -480px !important;
  position: relative;
  display: grid;
  justify-items: center;
  /* clip-path: polygon(0 15%, 50% 0, 100% 15%, 100% 100%, 0% 100%); */
}

.events-page-footer-section::before {
  position: absolute;
  content: "";
  height: 59px;
  width: 95%;
  background-image: url(https://bahradev.wpenginepowered.com/wp-content/uploads/2024/09/Polygon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 100%;
}

.footer-section-title {
  width: 95%;
  align-items: center;
}

.events-page-logos {
  height: 450px;
  overflow-y: scroll;
}

.events-page-logos::-webkit-scrollbar {
  width: 12px;
}

.events-page-logos::-webkit-scrollbar-track {
  background: var(--color-white);
}

.events-page-logos::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  width: 12px;
  border-radius: 20px;
}

.eventlogos {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 20px;
}

.past-event-content>div {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 4rem;
}

.past-news-content>div {
  --bs-gutter-y: 4rem !important;
}

.past-events-heading {
  border-bottom: 1px solid #6e6e6e;
}

.p-heading {
  font-size: 18px;
}

.p-heading>span {
  font-size: var(--p-heading);
}

.past-event-cards {
  height: 100%;
}

.past-event-cards>img {
  border-radius: 20px;
}

/* .past-event-cards {
    height: 100%;
} */
.content-details>a.bahra_btn {
  background-color: white;
  border: 0 !important;
  color: var(--color-text) !important;
  padding: 6px 0px;
}

.logos_contianer {
  padding: 0 15vw;
}

.content-details {
  height: 100%;
}

.content-details>a {
  align-content: flex-end;
  flex-grow: 1;
  height: 100%;
}

.past-event-title {
  align-content: start;
  flex-grow: 1;
}

.no-events {
  min-height: 300px;
}

/* .event-img {
    height: 275px;
} */
.event-img>img {
  height: 200px;
  /* height: 100%; */
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #eee;
  background: white;
}

.view_photos {
  cursor: pointer !important;
  font-weight: 500 !important;
}

.view_photos:hover {
  color: var(--color-primary);
  transition: 0.4s ease-in-out;
}

/* catalog page css button ----------------------------------------------------- */

.catalog-card:hover .wire-cable-image img {
  box-shadow: 12px 12px 3px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-10px);
}

.catalog-card:hover .wire-cable-image-subtitle {
  font-weight: 600;
  transition: 0.2s ease;
}

.catalog-card:hover .catalog-card img {
  box-shadow: rgba(0, 0, 0, 0.15) 13.95px 9.95px 2.6px !important;
}

button.cat_button svg {
  width: 20px;
}

button.cat_button {
  background: transparent;
  border: 1px solid red;
}

span.cat-color-text {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.catalog-card {
  /* text-align: center; */
  margin-bottom: 20px;
}

.catalog-card img {
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.3s ease-in-out;
}

.catalog-card h6 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.catalog-card svg {
  width: 20px;
  fill: red;
  margin-right: 5px;
}

.wire-cable-image {
  width: 55%;
}

.catalog_text_button {
  display: flex;
}

.wire-cable-image-subtitle {
  /* text-align: left; */
  font-size: 14px;
  color: #444444 !important;
}

.catolog_title {
  font-weight: 600 !important;
}

.catalog_divider {
  height: 0.5px !important;
  background-color: #6e6e6e !important;
  margin-top: 20px !important;
  margin-bottom: 25px !important;
  opacity: 1;
}

img.catalog-page-images {
  min-height: 0px !important;
}

.catalog-main-two-events-box {
  padding: 2rem 4rem;
}

img.catalog-page-images {
  min-height: 0px !important;
}

p.wire-cable-image-subtitle {
  display: grid;
  grid-template-columns: auto 1fr;
}

p.wire-cable-image-subtitle {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 200px;
  /* align-items: center; */
}

p.wire-cable-image-subtitle span {
  padding-top: 4px;
}

@media (min-width: 1920px) {
  .sidebar-homepage-item img {
    width: 220px;
    height: 134px;
  }

  .sidebar-content h6 {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .main-news img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .sidebar {
    margin-top: 20px;
  }
}

@media (max-width: 880px) {
  .main-news {
    /* padding-left: 0px; */
  }

  .main-news img {
    height: 100%;
    /* width: 100%; */
    /* border-radius: 30px 30px 0px 0px; */
  }

  .news-content {
    /* border-radius: 0px 0px 30px 30px; */
  }

  .news-content h5 {
    /* font-size: 20px !important; */
  }

  .btnstabsmob {
    display: unset !important;
  }

  .newsupborder {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .main-news {
    /* padding-left: 0px; */
  }

  .main-news img {
    /* width: 100%; */
    /* border-radius: 30px 30px 0px 0px; */
  }

  .news-content {
    /* border-radius: 0px 0px 30px 30px; */
  }

  .btnstabsmob {
    display: unset !important;
  }

  .tap-top-img {
    /* height: 345px; */
  }
}

@media (max-width: 475px) {
  .twonewsblogs {
    padding: 0;
  }

  .newsupborder {
    margin-top: 1rem;
  }

  .main-news {
    padding-left: 0px;
  }

  .main-news img {
    border-radius: 30px 30px 0px 0px;
  }

  .sidebar-content h6 {
    font-size: 14px;
  }

  .sidebar {
    padding: 0px !important;
    margin: 20px 0px 0px 0px;
  }

  .news-content {
    border-radius: 0px 0px 30px 30px;
    padding-inline: 22px;
    padding-block: 28px;
  }

  .sidebar-item {
    margin-bottom: 20px;
  }

  .map_heading {
    font-size: 20px !important;
  }

  .imageoffirst {
    display: block;
  }

  .bahrasearch-title {
    font-size: 32px;
  }

  .bahrasearch-header {
    padding: 60px;
  }
}

@media (max-width: 375px) {
  .sidebar-item {
    /* display: flex;
    flex-direction: column; */
  }

  .sidebar-item img {
    width: 100% !important;
    height: 100% !important;
  }

  .sidebar-content {
    /* padding-top: 20px; */
  }

  .map_heading {
    font-size: 18px !important;
  }
}

/* .trianlge {
    width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid #555;
  } */
/*   
  .trianlge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 100px solid transparent; Half of the width
    border-right: 100px solid transparent; Half of the width
    border-bottom: 50px solid #f00; Height of the triangle and color
    width: 0;
    height: 0;
  } */

/* Event swiper */

/*--------------------------------------------------------------- Media Queries----------------------------------------------- */

@media (min-width: 1920px) {
  h1.banner-head {
    font-size: 140px;
  }

  .details span {
    font-size: 18px;
  }

  .events-page-footer-section::before {
    height: 106px;
    width: 97%;
  }

  .event-img>img {
    height: 280px;
    /* height: 100%; */
  }

  .events-page-footer-section {
    margin-top: -510px !important;
  }

  .wire-cable-image-subtitle {
    font-size: 16px;
  }

  .siderbar-news-title h5 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .hero {
    height: 85vh;
  }
}

@media (min-width: 960px) and (max-width: 1024px) {
  .sidebar-item img {
    width: 190px;
  }

  .twonewsblogs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  img.catalog-page-images {
    padding: 25px 0px 25px 25px !important;
  }
}

@media (max-width: 1024px) {
  .details span {
    font-size: 14px;
    font-weight: 600;
  }

  .banner-below .details span {
    margin: 0 0px;
    white-space: unset;
  }

  .events-page-footer-section {
    margin-top: -400px !important;
    padding: 55px;
  }

  .cat-color-text {
    font-size: 13px;
  }

  .cat_button svg {
    width: 20px;
  }

  .event-img>img {
    min-height: 165px;
    height: 165px;
  }

  .past-event-content>div {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2rem;
  }

  .past-event-title {
    flex-grow: 0 !important;
  }

  .content-details {
    height: auto !important;
  }

  .events-page-event-date-location {
    grid-template-columns: 1fr;
    min-height: 85px;
  }

  .event-img {
    /* min-height: 285px; */
  }

  .main-two-events-box {
    padding: 2rem 1.5rem;
  }

  .events-page-event-card img {
    height: 150px;
    min-height: 150px;
    object-fit: cover;
  }

  .events-page-logos {
    height: 210px;
  }

  .particpation-tab>picture>video {
    /* height: 512px; */
    height: 612px;
    object-fit: cover;
  }

  .particpation-tab {
    height: 612px;
  }
}

@media (max-width: 768px) {
  .banner-below .bahra_container {
    flex-direction: column;
    text-align: center;
  }

  .events-page-footer-section {
    margin-top: -220px !important;
    padding: 55px;
  }

  .events-page-logos {
    height: 300px;
  }

  .eventlogos {
    grid-template-columns: repeat(5, auto);
  }

  .banner-below img {
    margin-bottom: 10px;
  }

  .banner-below .details {
    justify-content: center;
  }

  .cat-color-text {
    font-size: 11px;
  }

  .wire-cable-image-subtitle {
    font-size: 12px;
  }

  .catalog-card svg {
    width: 16px;
  }

  span.cat-color-text {
    font-size: 10px;
  }

  button.cat_button svg {
    width: 16px;
  }

  button.cat_button {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cat-page-event-card h5 {
    font-size: 22px;
  }

  .catalog-main-two-events-box {
    padding: 2rem 1rem;
  }

  .events-page-footer-section::before {
    width: 91%;
  }
}

@media (max-width: 766px) {
  .catalog_text_button {
    /* justify-content: center; */
    margin-bottom: 25px;
  }

  .catalog_rev_mob {
    flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  .banner-below .details {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-below .details span {
    margin: 5px 0;
  }
}

@media (max-width: 520px) {
  .hero {
    height: 550px;
  }

  .extraspaceremove {
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-heading {
    font-size: 16px;
  }

  .events-page-footer-section {
    margin-top: -301px !important;
    padding: 15px;
  }

  .eventlogos {
    grid-template-columns: repeat(3, auto);
  }

  .main-two-events-box {
    padding: 2rem 1.5rem;
  }

  .wire-cable-image-subtitle {
    font-size: 11px;
  }

  .catalog-main-two-events-box {
    padding: 2rem 1rem 0rem 1rem;
  }

  .events-page-event-card img {
    min-height: 250px;
  }

  .single-event>img {
    height: 250px;
  }

  .events-page-footer-section::before {
    width: 82%;
  }

  .events-page-footer-section::before {
    bottom: 99.9%;
  }

  .logos_contianer {
    padding: 0px 10vw;
  }

  .coming-soon-container {
    padding: 4rem;
  }

  .events-page-event-card img {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 475px) {
  h1.banner-head {
    font-size: 50px;
  }

  p.banner-text {
    font-size: 16px;
  }

  .below-text-mob {
    display: flex;
    align-self: center;
  }

  .details span {
    font-size: 12px;
    font-weight: 600;
  }

  p.datedotread {
    font-size: 12px !important;
  }

  .sidebar-item img {
    width: 145px !important;
    height: 100px !important;
  }

  p.wire-cable-image-subtitle {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wire-cable-image {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .catalog_all {
    padding: 0px;
  }

  .particpation-tab>picture>video {
    height: 512px !important;
  }

  .particpation-tab {
    height: 512px !important;
  }
}

@media (max-width: 375px) {
  .sidebar-item img {
    /* width: 145px !important;
    height: 100px !important; */
  }
}

@media (max-width: 325px) {
  .below-text-mob {
    display: flex;
    align-self: center;
  }

  .details span {
    font-size: 10px;
    font-weight: 600;
  }

  p.datedotread {
    font-size: 10px !important;
  }

  .events-page-footer-section {
    margin-top: -500px !important;
  }
}

@media (max-width: 320px) {
  p.datedotread {
    font-size: 11px !important;
  }
}