@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/industry_video/videos-landing-style.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --section-heading: #005EAD;
  --section-bg: #F2FAFF;
  --mid-gray: #DFDFDF;
}

/* line 33, app/assets/stylesheets/industry_video/videos-landing-style.scss */
h1,
h2,
h3 {
  margin: 0;
}

/* line 39, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.inner-wrapper {
  font-family: "Noto Sans";
}

/* line 43, app/assets/stylesheets/industry_video/videos-landing-style.scss */
body {
  color: var(--secondary);
}

/* =========== Hero Section ============*/
/* News Landing Banner Title */
/* line 50, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-hero-section {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: 'Geologica', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/home_images/industries_video_banner_bg_img_01-3ebd9db536ccb55a75d9c4343ec160f6137282d90c0ecdf1517cabd373eebb9e.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.5rem 0rem 1.5rem 0rem;
  margin: 0px 0px 0px 0px;
}

/* line 64, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* background: rgba(0, 0, 0, 0.3); */
  width: 90%;
  gap: 50px;
}

/* line 74, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-banner-title-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 80, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-title-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 86, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-title {
  font-family: "Roboto Condensed";
  color: var(--white);
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* line 95, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-title-info {
  font-family: "Noto Sans";
  color: var(--white);
  font-size: 1.7rem;
  width: 100%;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/* News Landing Search Container */
/* line 106, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-search-cont {
  display: flex;
  justify-content: center;
  width: 50%;
}

/* line 112, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-search-cont form {
  display: flex;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

/* line 118, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-search-input {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 124, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-search-input input {
  height: 100%;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 16px 0px 16px 16px;
  border-radius: 50px 0px 0px 50px;
  border: solid 2px var(--dark-gray);
  border-right: none;
  background-color: var(--white);
}

/* line 137, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-search-input input::placeholder {
  color: var(--input-border-gray);
}

/* line 141, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-search-input button {
  padding: 16px 30px 30px 30px;
  outline: none;
  border: solid 2px var(--dark-gray);
  border-left: none;
  border-radius: 0px 50px 50px 0px;
  background-image: url(/assets/home_images/Search_Icon_01-db9fadcb7d0606b9b1d5821893879b6ea0354c5916a767e0f6ef907edc327083.svg);
  background-color: var(--white);
  background-size: 50%;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* ================== LATEST VIDEOS ====================== */
/* ----------- Wrapper ----------- */
/* Wrapper */
/* line 159, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-latestVideos-wrapper {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
  font-family: "Noto Sans", sans-serif;
}

/* Inner Wrapper */
/* line 167, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-latestVideos-inner-wrapper {
  display: flex;
  width: 90%;
  /* max-width: 1920px; */
  /* margin: 0 auto;
    padding: 0 20px; */
}

/* line 175, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-latestVideos-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

/* Title */
/* line 183, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-latestVideos-title-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 189, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-select {
  padding: 10px 12px;
  font-size: 16px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  background-color: #fff;
  color: var(--secondary);
  min-width: 140px;
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}

/* line 211, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 217, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-latestVideos-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
}

/* Cards Wrapper */
/* line 225, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-latestVideos-card-wrapper {
  display: grid;
  /* display: flex; */
  grid-template-columns: 2fr 1.5fr;
  gap: 20px;
}

/* line 232, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-main-card {
  display: flex;
  width: 100%;
}

/* line 237, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-main-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--secondary);
  width: 100%;
  gap: 10px;
}

/* Main Big Video Card */
/* line 247, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-main-card-link {
  /* display: flex; */
  text-decoration: none;
  width: 100%;
}

