.kk-section-desc {
  text-align: center;
  width: 62%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.kk-section-item {
  padding-bottom: 2em;
}

html,
body {
  overflow-x: hidden;
}

.kk-dorm {
  font-size: 1rem;
}

/* .kk-main-text-s {
    font-size: 5rem;
    text-align: center;
    font-family: garamond, arial;
    font-weight: bold;
    padding: 2em 0em;
    position: relative;
    z-index: -50 !important;
} */

.kk-main-content-s {
  background-image: url("../img/s-design.png");
  background-size: 100%;
}

.kk-top-section-s {
  padding: 4em 0em;
  background-image: url("../img/top-bg_2.png");
  background-repeat: no-repeat;
  height: 23rem;
  background-size: 100%;
}

.kk-title {
  background-image: linear-gradient(
    to left,
    rgba(255, 0, 0, 0),
    var(--title-header1)
  );
  /* background-color: var(--title-header1); */
  padding: 0.25em 0em;
  color: #fff;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

.kk-s-title {
  background-image: linear-gradient(
    to left,
    rgba(16, 173, 113, 0),
    var(--title-header2)
  );
  /* background-color: var(--title-header2); */
  padding: 0.25em 0em;
  color: rgb(255, 255, 255);
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

.kk-title-icon {
  margin-left: 0.35em;
}

.kk-big-card {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 3em;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 1em;
}

/* JCI HTML CSS */

.curr-img-contianer {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  width: 100%;
  /* height: 473px; */
}

.kk-curr-img {
  width: 100%;
  min-height: 200px;
}

.kk-curr-long-text {
  /* height: 300px; */
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1rem;
  border: 1px solid #000;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.kk-section-space {
  padding: 3rem 0rem;
}

.kk-nbg-spaces {
  padding: 3rem 0rem;
}

.kk-event-wrapper {
  padding: 1rem 0rem;
}

/* .event-content {
    height: 310px;
} */

.kk-event-img {
  width: 100%;
  height: 250px;
  background-color: #efefef;
  margin-bottom: 1rem;
}

.kk-event-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .kk-event-content {
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
    border-bottom: 1px dashed red;
    height: 310px;
} */

.kk-event-text {
  min-height: 120px;
}

.event-bottom {
  width: 98%;
  border-bottom: 1px dashed red;
}

.kk-date {
  font-size: 4rem;
  padding: 5px;
  text-align: center;
  color: var(--white);
}

.kk-date-4 {
  background: rgba(232, 135, 110, 0.7);
  /* border: 1px solid var(--date4); */
}

.kk-date-6 {
  background-color: rgba(148, 185, 209, 0.7);
  /* border: 1px solid rgb(6, 96, 156); */
}

.img-container {
  width: full;
  background-color: #efefef;
  border: 5px solid #fff;
  border-radius: 20px;
}

.president-img {
  object-fit: contain;
  border-radius: 1em;
  height: 100%;
}

.president-text {
  line-height: 1.75;
  text-align: justify;
}

.kk-scholarship-desc {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2em;
}

@media (min-width: 768px) and (max-width: 995px) {
  #e_img {
    height: 100px;
    width: fit-content;
  }

  .event-text {
    font-size: 1rem !important;
  }

  .event-text-1 {
    top: 45% !important;
    left: 30% !important;
  }

  .event-text-2 {
    top: 45% !important;
    left: 20% !important;
  }

  .event-text-3 {
    top: 45% !important;
    left: 28% !important;
  }

  .event-text-1-en {
    top: 40% !important;
    left: 13% !important;
  }

  .event-text-2-en {
    top: 40% !important;
    left: 13% !important;
  }

  .event-text-3-en {
    top: 40% !important;
    left: 12% !important;
  }
}

@media (min-width: 300px) and (max-width: 850px) {
  h1 {
    font-size: 90%;
  }

  .kk-section-space {
    padding: 3rem 0rem;
  }

  .kk-section-desc {
    width: 100%;
    padding-bottom: 1em;
  }

  .kk-curriculum {
    position: relative;
    top: -200px;
  }

  .kk-top-section-s {
    padding: 1em 0em;
    height: 17rem;
    background-size: cover;
    object-fit: cover;
  }

  .kk-curr-img {
    min-width: 1256px;
  }

  .kk-curr-long-text {
    /* height: 750px; */
    min-width: 300px;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .kk-curr-long-text-en {
    height: 530px !important;
  }

  .kk-event-content:nth-child(odd) {
    margin-top: 10px;
  }

  .kk-section-top-title {
    font-size: 1.35rem;
  }

  .kk-big-card {
    padding: 1em;
  }

  .president-text {
    padding-top: 0.5em;
    line-height: 1.75;
    text-align: justify;
  }

  .space_adjust_curriculum {
    transform: translate(0px, 50px) !important;
  }

  .space_adjust_higher {
    transform: translate(0px, -100px) !important;
  }

  .space_adjust_support {
    transform: translate(0px, -100px) !important;
  }

  .space_adjust_event {
    transform: translate(0px, -145px) !important;
  }

  .space_adjust_location {
    transform: translate(0px, -100px) !important;
  }

  .space_adjust_president {
    transform: translate(0px, 100px) !important;
  }

  .kk-nbg-spaces {
    padding: 0rem;
  }

  .kk-title {
    background-image: linear-gradient(
      to left,
      rgb(0 255 255 / 40%),
      var(--title-header1)
    );
  }

  /* event new 3 */

  .event-text-2 {
    left: 25%;
  }

  .event-text-3 {
    left: 39%;
  }

  .event-text-8-en {
    left: 15%;
  }
}

/* Event new CSS */

.kk-event-month-jp {
  font-size: 2.5em;
}

.kk-event-month {
  font-size: 1.35em;
  /* color: #00000095; */
  font-weight: lighter;
}

.kk-location-img img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0.35rem;
}

.event-content {
  /* padding: 2em 0em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; */
  color: #fff;
  height: 310px;
  position: relative;
}

.event-text {
  font-size: 1.5em;
  text-align: center;
  /* font-weight: bold; */
}

.event-text p {
  margin: 0px !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
  height: 100%;
  width: 100%;
}

.overlay img {
  object-fit: cover;
  width: 100%;
  height: 310px;
}

.event-content:hover .overlay {
  opacity: 1;
}

/* event new third */

.e-wrapper {
  display: flex;
  /* background:teal; */
  flex-direction: column;
  height: 100%;
}

.left {
  /* background-color: red; */
  display: flex;
  align-items: left;
  /* justify-content: center; */
  padding: 1em;
}

.right {
  /* display: flex; */
  /* position: relative; */
  /* background-color:orange; */
  width: 100%;
  align-items: center;
  justify-content: center;
}

.bottom {
  position: absolute;
  bottom: 5px;
  right: -25px;
  width: 100px;
}

.bottom-march {
  /* right: -50px !important; */
}

#e_1_img {
  right: 5px !important;
}

#e_2_img {
  right: 24px !important;
}

