@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
body {
  overscroll-behavior: none;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}

h1 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 62px;
  font-weight: 100;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 2px;
}

.kai-larger {
  font-size: 20px;
}

.kai-menu-top {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.kai-main {
  padding-top: 90px;
  line-height: 28px;
  padding-bottom: 101px;
}

.kai-title-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e8eaf3;
}

.kai-hero1 {
  background-image: url(/assets/images/st1-hero1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 980px;
  padding-top: 160px;
  padding-bottom: 200px;
}

.kai-hero1 .kai-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.kai-hero1 h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.kai-hero1 .kai-larger {
  line-height: 33px;
  color: #676879;
  padding-top: 14px;
}

.kai-hero2 h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

.kai-hero2 .kai-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #0e38b1;
  margin-bottom: 16px;
}

.kai-hero2 p {
  line-height: 28px;
  font-weight: 400;
}

.kai-hero2 img {
  border-radius: 12px;
}

.kai-hero2 ul {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}

.kai-hero2 .kai-buttons {
  margin-top: 30px;
}

.kai-hero2 .kai-header-item {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  margin-bottom: 3px;
}

.kai-hero3 .kai-header-item > div:nth-child(1) {
  width: 65px;
  min-width: 65px;
}

.kai-hero3 h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.ksg-hero-divider {
  width: calc(100% + 24px);
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
  position: relative;
  left: -12px;
}

.kai-link-box-area {
  margin-top: 40px;
}

.kai-link-box1 {
  padding-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.kai-link-box1:hover {
  background-color: rgb(247, 239, 227);
}

.kai-link-box1 .kai-heading {
  margin-top: 16px;
  margin-left: 5px;
}

.kai-link-box1 .kai-heading p {
  min-height: 80px;
  color: var(--bs-body-color);
}

.kai-link-box1 .kai-image {
  max-width: 100%;
  height: 220px;
}

.kai-link-box1 .kai-nav {
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.kai-link-box1 .kai-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 2px 10px;
  margin-top: 20px;
}

.kai-link-box1 a {
  text-decoration: none;
}

.kai-link-box2 {
  background: linear-gradient(to bottom, rgb(44, 44, 92), rgb(74, 74, 112));
  color: #def4f5;
  padding: 18px;
  border-radius: 8px;
  margin: 0 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* More pronounced shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.kai-link-box2:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); /* Even more pronounced on hover */
  transform: translateY(-3px); /* Slight lift on hover for interactivity */
}

.kai-link-box2 h3 {
  padding-bottom: 16px;
}

.ksg-user-menu {
  z-index: 1001;
}

.kai-info-overlay1 {
  min-height: 200px;
  background-color: #f7fbfb;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  top: -110px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}

.kai-info-overlay1 > div {
  margin: 20px;
}

.kai-info-overlay1 h5 {
  font-weight: bold;
  font-size: 20px;
}

.kai-media-gallery img {
  max-width: 100%;
}

.kai-media-gallery {
  position: relative;
  z-index: 2;
  margin: 50px 0;
  width: 80%;
  margin-left: 10%;
  transition: margin 0.7s ease-in-out, width 0.7s ease-in-out, box-shadow 0.7s ease-in-out, font-size 0.7s ease-in-out;
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Larger initial shadow */
  font-size: small;
}

.kai-media-gallery:hover {
  font-size: inherit;
  width: 110%;
  margin-left: -6%;
  margin-top: -6%;
  margin-bottom: -6%;
  transition: margin 0.7s ease-in-out, width 0.7s ease-in-out, box-shadow 0.7s ease-in-out font-size 0.7s ease-in-out;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); /* Even wider shadow on hover */
}

.kai-media-gallery .kai-media {
  position: relative;
}

.kai-media-gallery .kai-media .kai-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* Start invisible */
  transition: opacity 0.7s ease-in-out; /* Add fade-in effect */
}