/* line 253, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-main-image-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

/* line 264, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-main-image-container:hover {
  transform: scale(1.02);
}

/* Sub Cards Grid */
/* line 269, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-subCards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Sub Cards */
/* line 276, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-sub-card-link {
  display: block;
  text-decoration: none;
}

/* line 281, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-sub-image-container {
  height: 250px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
  transition: transform 0.3s ease;
}

/* line 291, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-sub-image-container:hover {
  transform: scale(1.03);
}

/* line 297, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-sub-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--secondary);
  width: 100%;
  gap: 10px;
  border-radius: 8px;
}

/* line 307, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-card-label {
  font-size: 1rem;
  width: fit-content;
  background-color: var(--white);
  padding: 0.3rem 0.6rem;
  font-weight: 400;
}

/* line 315, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-subCard-label {
  font-size: 1rem;
  width: fit-content;
  background-color: var(--white);
  padding: 6px 6px 6px 6px;
  font-weight: 400;
}

/* line 323, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-card-title {
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--white);
}

/* line 329, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-subCard-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}

/* Background Images */
/* line 336, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.bg-main {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(/assets/home_images/latest_video_main_card_img_01-8319a9b2019e2a43ba348d46af417f38931d01fa5d9396eea299da662eec3e81.png);
  background-size: cover;
  background-position: center;
}

/* line 342, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.bg-video1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(/assets/home_images/latest_videos_subCard_img_01-b9ab68ad52bd8ba92129bd029e29c3dc84a18d8fc0216c6f3e0efda7d85a0521.png);
  background-size: cover;
  background-position: center;
}

/* line 348, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.bg-video2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(/assets/home_images/latest_videos_subCard_img_01-b9ab68ad52bd8ba92129bd029e29c3dc84a18d8fc0216c6f3e0efda7d85a0521.png);
  background-size: cover;
  background-position: center;
}

/* line 354, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.bg-video3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(/assets/home_images/latest_videos_subCard_img_01-b9ab68ad52bd8ba92129bd029e29c3dc84a18d8fc0216c6f3e0efda7d85a0521.png);
  background-size: cover;
  background-position: center;
}

/* line 360, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.bg-video4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(/assets/home_images/latest_videos_subCard_img_01-b9ab68ad52bd8ba92129bd029e29c3dc84a18d8fc0216c6f3e0efda7d85a0521.png);
  background-size: cover;
  background-position: center;
}

/* ================== MORE NEWS ====================== */
/* ------MORE NEWS CARD--------- */
/* line 370, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.all-videos-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  gap: 30px;
}

/* line 378, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.all-videos-inner-wrapper {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 30px;
}

/* line 385, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-title-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 391, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-title {
  font-family: "Roboto Condensed";
  font-size: 3rem;
  font-weight: 400;
}

/* line 397, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.all-videos-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 20px;
  width: 100%;
}

/* line 404, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: var(--white);
}

/* line 414, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-card-link {
  display: block;
  text-decoration: none;
}

/* line 419, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-image-container {
  height: 250px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
  transition: transform 0.3s ease;
}

/* line 429, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-image-container:hover {
  transform: scale(1.03);
}

/* line 433, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--secondary);
  width: 100%;
  gap: 10px;
  border-radius: 8px;
}

/* line 443, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-label {
  font-size: 1rem;
  width: fit-content;
  background-color: var(--white);
  padding: 6px 6px 6px 6px;
  font-weight: 400;
}

/* line 451, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-card-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}

/* line 457, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videosLanding-allVideos-image-container {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(/assets/home_images/latest_videos_subCard_img_01-b9ab68ad52bd8ba92129bd029e29c3dc84a18d8fc0216c6f3e0efda7d85a0521.png);
  background-size: cover;
  background-position: center;
}

/* ----MORE NEWS PAGINATION----- */
/* line 465, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 20px 0;
  font-family: sans-serif;
  justify-content: center;
}

/* line 474, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-pagination button {
  font-family: noto sans;
  font-size: 1rem;
  line-height: 10px;
  padding: 12px 12px;
  background: var(--white);
  border: 1px solid var(--secondary);
  color: var(--secondary);
  border-radius: 20px;
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  transition: background-color 0.2s;
}

/* line 489, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-pagination button:hover {
  background: var(--secondary);
  color: var(--white);
}

/* line 494, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-pagination .active {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--dark-gray);
}

/* line 500, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-pagination .ellipsis {
  background: none;
  border: none;
  cursor: default;
}

/* line 506, app/assets/stylesheets/industry_video/videos-landing-style.scss */
.videos-landing-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