#e_9_img {
  right: 60px !important;
}

.month-container {
  display: flex;
  background-color: var(--white);
  color: #2b92d6;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.month-container2 {
  display: flex;
  background-color: var(--white);
  color: #c45739;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

/* Again Event Css New */

.event-icon {
  position: absolute;
}

.icon-4 {
  width: 80%;
  bottom: 0px;
  right: 0px;
}

.icon-5 {
  width: 80%;
  bottom: -10px;
  right: 40px;
}

.icon-6 {
  width: 80%;
  bottom: 0px;
  right: 30px;
}

.icon-7 {
  width: 80%;
  bottom: 0px;
  right: 30px;
}

.icon-8 {
  width: 80%;
  bottom: 0px;
  right: 30px;
}

.icon-9 {
  width: 80%;
  bottom: 0px;
  right: -45px;
}

.icon-10 {
  width: 80%;
  bottom: 0px;
  right: 30px;
}

.icon-11 {
  width: 140%;
  bottom: -20px;
  right: 30px;
}

.icon-12 {
  width: 80%;
  bottom: 0px;
  right: 30px;
}

.icon-1 {
  width: 80%;
  bottom: 0px;
  right: 30px;
}

.icon-2 {
  width: 100%;
  bottom: -15px;
  right: -15px;
}

.icon-3 {
  width: 80%;
  bottom: 4px;
  right: 25px;
}

.event-text-1 {
  position: absolute;
  top: 30%;
  left: 36%;
}

.event-text-1-en {
  position: absolute;
  top: 40%;
  left: 11%;
}

.event-text-2 {
  position: absolute;
  top: 30%;
  left: 26%;
}

.event-text-2-en {
  position: absolute;
  top: 40%;
  left: 20%;
}

.event-text-3 {
  position: absolute;
  top: 30%;
  left: 36%;
}

.event-text-3-en {
  position: absolute;
  top: 40%;
  left: 18%;
}

.event-text-8 {
  position: absolute;
  top: 42%;
  left: 30%;
}

.event-text-8-en {
  position: absolute;
  top: 42%;
  left: 18%;
}

.student-img-container {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.student-img-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