.kai-media-gallery .kai-media .kai-title {
  padding: 10px;
  font-weight: 600;
  background-color: #cfdeed;
}

.kai-media-gallery .kai-media .kai-item.kai-selected {
  position: relative;
  opacity: 1; /* Fade in to full visibility */
  transition: opacity 0.7s ease-in-out; /* Add fade-in effect */
}

.kai-media-gallery .kai-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: solid 2px #cfdeed;
}

.kai-media-gallery .kai-controls .kai-item {
  padding: 5px 15px;
}

.kai-media-gallery .kai-controls .kai-item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.kai-media-gallery .kai-controls .kai-item.kai-selected span {
  background-color: #4945c0;
}

@media (max-width: 920px) {
  .kai-hero1 {
    padding-bottom: 250px;
  }
  .kai-hero1 .kai-inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .kai-hero1 .kai-inner > div {
    width: 100% !important;
  }
}
@media (max-width: 780px) {
  .kai-info-overlay1 {
    flex-wrap: wrap;
  }
  .kai-info-overlay1 > div {
    width: 40%;
  }
  .kai-hero1-bottom {
    height: 300px;
  }
}
@media (max-width: 590px) {
  .kai-info-overlay1 > div {
    width: 100%;
  }
}
.di-user-profile {
  background-color: #f4f7f9;
}

.di-profile-core {
  padding: 65px 25px 0 25px;
  max-width: 1200px;
  min-height: 800px;
  margin: 0 auto;
  background-size: cover;
}

.di-profile-core h3 {
  margin-top: 15px;
}

.di-profile-button-area {
  margin-top: 50px;
}

#profileForm {
  max-width: 80%;
}

#profileForm label {
  margin: 7px;
  display: flex;
  align-items: center;
}

#profileForm label > span {
  display: block;
  margin: 0 0 4px 5px;
  font-weight: 600;
  font-size: 13px;
}

#profileForm label input {
  font-size: 16px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #e5e6ea;
  background-color: rgba(255, 255, 255, 0.6);
}

#profileForm label input:focus {
  border-color: #1e9fc4;
  outline: none;
}

#profileForm .nowrap label input {
  width: auto;
}

#profileForm .nowrap label > span {
  display: inline-block;
}

#profileForm label.di-form-field-oneline > span {
  display: inline-block;
}

#profileForm .di-profile-line1 > div {
  width: 32%;
}

#profileForm .di-profile-line1 input {
  width: 100%;
}

#profileForm .di-profile-line2 {
  display: flex;
}

#profileForm .di-profile-line2 > div {
  flex-grow: 1;
  margin-right: 15px;
}

#profileForm .di-profile-line2 > div:last-child {
  margin-right: 0;
}

#profileForm .di-profile-line2 input {
  width: 100%;
}

#profileForm .di-profile-line3 label {
  margin-top: 0;
  margin-bottom: 0;
}

#profileForm .di-profile-line3 label > span {
  margin-right: 10px;
}

#profileForm .kgl-app-notice-warning {
  display: none;
  color: red;
}

#profileForm .di-current-membership {
  padding-left: 15px;
}

.di-cancel-membership-area {
  margin-top: 150px;
  border: solid 1px #ff826b;
  border-radius: 4px;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.6);
}

.di-cancel-membership-area > h3 {
  background-color: rgba(255, 130, 107, 0.2);
  border-bottom: solid 1px;
  font-weight: 500;
  color: #ff826b;
  margin: 0;
  padding: 10px;
  letter-spacing: 1px;
}

.di-cancel-membership-area > div {
  padding: 0px 20px 25px 20px;
}

.di-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.di-profile-header button {
  border: none;
  font-size: 25px;
  padding: 10px;
  background-color: transparent;
}

.nav-link.dropdown-toggle.show {
  background-color: white;
  border: solid 1px #cccccc;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: -20px;
  z-index: 2000;
  border-bottom: none;
}

/*# sourceMappingURL=site.css.map */