:root {
  --color-white: #ffffff;
  --color-black: #2d2d2a;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #ff91c2;
  --color-sub: #4c4c47;
  --color-text: #000000;
  --color-button: #4c4c47;
  --color-label: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(180deg, #353535 0%, , #1e1e1e 100%);
  --color-button-text: #ffffff;
  --gradient-main: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-line: #06c755;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #fff8f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(
    233deg,
    #fff2b7 0%,
    #b9f3ff 10%,
    #ff96e5 56%,
    #fff2b7 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #e4e4e4;
  --shadow-main: 1px 1px 3px #cecece;
  --shadow-box: 0 1px 8px rgb(0 0 0 / 9%);
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.woff2") format("woff2");
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* cast__profile__section */
.cast__profile__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__section {
    margin-top: 15.6453715776vw;
  }
}

.cast__profile__container {
  display: flex;
  flex-wrap: wrap;
  width: 59.7222222222vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .cast__profile__container {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container {
    width: 93.8722294654vw;
  }
}
.cast__profile__container .cast__profile {
  width: calc(60% - 4.1666666667vw);
  margin-left: 4.1666666667vw;
  margin-left: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile {
    margin-left: 0vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile {
    width: 100%;
    margin-top: 15.6453715776vw;
  }
}
.cast__profile__container .cast__profile h2 {
  font-size: 1.875vw;
  margin-bottom: 0.6944444444vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile h2 {
    font-size: 6.518904824vw;
  }
}
.cast__profile__container .cast__profile .type__labels {
  position: relative;
  padding-bottom: 0.6944444444vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cast__profile__container .cast__profile .type__labels li {
  background: var(--color-label);
  width: fit-content;
  margin-right: 0.3472222222vw;
  padding: 0.1388888889vw 0.3472222222vw;
}
.cast__profile__container .cast__profile .type__labels li span {
  color: var(--color-white);
}
.cast__profile__container .cast__profile .cast__profile__item__container {
  display: flex;
  flex-wrap: wrap;
  background: var(--color-white);
  border-top: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
  margin-bottom: 1.3888888889vw;
}
.cast__profile__container .cast__profile .cast__profile__item__container li {
  border-bottom: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  padding: 5px 10px;
}
.cast__profile__container .cast__profile .cast__profile__item__container li.profile__item {
  background: var(--color-main);
  color: var(--color-white);
  width: calc(40% - 42px);
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .cast__profile__item__container li.profile__item {
    width: calc(50% - 42px);
  }
}
.cast__profile__container .cast__profile .cast__profile__item__container li.profile__detail {
  background: var(--color-white);
  color: var(--color-text);
  width: 60%;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .cast__profile__item__container li.profile__detail {
    width: 50%;
  }
}
.cast__profile__container .cast__profile .shop__comment__wrapper,
.cast__profile__container .cast__profile .therapist__comment__wrapper {
  margin-bottom: 2.0833333333vw;
}
.cast__profile__container .cast__profile .shop__comment__wrapper h3,
.cast__profile__container .cast__profile .therapist__comment__wrapper h3 {
  font-size: 1.3194444444vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper h3,
  .cast__profile__container .cast__profile .therapist__comment__wrapper h3 {
    font-size: 25.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper h3,
  .cast__profile__container .cast__profile .therapist__comment__wrapper h3 {
    font-size: 4.4328552803vw;
  }
}
.cast__profile__container .cast__profile .shop__comment__wrapper p,
.cast__profile__container .cast__profile .therapist__comment__wrapper p {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper p,
  .cast__profile__container .cast__profile .therapist__comment__wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .shop__comment__wrapper p,
  .cast__profile__container .cast__profile .therapist__comment__wrapper p {
    font-size: 3.9113428944vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper {
  margin-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper {
    margin-top: 10.4302477184vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .x__wrapper .x__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .x__wrapper .x__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-button);
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .x__wrapper .x__container a .twitter__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .x__wrapper .x__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cast__profile__container .cast__profile .bluesky__wrapper {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper {
    margin-top: 5.2151238592vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2184fe;
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a .bluesky__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .bluesky__wrapper .bluesky__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cast__profile__container .cast__profile .instagram__wrapper {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper {
    margin-top: 5.2151238592vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .instagram__wrapper .instagram__container a .instagram__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .instagram__wrapper .instagram__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cast__profile__container .cast__profile .line__wrapper {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .line__wrapper {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .line__wrapper {
    margin-top: 5.2151238592vw;
  }
}
.cast__profile__container .cast__profile .line__wrapper .line__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__profile__container .cast__profile .line__wrapper .line__container a {
  transition: all 0.3s;
  width: 100%;
}
.cast__profile__container .cast__profile .line__wrapper .line__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a:hover {
    opacity: inherit;
  }
}
.cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button {
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4cc764;
  border-radius: 1em;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button {
    height: 22.1642764016vw;
  }
}
.cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cast__profile__container .cast__profile .line__wrapper .line__container a .line__feed__button span img {
    height: 7.8226857888vw;
  }
}
.cast__profile__container .cast__profile .line__wrapper .line__container a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

/* cast__profile__section */
.cast__profile__image {
  width: 40%;
}
@media not screen and (min-width: 768px) {
  .cast__profile__image {
    width: 100%;
  }
}
.cast__profile__image .main-swiper img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.cast__profile__image .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.cast__profile__image .swiper-container.thumb-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.cast__profile__image #therapist-image {
  width: 100%;
  overflow: hidden;
}
.cast__profile__image #therapist-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
}
.cast__profile__image #therapist-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  background-color: unset;
}
.cast__profile__image #therapist-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.cast__profile__image #therapist-thumbs .swiper-slide-active {
  opacity: 1;
}

/* cast__experience__section */
.cast__experience__section {
  margin: 0 auto;
  margin-top: 8.3333333333vw;
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  .cast__experience__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .cast__experience__section {
    margin-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .cast__experience__section {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__experience__section {
    width: 93.8722294654vw;
  }
}
.cast__experience__section .experience__container {
  width: 34.7222222222vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .cast__experience__section .experience__container {
    width: 666.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__experience__section .experience__container {
    width: 93.8722294654vw;
  }
}
.cast__experience__section .experience__container a {
  display: block;
}

/* profile__schedule__section */
.profile__schedule__section {
  margin: 0 auto;
  margin-top: 8.3333333333vw;
  width: 38.8888888889vw;
  display: block;
}
@media (min-width: 1920px) {
  .profile__schedule__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .profile__schedule__section {
    margin-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .profile__schedule__section {
    width: 746.6666666667px;
  }
}
@media (max-width: 767px) {
  .profile__schedule__section {
    width: 96.479791395vw;
  }
}
.profile__schedule__section .weekly__schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.profile__schedule__section .weekly__schedule li.schedule__date {
  border-top: 1px solid var(--color-main);
  background: var(--color-main);
  color: var(--color-white);
  width: 20%;
  padding: 8px;
  border-left: 1px solid var(--color-main);
}
@media not screen and (min-width: 768px) {
  .profile__schedule__section .weekly__schedule li.schedule__date {
    width: 35%;
  }
}
.profile__schedule__section .weekly__schedule li.schedule__time {
  width: calc(80% - 34px);
  padding: 8px;
  background: var(--color-white);
  color: var(--color-main);
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .profile__schedule__section .weekly__schedule li.schedule__time {
    width: calc(65% - 34px);
  }
}
.profile__schedule__section .weekly__schedule li.schedule__time .schedule__room {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding: 0.0694444444vw 0.3472222222vw;
}
.profile__schedule__section .weekly__schedule li.schedule__time .schedule__room span {
  color: var(--color-white);
}

/* .cast__gallery__section */
.cast__gallery__section {
  margin: 0 auto;
  margin-top: 8.3333333333vw;
  width: 75vw;
  display: block;
}
@media (min-width: 1920px) {
  .cast__gallery__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .cast__gallery__section {
    margin-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .cast__gallery__section {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  .cast__gallery__section {
    width: 93.8722294654vw;
  }
}
.cast__gallery__section .no__gallery__message {
  text-align: center;
  padding: 40px 0;
  color: var(--color-text);
}
.cast__gallery__section .gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
  padding: 10px;
}
@media not screen and (min-width: 768px) {
  .cast__gallery__section .gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 10px;
  }
}
.cast__gallery__section .gallery__grid .gallery__item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.cast__gallery__section .gallery__grid .gallery__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cast__gallery__section .gallery__grid .gallery__item .gallery__link {
  display: block;
  width: 100%;
  height: 100%;
}
.cast__gallery__section .gallery__grid .gallery__item .gallery__link .gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.cast__gallery__section .gallery__grid .gallery__item .gallery__link:hover .gallery__image {
  transform: scale(1.05);
}

.sl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  animation: sl-fadein 0.3s;
}

.sl-wrapper {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: sl-zoomin 0.3s;
}

.sl-image {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  animation: sl-zoomin 0.3s;
}

.sl-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  text-shadow: 0 0 5px #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .sl-close {
    top: -30px;
    right: -10px;
  }
}

.sl-close:hover {
  opacity: 1;
}

@keyframes sl-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sl-zoomin {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}