@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: 72.5vw;
  overflow: hidden;
  position: relative;
}
.top-header img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.csr-top-ttl {
  position: absolute;
  margin-top: 31vw;
  left: 12vw;
  text-align: center;
  font-size: 11.5em;
  font-family: Gistesy;
  color: white;
  z-index: 2;
  line-height: 1;
  font-weight: 100;
}
img.deco {
  z-index: 2;
  width: 68vw;
  position: absolute;
  top: -4vw;
  left: 44vw;
}
.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: 70%;
  margin: auto;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.story .single {
  background-color: #c6e6d8;
  margin-bottom: 20px;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.right {
  border-radius: 0px 20px 20px 0px;
}
.left {
  border-radius: 20px 0px 0px 20px;
}

.one {
  background-image: url(../img/CSR/Header-crown.png);
  background-repeat: no-repeat;
  background-position: 54vw -4vw;
  background-size: 20vw;
}
.two {
  background-image: url(../img/CSR/Header-crown.png);
  background-repeat: no-repeat;
  background-position: -1vw 12vw;
  background-size: 20vw;
}
.three {
  background-image: url(../img/CSR/Header-crown.png);
  background-repeat: no-repeat;
  background-position: 53vw 3vw;
  background-size: 20vw;
}
.four {
  background-image: url(../img/CSR/Header-crown.png);
  background-repeat: no-repeat;
  background-position: -1vw 12vw;
  background-size: 20vw;
}
.five {
  background-image: url(../img/CSR/Header-crown.png);
  background-repeat: no-repeat;
  background-position: 53vw 3vw;
  background-size: 20vw;
}
.story img {
  width: 100%;
}

.story .image {
  width: 40%;
}

.story .content {
  width: 55%;
  margin: 0px 3%;
}

/* 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: 80%;
  max-height: 80%;
  margin: 20px 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%;
}

.partner img {
  width: 100%;
}

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

.featured-image {
  cursor: pointer;
  width: 50%;
}

.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: 25vw;
  /* width: 31vw;
  height: 55vw; */
}

/* slider */

.slider-container {
  position: relative;
  max-width: 70vw;
  margin: auto;
  overflow: hidden;
  padding: 5vw 0vw;
}

.slider {
  width: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  height: 200px; /* Adjust the height as needed */
  /* background-color: #f0f0f0; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.slider-container .cont {
  width: 70vw;
}

.header {
  display: flex;
  justify-content: space-around;
  font-family: "Gistesy";
  font-size: 3em;
  margin-bottom: -27px;
}

.slider-container .content {
  display: flex;
  justify-content: space-around;
  background: #cee9db;
  height: 149px;
  border-radius: 72px;
  align-items: center;
}

.dots-container {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #98d4c1;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.active {
  background-color: #717171;
}
