@import url("https://use.typekit.net/hln4gun.css");
@font-face {
  font-family: Gistesy;
  src: url("../fonts/Gistesy.ttf");
}

body {
  margin: 0;
  font-family: "acumin-pro", sans-serif;
}
.top-header {
  display: block;
  width: 100%;
  height: 149.5vw;
  overflow: hidden;
  position: relative;
}
.top-header img {
  width: 180%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 14vw;
  left: -36vw;
}
.csr-top-ttl {
  position: absolute;
  margin-top: 100vw;
  left: 12vw;
  text-align: center;
  font-size: 5.5em;
  font-family: Gistesy;
  color: white;
  z-index: 2;
  line-height: 1;
  font-weight: 100;
}
img.deco {
  z-index: 2;
  width: 98vw;
  position: absolute;
  top: 13vw;
  left: 34vw;
}
.header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/kv_dot.png) repeat 0 0;
  background-size: 4px 4px;
  z-index: 1;
}
.header-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* body */
section.mainCont {
  width: 90%;
  margin: auto;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.story .head,
.gallery .head,
.partner .head,
.media .head,
.overview .head {
  border-bottom-width: 5px;
  border-color: #98d4c1;
  border-style: hidden hidden solid hidden;
}
.overview .head,
.story .head {
  padding-top: 13vw;
}
.story .head h3,
.gallery .head h3,
.partner .head h3,
.media .head h3,
.overview .head h3 {
  margin-bottom: 10px;
  font-size: 2em;
  margin-top: 0;
}

.story .body,
.gallery .body,
.partner .body,
.media .body,
.overview .body {
  padding-top: 20px;
  padding-bottom: 5em;
}

.overview .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
}
.overview .single .head {
  border: none;
  font-family: "Gistesy";
  margin: 0;
  margin-bottom: -9vw;
  font-size: 2em;
}

.overview .content {
  height: 25vw;
  width: 25vw;
  background: #cee9db;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
  background-image: url(../img/CSR/feather.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19vw;
}
.story img {
  width: 100%;
}
.story .content {
  padding: 20px 0px;
}
/* image gallery */

.gallery .body {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 24px;
}
/* Add or update styles as needed */

.gallery-image {
  position: relative;
  width: 100%; /* Make the images fill the grid column */
  height: auto; /* Maintain aspect ratio */
  cursor: pointer;
  overflow: hidden; /* Ensure the magnifying glass icon is hidden initially */
}

.gallery-image::after {
  content: "";
  background-color: red;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}

/* Rest of your styles */
/* Add or update styles as needed */

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000; /* Adjust the z-index value based on your needs */
}

.popup img {
  max-width: 90%;
  max-height: 80%;
  margin: 50vw auto;
  display: block;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 1001; /* Set a higher value to make the close button appear above the modal content */
}

.no-scroll {
  overflow: hidden;
}

.partner .body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.partner .image {
  width: 100%;
  box-shadow: 0px 1px 5px #717171;
}

.partner img {
  width: 100%;
}

.partner .single {
  width: 42vw;
}
.partner .sub {
  text-align: center;
  padding-top: 20px;
}

.featured-image {
  cursor: pointer;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: #fff; */
  padding: 20px;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
}
.media img {
  width: 100%;
}
.video-iframe {
  width: 87vw;
  height: 154vw;
}
