@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/our-culture/ourCulture-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;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
}

/* =========== Hero Section ============*/
/* line 29, app/assets/stylesheets/our-culture/ourCulture-style.scss */
body {
  color: var(--secondary);
}

/* line 33, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-hero-section {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 610px;
  font-family: 'Roboto Condensed', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/our-culture/culture_banner_image-abd9b8a0a5bdc7b86cc2ab2280b3839e45ce7b1a2e8a5a68c968fe02d51892be.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 10px 0px 10px 0px; */
  margin: 0px 0px 0px 0px;
}

/* line 48, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-banner-title-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 54, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-title-cont {
  display: flex;
}

/* line 58, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-title-cont h2 {
  margin: 0px 0px 0px 0px;
}

/* line 62, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-title {
  font-family: "Noto Sans";
  font-size: 3.7rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* line 70, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
  width: 50%;
  gap: 20px;
  padding: 0px 10px 0px 0px;
}

/* line 82, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-hero-section-title {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  font-size: 3rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 93, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-title-info {
  font-family: "Noto Sans";
  font-size: 1.7rem;
  width: 90%;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/* ================== OUR CULTURE BODY ====================== */
/* Image Pop-Up style */
/* .ourCulture-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.ourCulture-popup-content {
    background: white;
    padding: 20px;
    width: 85%;
    height: 85%;
    overflow-y: auto;
    border-radius: 10px;
    position: relative;
}

.ourCulture-popup-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.ourCulture-popup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.ourCulture-popup-grid img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
} */
/* line 158, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* line 171, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-popup-content {
  background: white;
  padding: 20px;
  width: 85%;
  height: 85%;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* line 185, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.5rem;
  background: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  z-index: 1;
}

/* line 202, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-main-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
}

/* line 209, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-main-image {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
}

/* line 219, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-nav-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 2;
}

/* line 238, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-nav-btn.left {
  left: -50px;
}

/* line 242, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-nav-btn.right {
  right: -50px;
}

/* line 246, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-thumbnail-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  max-width: 100%;
  height: 142px;
}

/* line 255, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-thumbnail-carousel::-webkit-scrollbar {
  height: 8px;
}

/* line 259, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-thumbnail-carousel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

/* line 264, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-thumbnail {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

/* line 277, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-thumbnail.active {
  /* border: 2px solid #007BFF; */
  transform: scale(1.3);
}

/* Main Content Style */
/* line 286, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 50px;
}

/* line 296, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 88%;
  gap: 20px;
}

/* line 304, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 0px;
  margin: 30px 0px 0px 0px;
}

/* line 312, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-title {
  font-size: 3rem;
  font-weight: 400;
}

/* line 317, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-select {
  width: 204px;
  height: 34px;
  border-radius: 5px;
  font-size: 1rem;
  padding: 5px;
}

/* line 325, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-content-subgroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
}

/* line 332, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-title {
  font-size: 3rem;
  font-weight: 400;
}

/* line 338, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-subtitle {
  font-size: 2rem;
  font-weight: 400;
}

/* line 344, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card {
  display: flex;
  width: 100%;
  gap: 40px;
}

/* .ourCulture-card-img-group{
    display: flex;
    width: fit-content;
    gap: 5px;
} */
/* line 356, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-img-group {
  display: flex;
  gap: 5px;
  align-items: stretch;
  /* ensures both columns align in height */
}

/* line 363, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-img-01 {
  display: flex;
}

/* line 368, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-detail-cont {
  display: flex;
  flex-direction: column;
  width: 50%;
}

/* line 374, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* line 381, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.sportsday-img-cont-01 {
  display: flex;
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_01-4e82499461e5a0219981241fa77a21ab169e7057e51e6c164a540b3442a08b69.png);
  background-position: center;
  background-size: cover;
  width: 34.37rem;
  height: 40.62rem;
  border-radius: 10px;
}

/* .sportsday-img-cont-01 {
    flex: 1;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
} */
/* line 398, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.anniversary-img-cont-01 {
  display: flex;
  background-image: url(/assets/our-culture/our_culture_anniversary_img_01-ec936715fb9ae9b1b06fea9a06b36ad341a12810bedc00f8eadc69588e05c4a0.png);
  background-position: center;
  background-size: cover;
  width: 550px;
  height: 650px;
  border-radius: 10px;
}

/* .ourCulture-card-img-grid {
    display: grid;
    grid-template-columns: repeat(1, 170px);
    grid-template-rows: repeat(4, 1fr);
    gap: 5px;
} */
/* line 415, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-img-grid {
  display: flex;
  flex-direction: column;
  width: 135px;
  gap: 5px;
  align-self: stretch;
}

/* .ourCulture-img-grid {
 background-position: center;
 background-size: cover;
 border-radius: 10px;
} */
/* line 429, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-img-grid {
  height: 9.938rem;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

/* .ourCulture-img-count-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--white);
    font-size: 3rem;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    pointer-events: none;
    font-weight: 600;
} */
/* line 451, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-img-count-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--white);
  font-size: 3rem;
  font-weight: 600;
  pointer-events: none;
  border-radius: 10px;
}

/* line 465, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-02 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_02-0a497007dc50cbbfa580c6a4b39e56913c28b933bf7c2b50f03df8da29729814.png);
}

/* line 469, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-03 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_03-011e7654571d42c7a0a292a282e0da460181e1fea4f1a839cbffdd7f52bbac34.png);
}

/* line 473, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-04 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_04-5f675c655f7220a9e88677ec81de19f494353085ccf9806968f4027fe031bd1e.png);
}

/* line 477, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-05 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_05-5f140b401a70498030ca3af0377d46bad67c2322d49f42458020ddc32f59172a.png);
}

/* line 482, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-02 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_02-0a497007dc50cbbfa580c6a4b39e56913c28b933bf7c2b50f03df8da29729814.png);
}

/* line 486, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-03 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_03-011e7654571d42c7a0a292a282e0da460181e1fea4f1a839cbffdd7f52bbac34.png);
}

/* line 490, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-04 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_04-5f675c655f7220a9e88677ec81de19f494353085ccf9806968f4027fe031bd1e.png);
}

/* line 494, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-05 {
  background-image: url(/assets/our-culture/our_culture_annual_sportsday_img_05-5f140b401a70498030ca3af0377d46bad67c2322d49f42458020ddc32f59172a.png);
}

/* line 498, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-info-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 504, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-card-info p {
  font-size: 1.3rem;
}
