@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-bdd6722e7c58af7a97a920d605535b1ecdf91a223934675996bc60daaac70195.jpg);
  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/IMG_6796-80b820c50c1f183e56b12508e8c67782936f43175deb1a11aef692b7931ac680.jpg);
  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/25_jan/IMG_2094-74a64bcd1b91451cbbb4a7172fe0e96d5bf4da5cd7ea9c34bb763bcfecd38215.jpg);
  background-position: center;
  background-size: cover;
  width: 34.37rem;
  height: 40.75rem;
  border-radius: 10px;
}

/* .ourCulture-card-img-grid {
    display: grid;
    grid-template-columns: repeat(1, 170px);
    grid-template-rows: repeat(4, 1fr);
    gap: 5px;
} */
/* line 417, 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 431, 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 453, 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 467, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-02 {
  background-image: url(/assets/our-culture/IMG_1746-50a99740bbb023aee5681642a992da592025b9adacb22bbde2bd0020948bb675.jpg);
}

/* line 471, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-03 {
  background-image: url(/assets/our-culture/IMG_6767-3851b01230fc285a1b6a8d0dbf4b2cde68a0f33371bb6c8f0deaacb0e83ca400.jpg);
}

/* line 475, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-04 {
  background-image: url(/assets/our-culture/IMG_6676-15e440befb1cbd8a7dae8e5bc72f905b4e3a1b50338776193b40b6bb505952c2.jpg);
}

/* line 479, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-sportsday-img-cont-05 {
  background-image: url(/assets/our-culture/IMG_6814-1fa48c10d860d50a87d36a79a4a1d345f8e1014a7892c8d105d0449a43d59b76.jpg);
}

/* line 484, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-02 {
  background-image: url(/assets/our-culture/25_jan/IMG_1984-9dc6e91ee4d3a8b04b11ae21ac571187313684fb7ed592cd8d8797b585bb521d.jpg);
}

/* line 488, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-03 {
  background-image: url(/assets/our-culture/25_jan/IMG_2015-5fadbf6b1854223ac74e63d83d3450c53371734b984ba56925cd7a73bc0f403a.jpg);
}

/* line 492, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-04 {
  background-image: url(/assets/our-culture/25_jan/IMG_2020-0a06a22ad3130a3aca39f63850ed098c5844875ed1f6f276bb1c503fe4b0857c.jpg);
}

/* line 496, app/assets/stylesheets/our-culture/ourCulture-style.scss */
.ourCulture-anniversary-img-cont-05 {
  background-image: url(/assets/our-culture/25_jan/IMG_2031-a526cb45d6aef781463daed9ad94adcabecc95a4dedf6a32f209696bd4d38553.jpg);
}

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

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